aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-11-30arm64: ftrace: always pass instrumented pc in x0Mark Rutland2-4/+4
2018-11-30arm64: ftrace: remove return_regs macrosMark Rutland1-20/+15
2018-11-30arm64: ftrace: don't adjust the LR valueMark Rutland1-1/+0
2018-11-30arm64: ftrace: enable graph FP testMark Rutland1-2/+1
2018-11-30arm64: ftrace: use GLOBAL()Mark Rutland1-4/+2
2018-11-30arm64: drop linker script hack to hide __efistub_ symbolsArd Biesheuvel1-28/+18
2018-11-29arm64: Add workaround for Cortex-A76 erratum 1286807Catalin Marinas1-3/+17
2018-11-27arm64: function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)1-14/+1
2018-11-27arm64/module: switch to ADRP/ADD sequences for PLT entriesArd Biesheuvel3-25/+80
2018-11-27arm64/insn: add support for emitting ADR/ADRP instructionsArd Biesheuvel1-0/+29
2018-11-27arm64: Use a raw spinlock in __install_bp_hardening_cb()James Morse1-3/+3
2018-11-23arm64: cpufeature: Fix mismerge of CONFIG_ARM64_SSBD blockWill Deacon1-1/+1
2018-11-21arm64: perf: set suppress_bind_attrs flag to trueAnders Roxell1-0/+1
2018-11-21arm64: perf: Fix typos in commentShaokun Zhang1-1/+1
2018-11-21arm64: perf: Hook up new eventsWill Deacon1-0/+24
2018-11-21arm64: perf: Move event definitions into perf_event.hWill Deacon1-144/+1
2018-11-21arm64: perf: Remove duplicate generic cache eventsWill Deacon1-4/+0
2018-11-21arm64: perf: Add support for Armv8.1 PMCEID register formatWill Deacon1-7/+18
2018-11-21arm64: perf: Terminate PMU assignment statements with semicolonsWill Deacon1-10/+10
2018-11-20arm64/module: use plt section indices for relocationsJessica Yu2-20/+25
2018-11-15efi/arm: Defer persistent reservations until after paging_init()Ard Biesheuvel1-0/+1
2018-11-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-8/+21
2018-11-02arm64: kprobe: make page to RO mode when allocate itAnders Roxell1-7/+20
2018-11-02arm64: kdump: fix small typoYangtao Li1-1/+1
2018-11-01Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-22/+0
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport1-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport3-3/+0
2018-10-31memblock: replace alloc_bootmem_low with memblock_alloc_low (2)Mike Rapoport1-2/+3
2018-10-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+5
2018-10-26arm64: lib: use C string functions with KASAN enabledAndrey Ryabinin1-2/+5
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-1/+1
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-3/+2
2018-10-24Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-1/+0
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds5-65/+52
2018-10-23Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2018-10-23Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2018-10-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds14-100/+546
2018-10-19arm64: KVM: Guests can skip __install_bp_hardening_cb()s HYP workJames Morse1-0/+9
2018-10-16arm64: cpufeature: Trap CTR_EL0 access only where it is necessarySuzuki K Poulose1-1/+6
2018-10-16arm64: cpufeature: Fix handling of CTR_EL0.IDC fieldSuzuki K Poulose3-5/+47
2018-10-16arm64: cpufeature: ctr: Fix cpu capability check for late CPUsSuzuki K Poulose1-4/+18
2018-10-12arm64: perf: Reject stand-alone CHAIN events for PMUv3Will Deacon1-0/+7
2018-10-12arm64: Fix /proc/iomem for reserved but not memory regionsWill Deacon1-26/+24
2018-10-10vmlinux.lds.h: Move LSM_TABLE into INIT_DATAKees Cook1-1/+0
2018-10-01arm64: Trap WFI executed in userspaceMarc Zyngier2-0/+12
2018-10-01arm64/kprobes: remove an extra semicolon in arch_prepare_kprobezhong jiang1-1/+1
2018-10-01arm64: arch_timer: Add workaround for ARM erratum 1188873Marc Zyngier1-0/+8
2018-10-01arm64: compat: Add CNTFRQ trap handlerMarc Zyngier1-0/+13
2018-10-01arm64: compat: Add CNTVCT trap handlerMarc Zyngier1-0/+16
2018-10-01arm64: compat: Add cp15_32 and cp15_64 handler arraysMarc Zyngier1-0/+28