summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2024-11-25Merge branch 'pci/resource'Bjorn Helgaas1-0/+32
2024-11-25Merge branch 'pci/pwrctl'Bjorn Helgaas1-11/+11
2024-11-25Merge branch 'pci/locking'Bjorn Helgaas1-2/+0
2024-11-25Merge branch 'pci/enumeration'Bjorn Helgaas1-23/+1
2024-11-25Merge branch 'pci/devm'Bjorn Helgaas1-2/+2
2024-11-25Merge tag 'input-for-v6.13-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-0/+8
2024-11-25Merge branch 'next' into for-linusDmitry Torokhov2-0/+8
2024-11-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-46/+85
2024-11-24tracing: Remove cond argument from __DECLARE_TRACE_SYSCALLMathieu Desnoyers1-12/+13
2024-11-24tracing: Remove conditional locking from __DO_TRACE()Mathieu Desnoyers1-33/+12
2024-11-24rcupdate_trace: Define rcu_tasks_trace lock guardMathieu Desnoyers1-0/+5
2024-11-24tracing: Remove __idx variable from __DO_TRACEMathieu Desnoyers1-2/+0
2024-11-24tracing: Move it_func[0] comment to the relevant contextMathieu Desnoyers1-3/+3
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds39-464/+679
2024-11-23Merge tag 'ovl-update-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-6/+23
2024-11-23Merge tag 'sysctl-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-11/+9
2024-11-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-6/+17
2024-11-23Merge tag 'iommu-updates-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-15/+11
2024-11-23Merge tag 'pm-6.13-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2-1/+2
2024-11-23Merge tag 'mtd/for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds3-4/+10
2024-11-23Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2-11/+47
2024-11-23Merge tag 'backlight-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-27/+35
2024-11-23Merge tag 'leds-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds1-1/+2
2024-11-23Merge tag 'mfd-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds8-19/+919
2024-11-23tracing: Record task flag NEED_RESCHED_LAZY.Thomas Gleixner1-0/+1
2024-11-23Merge tag 'trace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds4-96/+124
2024-11-22Merge tag 'cxl-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds1-1/+16
2024-11-22ACPI: introduce acpi_arch_init()Miao Wang1-11/+1
2024-11-22Merge branch 'pm-cpuidle'Rafael J. Wysocki1-1/+1
2024-11-22iommu: Rename ops->domain_alloc_user() to domain_alloc_paging_flags()Jason Gunthorpe1-8/+12
2024-11-22iommu: Add ops->domain_alloc_nested()Jason Gunthorpe1-4/+5
2024-11-22Merge tag 'iommu-updates-v6.13' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Jason Gunthorpe38-95/+260
2024-11-22Merge tag 'drm-next-2024-11-21' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds4-4/+15
2024-11-22Merge tag 'sound-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds3-13/+11
2024-11-21Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-4/+174
2024-11-21Merge tag 'dma-mapping-6.13-2024-11-19' of git://git.infradead.org/users/hch/...Linus Torvalds2-5/+1
2024-11-21Merge tag 'nvme-6.13-2024-11-21' of git://git.infradead.org/nvme into for-6.1...Jens Axboe1-0/+14
2024-11-21Merge tag 'fsnotify_for_v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2024-11-21Merge tag 'xfs-6.13-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+4
2024-11-21nvme: introduce change ptpl and iekey definitionGuixin Liu1-0/+9
2024-11-21Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds36-296/+613
2024-11-21f2fs: fix to adjust appropriate length for fiemapZhiguo Niu1-0/+1
2024-11-21f2fs: fix to do cast in F2FS_{BLK_TO_BYTES, BTYES_TO_BLK} to avoid overflowChao Yu1-3/+3
2024-11-21Merge tag 'bpf-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds6-59/+107
2024-11-21Merge tag 'nand/for-6.13' into mtd/nextMiquel Raynal2-3/+3
2024-11-21PCI/pwrctrl: Rename pwrctrl functions and structuresBjorn Helgaas1-11/+11
2024-11-21PCI/pwrctrl: Rename pwrctl files to pwrctrlBjorn Helgaas1-0/+0
2024-11-21io_uring: limit local tw doneDavid Wei1-0/+1
2024-11-21Merge tag 'soc-arm-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2-12/+0
2024-11-21Merge tag 'soc-drivers-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-69/+327