summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-09-176-24/+56
|\
| * x86/purgatory: Remove LTO flagsSong Liu2023-09-171-0/+4
| * x86/boot/compressed: Reserve more memory for page tablesKirill A. Shutemov2023-09-172-14/+39
| * x86/ibt: Avoid duplicate ENDBR in __put_user_nocheck*()Peter Zijlstra2023-09-121-4/+0
| * x86/ibt: Suppress spurious ENDBRPeter Zijlstra2023-09-121-0/+8
| * x86/platform/uv: Use alternate source for socket to node dataSteve Wahl2023-09-111-6/+5
* | Merge tag 'sched-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-09-171-3/+9
|\ \
| * | x86/sched: Restore the SD_ASYM_PACKING flag in the DIE domainRicardo Neri2023-09-131-3/+9
* | | Merge tag 'efi-fixes-for-v6.6-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-09-154-33/+32
|\ \ \
| * | | efi/x86: Ensure that EFI_RUNTIME_MAP is enabled for kexecArd Biesheuvel2023-09-111-1/+1
| * | | efi/x86: Move EFI runtime call setup/teardown helpers out of lineArd Biesheuvel2023-09-113-32/+31
| | |/ | |/|
* | | Merge tag 'riscv-for-linus-6.6-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-09-152-3/+9
|\ \ \
| * | | riscv: errata: fix T-Head dcache.cva encodingIcenowy Zheng2023-09-121-2/+2
| * | | riscv: kexec: Align the kexeced kernel entrySong Shuai2023-09-121-1/+7
| |/ /
* | | Merge tag 'parisc-for-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-09-1315-35/+163
|\ \ \ | |/ / |/| |
| * | parisc: BTLB: Initialize BTLB tables at CPU startupHelge Deller2023-09-075-7/+77
| * | parisc: firmware: Simplify calling non-PA20 functionsHelge Deller2023-09-072-4/+12
| * | parisc: BTLB: _edata symbol has to be page aligned for BTLB supportHelge Deller2023-09-071-0/+1
| * | parisc: BTLB: Add BTLB insert and purge firmware function wrappersHelge Deller2023-09-072-9/+36
| * | parisc: BTLB: Clear possibly existing BTLB entriesHelge Deller2023-09-071-3/+13
| * | parisc: Prepare for Block-TLB support on 32-bit kernelHelge Deller2023-09-071-0/+2
| * | parisc: shmparam.h: Document aliasing requirements of PA-RISCHelge Deller2023-09-071-0/+15
| * | parisc: irq: Make irq_stack_union static to avoid sparse warningHelge Deller2023-08-311-1/+1
| * | parisc: drivers: Fix sparse warningHelge Deller2023-08-311-1/+1
| * | parisc: sba-iommu: Fix sparse warnigsHelge Deller2023-08-311-2/+2
| * | parisc: sba: Fix compile warning wrt list of SBA devicesHelge Deller2023-08-311-0/+3
| * | parisc: sba_iommu: Fix build warning if procfs if disabledHelge Deller2023-08-311-8/+0
* | | Merge tag 'x86-urgent-2023-09-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-09-105-10/+20
|\ \ \
| * | | x86/sgx: Break up long non-preemptible delays in sgx_vepc_release()Jack Wang2023-09-061-0/+3
| * | | x86: Remove the arch_calc_vm_prot_bits() macro from the UAPIThomas Huth2023-09-062-8/+15
| * | | x86/build: Fix linker fill bytes quirk/incompatibility for ld.lldSong Liu2023-09-061-1/+1
| * | | x86/smp: Don't send INIT to non-present and non-booted CPUsThomas Gleixner2023-09-041-1/+1
* | | | Merge tag 'perf-urgent-2023-09-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-09-101-1/+11
|\ \ \ \
| * | | | perf/x86/uncore: Correct the number of CHAs on EMRKan Liang2023-09-051-1/+11
* | | | | Merge tag 'sh-for-v6.6-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-09-096-12/+8
|\ \ \ \ \
| * | | | | sh: push-switch: Reorder cleanup operations to avoid use-after-free bugDuoming Zhou2023-09-091-1/+1
| * | | | | sh: boards: Fix CEU buffer size passed to dma_declare_coherent_memory()Petr Tesarik2023-09-095-11/+7
* | | | | | Merge tag 'riscv-for-linus-6.6-mw2-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-09-0935-82/+909
|\ \ \ \ \ \
| * | | | | | riscv: Kconfig.errata: Add dependency for RISCV_SBI in ERRATA_ANDES configLad Prabhakar2023-09-081-1/+1
| * | | | | | riscv: Kconfig.errata: Drop dependency for MMU in ERRATA_ANDES_CMO configLad Prabhakar2023-09-081-1/+1
| * | | | | | riscv: Kconfig: Select DMA_DIRECT_REMAP only if MMU is enabledLad Prabhakar2023-09-081-1/+1
| * | | | | | Merge patch series "bpf, riscv: use BPF prog pack allocator in BPF JIT"Palmer Dabbelt2023-09-085-33/+251
| |\ \ \ \ \ \
| | * | | | | | bpf, riscv: use prog pack allocator in the BPF JITPuranjay Mohan2023-09-063-28/+141
| | * | | | | | riscv: implement a memset like function for textPuranjay Mohan2023-09-062-0/+78
| | * | | | | | riscv: extend patch_text_nosync() for multiple pagesPuranjay Mohan2023-09-061-5/+32
| * | | | | | | Merge patch series "riscv: Introduce KASLR"Palmer Dabbelt2023-09-0810-2/+131
| |\ \ \ \ \ \ \
| | * | | | | | | riscv: libstub: Implement KASLR by using generic functionsAlexandre Ghiti2023-09-052-0/+3
| | * | | | | | | arm64: libstub: Move KASLR handling functions to kaslr.cAlexandre Ghiti2023-09-051-0/+2
| | * | | | | | | riscv: Dump out kernel offset information on panicAlexandre Ghiti2023-09-051-0/+25
| | * | | | | | | riscv: Introduce virtual kernel mapping KASLRAlexandre Ghiti2023-09-056-2/+101