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-02-01
Merge tag 'usb-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2
-10
/
+4
2018-01-31
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+7
2018-01-31
arm64: provide pmdp_establish() helper
Catalin Marinas
1
-0
/
+7
2018-01-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-20
/
+66
2018-01-31
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
19
-140
/
+1097
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-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-13
/
+0
2018-01-26
bpf, arm64: remove obsolete exception handling from div/mod
Daniel Borkmann
1
-13
/
+0
2018-01-26
arm64: Fix TTBR + PAN + 52-bit PA logic in cpu_do_switch_mm
Steve Capper
1
-3
/
+3
2018-01-26
crypto: arm64/sha512 - fix/improve new v8.2 Crypto Extensions code
Ard Biesheuvel
2
-74
/
+72
2018-01-26
crypto: arm64/sm3 - new v8.2 Crypto Extensions implementation
Ard Biesheuvel
4
-0
/
+242
2018-01-26
crypto: arm64/sha3 - new v8.2 Crypto Extensions implementation
Ard Biesheuvel
4
-0
/
+380
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
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
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 git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-2
/
+0
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 git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-17
/
+26
2018-01-19
bpf: get rid of pure_initcall dependency to enable jits
Daniel Borkmann
1
-2
/
+0
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-18
crypto: arm64/sha1-ce - get rid of literal pool
Ard Biesheuvel
1
-11
/
+9
2018-01-18
crypto: arm64/sha2-ce - move the round constant table to .rodata section
Ard Biesheuvel
1
-1
/
+3
2018-01-18
crypto: arm64/crct10dif - move literal data to .rodata section
Ard Biesheuvel
1
-8
/
+9
2018-01-18
crypto: arm64/crc32 - move literal data to .rodata section
Ard Biesheuvel
1
-3
/
+4
2018-01-18
crypto: arm64/aes-neon - move literal data to .rodata section
Ard Biesheuvel
1
-4
/
+4
2018-01-18
crypto: arm64/aes-cipher - move S-box to .rodata section
Ard Biesheuvel
1
-9
/
+10
2018-01-18
crypto: arm64 - implement SHA-512 using special instructions
Ard Biesheuvel
4
-0
/
+335
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
[next]