- baa9637 arm64/process.c: fix Wmissing-prototypes build warnings by Maninder Singh · 4 years ago
- d78050e arm64: Remove arm64_dma32_phys_limit and its uses by Catalin Marinas · 4 years, 2 months ago
- 095507d arm64: mm: Fix ARCH_LOW_ADDRESS_LIMIT when !CONFIG_ZONE_DMA by Nicolas Saenz Julienne · 4 years, 3 months ago
- 620954a arm64: mte: convert gcr_user into an exclude mask by Vincenzo Frascino · 4 years, 3 months ago
- 3d2403f arm64: uaccess: remove set_fs() by Mark Rutland · 4 years, 3 months ago
- baab8532 Merge branch 'for-next/mte' into for-next/core by Will Deacon · 4 years, 5 months ago
- c287620 arm64: Rewrite Spectre-v4 mitigation code by Will Deacon · 4 years, 6 months ago
- a8de949 arm64: Group start_thread() functions together by Will Deacon · 4 years, 6 months ago
- d4647f0 arm64: Rewrite Spectre-v2 mitigation code by Will Deacon · 4 years, 6 months ago
- 93f067f arm64: mte: Allow {set,get}_tagged_addr_ctrl() on non-current tasks by Catalin Marinas · 4 years, 8 months ago
- af5ce95 arm64: mte: Allow user control of the generated random tags via prctl() by Catalin Marinas · 5 years ago
- 1c101da arm64: mte: Allow user control of the tag check mode via prctl() by Catalin Marinas · 5 years ago
- 3cd86a5 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 5 years ago
- f511e07 arm64: Introduce asm/vdso/processor.h by Vincenzo Frascino · 5 years ago
- 33e4523 arm64: initialize and switch ptrauth kernel keys by Kristina Martsenko · 5 years ago
- 91a1b6c arm64: rename ptrauth key structures to be user-specific by Kristina Martsenko · 5 years ago
- 6be2280 Merge branches 'for-next/elf-hwcap-docs', 'for-next/smccc-conduit-cleanup', 'for-next/zone-dma', 'for-next/relax-icc_pmr_el1-sync', 'for-next/double-page-fault', 'for-next/misc', 'for-next/kselftest-arm64-signal' and 'for-next/kaslr-diagnostics' into for-next/core by Catalin Marinas · 5 years ago
- 218564b arm64: mm: Remove MAX_USER_VA_BITS definition by Bhupesh Sharma · 5 years ago
- bfe2987 arm64: entry-common: don't touch daif before bp-hardening by James Morse · 5 years ago
- 67f3977 arm64, mm: move generic mmap layout functions to mm by Alexandre Ghiti · 5 years ago
- ac12cf8 Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/error-injection', 'for-next/perf', 'for-next/psci-cpuidle', 'for-next/rng', 'for-next/smpboot', 'for-next/tbi' and 'for-next/tlbi' into for-next/core by Will Deacon · 6 years ago
- 2c624fe arm64: mm: Remove vabits_user by Steve Capper · 6 years ago
- 90ec95c arm64: mm: Introduce VA_BITS_MIN by Steve Capper · 6 years ago
- 63f0c60 arm64: Introduce prctl() options to control the tagged user addresses ABI by Catalin Marinas · 6 years ago
- b907b80 arm64: remove pointless __KERNEL__ guards by Mark Rutland · 6 years ago
- cbdf8a1 arm64: Force SSBS on context switch by Marc Zyngier · 6 years ago
- caab277 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 by Thomas Gleixner · 6 years ago
- 359db57 arm64: compat: Reduce address limit for 64K pages by Vincenzo Frascino · 6 years ago
- d263119 arm64: compat: Reduce address limit by Vincenzo Frascino · 6 years ago
- 133d051 arm64: Make PMR part of task context by Julien Thierry · 6 years ago
- 8493132 arm64: ptr auth: Move per-thread keys from thread_info to thread_struct by Will Deacon · 6 years ago
- ba83088 arm64: add prctl control for resetting ptrauth keys by Kristina Martsenko · 6 years ago
- ec6e822 arm64: expose user PAC bit positions via ptrace by Mark Rutland · 6 years ago
- 9b31cf4 arm64: mm: Introduce MAX_USER_VA_BITS definition by Will Deacon · 6 years ago
- 68d23da arm64: Kconfig: Re-jig CONFIG options for 52-bit VA by Will Deacon · 6 years ago
- b956772 arm64: mm: Allow forcing all userspace addresses to 52-bit by Steve Capper · 6 years ago
- 67e7fdf arm64: mm: introduce 52-bit userspace support by Steve Capper · 6 years ago
- e5d9915 arm64: mm: Define arch_get_mmap_end, arch_get_mmap_base by Steve Capper · 6 years ago
- 363524d arm64: mm: Introduce DEFAULT_MAP_WINDOW by Steve Capper · 6 years ago
- 26a4676 arm64: mm: define NET_IP_ALIGN to 0 by Ard Biesheuvel · 6 years ago
- de0d22e treewide: remove current_text_addr by Nick Desaulniers · 6 years ago
- b8925ee arm64: cpu: Move errata and feature enable callbacks closer to callers by Will Deacon · 7 years ago
- 8f04e8e arm64: ssbd: Add support for PSTATE.SSBS rather than trapping to EL3 by Will Deacon · 7 years ago
- 0b3e336 arm64: Add support for STACKLEAK gcc plugin by Laura Abbott · 7 years ago
- d64567f arm64: use PSR_AA32 definitions by Mark Rutland · 7 years ago
- b357bf6 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
- 94b07c1 arm64: signal: Report signal frame size to userspace via auxv by Dave Martin · 7 years ago
- 9a6e594 arm64/sve: Move sve_pffr() to fpsimd.h and make inline by Dave Martin · 7 years ago
- 31dc52b arm64/sve: Move read_zcr_features() out of cpufeature.h by Dave Martin · 7 years ago
- df3fb96 arm64: fpsimd: Eliminate task->mm checks by Dave Martin · 7 years ago
- 6589654 arm64: uaccess: Fix omissions from usercopy whitelist by Dave Martin · 7 years ago
- 20b8547 arm64: fpsimd: Split cpu field out from struct fpsimd_state by Dave Martin · 7 years ago
- c0cda3b arm64: capabilities: Update prototype for enable call back by Dave Martin · 7 years ago
- c013632 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
- 51369e3 arm64: Make USER_DS an inclusive limit by Robin Murphy · 7 years ago
- 617aebe Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
- 68ddbf0 arm64: kernel: Prepare for a DISR user by James Morse · 7 years ago
- 9e8084d arm64: Implement thread_struct whitelist for hardened usercopy by Kees Cook · 8 years ago
- 2d2123b arm64/sve: Add prctl controls for userspace vector length management by Dave Martin · 7 years ago
- 79ab047 arm64/sve: Support vector length resetting for new processes by Dave Martin · 7 years ago
- bc0ee47 arm64/sve: Core task context handling by Dave Martin · 7 years ago
- eef94a3 arm64: move TASK_* definitions to <asm/processor.h> by Yury Norov · 8 years ago
- df5b95b Merge branch 'arm64/vmap-stack' of git://git.kernel.org/pub/scm/linux/kernel/git/mark/linux into for-next/core by Catalin Marinas · 8 years ago
- 34be98f arm64: kernel: remove {THREAD,IRQ_STACK}_START_SP by Ard Biesheuvel · 8 years ago
- 17c2895 arm64: Abstract syscallno manipulation by Dave Martin · 8 years ago
- 35d0e6f arm64: syscallno is secretly an int, make it official by Dave Martin · 8 years ago
- 936eb65 arm64: ptrace: Flush user-RW TLS reg to thread_struct before reading by Dave Martin · 8 years ago
- fda89d9 arm64: struct debug_info: Check CONFIG_HAVE_HW_BREAKPOINT by Chris Redmon · 8 years ago
- c8b06e3 arm64: Remove useless UAO IPI and describe how this gets enabled by James Morse · 8 years ago
- 6d0d287 locking/core: Provide common cpu_relax_yield() definition by Christian Borntraeger · 8 years ago
- 5bd0b85 locking/core, arch: Remove cpu_relax_lowlatency() by Christian Borntraeger · 8 years ago
- 79ab11c locking/core: Introduce cpu_relax_yield() by Christian Borntraeger · 8 years ago
- 2a6dcb2 arm64: cpufeature: Schedule enable() calls instead of calling them via IPI by James Morse · 8 years ago
- a842789 arm64: remove duplicate macro __KERNEL__ check by zijun_hu · 9 years ago
- 7dd01ae arm64: trap userspace "dc cvau" cache operation on errata-affected core by Andre Przywara · 9 years ago
- 57f4959 arm64: kernel: Add support for User Access Override by James Morse · 9 years ago
- afb83cc arm64: prefetch: add missing #include for spin_lock_prefetch by Will Deacon · 9 years ago
- cd5e10b arm64: prefetch: don't provide spin_lock_prefetch with LSE by Will Deacon · 9 years ago
- dbb4e15 arm64: Delay cpu feature capability checks by Suzuki K. Poulose · 9 years ago
- 338d4f4 arm64: kernel: Add support for Privileged Access Never by James Morse · 10 years ago
- d00a381 arm64: context-switch user tls register tpidr_el0 for compat tasks by Will Deacon · 10 years ago
- 1baa82f arm64: Implement cpu_relax as yield by Peter Crosthwaite · 10 years ago
- a1e50a8 arm64: Increase the swiotlb buffer size 64MB by Catalin Marinas · 10 years ago
- 2ec4560 arm64: fix missing asm/pgtable-hwdef.h include in asm/processor.h by Paul Walmsley · 10 years ago
- 3efcb7a arm64: Remove unused prepare_to_copy() by Tobias Klauser · 10 years ago
- 3168a74 arm64: report correct stack pointer in KSTK_ESP for compat tasks by Will Deacon · 11 years ago
- 8efb90c Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
- 3a6bfbc arch, locking: Ciao arch_mutex_cpu_relax() by Davidlohr Bueso · 11 years ago
- ebe6152 arm64: Cast KSTK_(EIP|ESP) to unsigned long by Catalin Marinas · 11 years ago
- 9141300 arm64: Provide read/write fault information in compat signal handlers by Catalin Marinas · 11 years ago
- a795a38 arm64: compat: add support for big-endian (BE8) AArch32 binaries by Will Deacon · 11 years ago
- 6097a07 Merge tag 'v3.7-rc5' into execve by Catalin Marinas · 12 years ago
- f483a85 arm64: mm: fix booting on systems with no memory below 4GB by Will Deacon · 12 years ago
- 16dd46b arm64: No need to set the x0-x2 registers in start_thread() by Catalin Marinas · 12 years ago
- c34501d arm64: Use generic kernel_thread() implementation by Catalin Marinas · 12 years ago
- 9cce7a4 arm64: CPU support by Catalin Marinas · 13 years ago