summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-02-25arm64: capabilities: Handle sign of the feature bitSuzuki K Poulose1-14/+18
2016-02-25arm64: cpufeature: Fix the sign of feature bitsSuzuki K Poulose1-25/+25
2016-02-25arm64: cpufeature: Correct feature register tablesSuzuki K Poulose1-3/+15
2016-02-25arm64: Ensure the secondary CPUs have safe ASIDBits sizeSuzuki K Poulose1-0/+12
2016-02-25arm64: Enable CPU capability verification unconditionallySuzuki K Poulose1-10/+0
2016-02-25arm64: Handle early CPU boot failuresSuzuki K Poulose3-2/+79
2016-02-24arm64: Move cpu_die_early to smp.cSuzuki K Poulose2-19/+22
2016-02-24arm64: Introduce cpu_die_earlySuzuki K Poulose1-9/+15
2016-02-24arm64: Add a helper for parking CPUs in a loopSuzuki K Poulose1-4/+1
2016-02-24arm64: kaslr: randomize the linear regionArd Biesheuvel1-0/+4
2016-02-24arm64: add support for kernel ASLRArd Biesheuvel5-9/+256
2016-02-24arm64: add support for building vmlinux as a relocatable PIE binaryArd Biesheuvel2-0/+48
2016-02-24arm64: switch to relative exception tablesArd Biesheuvel1-5/+2
2016-02-24arm64: avoid dynamic relocations in early boot codeArd Biesheuvel2-14/+27
2016-02-24arm64: avoid R_AARCH64_ABS64 relocations for Image header fieldsArd Biesheuvel2-16/+22
2016-02-24arm64: add support for module PLTsArd Biesheuvel4-0/+227
2016-02-22arm64/vmlinux.lds.S: Handle .init.rodata.xxx and .init.bss sectionsArd Biesheuvel1-0/+1
2016-02-18arm64: allow kernel Image to be loaded anywhere in physical memoryArd Biesheuvel2-6/+13
2016-02-18arm64: introduce KIMAGE_VADDR as the virtual base of the kernel regionArd Biesheuvel2-3/+3
2016-02-18arm64: Remove the get_thread_info() functionCatalin Marinas1-9/+6
2016-02-18arm64: kernel: Don't toggle PAN on systems with UAOJames Morse1-0/+16
2016-02-18arm64: cpufeature: Test 'matches' pointer to find the end of the listJames Morse1-6/+6
2016-02-18arm64: kernel: Add support for User Access OverrideJames Morse2-0/+30
2016-02-18arm64: perf: Extend event mask for ARMv8.1Jan Glauber1-2/+2
2016-02-18arm64: perf: Enable PMCR long cycle counter bitJan Glauber1-5/+16
2016-02-18arm64/perf: Add Cavium ThunderX PMU supportJan Glauber1-1/+68
2016-02-18arm64: perf: Rename Cortex A57 eventsJan Glauber1-14/+14
2016-02-18arm64: add ARMv8.2 id_aa64mmfr2 boiler plateJames Morse2-0/+11
2016-02-18arm64: cpufeature: Change read_cpuid() to use sysreg's mrs_s macroJames Morse2-56/+56
2016-02-16arm64: vdso: Mark vDSO code as read-onlyDavid Brown1-2/+1
2016-02-16arm64: replace read_lock to rcu lock in call_step_hookYang Shi1-10/+11
2016-02-16arm64: prefetch: add alternative pattern for CPUs without a prefetcherWill Deacon2-15/+20
2016-02-16arm64: kernel: implement ACPI parking protocolLorenzo Pieralisi4-4/+205
2016-02-16arm64: ensure _stext and _etext are page-alignedMark Rutland1-3/+2
2016-02-16arm64: unmap idmap earlierMark Rutland1-0/+6
2016-02-16arm64: unify idmap removalMark Rutland3-19/+6
2016-02-16arm64: mm: place empty_zero_page in bssMark Rutland1-0/+1
2016-02-16arm64/efi: Make strnlen() available to the EFI namespaceThierry Reding1-0/+1
2016-02-12arm64: make irq_stack_ptr more robustYang Shi2-8/+16
2016-02-11ARM: 8511/1: ARM64: kernel: PSCI: move PSCI idle management code to drivers/f...Lorenzo Pieralisi1-97/+2
2016-02-10arm64: debug: re-enable irqs before sending breakpoint SIGTRAPWill Deacon1-26/+22
2016-02-09arm64: disable kasan when accessing frame->fp in unwind_frameYang Shi1-2/+2
2016-02-06ARM64: PCI: Remove generated include of asm-generic/pci-bridge.hBjorn Helgaas1-2/+0
2016-01-30arch: Set IORESOURCE_SYSTEM_RAM flag for System RAMToshi Kani1-3/+3
2016-01-25arm64: kernel: fix architected PMU registers unconditional accessLorenzo Pieralisi1-0/+5
2016-01-25arm64: hide __efistub_ aliases from kallsymsArd Biesheuvel1-15/+25
2016-01-18arm64: insn: remove BUG_ON from codegenZi Shen Lim1-53/+112
2016-01-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-39/+1
2016-01-13Merge tag 'for-linus-4.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-0/+26
2016-01-12Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds5-30/+53