summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-fixes-v6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-08-131-2/+1
|\
| * alpha: remove __init annotation from exported page_is_ram()Masahiro Yamada2023-08-101-2/+1
* | locking: remove spin_lock_prefetchMateusz Guzik2023-08-127-38/+0
* | Merge tag 'x86_urgent_for_v6.5_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-08-126-7/+48
|\ \
| * | x86/cpu/amd: Enable Zenbleed fix for AMD Custom APU 0405Cristian Ciocaltea2023-08-111-0/+1
| * | x86/mm: Fix VDSO and VVAR placement on 5-level paging machinesKirill A. Shutemov2023-08-091-2/+2
| * | x86/linkage: Fix typo of BUILD_VDSO in asm/linkage.hJinghao Jia2023-08-081-1/+1
| * | x86/vdso: Choose the right GDT_ENTRY_CPUNODE for 32-bit getcpu() on 64-bit ke...Xin Li2023-08-081-1/+1
| * | x86/sev: Do not try to parse for the CC blob on non-AMD hardwareBorislav Petkov (AMD)2023-08-072-3/+43
* | | Merge tag 'x86_bugs_for_v6.5_rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-123-5/+11
|\ \ \
| * | | x86: Move gds_ucode_mitigated() declaration to headerArnd Bergmann2023-08-102-2/+2
| * | | x86/srso: Fix build breakage with the LLVM linkerNick Desaulniers2023-08-101-3/+9
* | | | Merge tag 'acpi-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2023-08-112-0/+6
|\ \ \ \
| * | | | ACPI: resource: Honor MADT INT_SRC_OVR settings for IRQ1 on AMD ZenHans de Goede2023-08-092-0/+6
| | |/ / | |/| |
* | | | Merge tag 'io_uring-6.5-2023-08-11' of git://git.kernel.dk/linuxLinus Torvalds2023-08-111-10/+5
|\ \ \ \
| * | | | io_uring/parisc: Adjust pgoff in io_uring mmap() for pariscHelge Deller2023-08-081-10/+5
| |/ / /
* | | | Merge tag 'riscv-for-linus-6.5-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-08-119-21/+35
|\ \ \ \
| * | | | riscv: Implement flush_cache_vmap()Alexandre Ghiti2023-08-101-0/+4
| * | | | riscv: Do not allow vmap pud mappings for 3-level page tableAlexandre Ghiti2023-08-101-1/+3
| * | | | riscv: mm: fix 2 instances of -Wmissing-variable-declarationsNick Desaulniers2023-08-083-5/+7
| * | | | riscv,mmio: Fix readX()-to-delay() orderingAndrea Parri2023-08-081-8/+8
| * | | | riscv: Fix CPU feature detection with SMP disabledSamuel Holland2023-08-082-5/+5
| * | | | riscv: Start of DRAM should at least be aligned on PMD size for the direct ma...Alexandre Ghiti2023-08-041-1/+6
| * | | | Merge patch series "RISC-V: Fix a few kexec_file_load(2) failures"Palmer Dabbelt2023-08-041-1/+2
| |\ \ \ \
| | * | | | riscv/kexec: load initrd high in available memoryTorsten Duwe2023-08-041-1/+1
| | * | | | riscv/kexec: handle R_RISCV_CALL_PLT relocation typeTorsten Duwe2023-08-041-0/+1
* | | | | | Merge tag 'parisc-for-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-08-1121-112/+82
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | parisc: perf: Make cpu_device variable staticHelge Deller2023-08-101-1/+1
| * | | | | parisc: ftrace: Add declaration for ftrace_function_trampoline()Helge Deller2023-08-102-1/+5
| * | | | | parisc: boot: Nuke some sparse warnings in decompressorHelge Deller2023-08-101-5/+5
| * | | | | parisc: processor: Include asm/smp.h for init_per_cpu()Helge Deller2023-08-101-0/+1
| * | | | | parisc: unaligned: Include linux/sysctl.h for unaligned_enabledHelge Deller2023-08-101-0/+1
| * | | | | parisc: Move proc_mckinley_root and proc_runway_root to sba_iommuHelge Deller2023-08-102-49/+1
| * | | | | parisc: dma: Add prototype for pcxl_dma_startHelge Deller2023-08-103-5/+3
| * | | | | parisc: parisc_ksyms: Include libgcc.h for libgcc prototypesHelge Deller2023-08-101-6/+1
| * | | | | parisc: ucmpdi2: Fix no previous prototype for '__ucmpdi2' warningHelge Deller2023-08-101-1/+2
| * | | | | parisc: firmware: Mark pdc_result buffers localHelge Deller2023-08-101-2/+2
| * | | | | parisc: firmware: Fix sparse context imbalance warningsHelge Deller2023-08-101-2/+2
| * | | | | parisc: signal: Fix sparse incorrect type in assignment warningHelge Deller2023-08-101-1/+1
| * | | | | parisc: ioremap: Fix sparse warningsHelge Deller2023-08-101-5/+4
| * | | | | parisc: fault: Use C99 arrary initializersHelge Deller2023-08-101-25/+25
| * | | | | parisc: pdt: Use PTR_ERR_OR_ZERO() to simplify codeYang Yingliang2023-08-101-3/+1
| * | | | | parisc: Fix lightweight spinlock checks to not break futexesHelge Deller2023-08-104-6/+27
* | | | | | x86/CPU/AMD: Do not leak quotient data after a division by 0Borislav Petkov (AMD)2023-08-094-0/+24
* | | | | | Merge tag 'gds-for-linus-2023-08-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-08-077-10/+221
|\ \ \ \ \ \
| * | | | | | KVM: Add GDS_NO support to KVMDaniel Sneddon2023-07-212-1/+13
| * | | | | | x86/speculation: Add Kconfig option for GDSDaniel Sneddon2023-07-212-0/+23
| * | | | | | x86/speculation: Add force option to GDS mitigationDaniel Sneddon2023-07-211-1/+19
| * | | | | | x86/speculation: Add Gather Data Sampling mitigationDaniel Sneddon2023-07-195-9/+167
* | | | | | | Merge tag 'x86_bugs_srso' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2023-08-0713-14/+361
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |