aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-20Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds8-34/+78
2016-10-20arm64: fix show_regs fallout from KERN_CONT changesMark Rutland1-3/+12
2016-10-20arm64: suspend: Reconfigure PSTATE after resume from idleJames Morse2-1/+13
2016-10-20arm64: cpufeature: Schedule enable() calls instead of calling them via IPIJames Morse3-3/+13
2016-10-20arm64: Cortex-A53 errata workaround: check for kernel addressesAndre Przywara1-12/+15
2016-10-19arm64: swp emulation: bound LL/SC retries before reschedulingWill Deacon1-14/+22
2016-10-17arm64: kernel: Init MDCR_EL2 even in the absence of a PMUMarc Zyngier1-1/+2
2016-10-17arm64: kernel: numa: fix ACPI boot cpu numa node mappingLorenzo Pieralisi1-0/+1
2016-10-16kprobes: Unpoison stack in jprobe_return() for KASANDmitry Vyukov1-1/+1
2016-10-11arm64: use simpler API for random address requestsJason Cooper1-6/+2
2016-10-07nmi_backtrace: generate one-line reports for idle cpusChris Metcalf1-0/+1
2016-10-03Merge tag 'tty-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+10
2016-10-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-17/+5
2016-10-03Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+2
2016-10-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds33-453/+704
2016-09-30Merge branch 'x86/urgent' into x86/asmThomas Gleixner2-20/+30
2016-09-28ARM64: ACPI: enable ACPI_SPCR_TABLEAleksey Makarov1-1/+10
2016-09-26arm64: fix dump_backtrace/unwind_frame with NULL tskMark Rutland2-6/+9
2016-09-23arm/arm64: arch_timer: Use archdata to indicate vdso suitabilityScott Wood1-1/+1
2016-09-23arm64: kgdb: handle read-only text / modulesAKASHI Takahiro1-12/+24
2016-09-23arm64: Call numa_store_cpu_info() earlier.David Daney1-8/+6
2016-09-20arm64: migrate exception table users off module.h and onto extable.hPaul Gortmaker1-1/+1
2016-09-19arm64/FP/SIMD: Convert to hotplug state machineSebastian Andrzej Siewior1-17/+5
2016-09-16arm64: pmu: Hoist pmu platform device nameJeremy Linton1-1/+1
2016-09-16arm64: pmu: Probe default hw/cache countersJeremy Linton1-4/+41
2016-09-16arm64: pmu: add fallback probe tableMark Salter1-1/+12
2016-09-15arm64: Improve kprobes test for atomic sequenceDavid A. Long1-25/+23
2016-09-15Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar1-0/+3
2016-09-12arm64: use alternative auto-nopMark Rutland1-8/+2
2016-09-09arm64: Work around systems with mismatched cache line sizesSuzuki K Poulose3-0/+38
2016-09-09arm64: Refactor sysinstr exception handlingSuzuki K Poulose1-26/+47
2016-09-09arm64: Introduce raw_{d,i}cache_line_sizeSuzuki K Poulose2-2/+2
2016-09-09arm64: alternative: Add support for patching adrp instructionsSuzuki K Poulose1-0/+15
2016-09-09arm64: insn: Add helpers for adrp offsetsSuzuki K Poulose1-0/+13
2016-09-09arm64: alternative: Disallow patching instructions using literalsSuzuki K Poulose1-0/+6
2016-09-09arm64: Rearrange CPU errata workaround checksSuzuki K Poulose3-13/+27
2016-09-09arm64: Use consistent naming for errata handlingSuzuki K Poulose3-4/+4
2016-09-09arm64: Set the safe value for L1 icache policySuzuki K Poulose1-2/+3
2016-09-09arm64/numa: remove the limitation that cpu0 must bind to node0Zhen Lei1-0/+1
2016-09-09arm64/numa: avoid inconsistent information to be printedZhen Lei1-1/+3
2016-09-09arm64: perf: move to common attr_group fieldsMark Rutland1-12/+24
2016-09-09arm64: simplify sysreg manipulationMark Rutland4-19/+13
2016-09-07arm64: Use static keys for CPU featuresCatalin Marinas2-0/+8
2016-09-05arm64: ftrace: add save_stack_trace_regs()Pratyush Anand1-0/+21
2016-09-05arm64: kernel: re-export _cpu_resume() from sleep.SArd Biesheuvel1-1/+1
2016-09-02arm64: debug: report TRAP_TRACE instead of TRAP_HWBRPT for singlestepWill Deacon1-2/+2
2016-09-02arm64: head.S: document the use of callee saved registersArd Biesheuvel1-0/+10
2016-09-02arm64: head.S: use ordinary stack frame for __primary_switched()Ard Biesheuvel1-9/+9
2016-09-02arm64: kernel: drop use of x24 from primary boot pathArd Biesheuvel1-8/+12
2016-09-02arm64: kernel: use x30 for __enable_mmu return addressArd Biesheuvel2-20/+9