summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2020-01-10Merge branch 'x86/mm' into efi/core, to pick up dependenciesIngo Molnar61-668/+779
2020-01-10Merge branch 'linus' into efi/core, to pick up fixesIngo Molnar42-106/+168
2020-01-06Merge tag 'arc-5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds4-7/+14
2020-01-06arm64: Revert support for execute-only user mappingsCatalin Marinas3-11/+6
2020-01-05Merge tag 'riscv/for-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-19/+35
2020-01-04riscv: prefix IRQ_ macro names with an RV_ namespacePaul Walmsley2-12/+12
2020-01-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds15-46/+32
2020-01-04Merge tag 'mips_fixes_5.5_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-18/+72
2020-01-04hexagon: define ioremap_ucNick Desaulniers1-0/+1
2020-01-04hexagon: work around compiler crashNick Desaulniers1-3/+1
2020-01-04hexagon: parenthesize registers in asm predicatesNick Desaulniers6-23/+23
2020-01-04mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand7-20/+7
2020-01-03Merge tag 'powerpc-5.5-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-2/+3
2020-01-03riscv: ftrace: correct the condition logic in function graph tracerZong Li1-1/+1
2020-01-03riscv: dts: Add DT support for SiFive L2 cache controllerYash Shah1-0/+15
2020-01-03riscv: gcov: enable gcov for RISC-VZong Li1-0/+1
2020-01-03riscv: mm: use __pa_symbol for kernel symbolsZong Li1-6/+6
2020-01-02MIPS: Avoid VDSO ABI breakage due to global register variablePaul Burton1-1/+19
2019-12-30powerpc/spinlocks: Include correct header for static keyJason A. Donenfeld1-0/+1
2019-12-28ARC: pt_regs: remove hardcoded registers offsetEugeniy Paltsev2-4/+13
2019-12-27riscv: export flush_icache_all to modulesOlof Johansson1-0/+1
2019-12-27riscv: reject invalid syscalls below -1David Abdurachmanov1-0/+1
2019-12-27riscv: fix compile failure with EXPORT_SYMBOL() & !MMULuc Van Oostenryck2-3/+4
2019-12-25efi/libstub/x86: Avoid globals to store context during mixed mode callsArd Biesheuvel1-14/+3
2019-12-25efi/libstub: Rename efi_call_early/_runtime macros to be more intuitiveArd Biesheuvel4-54/+47
2019-12-25efi/libstub: Drop 'table' argument from efi_table_attr() macroArd Biesheuvel4-24/+15
2019-12-25efi/libstub: Drop protocol argument from efi_call_proto() macroArd Biesheuvel4-21/+14
2019-12-25efi/libstub/x86: Work around page freeing issue in mixed modeArd Biesheuvel1-0/+16
2019-12-25efi/libstub: Remove 'sys_table_arg' from all function prototypesArd Biesheuvel3-26/+21
2019-12-25efi/libstub: Drop sys_table_arg from printk routinesArd Biesheuvel1-14/+14
2019-12-25efi/libstub/x86: Drop __efi_early() export and efi_config structArd Biesheuvel4-198/+54
2019-12-25efi/libstub: Unify the efi_char16_printk implementationsArd Biesheuvel1-7/+0
2019-12-25efi/libstub: Get rid of 'sys_table_arg' macro parameterArd Biesheuvel3-8/+13
2019-12-25efi/libstub/x86: Avoid thunking for native firmware callsArd Biesheuvel8-138/+24
2019-12-25efi/libstub: Annotate firmware routines as __efiapiArd Biesheuvel2-7/+8
2019-12-25efi/libstub: Use stricter typing for firmware function pointersArd Biesheuvel4-10/+15
2019-12-25efi/libstub: Drop explicit 32/64-bit protocol definitionsArd Biesheuvel1-12/+0
2019-12-25efi/libstub: Distinguish between native/mixed not 32/64 bitArd Biesheuvel4-11/+31
2019-12-25efi/libstub: Extend native protocol definitions with mixed_mode aliasesArd Biesheuvel1-4/+11
2019-12-25efi/libstub: Use a helper to iterate over a EFI handle arrayArd Biesheuvel1-9/+5
2019-12-25efi/x86: Rename efi_is_native() to efi_is_mixed()Ard Biesheuvel4-11/+13
2019-12-25efi/libstub: Remove unused __efi_call_early() macroArd Biesheuvel3-5/+0
2019-12-25x86/efistub: Disable paging at mixed mode entryArd Biesheuvel1-0/+5
2019-12-23powerpc/mm: Mark get_slice_psize() & slice_addr_is_low() as notraceMichael Ellerman1-2/+2
2019-12-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-12/+39
2019-12-22Merge tag 'riscv/for-v5.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-198/+23
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-6/+7
2019-12-22Merge tag 'kvm-ppc-fixes-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini55-640/+2421
2019-12-21Merge tag 's390-5.5-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds6-11/+32
2019-12-21Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-9/+26