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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-16
KVM: arm64: Save/Restore guest DISR_EL1
James Morse
4
-0
/
+9
2018-01-16
KVM: arm64: Set an impdef ESR for Virtual-SError using VSESR_EL2.
James Morse
5
-1
/
+24
2018-01-16
KVM: arm/arm64: mask/unmask daif around VHE guests
James Morse
2
-0
/
+12
2018-01-16
arm64: kernel: Prepare for a DISR user
James Morse
7
-0
/
+44
2018-01-16
arm64: Unconditionally enable IESB on exception entry/return for firmware-first
James Morse
1
-8
/
+9
2018-01-16
arm64: kernel: Survive corrected RAS errors notified by SError
James Morse
3
-5
/
+113
2018-01-16
arm64: cpufeature: Detect CPU RAS Extentions
Xie XiuQi
4
-1
/
+33
2018-01-16
arm64: sysreg: Move to use definitions for all the SCTLR bits
James Morse
3
-35
/
+67
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
4
-8
/
+10
2018-01-16
arm64: Correct type for PUD macros
Punit Agrawal
1
-3
/
+3
2018-01-16
arm64: Inform user if software PAN is in use
Stephen Boyd
1
-0
/
+3
2018-01-15
arm64: fix comment above tcr_compute_pa_size
Kristina Martsenko
1
-1
/
+1
2018-01-15
arm64: fix ID map extension to 52 bits
Kristina Martsenko
1
-3
/
+2
2018-01-15
arm64: Stop printing the virtual memory layout
Laura Abbott
1
-43
/
+0
2018-01-15
arm64: capabilities: Handle duplicate entries for a capability
Suzuki K Poulose
1
-21
/
+23
2018-01-14
arm64: cpu_errata: Add Kryo to Falkor 1003 errata
Stephen Boyd
2
-0
/
+23
2018-01-14
arm64: Extend early page table code to allow for larger kernels
Steve Capper
5
-40
/
+156
2018-01-14
arm64: entry: Move the trampoline to be before PAN
Steve Capper
2
-7
/
+8
2018-01-14
arm64: Re-order reserved_ttbr0 in linker script
Steve Capper
3
-9
/
+8
2018-01-14
arm64: sdei: Add trampoline code for remapping the kernel
James Morse
4
-14
/
+113
2018-01-14
arm64: mmu: add the entry trampolines start/end section markers into sections.h
James Morse
2
-2
/
+1
2018-01-14
arm64: acpi: Remove __init from acpi_psci_use_hvc() for use by SDEI
James Morse
1
-1
/
+1
2018-01-13
arm64: kernel: Add arch-specific SDEI entry code and CPU masking
James Morse
7
-3
/
+384
2018-01-13
arm64: uaccess: Add PAN helper
James Morse
2
-2
/
+14
2018-01-13
arm64: Add vmap_stack header file
James Morse
2
-11
/
+30
2018-01-13
firmware: arm_sdei: Add driver for Software Delegated Exceptions
James Morse
1
-0
/
+8
2018-01-13
KVM: arm64: Stop save/restoring host tpidr_el1 on VHE
James Morse
3
-11
/
+12
2018-01-13
arm64: alternatives: use tpidr_el2 on VHE hosts
James Morse
6
-6
/
+49
2018-01-13
KVM: arm64: Change hyp_panic()s dependency on tpidr_el2
James Morse
4
-12
/
+30
2018-01-13
KVM: arm64: Store vcpu on the stack during __guest_enter()
James Morse
2
-6
/
+10
2018-01-12
Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git...
Catalin Marinas
2
-10
/
+135
2018-01-08
arm64: cputype: Add MIDR values for Cavium ThunderX2 CPUs
Jayachandran C
1
-0
/
+3
2018-01-08
arm64: Implement branch predictor hardening for Falkor
Shanker Donthineni
6
-3
/
+70
2018-01-08
arm64: Implement branch predictor hardening for affected Cortex-A CPUs
Will Deacon
2
-0
/
+66
2018-01-08
arm64: cputype: Add missing MIDR values for Cortex-A72 and Cortex-A75
Will Deacon
1
-0
/
+4
2018-01-08
arm64: KVM: Make PSCI_VERSION a fast path
Marc Zyngier
1
-0
/
+13
2018-01-08
arm64: KVM: Use per-CPU vector when BP hardening is enabled
Marc Zyngier
3
-1
/
+49
2018-01-08
arm64: Add skeleton to harden the branch predictor against aliasing attacks
Will Deacon
11
-3
/
+215
2018-01-08
arm64: Move post_ttbr_update_workaround to C code
Marc Zyngier
4
-16
/
+11
2018-01-08
arm64: cpufeature: Pass capability structure to ->enable callback
Will Deacon
1
-2
/
+2
2018-01-08
arm64: Take into account ID_AA64PFR0_EL1.CSV3
Will Deacon
2
-1
/
+8
2018-01-08
arm64: Kconfig: Reword UNMAP_KERNEL_AT_EL0 kconfig entry
Will Deacon
1
-7
/
+6
2018-01-08
arm64: use RET instruction for exiting the trampoline
Will Deacon
1
-1
/
+9
2018-01-05
arm64: v8.4: Support for new floating point multiplication instructions
Dongjiu Geng
4
-0
/
+5
2018-01-05
arm64: asid: Do not replace active_asids if already 0
Catalin Marinas
1
-8
/
+11
2018-01-02
perf: ARM DynamIQ Shared Unit PMU support
Suzuki K Poulose
1
-0
/
+129
2018-01-02
arm64: Use of_cpu_node_to_id helper for CPU topology parsing
Suzuki K Poulose
1
-10
/
+6
2018-01-02
arm64: make label allocation style consistent in tishift
Jason A. Donenfeld
1
-4
/
+4
2018-01-02
ARM64 / cpuidle: Use new cpuidle macro for entering retention state
Prashanth Prakash
1
-1
/
+7
[next]