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
2016-02-25
arm64: Enable CPU capability verification unconditionally
Suzuki K Poulose
1
-6
/
+0
2016-02-25
arm64: Handle early CPU boot failures
Suzuki K Poulose
1
-0
/
+28
2016-02-24
arm64: Move cpu_die_early to smp.c
Suzuki K Poulose
1
-0
/
+1
2016-02-24
arm64: Add a helper for parking CPUs in a loop
Suzuki K Poulose
1
-0
/
+8
2016-02-24
arm64: add support for kernel ASLR
Ard Biesheuvel
2
-1
/
+10
2016-02-24
arm64: add support for building vmlinux as a relocatable PIE binary
Ard Biesheuvel
1
-0
/
+2
2016-02-24
arm64: switch to relative exception tables
Ard Biesheuvel
5
-44
/
+39
2016-02-24
arm64: make asm/elf.h available to asm files
Ard Biesheuvel
1
-9
/
+13
2016-02-24
arm64: avoid R_AARCH64_ABS64 relocations for Image header fields
Ard Biesheuvel
1
-0
/
+11
2016-02-24
arm64: add support for module PLTs
Ard Biesheuvel
1
-0
/
+11
2016-02-23
arm64: move brk immediate argument definitions to separate header
Ard Biesheuvel
3
-14
/
+27
2016-02-23
arm64: mm: use bit ops rather than arithmetic in pa/va translations
Ard Biesheuvel
1
-3
/
+4
2016-02-23
arm64: mm: only perform memstart_addr sanity check if DEBUG_VM
Ard Biesheuvel
1
-1
/
+3
2016-02-22
asm-generic: Consolidate mark_rodata_ro()
Kees Cook
1
-4
/
+0
2016-02-20
arm64: cputype info for Broadcom Vulcan
Jayachandran C
1
-0
/
+3
2016-02-18
arm64: allow kernel Image to be loaded anywhere in physical memory
Ard Biesheuvel
4
-24
/
+29
2016-02-18
arm64: defer __va translation of initrd_start and initrd_end
Ard Biesheuvel
1
-0
/
+8
2016-02-18
arm64: move kernel image to base of vmalloc area
Ard Biesheuvel
3
-15
/
+18
2016-02-18
arm64: kvm: deal with kernel symbols outside of linear mapping
Ard Biesheuvel
2
-3
/
+22
2016-02-18
arm64: pgtable: implement static [pte|pmd|pud]_offset variants
Ard Biesheuvel
1
-0
/
+13
2016-02-18
arm64: introduce KIMAGE_VADDR as the virtual base of the kernel region
Ard Biesheuvel
1
-2
/
+8
2016-02-18
arm64: add support for ioremap() block mappings
Ard Biesheuvel
1
-0
/
+6
2016-02-18
arm64: prevent potential circular header dependencies in asm/bug.h
Ard Biesheuvel
2
-2
/
+2
2016-02-18
arm64: Remove the get_thread_info() function
Catalin Marinas
1
-6
/
+0
2016-02-18
arm64: kernel: Don't toggle PAN on systems with UAO
James Morse
2
-5
/
+6
2016-02-18
arm64: kernel: Add support for User Access Override
James Morse
7
-13
/
+117
2016-02-18
arm64: add ARMv8.2 id_aa64mmfr2 boiler plate
James Morse
2
-0
/
+5
2016-02-18
arm64: cpufeature: Change read_cpuid() to use sysreg's mrs_s macro
James Morse
2
-10
/
+12
2016-02-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-2
/
+0
2016-02-16
arm64: use local label prefixes for __reg_num symbols
Ard Biesheuvel
1
-8
/
+8
2016-02-16
Merge tag 'kvm-arm-for-4.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
1
-2
/
+0
2016-02-16
arm64: prefetch: add missing #include for spin_lock_prefetch
Will Deacon
1
-0
/
+1
2016-02-16
arm64: prefetch: add alternative pattern for CPUs without a prefetcher
Will Deacon
2
-2
/
+18
2016-02-16
arm64: prefetch: don't provide spin_lock_prefetch with LSE
Will Deacon
1
-2
/
+5
2016-02-16
arm64: kernel: implement ACPI parking protocol
Lorenzo Pieralisi
3
-2
/
+28
2016-02-16
arm64: mm: create new fine-grained mappings at boot
Mark Rutland
1
-0
/
+3
2016-02-16
arm64: mm: add functions to walk tables in fixmap
Mark Rutland
2
-0
/
+36
2016-02-16
arm64: mm: add __{pud,pgd}_populate
Mark Rutland
1
-4
/
+22
2016-02-16
arm64: mm: add functions to walk page tables by PA
Mark Rutland
1
-16
/
+23
2016-02-16
arm64: mm: move pte_* macros
Mark Rutland
1
-10
/
+10
2016-02-16
arm64: mm: add code to safely replace TTBR1_EL1
Mark Rutland
1
-0
/
+19
2016-02-16
arm64: add function to install the idmap
Mark Rutland
1
-2
/
+14
2016-02-16
arm64: unify idmap removal
Mark Rutland
1
-0
/
+25
2016-02-16
arm64: mm: place empty_zero_page in bss
Mark Rutland
2
-3
/
+3
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-11
arm64: KVM: Configure TCR_EL2.PS at runtime
Tirumalesh Chalamarla
1
-2
/
+0
2016-02-11
irqchip/gic-v3: Make sure read from ICC_IAR1_EL1 is visible on redestributor
Tirumalesh Chalamarla
1
-0
/
+1
2016-02-08
Merge tag 'kvm-arm-for-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
2
-2
/
+7
2016-02-06
ARM64: PCI: Remove generated include of asm-generic/pci-bridge.h
Bjorn Helgaas
1
-3
/
+0
2016-02-06
PCI: Remove includes of empty asm-generic/pci-bridge.h
Bjorn Helgaas
1
-1
/
+0
[prev]
[next]