Age | Commit message (Expand) | Author | Files | Lines |
2019-06-05 | arm64: smp: Moved cpu_logical_map[] to smp.h | Florian Fainelli | 2 | -5/+6 |
2019-05-29 | arm64: use the correct function type in SYSCALL_DEFINE0 | Sami Tolvanen | 1 | -9/+9 |
2019-05-29 | arm64: fix syscall_fn_t type | Sami Tolvanen | 1 | -1/+1 |
2019-05-24 | arm64: insn: Add BUILD_BUG_ON() for invalid masks | Jean-Philippe Brucker | 1 | -5/+11 |
2019-05-24 | arm64: insn: Fix ldadd instruction encoding | Jean-Philippe Brucker | 1 | -1/+1 |
2019-05-23 | arm64: Handle erratum 1418040 as a superset of erratum 1188873 | Marc Zyngier | 1 | -1/+1 |
2019-05-23 | arm64: errata: Add workaround for Cortex-A76 erratum #1463225 | Will Deacon | 1 | -1/+2 |
2019-05-17 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 8 | -11/+296 |
2019-05-17 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 2 | -1/+13 |
2019-05-16 | Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+0 |
2019-05-16 | uapi: Wire up the mount API syscalls on non-x86 arches [ver #2] | David Howells | 2 | -1/+13 |
2019-05-16 | Merge tag 'kvmarm-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Paolo Bonzini | 8 | -11/+296 |
2019-05-15 | arch: remove <asm/sizes.h> and <asm-generic/sizes.h> | Masahiro Yamada | 1 | -1/+0 |
2019-05-15 | treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h> | Masahiro Yamada | 2 | -2/+2 |
2019-05-15 | arm64: mark (__)cpus_have_const_cap as __always_inline | Masahiro Yamada | 1 | -2/+2 |
2019-05-14 | hugetlb: allow to free gigantic pages regardless of the configuration | Alexandre Ghiti | 1 | -4/+0 |
2019-05-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+8 |
2019-05-08 | Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+2 |
2019-05-07 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 30 | -129/+368 |
2019-05-07 | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 2 | -2/+1 |
2019-05-06 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+0 |
2019-05-06 | Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+1 |
2019-05-01 | Merge branch 'for-next/timers' of git://git.kernel.org/pub/scm/linux/kernel/g... | Will Deacon | 2 | -20/+68 |
2019-05-01 | Merge branch 'for-next/mitigations' of git://git.kernel.org/pub/scm/linux/ker... | Will Deacon | 1 | -4/+0 |
2019-05-01 | Merge branch 'for-next/futex' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Will Deacon | 1 | -24/+39 |
2019-04-30 | clocksource/arm_arch_timer: Use arch_timer_read_counter to access stable coun... | Marc Zyngier | 1 | -2/+14 |
2019-04-30 | clocksource/arm_arch_timer: Remove use of workaround static key | Marc Zyngier | 1 | -4/+0 |
2019-04-30 | clocksource/arm_arch_timer: Drop use of static key in arch_timer_reg_read_stable | Marc Zyngier | 1 | -14/+28 |
2019-04-30 | clocksource/arm_arch_timer: Direcly assign set_next_event workaround | Marc Zyngier | 1 | -0/+16 |
2019-04-30 | arm64: Add part number for Neoverse N1 | Marc Zyngier | 1 | -0/+2 |
2019-04-30 | arm64: mm: Remove pte_unmap_nested() | Qian Cai | 1 | -2/+0 |
2019-04-30 | arm64: Fix compiler warning from pte_unmap() with -Wunused-but-set-variable | Qian Cai | 1 | -1/+2 |
2019-04-30 | arm64: compat: Reduce address limit for 64K pages | Vincenzo Frascino | 1 | -1/+1 |
2019-04-30 | arm64: arch_timer: Ensure counter register reads occur with seqlock held | Will Deacon | 1 | -2/+31 |
2019-04-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -0/+8 |
2019-04-27 | bpf, arm64: use more scalable stadd over ldxr / stxr loop in xadd | Daniel Borkmann | 1 | -0/+8 |
2019-04-26 | arm64: Always enable ssb vulnerability detection | Jeremy Linton | 1 | -4/+0 |
2019-04-26 | arm64: futex: Avoid copying out uninitialised stack in failed cmpxchg() | Will Deacon | 1 | -1/+3 |
2019-04-26 | arm64: futex: Bound number of LDXR/STXR loops in FUTEX_WAKE_OP | Will Deacon | 1 | -21/+34 |
2019-04-26 | arm64: futex: Fix FUTEX_WAKE_OP atomic ops with non-zero result value | Will Deacon | 1 | -8/+8 |
2019-04-25 | arm64: sysreg: Make mrs_s and msr_s macros work with Clang and LTO | Kees Cook | 3 | -19/+38 |
2019-04-24 | arm64: KVM: Enable VHE support for :G/:H perf event modifiers | Andrew Murray | 1 | -1/+4 |
2019-04-24 | arm64: KVM: Enable !VHE support for :G/:H perf event modifiers | Andrew Murray | 1 | -0/+3 |
2019-04-24 | arm64: KVM: Add accessors to track guest/host only counters | Andrew Murray | 1 | -0/+17 |
2019-04-24 | arm64: KVM: Encapsulate kvm_cpu_context in kvm_host_data | Andrew Murray | 2 | -7/+12 |
2019-04-24 | KVM: arm64: Add userspace flag to enable pointer authentication | Amit Daniel Kachhap | 2 | -1/+3 |
2019-04-24 | KVM: arm/arm64: Context-switch ptrauth registers | Mark Rutland | 3 | -0/+141 |
2019-04-23 | Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arn... | Linus Torvalds | 2 | -1/+9 |
2019-04-23 | arch: mostly remove <asm/segment.h> | Christoph Hellwig | 1 | -1/+0 |
2019-04-23 | arm64: Expose SVE2 features for userspace | Dave Martin | 3 | -0/+26 |