summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
31 hoursMerge tag 'uml-for-linus-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kern...HEADmasterLinus Torvalds9-114/+21
32 hoursMerge tag 'rtc-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2-7/+0
34 hoursMerge tag 'acpi-6.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+45
39 hoursMerge tag 's390-6.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2-5/+1
39 hoursMerge tag 's390-6.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds32-654/+1103
3 daysMerge tag 'for-linus-6.14-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+4
3 daysMerge tag 'powerpc-6.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2-2/+7
3 daysMerge tag 'constfy-sysctl-6.14-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds15-16/+16
3 dayss390/tracing: Define ftrace_get_symaddr() for s390Masami Hiramatsu (Google)1-0/+1
3 dayss390/fgraph: Fix to remove ftrace_test_recursion_trylock()Masami Hiramatsu (Google)1-5/+0
3 daysMerge tag 'x86-urgent-2025-01-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+4
3 daysx86/sev: Disable jump tables in SEV startup codeArd Biesheuvel1-0/+4
4 daysMerge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-6/+6
4 daysMerge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds55-2158/+2590
4 daysMerge tag 'loongarch-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds20-29/+311
4 dayss390/sclp: Initialize sclp subsystem via arch_cpu_finalize_init()Heiko Carstens3-0/+7
4 daysMerge tag 'sparc-for-6.14-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-13/+12
4 dayss390/tools: Use array instead of string initializerHeiko Carstens1-6/+21
4 daystreewide: const qualify ctl_tables where applicableJoel Granados15-16/+16
4 dayss390/vmem: Fix null-pointer-arithmetic warning in vmem_map_init()Vasily Gorbik1-1/+1
4 dayss390: Add '-std=gnu11' to decompressor and purgatory CFLAGSNathan Chancellor2-2/+2
4 daysMerge tag 'char-misc-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+22
4 daysMerge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-8/+32
5 daysMerge tag 'mips_6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds25-71/+52
5 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds10-52/+195
5 daysMerge tag 'm68knommu-for-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-10/+10
5 daysMerge tag 'xtensa-20250126' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds3-5/+4
5 dayss390/kdump: virtio-mem kdump support (CONFIG_PROC_VMCORE_DEVICE_RAM)David Hildenbrand2-8/+32
5 daysMerge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds97-660/+308
5 daysMerge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds23-31/+15
5 daysMerge tag 'bitmap-for-6.14' of https://github.com:/norov/linuxLinus Torvalds1-10/+10
6 dayss390/bitops: Use correct constraint for arch_test_bit() inline assemblyHeiko Carstens1-1/+1
6 dayss390/pci: Fix SR-IOV for PFs initially in standbyNiklas Schnelle1-1/+0
6 dayss390/futex: Avoid KMSAN instrumention for user pointersHeiko Carstens1-3/+9
6 dayss390/uaccess: Rename get_put_user_noinstr_attributes to uaccess_kmsan_or_inlineHeiko Carstens1-7/+6
6 dayss390/futex: Cleanup futex_atomic_cmpxchg_inatomic()Heiko Carstens1-10/+11
6 dayss390/futex: Generate futex atomic op functionsHeiko Carstens1-34/+42
6 dayss390/uaccess: Remove INLINE_COPY_FROM_USER and INLINE_COPY_TO_USERHeiko Carstens2-120/+109
6 dayss390/uaccess: Use asm goto for put_user()/get_user()Heiko Carstens1-6/+77
6 dayss390/uaccess: Remove usage of the oac specifierHeiko Carstens1-12/+4
6 dayss390/uaccess: Replace EX_TABLE_UA_LOAD_MEM exception handlingHeiko Carstens3-24/+8
6 dayss390/uaccess: Cleanup noinstr __put_user()/__get_user() inline assembly const...Heiko Carstens1-14/+14
6 dayss390/uaccess: Remove __put_user_fn()/__get_user_fn() wrappersHeiko Carstens1-81/+32
6 dayss390/uaccess: Move put_user() / __put_user() close to put_user() asm codeHeiko Carstens1-30/+30
6 dayss390/uaccess: Use asm goto for __mvc_kernel_nofault()Heiko Carstens1-15/+11
6 dayss390/uaccess: Implement __get_kernel_nofault()/__put_kernel_nofault() with mvcHeiko Carstens1-78/+44
6 dayss390/extable: Rename EX_TABLE_UA_STORE to EX_TABLE_UA_FAULTHeiko Carstens3-10/+10
6 dayss390/fpu: Use CONFIG_CC_HAS_ASM_AOR_FORMAT_FLAGS instead of CONFIG_CC_IS_CLANGHeiko Carstens1-84/+84
6 dayss390: Introduce CC_HAS_ASM_AOR_FORMAT_FLAGS Kconfig optionHeiko Carstens1-0/+6
6 dayss390: Rename GCC_ASM_FLAG_OUTPUT_BROKEN to CC_ASM_FLAG_OUTPUT_BROKENHeiko Carstens2-2/+2