summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2026-05-12HID: core: introduce hid_safe_input_report()Benjamin Tissoires1-0/+2
2026-05-12HID: pass the buffer size to hid_report_raw_eventBenjamin Tissoires2-7/+11
2026-05-12netfs: Fix potential UAF in netfs_unlock_abandoned_read_pages()David Howells1-1/+1
2026-05-12netfs: Fix potential for tearing in ->remote_i_size and ->zero_pointDavid Howells1-9/+284
2026-05-12netfs: Fix missing barriers when accessing stream->subrequests locklesslyDavid Howells1-0/+37
2026-05-11cgroup/cpuset: Reserve DL bandwidth only for root-domain movesGuopeng Zhang1-0/+9
2026-05-11bpf: Fix s16 truncation for large bpf-to-bpf call offsetsYazhou Tang2-3/+6
2026-05-11bpf: Fix out-of-bounds read in bpf_patch_call_args()Yazhou Tang1-1/+1
2026-05-11tty: add missing tty_driver include to tty_port.hJohan Hovold1-1/+1
2026-05-11irqchip/gic-v5: Move LPI allocation into the LPI domainSascha Bischoff1-3/+0
2026-05-11fprobe: Fix unregister_fprobe() to wait for RCU grace periodMasami Hiramatsu (Google)1-0/+5
2026-05-10sched_ext: Close root-enable vs sched_ext_dead() race with SCX_TASK_INIT_BEGINTejun Heo1-4/+6
2026-05-10sched_ext: Replace SCX_TASK_OFF_TASKS flag with SCX_TASK_DEAD stateTejun Heo1-4/+5
2026-05-10Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-0/+1
2026-05-09Merge tag 'sched-urgent-2026-05-09' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-76/+96
2026-05-08arm64/entry: Fix arm64-specific rseq brokennessMark Rutland2-27/+0
2026-05-08netfilter: x_tables: add and use xtables_unregister_table_exitFlorian Westphal1-1/+1
2026-05-08netfilter: x_tables: add and use xt_unregister_table_pre_exitFlorian Westphal4-3/+1
2026-05-08netfilter: x_tables: allocate hook ops while under mutexFlorian Westphal1-0/+1
2026-05-07Merge tag 'net-7.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-1/+13
2026-05-07platform/x86: intel: Add notifiers supportSrinivas Pandruvada1-0/+6
2026-05-07Merge tag 'v7.1-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds1-0/+186
2026-05-06KVM: arm64: Work around C1-Pro erratum 4193714 for protected guestsJames Morse1-0/+6
2026-05-06rseq: Implement read only ABI enforcement for optimized RSEQ V2 modeThomas Gleixner2-54/+33
2026-05-06Merge tag 'wq-for-7.1-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+4
2026-05-06Merge tag 'cgroup-for-7.1-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2026-05-06Merge tag 'sched_ext-for-7.1-rc2-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-0/+2
2026-05-05rseq: Revert to historical performance killing behaviourThomas Gleixner3-22/+61
2026-05-05mm/slab: Add kvfree_atomic() helperUladzislau Rezki (Sony)1-0/+3
2026-05-05sched/isolation: Make HK_TYPE_KTHREAD an alias of HK_TYPE_DOMAINWaiman Long1-1/+5
2026-05-04sched_ext: Skip past-sched_ext_dead() tasks in scx_task_iter_next_locked()Tejun Heo1-0/+1
2026-05-04cgroup, sched_ext: Include exiting tasks in cgroup iterTejun Heo1-0/+1
2026-05-04cgroup: Defer css percpu_ref kill on rmdir until cgroup is depopulatedTejun Heo1-2/+2
2026-05-02Merge tag 'drm-fixes-2026-05-02' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-2/+2
2026-05-02Merge tag 'nf-26-05-01' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski1-0/+8
2026-05-02smb: smbdirect: introduce and use include/linux/smbdirect.hStefan Metzmacher1-0/+186
2026-05-01rseq: Protect rseq_reset() against interruptsThomas Gleixner1-0/+2
2026-05-01Merge tag 'block-7.1-20260430' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-3/+4
2026-05-01Merge tag 'mm-hotfixes-stable-2026-04-30-15-39' of git://git.kernel.org/pub/s...Linus Torvalds2-2/+2
2026-05-01Merge tag 'mtd/fixes-for-7.1-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+7
2026-04-30Merge tag 'net-7.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds3-0/+33
2026-04-30dpll: export __dpll_pin_change_ntf() for use under dpll_lockIvan Vecera1-0/+1
2026-04-30netfilter: x_tables: add .check_hooks to matches and targetsPablo Neira Ayuso1-0/+8
2026-04-30Merge tag 'trace-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-1/+1
2026-04-29Merge tag 'nf-26-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski1-0/+29
2026-04-29Merge tag 'sched_ext-for-7.1-rc1-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-3/+10
2026-04-28tracepoint: Fix typo in tracepoint.h commentSheng Che Peng1-1/+1
2026-04-28workqueue: fix devm_alloc_workqueue() va_list misuseBreno Leitao1-2/+4
2026-04-28ipmr: Free mr_table after RCU grace period.Kuniyuki Iwashima1-0/+3
2026-04-28Merge tag 'fsnotify_for_v7.1-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1