summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* LoongArch: Fix GMAC's phy-mode definitions in dtsHuacai Chen2024-06-033-5/+5
* LoongArch: Override higher address bits in JUMP_VIRT_ADDRJiaxun Yang2024-06-031-1/+1
* LoongArch: Fix entry point in kernel image headerJiaxun Yang2024-06-032-5/+7
* LoongArch: Add all CPUs enabled by fdt to NUMA node 0Jiaxun Yang2024-06-032-1/+5
* LoongArch: Fix built-in DTB detectionJiaxun Yang2024-06-031-1/+1
* LoongArch: Remove CONFIG_ACPI_TABLE_UPGRADE in platform_init()Tiezhu Yang2024-06-031-3/+1
* 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 'powerpc-6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2024-06-015-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 'riscv-for-linus-6.10-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-05-314-14/+15
|\ \ \
| * | | riscv: Fix fully ordered LR/SC xchg[8|16]() implementationsAlexandre Ghiti2024-05-301-10/+12
| * | | riscv: enable HAVE_ARCH_HUGE_VMAP for XIP kernelNam Cao2024-05-301-1/+1
| * | | riscv: prevent pt_regs corruption for secondary idle threadsSergey Matyukevich2024-05-302-3/+2
| |/ /
* | | Merge tag 'net-6.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-05-303-16/+18
|\ \ \ | |/ / |/| |
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-05-273-16/+18
| |\ \
| | * | ARC, bpf: Fix issues reported by the static analyzersShahab Vahedi2024-05-253-16/+18
* | | | Merge tag 'mm-hotfixes-stable-2024-05-25-09-13' of git://git.kernel.org/pub/s...Linus Torvalds2024-05-251-1/+1
|\ \ \ \
| * | | | arm64: patching: fix handling of execmem addressesWill Deacon2024-05-241-1/+1
* | | | | Merge tag 'irq-urgent-2024-05-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-05-251-3/+6
|\ \ \ \ \
| * | | | | genirq/cpuhotplug, x86/vector: Prevent vector leak during CPU offlineDongli Zhang2024-05-231-3/+6
| |/ / / /
* | | | | Merge tag 'x86-urgent-2024-05-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-05-255-18/+65
|\ \ \ \ \
| * | | | | x86/cpu: Fix x86_match_cpu() to match just X86_VENDOR_INTELTony Luck2024-05-222-3/+6
| * | | | | crypto: x86/aes-xts - switch to new Intel CPU model definesTony Luck2024-05-221-8/+8
| * | | | | x86/topology: Handle bogus ACPI tables correctlyThomas Gleixner2024-05-211-3/+50
| * | | | | x86/kconfig: Select ARCH_WANT_FRAME_POINTERS again when UNWINDER_FRAME_POINTER=yMasahiro Yamada2024-05-201-4/+1
* | | | | | Merge tag 'uml-for-linus-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-05-2554-129/+136
|\ \ \ \ \ \
| * | | | | | um: virtio_uml: Convert to platform remove callback returning voidUwe Kleine-König2024-04-301-3/+2
| * | | | | | um: rtc: Convert to platform remove callback returning voidUwe Kleine-König2024-04-301-3/+2
| * | | | | | um: Remove unused do_get_thread_area functionTiwei Bie2024-04-301-17/+0
| * | | | | | um: Fix -Wmissing-prototypes warnings for __vdso_*Tiwei Bie2024-04-301-2/+8
| * | | | | | um: Add an internal header shared among the user codeTiwei Bie2024-04-307-6/+26
| * | | | | | um: Fix the declaration of kasan_map_memoryTiwei Bie2024-04-303-1/+3
| * | | | | | um: Fix the -Wmissing-prototypes warning for get_thread_regTiwei Bie2024-04-302-1/+7
| * | | | | | um: Fix the -Wmissing-prototypes warning for __switch_mmTiwei Bie2024-04-302-2/+2
| * | | | | | um: Fix -Wmissing-prototypes warnings for (rt_)sigreturnTiwei Bie2024-04-301-2/+3
| * | | | | | um: Stop tracking host PID in cpu_tasksTiwei Bie2024-04-303-15/+2
| * | | | | | um: process: remove unused 'n' variableJohannes Berg2024-04-221-2/+2
| * | | | | | um: vector: remove unused len variable/calculationJohannes Berg2024-04-221-3/+1