aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2023-10-11Merge tag 'fs_for_v6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-2/+4
2023-10-06Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 1-0/+9
2023-10-06quota: Fix slow quotaoffGravatar Jan Kara 2-2/+4
2023-10-05Merge tag 'net-6.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 2-1/+2
2023-10-04Merge tag 'nf-23-10-04' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Jakub Kicinski 1-0/+1
2023-10-04cpuidle, ACPI: Evaluate LPI arch_flags for broadcast timerGravatar Oza Pawandeep 1-0/+9
2023-10-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 1-1/+1
2023-10-04netfilter: handle the connecting collision properly in nf_conntrack_proto_sctpGravatar Xin Long 1-0/+1
2023-10-01Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 3-3/+24
2023-10-01Merge tag 'timers-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+5
2023-09-30Merge tag 'dma-mapping-6.6-2023-09-30' of git://git.infradead.org/users/hch/d...Gravatar Linus Torvalds 1-7/+16
2023-09-29mm: hugetlb: add huge page size param to set_huge_pte_at()Gravatar Ryan Roberts 1-2/+4
2023-09-29maple_tree: add MAS_UNDERFLOW and MAS_OVERFLOW statesGravatar Liam R. Howlett 1-0/+2
2023-09-29maple_tree: add mas_is_active() to detect in-tree walksGravatar Liam R. Howlett 1-0/+9
2023-09-29mm: abstract moving to the next PFNGravatar Matthew Wilcox (Oracle) 1-1/+9
2023-09-29Merge tag 'ceph-for-6.6-rc4' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-13/+11
2023-09-28ata: libata-scsi: Disable scsi device manage_system_start_stopGravatar Damien Le Moal 1-2/+4
2023-09-28ata: libata-scsi: link ata port and scsi deviceGravatar Damien Le Moal 1-0/+2
2023-09-27timers: Tag (hr)timer softirq as hotplug safeGravatar Frederic Weisbecker 1-1/+5
2023-09-27swiotlb: fix the check whether a device has used software IO TLBGravatar Petr Tesarik 1-7/+16
2023-09-25ata: libata-sata: increase PMP SRST timeout to 10sGravatar Matthias Schiffer 1-1/+1
2023-09-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+2
2023-09-24Merge tag 'cxl-fixes-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+2
2023-09-23Merge tag 'mm-hotfixes-stable-2023-09-23-10-31' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 2-3/+3
2023-09-23Merge tag 'loongarch-fixes-6.6-1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2023-09-23Merge tag 'kvm-riscv-fixes-6.6-1' of https://github.com/kvm-riscv/linux into ...Gravatar Paolo Bonzini 8-20/+24
2023-09-22Merge tag 'xfs-6.6-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-1/+0
2023-09-22Merge tag 'locking-urgent-2023-09-22' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-10/+2
2023-09-21Merge tag 'net-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 2-1/+3
2023-09-21Merge tag 'v6.6-rc3.vfs.ctime.revert' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-44/+2
2023-09-21locking/seqlock: Do the lockdep annotation before locking in do_write_seqcoun...Gravatar Sebastian Andrzej Siewior 1-1/+1
2023-09-20Revert "fs: add infrastructure for multigrain timestamps"Gravatar Christian Brauner 1-44/+2
2023-09-20locking/atomic: scripts: fix fallback ifdefferyGravatar Mark Rutland 1-9/+1
2023-09-20kasan: Cleanup the __HAVE_ARCH_SHADOW_MAP usageGravatar Huacai Chen 1-1/+1
2023-09-19bpf: Fix tr dereferencingGravatar Leon Hwang 1-1/+1
2023-09-19mm: memcontrol: fix GFP_NOFS recursion in memory.high enforcementGravatar Johannes Weiner 2-3/+3
2023-09-19team: fix null-ptr-deref when team device type is changedGravatar Ziyang Xuan 1-0/+2
2023-09-18Merge tag 'nfs-for-6.6-2' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 3-2/+7
2023-09-18Revert "ceph: make members in struct ceph_mds_request_args_ext a union"Gravatar Ilya Dryomov 1-13/+11
2023-09-17Merge tag 'x86-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+5
2023-09-17Merge tag 'ext4_for_linus-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+4
2023-09-16Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Gravatar Linus Torvalds 1-3/+3
2023-09-16Merge tag 'ata-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Gravatar Linus Torvalds 1-0/+4
2023-09-16Merge tag 'i2c-for-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-10/+1
2023-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 1-1/+1
2023-09-15Merge tag 'thermal-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+2
2023-09-15SUNRPC: Silence compiler complaints about tautological comparisonsGravatar Trond Myklebust 1-1/+1
2023-09-15Revert "SUNRPC: clean up integer overflow check"Gravatar Anna Schumaker 1-1/+3
2023-09-15bpf: Fix BTF_ID symbol generation collisionGravatar Jiri Olsa 1-1/+1
2023-09-13Merge branch '6.6/scsi-staging' into 6.6/scsi-fixesGravatar Martin K. Petersen 1-3/+3