summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)Author
2016-06-02 Merge tag 'v4.4.12' into linux-linaro-lsk-v4.4Alex Shi
2016-06-01arm64: cpuinfo: Missing NULL terminator in compat_hwcap_strJulien Grall
2016-05-11arm64: fix KASLR boot-time I-cache maintenanceMark Rutland
2016-05-11arm64: make irq_stack_ptr more robustYang Shi
2016-05-11arm64: kaslr: randomize the linear regionArd Biesheuvel
2016-05-11arm64: add support for kernel ASLRArd Biesheuvel
2016-05-11arm64: add support for building vmlinux as a relocatable PIE binaryArd Biesheuvel
2016-05-11arm64: switch to relative exception tablesArd Biesheuvel
2016-05-11arm64: avoid dynamic relocations in early boot codeArd Biesheuvel
2016-05-11arm64: avoid R_AARCH64_ABS64 relocations for Image header fieldsArd Biesheuvel
2016-05-11arm64: add support for module PLTsArd Biesheuvel
2016-05-11arm64: allow kernel Image to be loaded anywhere in physical memoryArd Biesheuvel
2016-05-11arm64: introduce KIMAGE_VADDR as the virtual base of the kernel regionArd Biesheuvel
2016-05-11arm64: Remove the get_thread_info() functionCatalin Marinas
2016-05-11arm64: kernel: Don't toggle PAN on systems with UAOJames Morse
2016-05-11arm64: cpufeature: Test 'matches' pointer to find the end of the listJames Morse
2016-05-11arm64: kernel: Add support for User Access OverrideJames Morse
2016-05-11arm64: add ARMv8.2 id_aa64mmfr2 boiler plateJames Morse
2016-05-11arm64: cpufeature: Change read_cpuid() to use sysreg's mrs_s macroJames Morse
2016-05-11arm64: vdso: Mark vDSO code as read-onlyDavid Brown
2016-05-11arm64: prefetch: add alternative pattern for CPUs without a prefetcherWill Deacon
2016-05-11arm64: kernel: implement ACPI parking protocolLorenzo Pieralisi
2016-05-11arm64: ensure _stext and _etext are page-alignedMark Rutland
2016-05-11arm64: unmap idmap earlierMark Rutland
2016-05-11arm64: unify idmap removalMark Rutland
2016-05-11arm64: mm: place empty_zero_page in bssMark Rutland
2016-05-11arm64: hide __efistub_ aliases from kallsymsArd Biesheuvel
2016-05-11arm64: head.S: use memset to clear BSSMark Rutland
2016-05-11arm64: entry: remove pointless SPSR mode checkMark Rutland
2016-05-11arm64: module: avoid undefined shift behavior in reloc_data()Ard Biesheuvel
2016-05-11arm64: module: fix relocation of movz instruction with negative immediateArd Biesheuvel
2016-05-11arm64: traps: address fallout from printk -> pr_* conversionWill Deacon
2016-05-11arm64: ftrace: fix a stack tracer's output under function graph tracerAKASHI Takahiro
2016-05-11arm64: pass a task parameter to unwind_frame()AKASHI Takahiro
2016-05-11arm64: ftrace: modify a stack frame in a safe wayAKASHI Takahiro
2016-05-11arm64: remove irq_count and do_softirq_own_stack()James Morse
2016-05-11arm64: reduce stack use in irq_handlerJames Morse
2016-05-11arm64: mm: fold alternatives into .initMark Rutland
2016-05-11arm64: Remove redundant padding from linker scriptMark Rutland
2016-05-11arm64: don't call C code with el0's fp registerJames Morse
2016-05-11arm64: when walking onto the task stack, check sp & fp are in current->stackJames Morse
2016-05-11arm64: Add this_cpu_ptr() assembler macro for use in entry.SJames Morse
2016-05-11arm64: irq: fix walking from irq stack to task stackWill Deacon
2016-05-11arm64: Add do_softirq_own_stack() and enable irq_stacksJames Morse
2016-05-11arm64: Modify stack trace and dump for use with irq_stackAKASHI Takahiro
2016-05-11arm64: Store struct thread_info in sp_el0Jungseok Lee
2016-05-11arm64: Add trace_hardirqs_off annotation in ret_to_userCatalin Marinas
2016-05-11arm64: ftrace: fix the comments for ftrace_modify_codeLi Bin
2016-05-11arm64: ftrace: stop using kstop_machine to enable/disable tracingLi Bin
2016-05-11arm64: add __init/__initdata section marker to some functions/variablesJisheng Zhang