aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2024-02-27ubd: open the backing files in ubd_addGravatar Christoph Hellwig 1-42/+16
2024-02-27ubd: remove the queue pointer in struct ubdGravatar Christoph Hellwig 1-3/+1
2024-02-27ubd: move set_disk_ro to ubd_addGravatar Christoph Hellwig 1-1/+1
2024-02-27ubd: move setting the variable queue limits to ubd_addGravatar Christoph Hellwig 1-6/+7
2024-02-27ubd: move setting the nonrot flag to ubd_addGravatar Christoph Hellwig 1-1/+1
2024-02-27ubd: remove ubd_disk_registerGravatar Christoph Hellwig 1-22/+15
2024-02-27ubd: remove the ubd_gendisk arrayGravatar Christoph Hellwig 1-9/+4
2024-02-19ubd: pass queue_limits to blk_mq_alloc_diskGravatar Christoph Hellwig 1-3/+5
2024-02-19nfblock: pass queue_limits to blk_mq_alloc_diskGravatar Christoph Hellwig 1-2/+4
2024-02-19block: pass a queue_limits argument to blk_alloc_diskGravatar Christoph Hellwig 2-5/+9
2024-02-13block: pass a queue_limits argument to blk_mq_alloc_diskGravatar Christoph Hellwig 1-1/+1
2024-02-02Merge tag 'iommu-fixes-v6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-9/+28
2024-02-02Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 4-16/+4
2024-02-02powerpc: iommu: Bring back table group release_ownership() callGravatar Shivaprasad G Bhat 1-9/+28
2024-02-01Merge tag 'parisc-for-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 10-74/+118
2024-02-01Merge tag 'kbuild-fixes-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 4-10/+12
2024-01-31kbuild: Replace tabs with spaces when followed by conditionalsGravatar Dmitry Goncharov 3-9/+9
2024-01-31parisc: BTLB: Fix crash when setting up BTLB at CPU bringupGravatar Helge Deller 1-1/+1
2024-01-30parisc: Fix random data corruption from exception handlerGravatar Helge Deller 8-71/+108
2024-01-30arm64: vdso32: Remove unused vdso32-offsets.hGravatar Kevin Brodsky 3-13/+1
2024-01-30arm64: scs: Disable LTO for SCS patching codeGravatar Ard Biesheuvel 1-0/+6
2024-01-30arm64: Revert "scs: Work around full LTO issue with dynamic SCS"Gravatar Ard Biesheuvel 1-7/+1
2024-01-29Merge tag 'mm-hotfixes-stable-2024-01-28-23-21' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 2-1/+17
2024-01-28Merge tag 'mips-fixes_6.8_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 34-230/+83
2024-01-28Merge tag 'x86_urgent_for_v6.8_rc2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 5-12/+49
2024-01-28parisc: Drop unneeded semicolon in parse_tree_node()Gravatar Helge Deller 1-1/+1
2024-01-28parisc: Prevent hung tasks when printing inventory on serial consoleGravatar Helge Deller 1-0/+3
2024-01-28parisc: Check for valid stride size for cache flushesGravatar Helge Deller 1-0/+4
2024-01-28parisc: Make RO_DATA page aligned in vmlinux.lds.SGravatar Helge Deller 1-1/+1
2024-01-27Merge tag 'loongarch-fixes-6.8-1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 4-11/+14
2024-01-28um: Fix adding '-no-pie' for clangGravatar Nathan Chancellor 1-1/+3
2024-01-27mips: Call lose_fpu(0) before initializing fcr31 in mips_set_personality_nanGravatar Xi Ruoyao 1-0/+6
2024-01-27MIPS: loongson64: set nid for reserved memblock regionGravatar Huang Pei 2-0/+5
2024-01-27Revert "MIPS: loongson64: set nid for reserved memblock region"Gravatar Thomas Bogendoerfer 2-4/+0
2024-01-26Merge tag 'arm-fixes-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 22-55/+72
2024-01-26riscv: dts: sophgo: separate sg2042 mtime and mtimecmp to fit aclint formatGravatar Inochi Amaoto 1-32/+48
2024-01-26MIPS: lantiq: register smp_ops on non-smp platformsGravatar Aleksander Jan Bajkowski 1-4/+3
2024-01-26MIPS: loongson64: set nid for reserved memblock regionGravatar Huang Pei 2-0/+4
2024-01-26MIPS: reserve exception vector space ONLY ONCEGravatar Huang Pei 1-1/+7
2024-01-26MIPS: BCM63XX: Fix missing prototypesGravatar Florian Fainelli 7-6/+7
2024-01-26LoongArch: KVM: Add returns to SIMD stubsGravatar Randy Dunlap 1-2/+2
2024-01-26LoongArch: KVM: Fix build due to API changesGravatar Huacai Chen 1-2/+2
2024-01-26LoongArch/smp: Call rcutree_report_cpu_starting() at tlb_init()Gravatar Huacai Chen 2-7/+10
2024-01-25scs: add CONFIG_MMU dependency for vfree_atomic()Gravatar Samuel Holland 1-0/+1
2024-01-25mm, kmsan: fix infinite recursion due to RCU critical sectionGravatar Marco Elver 1-1/+16
2024-01-25Merge tag 'net-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 1-2/+3
2024-01-25Merge tag 'samsung-fixes-6.8' of https://git.kernel.org/pub/scm/linux/kernel/...Gravatar Arnd Bergmann 2-1/+2
2024-01-25arm64: dts: Fix TPM schema violationsGravatar Lukas Wunner 12-12/+12
2024-01-25ARM: dts: Fix TPM schema violationsGravatar Lukas Wunner 7-10/+10
2024-01-25x86/CPU/AMD: Add more models to X86_FEATURE_ZEN5Gravatar Mario Limonciello 1-0/+3