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.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
2013-10-25
arm64: Fix the endianness of arch_spinlock_t
Catalin Marinas
1
-0
/
+5
2013-10-25
arm64: big-endian: write CPU holding pen address as LE
Matthew Leach
1
-1
/
+10
2013-10-25
arm64: big-endian: set correct endianess on kernel entry
Matthew Leach
2
-5
/
+16
2013-10-25
arm64: head: create a new function for setting the boot_cpu_mode flag
Matthew Leach
2
-10
/
+27
2013-10-25
arm64: asm: add CPU_LE & CPU_BE assembler helpers
Matthew Leach
1
-0
/
+19
2013-10-25
arm64: big-endian: don't treat code as data when copying sigret code
Matthew Leach
3
-29
/
+46
2013-10-25
arm64: compat: correct register concatenation for syscall wrappers
Matthew Leach
2
-11
/
+23
2013-10-25
arm64: compat: add support for big-endian (BE8) AArch32 binaries
Will Deacon
4
-0
/
+25
2013-10-25
arm64: setup: report ELF_PLATFORM as the machine for utsname
Will Deacon
1
-1
/
+1
2013-10-25
arm64: ELF: add support for big-endian executables
Will Deacon
1
-0
/
+13
2013-10-25
arm64: big-endian: fix byteorder include
Will Deacon
1
-0
/
+4
2013-10-25
arm64: big-endian: add big-endian support to top-level arch Makefile
Will Deacon
1
-0
/
+6
2013-10-25
arm,arm64: do not always merge biovec if we are running on Xen
Stefano Stabellini
1
-0
/
+9
2013-10-25
xen: introduce xen_dma_map/unmap_page and xen_dma_sync_single_for_cpu/device
Stefano Stabellini
1
-0
/
+25
2013-10-25
arm64: add PSCI CPU_OFF-based hotplug support
Mark Rutland
1
-0
/
+30
2013-10-25
arm64: add CPU_HOTPLUG infrastructure
Mark Rutland
8
-1
/
+187
2013-10-25
arm64: read enable-method for CPU0
Mark Rutland
4
-19
/
+58
2013-10-25
arm64: factor out spin-table boot method
Mark Rutland
7
-73
/
+117
2013-10-25
arm64: reorganise smp_enable_ops
Mark Rutland
7
-52
/
+102
2013-10-25
arm64: unify smp_psci.c and psci.c
Mark Rutland
4
-74
/
+54
2013-10-24
arm64: Export __copy_in_user() to modules
Catalin Marinas
1
-0
/
+1
2013-10-24
arm64: cmpxchg: implement cmpxchg64_relaxed
Will Deacon
1
-0
/
+2
2013-10-24
arm64: lockref: add support for lockless lockrefs using cmpxchg
Will Deacon
2
-2
/
+7
2013-10-24
arm64: locks: introduce ticket-based spinlock implementation
Will Deacon
2
-31
/
+58
2013-10-23
arm64: check for number of arguments in syscall_get/set_arguments()
AKASHI Takahiro
1
-0
/
+6
2013-10-22
arm/arm64: KVM: PSCI: use MPIDR to identify a target CPU
Marc Zyngier
1
-0
/
+5
2013-10-18
KVM: ARM: Support hugetlbfs backed huge pages
Christoffer Dall
2
-3
/
+11
2013-10-17
Powerpc KVM work is based on a commit after rc4.
Gleb Natapov
5
-13
/
+13
2013-10-16
Merge tag 'kvm-arm-for-3.13-1' of git://git.linaro.org/people/cdall/linux-kvm...
Gleb Natapov
2
-0
/
+21
2013-10-14
KVM: arm64: Get rid of KVM_HPAGE defines
Christoffer Dall
1
-5
/
+0
2013-10-10
Merge branch 'fortglx/3.13/time' of git://git.linaro.org/people/jstultz/linux...
Ingo Molnar
2
-10
/
+1
2013-10-10
of: remove empty arch prom.h headers
Rob Herring
1
-1
/
+0
2013-10-10
arm64: remove unnecessary prom.h include
Rob Herring
1
-1
/
+0
2013-10-10
arm64: use common of_flat_dt_get_machine_name
Rob Herring
1
-10
/
+1
2013-10-10
arch_timer: Move to generic sched_clock framework
Stephen Boyd
2
-10
/
+1
2013-10-09
xen: introduce xen_alloc/free_coherent_pages
Stefano Stabellini
1
-0
/
+22
2013-10-18
arm64/xen: get_dma_ops: return xen_dma_ops if we are running as xen_initial_d...
Stefano Stabellini
1
-1
/
+12
2013-10-10
xen/arm,arm64: enable SWIOTLB_XEN
Stefano Stabellini
2
-1
/
+2
2013-10-17
arm/xen,arm64/xen: introduce p2m
Stefano Stabellini
1
-1
/
+1
2013-10-15
arm64: define DMA_ERROR_CODE
Stefano Stabellini
1
-0
/
+1
2013-10-09
arm64: set initrd_start/initrd_end for fdt scan
Rob Herring
1
-18
/
+6
2013-10-09
of: create default early_init_dt_add_memory_arch
Rob Herring
1
-18
/
+0
2013-10-09
arm64: use early_init_dt_scan
Rob Herring
1
-28
/
+3
2013-10-09
Merge tag 'v3.12-rc4' into sched/core
Ingo Molnar
9
-21
/
+32
2013-10-07
clk: arm64: Add DTS clock entry for APM X-Gene Storm SoC
Loc Ho
1
-0
/
+75
2013-10-02
ARM64: KVM: Implement kvm_vcpu_preferred_target() function
Anup Patel
2
-0
/
+21
2013-10-02
arm64: Remove duplicate DEBUG_STACK_USAGE config
Stephen Boyd
1
-7
/
+0
2013-09-30
arm64: include VIRTIO_{MMIO,BLK} in defconfig
Ramkumar Ramachandra
1
-1
/
+3
2013-09-30
arm64: include EXT4 in defconfig
Ramkumar Ramachandra
1
-0
/
+1
2013-09-27
arm64: fix possible invalid FPSIMD initialization state
Jiang Liu
1
-0
/
+2
[prev]
[next]