index
:
android_kernel_xiaomi_sdm660.git
lineage-18.1
Unnamed repository; edit this file 'description' to name the repository.
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
/
head.S
Age
Commit message (
Expand
)
Author
2014-08-26
arm64: Remove unused variable in head.S
Geoff Levand
2014-08-19
arm64: align randomized TEXT_OFFSET on 4 kB boundary
Ard Biesheuvel
2014-07-25
arm64: gicv3: Allow GICv3 compilation with older binutils
Catalin Marinas
2014-07-25
Merge tag 'deps-irqchip-gic-3.17' of git://git.infradead.org/users/jcooper/linux
Catalin Marinas
2014-07-23
arm64: Add support for 48-bit VA space with 64KB page configuration
Catalin Marinas
2014-07-23
arm64: Clean up the initial page table creation in head.S
Catalin Marinas
2014-07-23
arm64: Convert bool ARM64_x_LEVELS to int ARM64_PGTABLE_LEVELS
Catalin Marinas
2014-07-23
arm64: mm: Implement 4 levels of translation tables
Jungseok Lee
2014-07-23
arm64: Do not initialise the fixmap page tables in head.S
Catalin Marinas
2014-07-10
arm64: Enable TEXT_OFFSET fuzzing
Mark Rutland
2014-07-10
arm64: Update the Image header
Mark Rutland
2014-07-10
arm64: place initial page tables above the kernel
Mark Rutland
2014-07-10
arm64: head.S: remove unnecessary function alignment
Mark Rutland
2014-07-08
irqchip: gic-v3: Initial support for GICv3
Marc Zyngier
2014-07-04
arm64: fix el2_setup check of CurrentEL
Marc Zyngier
2014-06-06
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2014-05-09
arm64: head: fix cache flushing and barriers in set_cpu_boot_mode_flag
Will Deacon
2014-04-30
arm64: efi: add EFI stub
Mark Salter
2014-04-08
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2014-04-07
arm64: add early_ioremap support
Mark Salter
2014-04-05
arm64: Relax the kernel cache requirements for boot
Catalin Marinas
2014-02-26
arm64: Extend the idmap to the whole kernel image
Catalin Marinas
2013-12-20
arm64: Remove unused __data_loc variable
Geoff Levand
2013-12-06
arm64: kernel: add code to set cpu boot mode to secondary_entry shim
Lorenzo Pieralisi
2013-10-25
arm64: big-endian: set correct endianess on kernel entry
Matthew Leach
2013-10-25
arm64: head: create a new function for setting the boot_cpu_mode flag
Matthew Leach
2013-10-25
arm64: factor out spin-table boot method
Mark Rutland
2013-08-22
arm64: Expand arm64 image header
Roy Franz
2013-03-20
arm64: head: match all affinity levels in the pen of the secondaries
Javi Merino
2013-01-22
arm64: Add simple earlyprintk support
Catalin Marinas
2012-12-05
arm64: hyp: initialize vttbr_el2 to zero
Marc Zyngier
2012-12-05
arm64: add hypervisor stub
Marc Zyngier
2012-12-05
arm64: record boot mode when entering the kernel
Marc Zyngier
2012-12-05
arm64: generic timer: use virtual counter instead of physical at EL0
Will Deacon
2012-09-17
arm64: Kernel booting and initialisation
Catalin Marinas