summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2026-05-01hrtimer: Provide hrtimer_start_range_ns_user()Thomas Gleixner1-3/+17
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-01security,fs,nfs,net: update security_inode_listsecurity() interfaceStephen Smalley2-4/+5
2026-05-01firmware: stratix10-svc: change get provision data to async SMC callSiew Chin Lim1-8/+4
2026-05-01Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski3-11/+68
2026-05-01Merge tag 'mtd/fixes-for-7.1-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+7
2026-05-01Merge tag 'wireless-next-2026-04-30' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski1-20/+95
2026-05-01remoteproc: xlnx: Check remote core stateTanmay Shah1-0/+21
2026-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-8/+59
2026-04-30PCI: endpoint: pci-ep-msi: Refactor doorbell allocation for new backendsKoichiro Den1-2/+21
2026-04-30PCI: endpoint: Add auxiliary resource query APIKoichiro Den1-0/+54
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: add pin operational stateIvan Vecera1-0/+6
2026-04-30kcsan: Silence -Wmaybe-uninitialized when calling __kcsan_check_access()Marco Elver1-3/+3
2026-04-30bpf: Print breakdown of insns processed by subprogsPaul Chaignon1-0/+1
2026-04-30irqchip/gic: Replace __ASSEMBLY__ with __ASSEMBLER__Thomas Huth2-3/+3
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-29net/mlx5: Extend query_esw_functions output for multi-function supportMoshe Shemesh1-5/+59
2026-04-29net/mlx5: Remove unused host_sf_enable fieldMoshe Shemesh1-1/+0
2026-04-29net/mlx5: Add function_id_type for enable/disable_hca cmdsMoshe Shemesh1-2/+6
2026-04-29mlx5: Rename the vport number enums for host PF and VFMoshe Shemesh2-3/+3
2026-04-29clk: clk-axi-clkgen: Add support versal timingsNuno Sá1-0/+2
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-29driver core: move dev_has_sync_state() to drivers/base/base.hDanilo Krummrich1-14/+0
2026-04-29driver core: use READ_ONCE() for dev->driver in dev_has_sync_state()Danilo Krummrich1-1/+4
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-28wifi: Update EML function documentation to remove EMLSR-specific referencesPablo Martin-Gomez1-2/+2
2026-04-28wifi: Rename EMLSR delay constants and add EMLMR helpers and definitionsPablo Martin-Gomez1-10/+92
2026-04-28wifi: Remove EMLMR Delay subfield definitionsPablo Martin-Gomez1-6/+0
2026-04-28wifi: Remove invalid 128TU transition timeout constantPablo Martin-Gomez1-2/+1
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
2026-04-28hfsplus: Add a sanity check for btree node sizeEdward Adam Davis1-0/+1
2026-04-28Merge tag 'mailbox-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jas...Linus Torvalds2-4/+14
2026-04-28cdrom, scsi: sr: propagate read-only status to block layer via set_disk_ro()Daan De Meyer1-0/+1
2026-04-28Merge tag 'nvme-7.1-2026-04-24' of git://git.infradead.org/nvme into block-7.1Jens Axboe1-3/+3
2026-04-27bpf: range_within() must check cnum ranges instead of min/max pairsEduard Zingerman1-0/+2
2026-04-27usb: udc: pxa: remove unused platform_dataArnd Bergmann1-15/+0
2026-04-27PCI/P2PDMA: Avoid returning a provider for non_mappable_barsMatt Evans1-1/+1
2026-04-27mtd: spinand: Add support for packed read data ODTR commandsMiquel Raynal1-0/+7
2026-04-27MAINTAINERS: update Liam's email addressLiam R. Howlett1-1/+1
2026-04-27mm/vma: do not try to unmap a VMA if mmap_prepare() invoked from mmap()Lorenzo Stoakes1-1/+1
2026-04-27misc: Remove old APDS990x driverSvyatoslav Ryhel1-65/+0
2026-04-27iio: ABI: Add support for floating-point numbers in buffer scan elementsFrancesco Lavra1-0/+7