| Commit message (Expand) | Author | Age | Files | Lines |
* | arm64: mm: Introduce VA_BITS_MIN | Steve Capper | 2019-08-09 | 3 | -4/+11 |
* | arm64: kasan: Switch to using KASAN_SHADOW_OFFSET | Steve Capper | 2019-08-09 | 2 | -10/+9 |
* | arm64: mm: Flip kernel VA space | Steve Capper | 2019-08-09 | 2 | -5/+5 |
* | arm64: mm: Remove bit-masking optimisations for PAGE_OFFSET and VMEMMAP_START | Steve Capper | 2019-08-09 | 1 | -6/+5 |
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2019-08-03 | 1 | -0/+40 |
|\ |
|
| * | arm64: compat: vdso: Use legacy syscalls as fallback | Thomas Gleixner | 2019-07-31 | 1 | -0/+40 |
* | | arm64: kprobes: Recover pstate.D in single-step exception handler | Masami Hiramatsu | 2019-08-02 | 1 | -0/+2 |
* | | arm64/mm: fix variable 'tag' set but not used | Qian Cai | 2019-08-01 | 1 | -3/+7 |
* | | arm64/mm: fix variable 'pud' set but not used | Qian Cai | 2019-08-01 | 1 | -2/+2 |
* | | arm64: Lower priority mask for GIC_PRIO_IRQON | Julien Thierry | 2019-08-01 | 2 | -1/+7 |
* | | arm64/efi: fix variable 'si' set but not used | Qian Cai | 2019-07-31 | 1 | -1/+5 |
* | | arm64: cpufeature: Fix feature comparison for CTR_EL0.{CWG,ERG} | Will Deacon | 2019-07-31 | 1 | -3/+4 |
|/ |
|
* | Merge tag 'spdx-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2019-07-28 | 1 | -1/+1 |
|\ |
|
| * | treewide: add "WITH Linux-syscall-note" to SPDX tag of uapi headers | Masahiro Yamada | 2019-07-25 | 1 | -1/+1 |
* | | arm64: Force SSBS on context switch | Marc Zyngier | 2019-07-22 | 1 | -2/+12 |
* | | arm64: mm: Drop pte_huge() | Anshuman Khandual | 2019-07-22 | 1 | -1/+0 |
* | | arm64: stacktrace: Better handle corrupted stacks | Mark Rutland | 2019-07-22 | 1 | -8/+49 |
* | | arm64: stacktrace: Factor out backtrace initialisation | Dave Martin | 2019-07-22 | 1 | -0/+10 |
* | | arm64: stacktrace: Constify stacktrace.h functions | Dave Martin | 2019-07-22 | 1 | -5/+6 |
* | | arm64: vdso: Fix population of AT_SYSINFO_EHDR for compat vdso | Vincenzo Frascino | 2019-07-22 | 1 | -1/+1 |
|/ |
|
* | arm64: mm: implement pte_devmap support | Robin Murphy | 2019-07-17 | 2 | -0/+22 |
* | arch: replace _BITUL() in kernel-space headers with BIT() | Masahiro Yamada | 2019-07-17 | 1 | -41/+41 |
* | Merge tag 'asm-generic-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2019-07-13 | 1 | -12/+19 |
|\ |
|
| * | arm64: don't use asm-generic/ptrace.h | Christoph Hellwig | 2019-07-01 | 1 | -12/+19 |
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2019-07-13 | 8 | -61/+103 |
|\ \ |
|
| * | | KVM: arm/arm64: Initialise host's MPIDRs by reading the actual register | Marc Zyngier | 2019-07-08 | 1 | -4/+3 |
| * | | KVM: arm64: Migrate _elx sysreg accessors to msr_s/mrs_s | Dave Martin | 2019-07-05 | 3 | -55/+46 |
| * | | KVM: arm/arm64: Add save/restore support for firmware workaround state | Andre Przywara | 2019-07-05 | 2 | -0/+24 |
| * | | arm64: KVM: Propagate full Spectre v2 workaround state to KVM guests | Andre Przywara | 2019-07-05 | 2 | -2/+20 |
| * | | KVM: arm64: Consume pending SError as early as possible | James Morse | 2019-07-05 | 1 | -1/+1 |
| * | | KVM: arm64: Abstract the size of the HYP vectors pre-amble | James Morse | 2019-07-05 | 1 | -0/+6 |
| * | | arm64: assembler: Switch ESB-instruction with a vanilla nop if !ARM64_HAS_RAS | James Morse | 2019-07-05 | 1 | -0/+4 |
* | | | arm64: switch to generic version of pte allocation | Mike Rapoport | 2019-07-12 | 1 | -39/+8 |
* | | | Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau... | Linus Torvalds | 2019-07-11 | 2 | -1/+4 |
|\ \ \ |
|
| * | | | arch: handle arches who do not yet define clone3 | Christian Brauner | 2019-06-21 | 1 | -0/+1 |
| * | | | arch: wire-up clone3() syscall | Christian Brauner | 2019-06-09 | 2 | -1/+3 |
* | | | | Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2019-07-11 | 2 | -1/+3 |
|\ \ \ \ |
|
| * | | | | arch: wire-up pidfd_open() | Christian Brauner | 2019-06-28 | 2 | -1/+3 |
| |/ / / |
|
* | | | | Merge tag 'docs-5.3' of git://git.lwn.net/linux | Linus Torvalds | 2019-07-09 | 3 | -3/+3 |
|\ \ \ \ |
|
| * | | | | docs: arm64: convert docs to ReST and rename to .rst | Mauro Carvalho Chehab | 2019-06-14 | 3 | -3/+3 |
* | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2019-07-09 | 2 | -27/+27 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge tag 'v5.2-rc5' into locking/core, to pick up fixes | Ingo Molnar | 2019-06-17 | 9 | -19/+40 |
| |\ \ \ \ \ |
|
| * | | | | | | locking/atomic, arm64: Use s64 for atomic64 | Mark Rutland | 2019-06-03 | 2 | -27/+27 |
| | |_|_|_|/
| |/| | | | |
|
* | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2019-07-08 | 9 | -0/+407 |
|\ \ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branch 'timers/vdso' into timers/core | Thomas Gleixner | 2019-07-03 | 111 | -1175/+504 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | arm64: compat: Fix __arch_get_hw_counter() implementation | Vincenzo Frascino | 2019-06-26 | 1 | -0/+18 |
| | * | | | | | | arm64: Fix __arch_get_hw_counter() implementation | Vincenzo Frascino | 2019-06-26 | 1 | -0/+19 |
| | * | | | | | | arm64: compat: No need for pre-ARMv7 barriers on an ARMv8 system | Catalin Marinas | 2019-06-26 | 1 | -7/+0 |
| | * | | | | | | arm64: compat: Get sigreturn trampolines from vDSO | Vincenzo Frascino | 2019-06-22 | 1 | -0/+3 |
| | * | | | | | | arm64: elf: VDSO code page discovery | Vincenzo Frascino | 2019-06-22 | 1 | -0/+14 |