summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 6.10-rc2v6.10-rc2Linus Torvalds2024-06-031-1/+1
* Merge tag 'ata-6.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds2024-06-022-2/+8
|\
| * ata: libata-core: Add ATA_HORKAGE_NOLPM for Apacer AS340Niklas Cassel2024-05-311-0/+3
| * ata: libata-core: Add ATA_HORKAGE_NOLPM for AMD Radeon S3 SSDNiklas Cassel2024-05-311-0/+3
| * ata: libata-core: Add ATA_HORKAGE_NOLPM for Crucial CT240BX500SSD1Niklas Cassel2024-05-311-1/+2
| * ata: ahci: Do not apply Intel PCS quirk on Intel Alder LakeJason Nader2024-05-271-1/+0
* | Merge tag 'x86-urgent-2024-06-02' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-06-024-12/+26
|\ \
| * | x86/topology/intel: Unlock CPUID before evaluating anythingThomas Gleixner2024-05-313-10/+20
| * | x86/cpu: Provide default cache line size if not enumeratedDave Hansen2024-05-301-0/+4
| * | x86/topology/amd: Evaluate SMT in CPUID leaf 0x8000001e only on family 0x17 a...Thomas Gleixner2024-05-301-2/+2
| |/
* | Merge tag 'sched-urgent-2024-06-02' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-06-021-0/+1
|\ \
| * | sched/x86: Export 'percpu arch_freq_scale'Phil Auld2024-05-311-0/+1
* | | Merge tag 'perf-urgent-2024-06-02' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-06-023-0/+3
|\ \ \
| * | | perf/x86/intel: Add missing MODULE_DESCRIPTION() linesJeff Johnson2024-05-312-0/+2
| * | | perf/x86/rapl: Add missing MODULE_DESCRIPTION() lineJeff Johnson2024-05-311-0/+1
* | | | Merge tag 'hardening-v6.10-rc2-take2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-06-024-17/+11
|\ \ \ \
| * | | | kunit/fortify: Remove __kmalloc_node() testKees Cook2024-05-311-3/+0
| * | | | mailmap: update entry for Kees CookKees Cook2024-05-311-4/+5
| * | | | scsi: mpt3sas: Avoid possible run-time warning with long manufacturer stringsKees Cook2024-05-312-10/+6
| | |_|/ | |/| |
* | | | Merge tag 'powerpc-6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2024-06-025-3/+54
|\ \ \ \
| * | | | powerpc: Limit ARCH_HAS_KERNEL_FPU_SUPPORT to PPC64Samuel Holland2024-05-301-1/+1
| * | | | powerpc/uaccess: Use YZ asm constraint for ldMichael Ellerman2024-05-301-0/+11
| * | | | powerpc/uaccess: Fix build errors seen with GCC 13/14Michael Ellerman2024-05-301-0/+16
| * | | | powerpc/pseries/lparcfg: drop error message from guest name lookupNathan Lynch2024-05-301-2/+2
| * | | | powerpc/bpf: enforce full ordering for ATOMIC operations with BPF_FETCHPuranjay Mohan2024-05-292-0/+24
| |/ / /
* | | | Merge tag 'firewire-fixes-6.10-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-06-022-0/+2
|\ \ \ \
| * | | | firewire: add missing MODULE_DESCRIPTION() to test modulesJeff Johnson2024-05-272-0/+2
| |/ / /
* | | | Merge tag '6.10-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-06-015-1/+10
|\ \ \ \
| * | | | cifs: fix creating sockets when using sfu mount optionsSteve French2024-05-313-1/+8
| * | | | fs: smb: common: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-05-272-0/+2
| |/ / /
* | | | Merge tag 'kbuild-fixes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-06-019-41/+25
|\ \ \ \
| * | | | dt-bindings: kbuild: Fix dt_binding_check on unconfigured buildRob Herring (Arm)2024-05-291-1/+1
| * | | | kheaders: use `command -v` to test for existence of `cpio`Miguel Ojeda2024-05-291-1/+6
| * | | | kheaders: explicitly define file modes for archived headersMatthias Maennich2024-05-291-1/+1
| * | | | scripts/make_fit: Drop fdt image entry compatible stringChen-Yu Tsai2024-05-291-2/+1
| * | | | kbuild: remove a stale comment about cleaning in link-vmlinux.shMasahiro Yamada2024-05-291-1/+0
| * | | | kbuild: fix short log for AS in link-vmlinux.shMasahiro Yamada2024-05-291-1/+1
| * | | | kbuild: change scripts/mksysmap into sed scriptMasahiro Yamada2024-05-292-14/+7
| * | | | kbuild: avoid unneeded kallsyms step 3Masahiro Yamada2024-05-292-13/+4
| * | | | kbuild: scripts/gdb: Replace missed $(srctree)/$(src) w/ $(src)Douglas Anderson2024-05-291-1/+1
| * | | | kconfig: remove redundant check in expr_join_or()Masahiro Yamada2024-05-291-1/+1
| * | | | kconfig: fix comparison to constant symbols, 'm', 'n'Masahiro Yamada2024-05-291-2/+4
| * | | | kconfig: remove unused expr_is_no()Masahiro Yamada2024-05-291-5/+0
| |/ / /
* | | | Merge tag 'xfs-6.10-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-06-0111-46/+73
|\ \ \ \
| * | | | xfs: Add cond_resched to block unmap range and reflink remap pathRitesh Harjani (IBM)2024-05-272-0/+2
| * | | | xfs: don't open-code u64_to_user_ptrDarrick J. Wong2024-05-272-7/+2
| * | | | xfs: allow symlinks with short remote targetsDarrick J. Wong2024-05-271-4/+24
| * | | | xfs: fix xfs_init_attr_trans not handling explicit operation codesDarrick J. Wong2024-05-273-25/+35
| * | | | xfs: drop xfarray sortinfo folio on errorDarrick J. Wong2024-05-271-3/+6
| * | | | xfs: Stop using __maybe_unused in xfs_alloc.cJohn Garry2024-05-271-4/+2