aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-09-26treewide: Drop __cficanonicalGravatar Sami Tolvanen 3-8/+4
2022-09-26treewide: Drop WARN_ON_FUNCTION_MISMATCHGravatar Sami Tolvanen 1-16/+0
2022-09-26treewide: Drop function_nocfiGravatar Sami Tolvanen 1-10/+0
2022-09-26init: Drop __nocfi from __initGravatar Sami Tolvanen 1-1/+1
2022-09-26cfi: Add type helper macrosGravatar Sami Tolvanen 1-0/+45
2022-09-26cfi: Switch to -fsanitize=kcfiGravatar Sami Tolvanen 4-36/+50
2022-09-26cfi: Drop __CFI_ADDRESSABLEGravatar Sami Tolvanen 3-24/+6
2022-09-26cfi: Remove CONFIG_CFI_CLANG_SHADOWGravatar Sami Tolvanen 1-12/+0
2022-09-03Merge tag 'tty-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-0/+8
2022-09-02Merge tag 'io_uring-6.0-2022-09-02' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-22/+6
2022-09-02Merge tag 'driver-core-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+1
2022-09-02Merge tag 'usb-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 2-0/+7
2022-09-02Merge tag 'platform-drivers-x86-v6.0-2' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-2/+4
2022-09-01Merge tag 'net-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 4-9/+13
2022-09-01io_uring/net: simplify zerocopy send user APIGravatar Pavel Begunkov 1-2/+5
2022-09-01io_uring/notif: remove notif registrationGravatar Pavel Begunkov 1-8/+0
2022-09-01Revert "io_uring: rename IORING_OP_FILES_UPDATE"Gravatar Pavel Begunkov 1-11/+1
2022-09-01Revert "io_uring: add zc notification flush requests"Gravatar Pavel Begunkov 1-1/+0
2022-08-31tcp: make global challenge ack rate limitation per net-ns and default disabledGravatar Eric Dumazet 1-0/+2
2022-08-31mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuseGravatar Jann Horn 1-2/+5
2022-08-31Merge tag 'fscache-fixes-20220831' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+2
2022-08-31Merge tag 'lsm-pr-20220829' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-0/+9
2022-08-31fscache: fix misdocumented parameterGravatar Khalid Masum 1-2/+2
2022-08-30net: virtio_net: fix notification coalescing commentsGravatar Alvaro Karsz 1-7/+7
2022-08-30USB: core: Prevent nested device-reset callsGravatar Alan Stern 1-0/+2
2022-08-29tracing: Define the is_signed_type() macro onceGravatar Bart Van Assche 3-3/+6
2022-08-28Merge tag 'mm-hotfixes-stable-2022-08-28' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 3-7/+28
2022-08-28asm-generic: sections: refactor memory_intersectsGravatar Quanyang Wang 1-2/+5
2022-08-28Revert "memcg: cleanup racy sum avoidance code"Gravatar Shakeel Butt 1-2/+13
2022-08-28mm: re-allow pinning of zero pfns (again)Gravatar Alex Williamson 1-3/+10
2022-08-26Merge tag 'io_uring-6.0-2022-08-26' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+8
2022-08-26Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Gravatar Linus Torvalds 1-5/+1
2022-08-26wait_on_bit: add an acquire memory barrierGravatar Mikulas Patocka 7-5/+34
2022-08-26lsm,io_uring: add LSM hooks for the new uring_cmd file opGravatar Luis Chamberlain 3-0/+9
2022-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 2-2/+4
2022-08-25Merge tag 'net-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 9-11/+26
2022-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfGravatar Jakub Kicinski 3-4/+4
2022-08-24net: Fix a data-race around gro_normal_batch.Gravatar Kuniyuki Iwashima 1-1/+1
2022-08-24net: Fix data-races around sysctl_devconf_inherit_init_net.Gravatar Kuniyuki Iwashima 1-0/+9
2022-08-24net: Fix data-races around sysctl_fb_tunnels_only_for_init_net.Gravatar Kuniyuki Iwashima 1-3/+8
2022-08-24net: Fix a data-race around sysctl_net_busy_poll.Gravatar Kuniyuki Iwashima 1-1/+1
2022-08-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Gravatar David S. Miller 1-1/+1
2022-08-24netfilter: flowtable: fix stuck flows on cleanup due to pending workGravatar Pablo Neira Ayuso 1-0/+2
2022-08-24netfilter: flowtable: add function to invoke garbage collection immediatelyGravatar Pablo Neira Ayuso 1-0/+1
2022-08-24netfilter: nf_tables: make table handle allocation per-netns friendlyGravatar Pablo Neira Ayuso 1-0/+1
2022-08-23Merge tag 'cgroup-for-6.0-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-6/+1
2022-08-23Merge tag 'mlx5-fixes-2022-08-22' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Jakub Kicinski 1-0/+1
2022-08-23Merge tag 'mm-hotfixes-stable-2022-08-22' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 4-14/+17
2022-08-23netfilter: ebtables: reject blobs that don't provide all entry pointsGravatar Florian Westphal 1-4/+0
2022-08-23io_uring: uapi: Add `extern "C"` in io_uring.h for liburingGravatar Ammar Faizi 1-0/+8