summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)Author
2016-02-25arm64: Enable CPU capability verification unconditionallySuzuki K Poulose
2016-02-25arm64: Handle early CPU boot failuresSuzuki K Poulose
2016-02-24arm64: Move cpu_die_early to smp.cSuzuki K Poulose
2016-02-24arm64: Introduce cpu_die_earlySuzuki K Poulose
2016-02-24arm64: Add a helper for parking CPUs in a loopSuzuki K Poulose
2016-02-24arm64: kaslr: randomize the linear regionArd Biesheuvel
2016-02-24arm64: add support for kernel ASLRArd Biesheuvel
2016-02-24arm64: add support for building vmlinux as a relocatable PIE binaryArd Biesheuvel
2016-02-24arm64: switch to relative exception tablesArd Biesheuvel
2016-02-24arm64: avoid dynamic relocations in early boot codeArd Biesheuvel
2016-02-24arm64: avoid R_AARCH64_ABS64 relocations for Image header fieldsArd Biesheuvel
2016-02-24arm64: add support for module PLTsArd Biesheuvel
2016-02-18arm64: allow kernel Image to be loaded anywhere in physical memoryArd Biesheuvel
2016-02-18arm64: introduce KIMAGE_VADDR as the virtual base of the kernel regionArd Biesheuvel
2016-02-18arm64: Remove the get_thread_info() functionCatalin Marinas
2016-02-18arm64: kernel: Don't toggle PAN on systems with UAOJames Morse
2016-02-18arm64: cpufeature: Test 'matches' pointer to find the end of the listJames Morse
2016-02-18arm64: kernel: Add support for User Access OverrideJames Morse
2016-02-18arm64: add ARMv8.2 id_aa64mmfr2 boiler plateJames Morse
2016-02-18arm64: cpufeature: Change read_cpuid() to use sysreg's mrs_s macroJames Morse
2016-02-16arm64: vdso: Mark vDSO code as read-onlyDavid Brown
2016-02-16arm64: replace read_lock to rcu lock in call_step_hookYang Shi
2016-02-16arm64: prefetch: add alternative pattern for CPUs without a prefetcherWill Deacon
2016-02-16arm64: kernel: implement ACPI parking protocolLorenzo Pieralisi
2016-02-16arm64: ensure _stext and _etext are page-alignedMark Rutland
2016-02-16arm64: unmap idmap earlierMark Rutland
2016-02-16arm64: unify idmap removalMark Rutland
2016-02-16arm64: mm: place empty_zero_page in bssMark Rutland
2016-01-25arm64: kernel: fix architected PMU registers unconditional accessLorenzo Pieralisi
2016-01-25arm64: hide __efistub_ aliases from kallsymsArd Biesheuvel
2016-01-17arm64: insn: remove BUG_ON from codegenZi Shen Lim
2016-01-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-01-12Merge tag 'for-linus-4.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-01-12Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds
2016-01-12Merge tag 'arm64-perf' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64...Linus Torvalds
2016-01-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-01-12Merge branch 'devel-stable' into for-linusRussell King
2016-01-06arm64: head.S: use memset to clear BSSMark Rutland
2016-01-06arm64: entry: remove pointless SPSR mode checkMark Rutland
2016-01-05arm64: module: avoid undefined shift behavior in reloc_data()Ard Biesheuvel
2016-01-05arm64: module: fix relocation of movz instruction with negative immediateArd Biesheuvel
2016-01-05Merge branches 'misc' and 'misc-rc6' into for-linusRussell King
2016-01-04ARM: 8481/2: drivers: psci: replace psci firmware callsJens Wiklander
2016-01-04ARM: 8480/2: arm64: add implementation for arm-smcccJens Wiklander
2015-12-22arm64: perf: add support for Cortex-A72Will Deacon
2015-12-22arm64: perf: add format entry to describe event -> config mappingWill Deacon
2015-12-21arm64: traps: address fallout from printk -> pr_* conversionWill Deacon
2015-12-21arm64: ftrace: fix a stack tracer's output under function graph tracerAKASHI Takahiro
2015-12-21arm64: pass a task parameter to unwind_frame()AKASHI Takahiro
2015-12-21arm64: ftrace: modify a stack frame in a safe wayAKASHI Takahiro