summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
4 daysMerge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds3-4/+9
5 daysMerge tag 'driver-core-7.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
6 daysMerge tag 'cgroup-for-7.1-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
6 daysdevice property: set fwnode->secondary to NULL in fwnode_init()Bartosz Golaszewski1-0/+1
7 daysMerge tag 'net-7.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-3/+3
7 daysMerge tag 'efi-fixes-for-v7.1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
9 daysnet: airoha: Fix NPU RX DMA descriptor bitsChristian Marangi1-3/+3
9 daysMerge tag 'ata-7.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/liba...Linus Torvalds1-3/+4
9 daysefi: efi.h: Remove extra semicolonRong Tao1-1/+1
9 daysMerge tag 'mm-hotfixes-stable-2026-05-18-21-07' of git://git.kernel.org/pub/s...Linus Torvalds2-8/+9
10 dayscgroup/rstat: validate cpu before css_rstat_cpu() accessQing Ming1-0/+1
10 daysMerge tag 'vfs-7.1-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-10/+322
10 daysata: libata-scsi: do not needlessly defer commands when using PMP with FBSNiklas Cassel1-3/+3
10 daysata: libata-scsi: do not use the deferred QC feature on PMPs with CBSNiklas Cassel1-0/+1
11 daysbpf: Check global subprog exception pathsKumar Kartikeya Dwivedi1-0/+2
11 daysMerge tag 'sched-urgent-2026-05-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-27/+0
11 daysMerge tag 'irq-urgent-2026-05-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+0
13 daysMerge tag 'vfio-v7.1-rc4' of https://github.com/awilliam/linux-vfioLinus Torvalds1-1/+1
13 daysMerge tag 'block-7.1-20260515' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+2
13 daysMerge tag 'platform-drivers-x86-v7.1-3' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+6
13 daysMerge tag 'v7.1-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-0/+3
14 daysMerge tag 'hid-for-linus-2026051401' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-7/+13
2026-05-14Merge tag 'net-7.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds4-4/+3
2026-05-14ptrace: slightly saner 'get_dumpable()' logicLinus Torvalds1-0/+3
2026-05-14mm/page_alloc: fix initialization of tags of the huge zero folio with init_on...David Hildenbrand (Arm)2-8/+9
2026-05-14Merge tag 'sched_ext-for-7.1-rc3-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-7/+10
2026-05-14Merge tag 'cgroup-for-7.1-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+9
2026-05-13vfio/pci: Make VFIO_PCI_OFFSET_TO_INDEX() return unsignedMatt Evans1-1/+1
2026-05-13block: pass a minsize argument to bio_iov_iter_bounceChristoph Hellwig1-1/+2
2026-05-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+6
2026-05-12Merge tag 'probes-fixes-v7.1-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+5
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-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