aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
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-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: 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-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-17arm64: insn: remove BUG_ON from codegenZi Shen Lim1-53/+112
2016-01-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-39/+1
2016-01-12Merge 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
2016-01-12Merge tag 'arm64-perf' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64...Linus Torvalds1-54/+209
2016-01-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds19-439/+271
2016-01-12Merge branch 'devel-stable' into for-linusRussell King1-317/+17
2016-01-06arm64: head.S: use memset to clear BSSMark Rutland1-8/+7
2016-01-06arm64: entry: remove pointless SPSR mode checkMark Rutland1-4/+0
2016-01-05arm64: module: avoid undefined shift behavior in reloc_data()Ard Biesheuvel1-16/+4
2016-01-05arm64: module: fix relocation of movz instruction with negative immediateArd Biesheuvel1-33/+18
2016-01-05Merge branches 'misc' and 'misc-rc6' into for-linusRussell King5-30/+53
2016-01-04ARM: 8481/2: drivers: psci: replace psci firmware callsJens Wiklander2-29/+1
2016-01-04ARM: 8480/2: arm64: add implementation for arm-smcccJens Wiklander4-1/+52
2015-12-22arm64: perf: add support for Cortex-A72Will Deacon1-1/+12
2015-12-22arm64: perf: add format entry to describe event -> config mappingWill Deacon1-2/+16
2015-12-21arm64: traps: address fallout from printk -> pr_* conversionWill Deacon1-5/+5
2015-12-21arm64: ftrace: fix a stack tracer's output under function graph tracerAKASHI Takahiro6-6/+49
2015-12-21arm64: pass a task parameter to unwind_frame()AKASHI Takahiro6-9/+9
2015-12-21arm64: ftrace: modify a stack frame in a safe wayAKASHI Takahiro1-7/+4
2015-12-21arm64: remove irq_count and do_softirq_own_stack()James Morse2-46/+11
2015-12-21arm64: kernel: enforce pmuserenr_el0 initialization and restoreLorenzo Pieralisi1-3/+0
2015-12-21arm64: introduce CONFIG_PARAVIRT, PARAVIRT_TIME_ACCOUNTING and pv_time_opsStefano Stabellini2-0/+26
2015-12-15arm64: reduce stack use in irq_handlerJames Morse2-8/+23
2015-12-15Merge branch 'aarch64/efi' into aarch64/for-next/coreWill Deacon1-317/+17
2015-12-14arm64: KVM: Cleanup asm-offset.cMarc Zyngier1-39/+0