aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2 daysMerge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-0/+1
3 daysMerge tag 'sched-urgent-2026-05-09' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-77/+100
4 daysMerge tag 'net-7.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds10-9/+72
5 daysMerge tag 'v7.1-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds1-0/+186
5 daysBluetooth: l2cap: defer conn param update to avoid conn->lock/hdev->lock inve...Mikhail Gavrilov1-1/+1
6 daysrseq: Implement read only ABI enforcement for optimized RSEQ V2 modeThomas Gleixner2-54/+33
6 daysMerge tag 'nf-26-05-05' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski2-6/+31
6 daysMerge tag 'wq-for-7.1-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+4
6 daysMerge tag 'cgroup-for-7.1-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
6 daysMerge tag 'sched_ext-for-7.1-rc2-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-0/+2
6 daysMerge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-0/+5
6 daysMerge tag 'fbdev-for-7.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-5/+12
7 daysrseq: Revert to historical performance killing behaviourThomas Gleixner3-22/+61
7 daysnet: mana: Fix crash from unvalidated SHM offset read from BAR0 during FLRDipayaan Roy1-0/+6
7 daysipmr: Add __rcu to netns_ipv4.mrt.Kuniyuki Iwashima1-1/+1
7 dayssched/isolation: Make HK_TYPE_KTHREAD an alias of HK_TYPE_DOMAINWaiman Long1-1/+5
7 daysipvs: Guard access of HK_TYPE_KTHREAD cpumask with RCUWaiman Long1-4/+16
7 daysipvs: fix races around est_mutex and est_cpulistJulian Anastasov1-1/+10
7 dayssched_ext: Skip past-sched_ext_dead() tasks in scx_task_iter_next_locked()Tejun Heo1-0/+1
7 dayscgroup, sched_ext: Include exiting tasks in cgroup iterTejun Heo1-0/+1
7 dayscgroup: Defer css percpu_ref kill on rmdir until cgroup is depopulatedTejun Heo1-2/+2
8 daysfbdev: udlfb: add vm_ops to dlfb_ops_mmap to prevent use-after-freeRajat Gupta1-0/+1
10 daysMerge tag 'drm-fixes-2026-05-02' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2-2/+8
10 daysMerge tag 'nf-26-05-01' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski3-1/+24
10 dayssmb: smbdirect: introduce and use include/linux/smbdirect.hStefan Metzmacher1-0/+186
10 daysrseq: Don't advertise time slice extensions if disabledThomas Gleixner1-1/+4
10 daysrseq: Protect rseq_reset() against interruptsThomas Gleixner1-0/+2
10 daysMerge tag 'block-7.1-20260430' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-3/+4
10 daysMerge tag 'io_uring-7.1-20260430' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+2
11 daysMerge tag 'mm-hotfixes-stable-2026-04-30-15-39' of git://git.kernel.org/pub/s...Linus Torvalds2-2/+2
11 daysMerge tag 'amd-drm-fixes-7.1-2026-04-30' of https://gitlab.freedesktop.org/ag...Dave Airlie1-0/+6
11 daysMerge tag 'mtd/fixes-for-7.1-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+7
11 daysipv6: Implement limits on extension header parsingDaniel Borkmann2-0/+9
11 daysMerge tag 'acpi-7.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2-0/+8
11 daysnetfilter: flowtable: fix inline pppoe encapsulation in xmit pathPablo Neira Ayuso1-1/+3
11 daysMerge branches 'acpi-apei', 'acpi-bus', 'acpi-cppc' and 'acpi-video'Rafael J. Wysocki2-0/+8
12 daysMerge tag 'net-7.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds6-1/+62
12 daysdpll: export __dpll_pin_change_ntf() for use under dpll_lockIvan Vecera1-0/+1
12 daysnetfilter: x_tables: add .check_hooks to matches and targetsPablo Neira Ayuso1-0/+8
12 daysMerge tag 'trace-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-1/+1
12 daysbonding: 3ad: implement proper RCU rules for port->aggregatorEric Dumazet1-1/+1
12 daysnet: add net_iov_init() and use it to initialize ->page_typeJakub Kicinski1-0/+15
12 daysnetfilter: nft_fwd_netdev: use recursion counter in neigh egress pathWeiming Shi1-0/+13
13 daysMerge tag 'nf-26-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski2-0/+42
13 daysMerge tag 'sched_ext-for-7.1-rc1-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-3/+10
13 daysio_uring/kbuf: support min length left for incremental buffersMartin Michaelis1-1/+2
13 daysdrm/amdgpu: fix build for CONFIG_DRM_FBDEV_EMULATION=nYury Norov1-0/+6
13 daystracepoint: Fix typo in tracepoint.h commentSheng Che Peng1-1/+1
14 daysworkqueue: fix devm_alloc_workqueue() va_list misuseBreno Leitao1-2/+4
14 daysfbdev: ipu-v3: clean up kernel-doc warningsRandy Dunlap1-5/+11