summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* mcb: remove is_added flag from mcb_device structJorge Sanjuan Garcia2023-10-051-1/+0
* Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s...Linus Torvalds2023-10-013-3/+24
|\
| * mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts2023-09-291-2/+4
| * maple_tree: add MAS_UNDERFLOW and MAS_OVERFLOW statesLiam R. Howlett2023-09-291-0/+2
| * maple_tree: add mas_is_active() to detect in-tree walksLiam R. Howlett2023-09-291-0/+9
| * mm: abstract moving to the next PFNMatthew Wilcox (Oracle)2023-09-291-1/+9
* | Merge tag 'timers-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-10-011-1/+5
|\ \
| * | timers: Tag (hr)timer softirq as hotplug safeFrederic Weisbecker2023-09-271-1/+5
* | | Merge tag 'dma-mapping-6.6-2023-09-30' of git://git.infradead.org/users/hch/d...Linus Torvalds2023-09-301-7/+16
|\ \ \
| * | | swiotlb: fix the check whether a device has used software IO TLBPetr Tesarik2023-09-271-7/+16
| |/ /
* | | Merge tag 'ceph-for-6.6-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds2023-09-291-13/+11
|\ \ \
| * | | Revert "ceph: make members in struct ceph_mds_request_args_ext a union"Ilya Dryomov2023-09-181-13/+11
* | | | ata: libata-scsi: Disable scsi device manage_system_start_stopDamien Le Moal2023-09-281-2/+4
* | | | ata: libata-scsi: link ata port and scsi deviceDamien Le Moal2023-09-281-0/+2
* | | | ata: libata-sata: increase PMP SRST timeout to 10sMatthias Schiffer2023-09-251-1/+1
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-09-241-0/+2
|\ \ \ \
| * | | | Merge tag 'kvm-riscv-fixes-6.6-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini2023-09-238-20/+24
| |\| | |
| * | | | KVM: arm64: nvhe: Ignore SVE hint in SMCCC function IDJean-Philippe Brucker2023-09-121-0/+2
| | |/ / | |/| |
* | | | Merge tag 'cxl-fixes-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-09-241-0/+2
|\ \ \ \
| * | | | PCI/AER: Export pcie_aer_is_native()Smita Koralahalli2023-09-111-0/+2
| |/ / /
* | | | Merge tag 'mm-hotfixes-stable-2023-09-23-10-31' of git://git.kernel.org/pub/s...Linus Torvalds2023-09-232-3/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | mm: memcontrol: fix GFP_NOFS recursion in memory.high enforcementJohannes Weiner2023-09-192-3/+3
| | |/ | |/|
* | | Merge tag 'loongarch-fixes-6.6-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-09-231-1/+1
|\ \ \
| * | | kasan: Cleanup the __HAVE_ARCH_SHADOW_MAP usageHuacai Chen2023-09-201-1/+1
| |/ /
* | | Merge tag 'xfs-6.6-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-09-221-1/+0
|\ \ \
| * | | xfs: remove CPU hotplug infrastructureDarrick J. Wong2023-09-111-1/+0
| | |/ | |/|
* | | Merge tag 'locking-urgent-2023-09-22' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-09-222-10/+2
|\ \ \
| * | | locking/seqlock: Do the lockdep annotation before locking in do_write_seqcoun...Sebastian Andrzej Siewior2023-09-211-1/+1
| * | | locking/atomic: scripts: fix fallback ifdefferyMark Rutland2023-09-201-9/+1
| | |/ | |/|
* | | Merge tag 'net-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-09-212-1/+3
|\ \ \
| * | | team: fix null-ptr-deref when team device type is changedZiyang Xuan2023-09-191-0/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2023-09-161-1/+1
| |\ \ \
| | * | | bpf: Fix BTF_ID symbol generation collisionJiri Olsa2023-09-151-1/+1
* | | | | Merge tag 'v6.6-rc3.vfs.ctime.revert' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-09-211-44/+2
|\ \ \ \ \
| * | | | | Revert "fs: add infrastructure for multigrain timestamps"Christian Brauner2023-09-201-44/+2
| | |_|/ / | |/| | |
* | | | | Merge tag 'nfs-for-6.6-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2023-09-183-2/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | SUNRPC: Silence compiler complaints about tautological comparisonsTrond Myklebust2023-09-151-1/+1
| * | | | Revert "SUNRPC: clean up integer overflow check"Anna Schumaker2023-09-151-1/+3
| * | | | NFSv4.1: fix pnfs MDS=DS session trunkingOlga Kornievskaia2023-09-131-0/+1
| * | | | NFS: Use the correct commit info in nfs_join_page_group()Trond Myklebust2023-09-131-1/+3
| | |_|/ | |/| |
* | | | Merge tag 'x86-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-09-171-0/+5
|\ \ \ \
| * | | | x86/ibt: Suppress spurious ENDBRPeter Zijlstra2023-09-121-0/+5
| |/ / /
* | | | Merge tag 'ext4_for_linus-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-09-171-1/+4
|\ \ \ \
| * | | | buffer: Make bh_offset() work for compound pagesMatthew Wilcox (Oracle)2023-09-071-1/+4
* | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2023-09-161-3/+3
|\ \ \ \ \
| * \ \ \ \ Merge branch '6.6/scsi-staging' into 6.6/scsi-fixesMartin K. Petersen2023-09-131-3/+3
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | scsi: qla2xxx: Correct endianness for rqstlen and rsplenNilesh Javali2023-09-051-3/+3
* | | | | | Merge tag 'ata-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds2023-09-161-0/+4
|\ \ \ \ \ \
| * | | | | | ata: libata: disallow dev-initiated LPM transitions to unsupported statesNiklas Cassel2023-09-111-0/+4
| |/ / / / /
* | | | | | Merge tag 'i2c-for-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-09-161-10/+1
|\ \ \ \ \ \