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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-31
Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
4
-91
/
+17
2018-01-30
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
7
-229
/
+107
2018-01-30
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
83
-486
/
+2594
2018-01-30
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+3
2018-01-29
Merge tag 'mtd/for-4.16' of git://git.infradead.org/linux-mtd
Linus Torvalds
1
-1
/
+1
2018-01-29
Merge tag 'init_task-20180117' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+0
2018-01-26
arm64: Fix TTBR + PAN + 52-bit PA logic in cpu_do_switch_mm
Steve Capper
1
-3
/
+3
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-23
arm64: Move BP hardening to check_and_switch_context
Marc Zyngier
1
-2
/
+3
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-20
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-2
/
+2
2018-01-19
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
3
-8
/
+15
2018-01-19
arm64: mm: ignore memory above supported physical address size
Kristina Martsenko
1
-0
/
+3
2018-01-17
Merge tag 'kvm-arm-fixes-for-v4.15-3-v2' of git://git.kernel.org/pub/scm/linu...
Radim Krčmář
1
-2
/
+2
2018-01-16
bpf, arm64: fix stack_depth tracking in combination with tail calls
Daniel Borkmann
1
-9
/
+11
2018-01-16
arm64: kpti: Fix the interaction between ASID switching and software PAN
Catalin Marinas
12
-21
/
+32
2018-01-16
arm64: KVM: Fix SMCCC handling of unimplemented SMC/HVC calls
Marc Zyngier
1
-2
/
+2
2018-01-16
KVM: arm64: Emulate RAS error registers and set HCR_EL2's TERR & TEA
Dongjiu Geng
4
-0
/
+29
2018-01-16
KVM: arm64: Handle RAS SErrors from EL2 on guest exit
James Morse
5
-1
/
+33
2018-01-16
KVM: arm64: Handle RAS SErrors from EL1 on guest exit
James Morse
2
-1
/
+19
2018-01-16
KVM: arm64: Save ESR_EL2 on guest SError
James Morse
1
-3
/
+6
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
1
-0
/
+10
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
signal: Unify and correct copy_siginfo_to_user32
Eric W. Biederman
1
-70
/
+0
2018-01-15
signal: Unify and correct copy_siginfo_from_user32
Eric W. Biederman
1
-10
/
+0
2018-01-15
signal: unify compat_siginfo_t
Al Viro
1
-63
/
+0
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-15
arm64: use swiotlb_alloc and swiotlb_free
Christoph Hellwig
2
-43
/
+4
2018-01-15
arm64: replace ZONE_DMA with ZONE_DMA32
Christoph Hellwig
3
-12
/
+12
2018-01-15
arm64: rename swiotlb_dma_ops
Christoph Hellwig
1
-2
/
+2
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
[next]