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
2018-03-09
arm64: Relax ARM_SMCCC_ARCH_WORKAROUND_1 discovery
Marc Zyngier
1
-2
/
+2
2018-02-25
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2018-02-23
arm64: fix unwind_frame() for filtered out fn for function graph tracing
Pratyush Anand
2
-1
/
+6
2018-02-22
treewide/trivial: Remove ';;$' typo noise
Ingo Molnar
1
-1
/
+1
2018-02-20
arm64: perf: correct PMUVer probing
Mark Rutland
1
-2
/
+2
2018-02-19
arm64: __show_regs: Only resolve kernel symbols when running at EL1
Will Deacon
1
-2
/
+9
2018-02-19
arm64: Remove unimplemented syscall log message
Michael Weiser
1
-8
/
+0
2018-02-19
arm64: Disable unhandled signal log messages by default
Michael Weiser
1
-1
/
+1
2018-02-19
arm64: cpufeature: Fix CTR_EL0 field definitions
Will Deacon
1
-2
/
+4
2018-02-19
arm64: uaccess: Formalise types for access_ok()
Robin Murphy
2
-2
/
+4
2018-02-16
arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tables
Will Deacon
2
-73
/
+77
2018-02-12
arm64: Add missing Falkor part number for branch predictor hardening
Shanker Donthineni
1
-0
/
+9
2018-02-09
Merge tag 'acpi-part2-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+2
2018-02-08
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
9
-86
/
+148
2018-02-07
ACPI: SPCR: Make SPCR available to x86
Prarit Bhargava
1
-2
/
+2
2018-02-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-3
/
+2
2018-02-06
bitmap: replace bitmap_{from,to}_u32array
Yury Norov
1
-3
/
+2
2018-02-06
arm64: Kill PSCI_GET_VERSION as a variant-2 workaround
Marc Zyngier
2
-56
/
+13
2018-02-06
arm64: Add ARM_SMCCC_ARCH_WORKAROUND_1 BP hardening support
Marc Zyngier
2
-1
/
+87
2018-02-06
arm64: entry: Apply BP hardening for suspicious interrupts from EL0
Will Deacon
1
-0
/
+5
2018-02-06
arm64: entry: Apply BP hardening for high-priority synchronous exceptions
Will Deacon
1
-1
/
+4
2018-02-06
arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_user
Will Deacon
1
-2
/
+2
2018-02-06
arm64: entry: Ensure branch through syscall table is bounded under speculation
Will Deacon
1
-0
/
+2
2018-02-06
arm64: Make USER_DS an inclusive limit
Robin Murphy
1
-2
/
+2
2018-02-06
arm64: idmap: Use "awx" flags for .idmap.text .pushsection directives
Will Deacon
3
-3
/
+3
2018-02-06
arm64: assembler: Align phys_to_pte with pte_to_phys
Will Deacon
1
-22
/
+2
2018-02-06
arm64: entry: Reword comment about post_ttbr_update_workaround
Will Deacon
1
-10
/
+3
2018-02-06
arm64: assembler: Change order of macro arguments in phys_to_ttbr
Will Deacon
2
-4
/
+4
2018-02-06
arm64: Force KPTI to be disabled on Cavium ThunderX
Marc Zyngier
1
-3
/
+14
2018-02-06
arm64: kpti: Add ->enable callback to remap swapper using nG mappings
Will Deacon
1
-0
/
+25
2018-02-06
arm64: Add software workaround for Falkor erratum 1041
Shanker Donthineni
4
-0
/
+5
2018-02-06
Merge branch 'linus' into sched/urgent, to resolve conflicts
Ingo Molnar
26
-302
/
+1345
2018-02-05
membarrier/arm64: Provide core serializing command
Mathieu Desnoyers
1
-0
/
+4
2018-02-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...
Linus Torvalds
1
-3
/
+2
2018-01-30
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-108
/
+29
2018-01-30
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
24
-191
/
+1314
2018-01-23
arm64: Turn on KPTI only on CPUs that need it
Jayachandran C
1
-0
/
+7
2018-01-23
arm64: Branch predictor hardening for Cavium ThunderX2
Jayachandran C
1
-0
/
+10
2018-01-23
arm64: Run enable method for errata work arounds on late CPUs
Suzuki K Poulose
1
-3
/
+6
2018-01-22
signal/ptrace: Add force_sig_ptrace_errno_trap and use it where needed
Eric W. Biederman
1
-2
/
+4
2018-01-22
signal: Don't use structure initializers for struct siginfo
Eric W. Biederman
2
-12
/
+14
2018-01-22
signal/arm64: Better isolate the COMPAT_TASK portion of ptrace_hbptriggered
Eric W. Biederman
1
-15
/
+12
2018-01-16
arm64: kpti: Fix the interaction between ASID switching and software PAN
Catalin Marinas
1
-1
/
+1
2018-01-16
KVM: arm64: Handle RAS SErrors from EL2 on guest exit
James Morse
1
-0
/
+1
2018-01-16
arm64: kernel: Prepare for a DISR user
James Morse
1
-0
/
+9
2018-01-16
arm64: kernel: Survive corrected RAS errors notified by SError
James Morse
1
-5
/
+46
2018-01-16
arm64: cpufeature: Detect CPU RAS Extentions
Xie XiuQi
1
-0
/
+13
2018-01-16
arm64: sysreg: Move to use definitions for all the SCTLR bits
James Morse
1
-10
/
+3
2018-01-16
arm64: cpufeature: __this_cpu_has_cap() shouldn't stop early
James Morse
1
-2
/
+1
2018-01-16
arm64: fpsimd: Fix state leakage when migrating after sigreturn
Dave Martin
3
-7
/
+9
[next]