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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-05
Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+33
2014-08-05
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+1
2014-08-04
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
23
-652
/
+1255
2014-07-31
Revert "arm64: dmi: Add SMBIOS/DMI support"
Will Deacon
1
-41
/
+0
2014-07-25
arm64: gicv3: Allow GICv3 compilation with older binutils
Catalin Marinas
1
-0
/
+60
2014-07-24
arm64: fix soft lockup due to large tlb flush range
Mark Salter
1
-3
/
+26
2014-07-24
arm64: Fix barriers used for page table modifications
Catalin Marinas
3
-12
/
+17
2014-07-23
arm64: Add support for 48-bit VA space with 64KB page configuration
Catalin Marinas
1
-7
/
+9
2014-07-23
arm64: asm/pgtable.h pmd/pud definitions clean-up
Catalin Marinas
1
-29
/
+28
2014-07-23
arm64: Determine the vmalloc/vmemmap space at build time based on VA_BITS
Catalin Marinas
1
-5
/
+8
2014-07-23
arm64: Remove asm/pgtable-*level-types.h files
Catalin Marinas
4
-161
/
+49
2014-07-23
arm64: Remove asm/pgtable-*level-hwdef.h files
Catalin Marinas
4
-149
/
+36
2014-07-23
arm64: Convert bool ARM64_x_LEVELS to int ARM64_PGTABLE_LEVELS
Catalin Marinas
5
-20
/
+20
2014-07-23
arm64: mm: Implement 4 levels of translation tables
Jungseok Lee
5
-5
/
+83
2014-07-23
arm64: Add 4 levels of page tables definition with 4KB pages
Jungseok Lee
2
-0
/
+121
2014-07-23
arm64: Introduce VA_BITS and translation level options
Jungseok Lee
6
-14
/
+10
2014-07-23
arm64: Do not initialise the fixmap page tables in head.S
Catalin Marinas
1
-4
/
+4
2014-07-21
arm64: dmi: Add SMBIOS/DMI support
Yi Li
1
-0
/
+41
2014-07-18
arm64: cachetype: report weakest cache policy
Mark Rutland
1
-6
/
+10
2014-07-18
arm64: cpuinfo: record cpu system register values
Mark Rutland
1
-0
/
+59
2014-07-18
arm64: add MIDR_EL1 field accessors
Mark Rutland
1
-7
/
+26
2014-07-18
arm64: fpsimd: avoid restoring fpcr if the contents haven't changed
Will Deacon
1
-2
/
+15
2014-07-17
arm64: Remove duplicate (SWAPPER|IDMAP)_DIR_SIZE definitions
Catalin Marinas
1
-3
/
+0
2014-07-17
arch, locking: Ciao arch_mutex_cpu_relax()
Davidlohr Bueso
1
-0
/
+1
2014-07-10
arm64: place initial page tables above the kernel
Mark Rutland
1
-0
/
+9
2014-07-10
arm64: Cast KSTK_(EIP|ESP) to unsigned long
Catalin Marinas
1
-2
/
+2
2014-07-10
arm64: Add audit support
AKASHI Takahiro
1
-0
/
+14
2014-07-10
arm64: Add __NR_* definitions for compat syscalls
Catalin Marinas
2
-400
/
+783
2014-07-10
arm64: enable context tracking
Larry Bassel
1
-1
/
+4
2014-07-09
arm64: Add CONFIG_CC_STACKPROTECTOR
Laura Abbott
1
-0
/
+38
2014-07-09
arm64: topology: add MPIDR-based detection
Zi Shen Lim
1
-0
/
+2
2014-07-08
arm64: implement TASK_SIZE_OF
Colin Cross
1
-0
/
+2
2014-07-07
efi/arm64: efistub: Move shared dependencies to <asm/efi.h>
Ard Biesheuvel
1
-0
/
+12
2014-07-07
efi/arm64: Preserve FP/SIMD registers on UEFI runtime services calls
Ard Biesheuvel
1
-0
/
+21
2014-07-04
arm64: fix el2_setup check of CurrentEL
Marc Zyngier
1
-0
/
+4
2014-07-04
arm64: mm: Fix horrendous config typo
Steve Capper
1
-1
/
+1
2014-06-18
arm64: mm: remove broken &= operator from pmd_mknotpresent
Will Deacon
1
-1
/
+1
2014-06-18
arm64: fix build error in sigcontext.h
Mark Salter
1
-1
/
+1
2014-06-18
arm64/dma: Removing ARCH_HAS_DMA_GET_REQUIRED_MASK macro
Suravee Suthikulpanit
1
-2
/
+0
2014-06-18
arm64: uid16: fix __kernel_old_{gid,uid}_t definitions
Will Deacon
2
-1
/
+10
2014-06-06
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
29
-138
/
+324
2014-06-06
Merge branch 'arm64-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-0
/
+16
2014-06-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2014-06-04
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into next
Linus Torvalds
6
-8
/
+18
2014-06-04
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+0
2014-06-03
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-14
/
+3
2014-05-29
arm64: mm: fix pmd_write CoW brokenness
Will Deacon
1
-1
/
+1
2014-05-29
arm64: ftrace: Add system call tracepoint
AKASHI Takahiro
3
-0
/
+21
2014-05-29
arm64: ftrace: Add CALLER_ADDRx macros
AKASHI Takahiro
1
-1
/
+4
2014-05-29
arm64: ftrace: Add dynamic ftrace support
AKASHI Takahiro
1
-0
/
+15
[next]