summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-093-5/+7
| * | riscv,mmio: Fix readX()-to-delay() orderingAndrea Parri2023-08-091-8/+8
| * | riscv: Fix CPU feature detection with SMP disabledSamuel Holland2023-08-092-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-087-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-205-9/+167
* | | | | | Merge tag 'x86_bugs_srso' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2023-08-0813-14/+361
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | x86/srso: Tie SBPB bit setting to microcode patch detectionBorislav Petkov (AMD)2023-08-072-11/+15
| * | | | | x86/srso: Add a forgotten NOENDBR annotationBorislav Petkov (AMD)2023-07-291-0/+1
| * | | | | x86/srso: Fix return thunks in generated codeJosh Poimboeuf2023-07-292-3/+7
| * | | | | x86/srso: Add IBPB on VMEXITBorislav Petkov (AMD)2023-07-274-1/+26
| * | | | | x86/srso: Add IBPBBorislav Petkov (AMD)2023-07-272-1/+24
| * | | | | x86/srso: Add SRSO_NO supportBorislav Petkov (AMD)2023-07-277-15/+39
| * | | | | x86/srso: Add IBPB_BRTYPE supportBorislav Petkov (AMD)2023-07-272-1/+13
| * | | | | x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)2023-07-2710-9/+263
| * | | | | x86/bugs: Increase the x86 bugs vector size to two u32sBorislav Petkov (AMD)2023-07-181-1/+1
| |/ / / /
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-08-079-119/+177
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge tag 'kvmarm-fixes-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2023-08-047-56/+90
| |\ \ \ \
| | * | | | KVM: arm64: Skip instruction after emulating write to TCR_EL1Oliver Upton2023-07-281-0/+1