index
:
xavi/android_kernel_m2note
lp-5.1
mm-6.0
ng-7.1.2
o-8.1
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
arm64: build vdso without libgcov
Arnd Bergmann
2018-11-30
1
-0
/
+3
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2018-11-29
2
-2
/
+2
*
arm64: kuser32-bit helpers: dont include unistd32.h
Amit Pundir
2018-11-29
1
-1
/
+0
*
arm64: issue isb when trapping CNTVCT_EL0 access
Greg Hackmann
2018-01-15
1
-0
/
+2
*
BACKPORT: arm64: Add CNTFRQ_EL0 trap handler
Marc Zyngier
2018-01-15
1
-0
/
+12
*
BACKPORT: arm64: Add CNTVCT_EL0 trap handler
Marc Zyngier
2018-01-15
2
-1
/
+31
*
UPSTREAM: arm64: jump labels: NOP out NOP -> NOP replacement
Mark Rutland
2017-12-25
1
-14
/
+9
*
arm64: use the new *_relaxed macros for lower power usage
franciscofranco
2017-12-25
1
-4
/
+4
*
Revert "arch/arm64: skip randomization within stack"
Mister Oyster
2017-12-22
1
-0
/
+2
*
log: Initial dmesg pruning
Nathan Chancellor
2017-12-18
2
-2
/
+2
*
BACKPORT: arm64: cpuinfo: Missing NULL terminator in compat_hwcap_str
Julien Grall
2017-12-18
1
-1
/
+2
*
arch/arm64: skip randomization within stack
Yi-wei Zhao
2017-12-18
1
-2
/
+0
*
arm64: big-endian: don't treat code as data when copying sigret code
Matthew Leach
2017-12-14
4
-30
/
+45
*
FROMLIST: arm64: Avoid aligning normal memory pointers in __memcpy_{to,from}io
Mark Salyzyn
2017-12-14
1
-7
/
+5
*
UPSTREAM: arm64: optimize memcpy_{from,to}io() and memset_io()
Joonwoo Park
2017-12-14
1
-10
/
+56
*
UPSTREAM: arm64: vdso: fix clock_getres for 4GiB-aligned res
Mark Rutland
2017-12-14
1
-1
/
+1
*
UPSTREAM: arm64: vdso: minor ABI fix for clock_getres
Nathan Lynch
2017-12-14
1
-1
/
+1
*
arm64: Remove nr parameter from secure_computing
billchen1977@gmail.com
2017-12-05
1
-1
/
+1
*
arm64/ptrace: Preserve previous registers for short regset write
Dave Martin
2017-12-05
1
-1
/
+2
*
lib: vsprintf: whitelist stack traces
Dave Weinstein
2017-09-14
1
-2
/
+2
*
arm64: kernel: add missing __init section marker to cpu_suspend_init
Lorenzo Pieralisi
2017-07-11
1
-1
/
+1
*
arm64/ptrace: Reject attempts to set incomplete hardware breakpoint fields
Dave Martin
2017-06-17
1
-0
/
+4
*
arm64/ptrace: Preserve previous registers for short regset write
Dave Martin
2017-06-17
1
-3
/
+4
*
arm64: ptrace: add NT_ARM_SYSTEM_CALL regset
AKASHI Takahiro
2017-04-27
1
-0
/
+35
*
UPSTREAM: arm64: Allow hw watchpoint of length 3,5,6 and 7
Pratyush Anand
2017-04-13
1
-0
/
+36
*
BACKPORT: arm64: hw_breakpoint: Handle inexact watchpoint addresses
Pavel Labath
2017-04-13
1
-27
/
+69
*
UPSTREAM: arm64: Allow hw watchpoint at varied offset from base address
Pratyush Anand
2017-04-13
2
-27
/
+27
*
Get rid of __cpuinit
Moyster
2017-04-11
4
-10
/
+10
*
arm64: debug: avoid resetting stepping state machine when TIF_SINGLESTEP
Will Deacon
2017-04-11
1
-2
/
+4
*
arm64: avoid returning from bad_mode
Mark Rutland
2017-04-11
2
-5
/
+22
*
UPSTREAM: arm64: vdso: Mark vDSO code as read-only
David Brown
2017-04-11
1
-2
/
+1
*
arm64: Add CONFIG_CC_STACKPROTECTOR
Laura Abbott
2017-04-11
1
-0
/
+6
*
arm64: make sys_call_table const
Mark Rutland
2016-12-11
1
-1
/
+1
*
arm64: perf: reject groups spanning multiple HW PMUs
Suzuki K. Poulose
2016-11-07
1
-6
/
+15
*
arm64: kernel: perf: add cpu hotplug notifier
Lorenzo Pieralisi
2016-11-07
1
-1
/
+134
*
BACKPORT: arm64: cpu hotplug: ensure we mask out CPU_TASKS_FROZEN in notifiers
Will Deacon
2016-11-07
2
-2
/
+2
*
CHROMIMU: arm64: psci: lower the cpu_kill notification when racing with cpu_die
Joseph Lo
2016-09-13
1
-1
/
+1
*
arm64: kernel: pause/unpause function graph tracer in cpu_suspend()
Lorenzo Pieralisi
2016-09-10
1
-0
/
+10
*
arm64: head.S: remove unnecessary function alignment
Mark Rutland
2016-09-10
1
-1
/
+6
*
arm64: kernel thread don't need to save fpsimd context.
Janet Liu
2016-09-10
1
-1
/
+2
*
arm64: kernel: Kill logspam
Pranav Vashi
2016-09-01
1
-0
/
+2
*
Linux 3.10.96 (accumulative patch)
Stefan Guendhoer
2016-08-26
1
-0
/
+6
*
Revert "ARM64: unwind: Fix PC calculation"
Will Deacon
2016-08-26
1
-5
/
+1
*
arm64: head.S: initialise mdcr_el2 in el2_setup
Will Deacon
2016-08-26
1
-0
/
+5
*
arm64: compat: fix vfp save/restore across signal handlers in big-endian
Will Deacon
2016-08-26
1
-11
/
+36
*
signal: fix information leak in copy_siginfo_from_user32
Amanieu d'Antras
2016-08-26
1
-2
/
+0
*
signal: fix information leak in copy_siginfo_to_user
Amanieu d'Antras
2016-08-26
1
-1
/
+2
*
arm64: vdso: work-around broken ELF toolchains in Makefile
Will Deacon
2016-08-26
1
-0
/
+4
*
3.10.76 -> 3.10.77
Jan Engelmohr
2016-08-26
1
-6
/
+0
*
3.10.70 -> 3.10.71
Jan Engelmohr
2016-08-26
1
-3
/
+2
[next]