aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-07-22timers/migration: Move hierarchy setup into cpuhotplug prepare callbackAnna-Maria Behnsen1-0/+1
2024-07-22ACPI: RISCV: Add NUMA support based on SRAT and SLITHaibo Xu1-0/+6
2024-07-21Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds32-166/+249
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds49-466/+771
2024-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-12/+132
2024-07-20Merge tag 'mtd/for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds1-16/+16
2024-07-20Merge tag 'landlock-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-29/+37
2024-07-20Merge tag 'firewire-updates-6.11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-1/+641
2024-07-20Merge tag 'riscv-for-linus-6.11-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+3
2024-07-20i2c: header: improve kdoc for i2c_algorithmWolfram Sang1-8/+7
2024-07-20i2c: header: remove unneeded stuff regarding i2c_algorithmWolfram Sang1-6/+0
2024-07-19Merge tag 'pci-v6.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-15/+66
2024-07-20i2c: mux: gpio: Add support for the 'settle-time-us' propertyBastien Curutchet1-0/+2
2024-07-19Merge tag 'input-for-v6.11-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-3/+8
2024-07-19Merge tag 'i2c-for-6.11-rc1-try2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-12/+32
2024-07-19Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds24-119/+581
2024-07-19Merge tag 'usb-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds4-5/+19
2024-07-19Merge tag 'tty-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-0/+5
2024-07-19Merge tag 'net-6.11-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-3/+5
2024-07-19Merge tag 'sound-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds21-62/+421
2024-07-19Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds25-718/+1012
2024-07-19Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds3-31/+46
2024-07-19Merge tag 'vfio-v6.11-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds1-9/+12
2024-07-19random: note that RNDGETPOOL was removed in 2.6.9-rc2Jason A. Donenfeld1-1/+1
2024-07-19random: introduce generic vDSO getrandom() implementationJason A. Donenfeld3-0/+72
2024-07-19mm: add MAP_DROPPABLE for designating always lazily freeable mappingsJason A. Donenfeld4-0/+18
2024-07-19Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-7/+56
2024-07-19Merge tag 'for-6.11/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-12/+26
2024-07-19Merge tag 'dma-mapping-6.11-2024-07-19' of git://git.infradead.org/users/hch/...Linus Torvalds2-44/+63
2024-07-19Merge tag 'iommu-updates-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-26/+15
2024-07-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds13-18/+163
2024-07-19Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-34/+148
2024-07-19Merge tag 'v6.11-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds4-32/+7
2024-07-19blk-cgroup: move congestion_count to struct blkcgXiu Jianfeng1-3/+0
2024-07-19sbitmap: fix io hung due to race on sbitmap_word::clearedYang Yang1-0/+5
2024-07-19block: Catch possible entries missing from rqf_name[]John Garry1-0/+1
2024-07-19block: Use enum to define RQF_x bit indexesJohn Garry1-32/+54
2024-07-19block: Catch possible entries missing from cmd_flag_name[]John Garry1-0/+1
2024-07-19block: Catch possible entries missing from alloc_policy_name[]John Garry1-2/+6
2024-07-19block: Catch possible entries missing from hctx_flag_name[]John Garry1-4/+6
2024-07-19block: Catch possible entries missing from hctx_state_name[]John Garry1-7/+10
2024-07-19block: Make QUEUE_FLAG_x as an enumJohn Garry1-13/+16
2024-07-19block: Relocate BLK_MQ_MAX_DEPTHJohn Garry1-2/+1
2024-07-19block: Relocate BLK_MQ_CPU_WORK_BATCHJohn Garry1-2/+0
2024-07-19block: remove QUEUE_FLAG_STOPPEDChristoph Hellwig1-2/+0
2024-07-19Merge branch 'pci/switchtec'Bjorn Helgaas1-1/+1
2024-07-19Merge branch 'pci/endpoint'Bjorn Helgaas2-5/+20
2024-07-19Merge branch 'pci/resource'Bjorn Helgaas2-8/+41
2024-07-19ALSA: hda: tas2781: mark const variables as __maybe_unusedArnd Bergmann1-3/+3
2024-07-18Merge tag 'bcachefs-2024-07-18.2' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2-0/+20