summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2021-08-25s390/pci: cleanup resources only if necessaryNiklas Schnelle
2021-08-25microblaze: move core-y in arch/microblaze/Makefile to arch/microblaze/KbuildMasahiro Yamada
2021-08-25powerpc/64s: Remove WORT SPR from POWER9/10Nicholas Piggin
2021-08-25KVM: PPC: Book3S HV Nested: Reflect guest PMU in-use to L0 when guest SPRs ar...Nicholas Piggin
2021-08-25KVM: PPC: Book3S HV Nested: save_hv_return_state does not require trap argumentFabiano Rosas
2021-08-25KVM: PPC: Book3S HV Nested: Stop forwarding all HFUs to L1Fabiano Rosas
2021-08-25KVM: PPC: Book3S HV Nested: Make nested HFSCR state accessibleNicholas Piggin
2021-08-25KVM: PPC: Book3S HV Nested: Sanitise vcpu registersFabiano Rosas
2021-08-25KVM: PPC: Book3S HV Nested: Fix TM softpatch HFAC interrupt emulationNicholas Piggin
2021-08-25KVM: PPC: Book3S HV P9: Fixes for TM softpatch interrupt NIPNicholas Piggin
2021-08-25KVM: PPC: Book3S HV: Remove TM emulation from POWER7/8 pathNicholas Piggin
2021-08-25KVM: PPC: Book3S HV: Initialise vcpu MSR with MSR_MENicholas Piggin
2021-08-24riscv: explicitly use symbol offsets for VDSOSaleem Abdulrasool
2021-08-24riscv: Enable Undefined Behavior Sanitizer UBSANJisheng Zhang
2021-08-24riscv: Keep the riscv Kconfig selects sortedJisheng Zhang
2021-08-24riscv: dts: microchip: Add ethernet0 to the aliases nodeBin Meng
2021-08-24riscv: dts: microchip: Use 'local-mac-address' for emac1Bin Meng
2021-08-24riscv: Ensure the value of FP registers in the core dump file is up to dateVincent Chen
2021-08-25powerpc: Use lwarx/ldarx directly instead of PPC_LWARX/LDARX macrosChristophe Leroy
2021-08-25powerpc/ptrace: Make user_mode() common to PPC32 and PPC64Christophe Leroy
2021-08-25powerpc/syscalls: Simplify do_mmap2()Christophe Leroy
2021-08-25powerpc/ptdump: Convert powerpc to GENERIC_PTDUMPChristophe Leroy
2021-08-25powerpc/ptdump: Reduce level numbers by 1 in note_page() and add p4d levelChristophe Leroy
2021-08-25powerpc/ptdump: Remove unused 'page_size' parameterChristophe Leroy
2021-08-25powerpc/ptdump: Use DEFINE_SHOW_ATTRIBUTE()Christophe Leroy
2021-08-25powerpc: Avoid link stack corruption in misc asm functionsChristophe Leroy
2021-08-25powerpc/booke: Avoid link stack corruption in several placesChristophe Leroy
2021-08-25powerpc/32: indirect function call use bctrl rather than blrl in ret_from_ker...Christophe Leroy
2021-08-24arm64: kdump: Remove custom linux,usable-memory-range handlingGeert Uytterhoeven
2021-08-24arm64: kdump: Remove custom linux,elfcorehdr handlingGeert Uytterhoeven
2021-08-24riscv: Remove non-standard linux,elfcorehdr handlingGeert Uytterhoeven
2021-08-24ARC: mm: move MMU specific bits out of entry code ...Vineet Gupta
2021-08-24ARC: mm: move MMU specific bits out of ASID allocatorVineet Gupta
2021-08-24ARC: mm: non-functional code movement/cleanupVineet Gupta
2021-08-24ARC: mm: pmd_populate* to use the canonical set_pmd (and drop pmd_set)Vineet Gupta
2021-08-24ARC: ioremap: use more commonly used PAGE_KERNEL based uncached flagVineet Gupta
2021-08-24ARC: mm: Enable STRICT_MM_TYPECHECKSVineet Gupta
2021-08-24ARC: mm: Fixes to allow STRICT_MM_TYPECHECKSVineet Gupta
2021-08-24ARC: mm: move mmu/cache externs out to setup.hVineet Gupta
2021-08-24ARC: mm: remove tlb paranoid codeVineet Gupta
2021-08-24ARC: mm: use SCRATCH_DATA0 register for caching pgdir in ARCv2 onlyVineet Gupta
2021-08-24ARC: retire MMUv1 and MMUv2 supportVineet Gupta
2021-08-24ARC: retire ARC750 supportVineet Gupta
2021-08-24ARC: atomic_cmpxchg/atomic_xchg: implement relaxed variantsVineet Gupta
2021-08-24ARC: cmpxchg/xchg: implement relaxed variants (LLSC config only)Vineet Gupta
2021-08-24ARC: cmpxchg/xchg: rewrite as macros to make type safeVineet Gupta
2021-08-24ARC: xchg: !LLSC: remove UP micro-optimization/hackVineet Gupta
2021-08-24ARC: bitops: fls/ffs to take int (vs long) per asm-generic definesVineet Gupta
2021-08-24ARC: switch to generic bitopsVineet Gupta
2021-08-24ARC: atomics: implement relaxed variantsVineet Gupta