index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-25
arm64: detect silicon revisions and set cap bits accordingly
Andre Przywara
4
-1
/
+65
2014-11-25
arm64: add alternative runtime patching
Andre Przywara
7
-1
/
+139
2014-11-25
arm64: add cpu_capabilities bitmap
Andre Przywara
2
-0
/
+23
2014-11-25
arm64: fix return code check when changing emulation handler
Will Deacon
1
-1
/
+1
2014-11-22
Merge branch 'master' into for-3.19
Tejun Heo
9
-19
/
+59
2014-11-21
arm64: mm: report unhandled level-0 translation faults correctly
Will Deacon
1
-1
/
+1
2014-11-20
arm64: Add Juno board device tree.
Liviu Dudau
4
-0
/
+392
2014-11-20
arm64: kconfig: move emulation option under kernel features
Will Deacon
1
-54
/
+52
2014-11-20
arm64: Create link to include/dt-bindings to enable C preprocessor use.
Liviu Dudau
1
-0
/
+1
2014-11-20
Merge branch 'cleanup/dts-subdirs' into next/arm64
Arnd Bergmann
12
-11
/
+30
2014-11-20
arm64: Trace emulation of AArch32 legacy instructions
Punit Agrawal
3
-2
/
+53
2014-11-20
arm64: Emulate CP15 Barrier instructions
Punit Agrawal
4
-0
/
+161
2014-11-20
arm64: Port SWP/SWPB emulation support from arm
Punit Agrawal
4
-0
/
+226
2014-11-20
arm64: Add framework for legacy instruction emulation
Punit Agrawal
3
-0
/
+235
2014-11-20
arm64: Add AArch32 instruction set condition code checks
Punit Agrawal
2
-1
/
+3
2014-11-20
arm64: Add support for hooks to handle undefined instructions
Punit Agrawal
4
-0
/
+89
2014-11-20
arm64: percpu: Implement this_cpu operations
Steve Capper
2
-2
/
+219
2014-11-20
arm64: pgalloc: consistently use PGALLOC_GFP
Mark Rutland
2
-6
/
+6
2014-11-19
ARM64: use GENERIC_PCI_IOMAP
Arnd Bergmann
1
-0
/
+1
2014-11-18
arm64/mm: Remove hack in mmap randomize layout
Yann Droneaud
1
-10
/
+2
2014-11-17
arm64: Add COMPAT_HWCAP_LPAE
Catalin Marinas
2
-1
/
+3
2014-11-17
mmu_gather: move minimal range calculations into generic code
Will Deacon
1
-64
/
+3
2014-11-15
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
5
-11
/
+27
2014-11-14
arm64: entry: use ldp/stp instead of push/pop when saving/restoring regs
Will Deacon
1
-38
/
+37
2014-11-14
arm64: entry: avoid writing lr explicitly for constructing return paths
Will Deacon
1
-20
/
+25
2014-11-14
arm64: Fix up /proc/cpuinfo
Mark Rutland
1
-24
/
+73
2014-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-5
/
+5
2014-11-13
arm64: ARCH_PFN_OFFSET should be unsigned long
Neil Zhang
1
-1
/
+1
2014-11-13
Correct the race condition in aarch64_insn_patch_text_sync()
William Cohen
1
-2
/
+3
2014-11-13
arm64: __clear_user: handle exceptions on strb
Kyle McMartin
1
-1
/
+1
2014-11-13
arm64: Fix data type for physical address
Min-Hua Chen
1
-1
/
+1
2014-11-13
arm64: efi: Fix stub cache maintenance
Mark Rutland
1
-6
/
+21
2014-11-10
arm64: Use include/asm-generic/io.h
Thierry Reding
3
-98
/
+27
2014-11-10
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
3
-3
/
+27
2014-11-07
arm64: kvm: eliminate literal pool entries
Ard Biesheuvel
1
-2
/
+2
2014-11-07
arm64: ftrace: eliminate literal pool entries
Ard Biesheuvel
1
-10
/
+11
2014-11-06
arm64: log physical ID of boot CPU
Mark Rutland
1
-1
/
+4
2014-11-06
arm64/crypto: use crypto instructions to generate AES key schedule
Ard Biesheuvel
5
-11
/
+133
2014-11-06
arm64/kvm: Fix assembler compatibility of macros
Geoff Levand
1
-10
/
+11
2014-11-06
arm64/dt: add machine name to kernel call stack dump output
Ard Biesheuvel
1
-0
/
+1
2014-11-06
arm64: xchg: Implement cmpxchg_double
Steve Capper
2
-0
/
+73
2014-11-06
arm64: optimize memcpy_{from,to}io() and memset_io()
Joonwoo Park
1
-10
/
+56
2014-11-06
arm64: fix data type for physical address
Min-Hua Chen
1
-1
/
+1
2014-11-05
arm64: defconfig: update defconfig for 3.18
Will Deacon
1
-2
/
+24
2014-11-05
arm64: compat: Enable bpf syscall
Catalin Marinas
1
-0
/
+2
2014-11-05
arm64: dmi: set DMI string as dump stack arch description
Ard Biesheuvel
1
-0
/
+2
2014-11-05
arm64: dmi: Add SMBIOS/DMI support
Yi Li
3
-0
/
+55
2014-11-05
arm64/efi: drop redundant set_bit(EFI_CONFIG_TABLES)
Ard Biesheuvel
1
-2
/
+0
2014-11-05
arm64/efi: invert UEFI memory region reservation logic
Ard Biesheuvel
1
-10
/
+10
2014-11-05
arm64/efi: set PE/COFF file alignment to 512 bytes
Ard Biesheuvel
2
-1
/
+18
[prev]
[next]