Age | Commit message (Expand) | Author |
2020-02-10 | arm64: ssbs: Fix context-switch when SSBS is present on all CPUs | Will Deacon |
2020-02-10 | arm64: use shared sysctl constants | Matteo Croce |
2020-01-27 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2020-01-14 | arm64: Introduce system_capabilities_finalized() marker | Suzuki K Poulose |
2020-01-07 | arm64: Implement copy_thread_tls | Amanieu d'Antras |
2019-10-16 | arm64: entry.S: Do not preempt from IRQ before all cpufeatures are enabled | Julien Thierry |
2019-10-01 | arm64/sve: Fix wrong free for task->thread.sve_state | Masayoshi Mizuma |
2019-09-24 | arm64, mm: make randomization selected by generic topdown mmap layout | Alexandre Ghiti |
2019-08-20 | arm64: Change the tagged_addr sysctl control semantics to only prevent the op... | Catalin Marinas |
2019-08-06 | arm64: Introduce prctl() options to control the tagged user addresses ABI | Catalin Marinas |
2019-07-22 | arm64: Force SSBS on context switch | Marc Zyngier |
2019-07-22 | arm64: stacktrace: Factor out backtrace initialisation | Dave Martin |
2019-07-08 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2019-06-21 | arm64: Fix incorrect irqflag restore for priority masking | Julien Thierry |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 | Thomas Gleixner |
2019-02-06 | arm64: Unmask PMR before going idle | Julien Thierry |
2019-02-06 | arm64: Make PMR part of task context | Julien Thierry |
2018-12-31 | Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds |
2018-12-22 | arm64: Use ftrace_graph_get_ret_stack() instead of curr_ret_stack | Steven Rostedt (VMware) |
2018-12-13 | arm64: add basic pointer authentication support | Mark Rutland |
2018-12-12 | arm64: enable per-task stack canaries | Ard Biesheuvel |
2018-11-01 | Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2018-09-14 | arm64: ssbd: Add support for PSTATE.SSBS rather than trapping to EL3 | Will Deacon |
2018-09-04 | arm64: Drop unneeded stackleak_check_alloca() | Alexander Popov |
2018-07-26 | arm64: Add support for STACKLEAK gcc plugin | Laura Abbott |
2018-07-05 | arm64: use PSR_AA32 definitions | Mark Rutland |
2018-06-14 | Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variables | Linus Torvalds |
2018-03-28 | arm64: uaccess: Fix omissions from usercopy whitelist | Dave Martin |
2018-02-19 | arm64: __show_regs: Only resolve kernel symbols when running at EL1 | Will Deacon |
2018-02-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml... | Linus Torvalds |
2018-01-05 | arm64: do not use print_symbol() | Sergey Senozhatsky |
2017-12-11 | arm64: tls: Avoid unconditional zeroing of tpidrro_el0 for native tasks | Will Deacon |
2017-12-06 | arm64: fpsimd: Prevent registers leaking from dead tasks | Dave Martin |
2017-11-03 | arm64/sve: Core task context handling | Dave Martin |
2017-10-27 | arm64: traps: Pretty-print pstate in register dumps | Will Deacon |
2017-10-27 | arm64: traps: Don't print stack or raw PC/LR values in backtraces | Will Deacon |
2017-09-05 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2017-08-22 | arm64: cleanup {COMPAT_,}SET_PERSONALITY() macro | Yury Norov |
2017-08-17 | membarrier: Provide expedited private command | Mathieu Desnoyers |
2017-08-09 | arm64: unwind: remove sp from struct stackframe | Ard Biesheuvel |
2017-06-22 | arm64: ptrace: Flush user-RW TLS reg to thread_struct before reading | Dave Martin |
2017-05-30 | arm64: Add dump_backtrace() in show_regs | Kefeng Wang |
2017-03-23 | arm64: drop unnecessary newlines in show_regs() | Kefeng Wang |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar |
2017-02-09 | arm64: use linux/sizes.h for constants | Miles Chen |
2017-01-10 | arm64: Don't trace __switch_to if function graph tracer is enabled | Joel Fernandes |
2016-11-16 | arm64: Add hypervisor safe helper for checking constant capabilities | Suzuki K Poulose |
2016-11-11 | arm64: split thread_info from task stack | Mark Rutland |