summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | | Merge patch "RISC-V: Add ptrace support for vectors"Palmer Dabbelt2023-09-082-4/+88
| |\ \ \ \ \ \
| | * | | | | | RISC-V: Add ptrace support for vectorsAndy Chiu2023-09-012-4/+88
| * | | | | | | Merge patch series "Add non-coherent DMA support for AX45MP"Palmer Dabbelt2023-09-0812-0/+194
| |\ \ \ \ \ \ \
| | * | | | | | | riscv: mm: dma-noncoherent: nonstandard cache operations supportLad Prabhakar2023-09-014-0/+91
| | * | | | | | | riscv: errata: Add Andes alternative portsLad Prabhakar2023-09-017-0/+102
| | * | | | | | | riscv: asm: vendorid_list: Add Andes Technology to the vendors listLad Prabhakar2023-09-011-0/+1
| * | | | | | | | Merge patch series "riscv: dma-mapping: unify support for cache flushes"Palmer Dabbelt2023-09-081-9/+51
| |\| | | | | | |
| | * | | | | | | riscv: dma-mapping: switch over to generic implementationLad Prabhakar2023-09-011-9/+51
| | * | | | | | | riscv: dma-mapping: skip invalidation before bidirectional DMAArnd Bergmann2023-09-011-1/+1
| | * | | | | | | riscv: dma-mapping: only invalidate after DMA, not flushArnd Bergmann2023-09-011-1/+1
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge patch series "RISC-V: Probe for misaligned access speed"Palmer Dabbelt2023-09-089-33/+193
| |\ \ \ \ \ \ \
| | * | | | | | | RISC-V: alternative: Remove feature_probe_funcEvan Green2023-09-014-33/+0
| | * | | | | | | RISC-V: Probe for unaligned access speedEvan Green2023-09-016-0/+193
| | |/ / / / / /
* | | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2023-09-082-4/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | arm64: csum: Fix OoB access in IP checksum code for negative lengthsWill Deacon2023-09-071-1/+1
| * | | | | | | | arm64/sysreg: Fix broken strncpy() -> strscpy() conversionWill Deacon2023-09-061-3/+3
* | | | | | | | | Merge tag 'loongarch-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2023-09-0859-449/+2825
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | LoongArch: Update Loongson-3 default config fileHuacai Chen2023-09-071-4/+70
| * | | | | | | | | LoongArch: Add KASAN (Kernel Address Sanitizer) supportQing Zhang2023-09-0614-9/+451
| * | | | | | | | | LoongArch: Simplify the processing of jumping new kernel for KASLRQing Zhang2023-09-063-12/+9
| * | | | | | | | | LoongArch: Add KFENCE (Kernel Electric-Fence) supportEnze Li2023-09-064-9/+86
| * | | | | | | | | LoongArch: Get partial stack information when providing regs parameterEnze Li2023-09-061-8/+10
| * | | | | | | | | LoongArch: mm: Add page table mapped mode support for virt_to_page()Enze Li2023-09-063-1/+21
| * | | | | | | | | LoongArch: Allow building with kcov coverageFeiyang Chen2023-09-062-0/+4
| * | | | | | | | | LoongArch: Provide kaslr_offset() to get kernel offsetFeiyang Chen2023-09-061-0/+6
| * | | | | | | | | LoongArch: Add basic KGDB & KDB supportQing Zhang2023-09-067-0/+844
| * | | | | | | | | LoongArch: Add Loongson Binary Translation (LBT) extension supportQi Hu2023-09-0619-31/+693