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