index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-06
arm64/sve: Avoid dereference of dead task_struct in KVM guest entry
Dave Martin
1
-12
/
+16
2017-12-06
arm64: fpsimd: Abstract out binding of task's fpsimd context to the cpu.
Dave Martin
1
-10
/
+15
2017-12-06
arm64: fpsimd: Prevent registers leaking from dead tasks
Dave Martin
1
-0
/
+9
2017-12-01
arm64: cpu_ops: Add missing 'const' qualifiers
Yury Norov
1
-3
/
+3
2017-12-01
arm64: perf: remove unsupported events for Cortex-A73
Xu YiPing
1
-6
/
+0
2017-12-01
arm64: fpsimd: Fix failure to restore FPSIMD state after signals
Dave Martin
1
-3
/
+3
2017-12-01
arm64: ftrace: emit ftrace-mod.o contents through code
Ard Biesheuvel
5
-27
/
+21
2017-12-01
arm64: module-plts: factor out PLT generation code for ftrace
Ard Biesheuvel
1
-36
/
+2
2017-11-15
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
22
-293
/
+1746
2017-11-03
arm64/sve: Detect SVE and activate runtime support
Dave Martin
3
-3
/
+22
2017-11-03
arm64/sve: KVM: Prevent guests from using SVE
Dave Martin
1
-2
/
+29
2017-11-03
arm64/sve: Add sysctl to set the default vector length for new processes
Dave Martin
1
-1
/
+61
2017-11-03
arm64/sve: Add prctl controls for userspace vector length management
Dave Martin
1
-0
/
+50
2017-11-03
arm64/sve: ptrace and ELF coredump support
Dave Martin
2
-8
/
+332
2017-11-03
arm64/sve: Preserve SVE registers around EFI runtime service calls
Dave Martin
1
-6
/
+61
2017-11-03
arm64/sve: Preserve SVE registers around kernel-mode NEON use
Dave Martin
1
-2
/
+4
2017-11-03
arm64/sve: Probe SVE capabilities and usable vector lengths
Dave Martin
3
-3
/
+169
2017-11-03
arm64: cpufeature: Move sys_caps_initialised declarations
Dave Martin
1
-15
/
+15
2017-11-03
arm64/sve: Backend logic for setting the vector length
Dave Martin
1
-1
/
+136
2017-11-03
arm64/sve: Signal handling support
Dave Martin
3
-19
/
+205
2017-11-03
arm64/sve: Support vector length resetting for new processes
Dave Martin
1
-4
/
+12
2017-11-03
arm64/sve: Core task context handling
Dave Martin
4
-11
/
+383
2017-11-03
arm64/sve: Low-level CPU setup
Dave Martin
1
-1
/
+12
2017-11-03
arm64/sve: Low-level SVE architectural state manipulation functions
Dave Martin
1
-0
/
+17
2017-11-03
arm64/sve: System register and exception syndrome definitions
Dave Martin
1
-0
/
+1
2017-11-03
arm64: fpsimd: Simplify uses of {set,clear}_ti_thread_flag()
Dave Martin
1
-4
/
+2
2017-11-03
arm64: Port deprecated instruction emulation to new sysctl interface
Dave Martin
1
-12
/
+3
2017-11-03
arm64: signal: Verify extra data is user-readable in sys_rt_sigreturn
Dave Martin
1
-0
/
+4
2017-11-03
arm64: fpsimd: Correctly annotate exception helpers called from asm
Dave Martin
1
-2
/
+3
2017-11-03
arm64: Fix static use of function graph
Julien Thierry
1
-9
/
+3
2017-11-02
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-1
/
+1
2017-11-02
arm64: ensure __dump_instr() checks addr_limit
Mark Rutland
1
-1
/
+1
2017-11-02
arm64: entry.S: move SError handling into a C function for future expansion
Xie XiuQi
2
-7
/
+42
2017-11-02
arm64: entry.S: convert elX_irq
James Morse
1
-2
/
+2
2017-11-02
arm64: entry.S convert el0_sync
James Morse
1
-14
/
+10
2017-11-02
arm64: entry.S: convert el1_sync
James Morse
1
-8
/
+4
2017-11-02
arm64: Mask all exceptions during kernel_exit
James Morse
2
-7
/
+11
2017-11-02
arm64: Move the async/fiq helpers to explicitly set process context flags
James Morse
2
-5
/
+6
2017-11-02
arm64: introduce an order for exceptions
James Morse
1
-2
/
+3
2017-11-02
arm64: explicitly mask all exceptions
James Morse
5
-14
/
+14
2017-11-02
arm64: suspend: remove useless included file
Yisheng Xie
1
-1
/
+0
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
11
-0
/
+11
2017-10-31
arm64: vdso: fix clock_getres for 4GiB-aligned res
Mark Rutland
1
-1
/
+1
2017-10-27
arm64: traps: Pretty-print pstate in register dumps
Will Deacon
1
-1
/
+35
2017-10-27
arm64: traps: Don't print stack or raw PC/LR values in backtraces
Will Deacon
2
-67
/
+6
2017-10-25
arm64: Fix single stepping in kernel traps
Julien Thierry
3
-10
/
+21
2017-10-24
arm64: Avoid aligning normal memory pointers in __memcpy_{to,from}io
Mark Salyzyn
1
-7
/
+5
2017-10-24
Merge branch 'for-next/perf' into aarch64/for-next/core
Will Deacon
1
-5
/
+12
2017-10-19
arm64: Fix the feature type for ID register fields
Suzuki K Poulose
1
-51
/
+51
2017-10-18
arm64: head: Init PMSCR_EL2.{PA,PCT} when entered at EL2 without VHE
Will Deacon
1
-5
/
+12
[next]