summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2022-06-09linkage: Fix issue with missing symbol sizePeter Zijlstra1-9/+6
2022-06-09x86/speculation: Add missing prototype for unpriv_ebpf_notify()Josh Poimboeuf1-0/+2
2022-06-09signal: Deliver SIGTRAP on perf event asynchronously if blockedMarco Elver2-1/+2
2022-06-09bpf: Move rcu lock management out of BPF_PROG_RUN routinesStanislav Fomichev1-108/+7
2022-06-09device property: Allow error pointer to be passed to fwnode APIsAndy Shevchenko1-5/+5
2022-06-09efi: Add missing prototype for efi_capsule_setup_infoJan Kiszka1-0/+2
2022-06-09selftests/bpf: Add missing trampoline program type to trampoline_count testYuntao Wang1-1/+1
2022-06-09ipmi: Add an intializer for ipmi_smi_msg structCorey Minyard1-0/+6
2022-06-09ptrace/xtensa: Replace PT_SINGLESTEP with TIF_SINGLESTEPEric W. Biederman1-6/+0
2022-06-09ptrace/um: Replace PT_DTRACE with TIF_SINGLESTEPEric W. Biederman1-1/+0
2022-06-09kthread: Don't allocate kthread_struct for init and umhEric W. Biederman1-0/+2
2022-06-09usb: core: hcd: Add support for deferring roothub registrationKishon Vijay Abraham I1-0/+2
2022-06-06bpf: Fix usage of trace RCU in local storage.KP Singh1-2/+2
2022-06-06pipe: make poll_usage boolean and annotate its accessKuniyuki Iwashima1-1/+1
2022-05-30random: move randomize_page() into mm where it belongsJason A. Donenfeld2-2/+1
2022-05-30random: make consistent use of buf and lenJason A. Donenfeld1-6/+6
2022-05-30random: use proper return types on get_random_{int,long}_wait()Jason A. Donenfeld1-7/+7
2022-05-30random: remove extern from functions in headerJason A. Donenfeld1-46/+31
2022-05-30random: handle latent entropy and command line from random_init()Jason A. Donenfeld1-8/+7
2022-05-30siphash: use one source of truth for siphash permutationsJason A. Donenfeld2-16/+35
2022-05-30timekeeping: Add raw clock fallback for random_get_entropy()Jason A. Donenfeld1-0/+8
2022-05-30lockdown: also lock down previous kgdb useDaniel Thompson1-0/+2
2022-05-20Merge tag 'ceph-for-5.18-rc8' of https://github.com/ceph/ceph-clientLinus Torvalds1-0/+3
2022-05-19Merge tag 'net-5.18-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+1
2022-05-18libceph: fix potential use-after-free on linger ping and resendsIlya Dryomov1-0/+3
2022-05-17audit,io_uring,io-wq: call __audit_uring_exit for dummy contextsJulian Orth1-1/+1
2022-05-16net: fix dev_fill_forward_path with pppoe + bridgeFelix Fietkau1-1/+1
2022-05-13Merge tag 'nfs-for-5.18-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+1
2022-05-12Merge tag 'net-5.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-2/+2
2022-05-08blk-mq: remove the error_count from struct requestWilly Tarreau1-1/+0
2022-05-07SUNRPC: Ensure that the gssproxy client can start in a connected stateTrond Myklebust1-0/+1
2022-05-07Revert "SUNRPC: Ensure gss-proxy connects on setup"Trond Myklebust1-1/+0
2022-05-06Merge tag 'nfs-for-5.18-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+1
2022-05-06net: Fix features skip in for_each_netdev_feature()Tariq Toukan1-2/+2
2022-05-06Merge tag 'folio-5.18f' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-1/+4
2022-05-05Merge tag 'net-5.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+1
2022-05-05block: Do not call folio_next() on an unreferenced folioMatthew Wilcox (Oracle)1-1/+4
2022-05-01Merge tag 'x86_urgent_for_v5.18_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2022-05-01net: stmmac: disable Split Header (SPH) for Intel platformsTan Tee Min1-0/+1
2022-04-30Merge tag 'usb-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-1/+1
2022-04-29SUNRPC: Ensure gss-proxy connects on setupTrond Myklebust1-0/+1
2022-04-28Merge tag 'net-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-12/+9
2022-04-27hex2bin: make the function hex_to_bin constant-timeMikulas Patocka1-1/+1
2022-04-27Merge tag 'mtd/fixes-for-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+2
2022-04-27net: Use this_cpu_inc() to increment net->core_statsSebastian Andrzej Siewior1-12/+9
2022-04-23Merge tag 'drm-fixes-2022-04-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-266/+0
2022-04-23Merge tag 'drm-misc-fixes-2022-04-22' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-266/+0
2022-04-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+25
2022-04-22oom_kill.c: futex: delay the OOM reaper to allow time for proper futex cleanupNico Pache1-0/+1
2022-04-22mm, hugetlb: allow for "high" userspace addressesChristophe Leroy1-0/+8