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
2016-02-27
mm: ASLR: use get_random_long()
Daniel Cashman
1
-2
/
+2
2016-02-25
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-10
/
+10
2016-02-25
Merge tag 'kvm-arm-for-4.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
1
-10
/
+10
2016-02-24
arm64: KVM: vgic-v3: Restore ICH_APR0Rn_EL2 before ICH_APR1Rn_EL2
Marc Zyngier
1
-10
/
+10
2016-02-19
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
11
-43
/
+73
2016-02-19
arm64: mm: allow the kernel to handle alignment faults on user accesses
EunTaik Lee
1
-1
/
+8
2016-02-19
arm64: kbuild: make "make install" not depend on vmlinux
Masahiro Yamada
3
-3
/
+17
2016-02-17
arm64: dma-mapping: fix handling of devices registered before arch_initcall
Marek Szyprowski
1
-0
/
+4
2016-02-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-7
/
+7
2016-02-16
Merge tag 'kvm-arm-for-4.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
2
-7
/
+7
2016-02-16
arm64/efi: Make strnlen() available to the EFI namespace
Thierry Reding
2
-1
/
+2
2016-02-15
arm/arm64: crypto: assure that ECB modes don't require an IV
Jeremy Linton
1
-2
/
+2
2016-02-14
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+1
2016-02-12
arm64: make irq_stack_ptr more robust
Yang Shi
2
-8
/
+16
2016-02-11
arm64: KVM: Configure TCR_EL2.PS at runtime
Tirumalesh Chalamarla
2
-7
/
+7
2016-02-11
irqchip/gic-v3: Make sure read from ICC_IAR1_EL1 is visible on redestributor
Tirumalesh Chalamarla
1
-0
/
+1
2016-02-10
arm64: debug: re-enable irqs before sending breakpoint SIGTRAP
Will Deacon
1
-26
/
+22
2016-02-09
arm64: disable kasan when accessing frame->fp in unwind_frame
Yang Shi
1
-2
/
+2
2016-02-08
Merge tag 'kvm-arm-for-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
5
-12
/
+52
2016-02-07
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
2
-0
/
+3
2016-02-04
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
3
-4
/
+22
2016-02-03
arm64: asm: Explicitly include linux/personality.h in asm/page.h
Mark Brown
1
-0
/
+1
2016-02-02
arm64: futex.h: Add missing PAN toggling
James Morse
1
-0
/
+2
2016-02-02
arm64: allow vmalloc regions to be set with set_memory_*
Ard Biesheuvel
1
-4
/
+19
2016-02-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-10
/
+9
2016-02-01
Merge tag 'vexpress-for-v4.5/fixes-rc2' of git://git.kernel.org/pub/scm/linux...
Olof Johansson
1
-0
/
+1
2016-02-01
ARM64: tegra: Add chosen node for tegra132 norrin
Jon Hunter
1
-0
/
+2
2016-02-01
arm64: dts: Add missing DMA Abort interrupt to Juno
Robin Murphy
1
-0
/
+1
2016-01-26
arm64: mm: avoid calling apply_to_page_range on empty range
Mika Penttilä
1
-0
/
+3
2016-01-26
arm64: defconfig: updates for 4.5
Will Deacon
1
-17
/
+25
2016-01-26
arm64: errata: Add -mpc-relative-literal-loads to build flags
dann frazier
1
-0
/
+1
2016-01-26
Eliminate the .eh_frame sections from the aarch64 vmlinux and kernel modules
William Cohen
1
-0
/
+1
2016-01-25
arm64: Fix an enum typo in mm/dump.c
Masanari Iida
1
-1
/
+1
2016-01-25
arm64: Honour !PTE_WRITE in set_pte_at() for kernel mappings
Catalin Marinas
1
-11
/
+10
2016-01-25
arm64: kernel: fix architected PMU registers unconditional access
Lorenzo Pieralisi
3
-2
/
+19
2016-01-25
arm64: kasan: ensure that the KASAN zero page is mapped read-only
Ard Biesheuvel
1
-0
/
+9
2016-01-25
arm64: hide __efistub_ aliases from kallsyms
Ard Biesheuvel
1
-15
/
+25
2016-01-24
arm64: KVM: Fix guest dead loop when register accessor returns false
Shannon Zhao
1
-3
/
+2
2016-01-24
arm64: KVM: Fix comments of the CP handler
Shannon Zhao
1
-2
/
+2
2016-01-24
arm64: KVM: Fix wrong use of the CPSR MODE mask for 32bit guests
Shannon Zhao
1
-2
/
+6
2016-01-24
arm64: KVM: Obey RES0/1 reserved bits when setting CPTR_EL2
Dave Martin
2
-2
/
+7
2016-01-24
arm64: KVM: Fix AArch64 guest userspace exception injection
Marc Zyngier
1
-3
/
+35
2016-01-22
Merge tag 'armsoc-tegra' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
13
-12
/
+6890
2016-01-21
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-3
/
+0
2016-01-21
net: hns: enet specifies a reference to dsaf
yankejian
1
-10
/
+9
2016-01-20
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-0
/
+1
2016-01-20
Merge tag 'armsoc-defconfig64' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-2
/
+33
2016-01-20
Merge tag 'armsoc-dt64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...
Linus Torvalds
41
-26
/
+4164
2016-01-20
Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...
Linus Torvalds
1
-1
/
+1
2016-01-20
dma-mapping: always provide the dma_map_ops based implementation
Christoph Hellwig
2
-3
/
+0
[next]