summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-09-09drivers/perf: arm_pmu: expose a cpumask in sysfsMark Rutland2-0/+21
2016-09-09drivers/perf: arm_pmu: only use common attr_groupsMark Rutland1-2/+1
2016-09-09arm: perf: move to common attr_group fieldsMark Rutland1-19/+28
2016-09-09arm64: perf: move to common attr_group fieldsMark Rutland1-12/+24
2016-09-09drivers/perf: arm_pmu: add common attr group fieldsMark Rutland2-1/+12
2016-09-09arm64: simplify contextidr_thread_switchMark Rutland1-6/+3
2016-09-09arm64: simplify sysreg manipulationMark Rutland9-52/+44
2016-09-09arm64/kvm: use {read,write}_sysreg()Mark Rutland3-28/+15
2016-09-09arm64: dcc: simplify accessorsMark Rutland1-10/+4
2016-09-09arm64: arch_timer: simplify accessorsMark Rutland1-27/+14
2016-09-09arm64: sysreg: allow write_sysreg to use XZRMark Rutland1-2/+6
2016-09-08arm64/io: Allow I/O writes to use {W,X}ZRRobin Murphy1-4/+4
2016-09-07arm64: Use static keys for CPU featuresCatalin Marinas3-3/+19
2016-09-07jump_labels: Allow array initialisersCatalin Marinas2-0/+21
2016-09-06arm64: mm: drop fixup_init() and mm.hKefeng Wang5-21/+7
2016-09-06drivers/perf: arm_pmu: Always consider IRQ0 as an errorMarc Zyngier1-6/+5
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-05arm64: Drop generic xlate_dev_mem_{k,}ptr()James Morse1-11/+0
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
2016-09-02arm64: head.S: move KASLR processing out of __enable_mmu()Ard Biesheuvel1-27/+42
2016-09-02arm64: kernel: use ordinary return/argument register for el2_setup()Ard Biesheuvel1-7/+7
2016-09-02arm64: kernel: fix style issues in sleep.SArd Biesheuvel1-11/+10
2016-09-01arm64: kernel: do not need to reset UAO on exception entryVladimir Murzin1-1/+1
2016-09-01arm64: debug: convert OS lock CPU hotplug notifier to new infrastructureWill Deacon2-24/+7
2016-09-01arm64: hw_breakpoint: convert CPU hotplug notifier to new infrastructureWill Deacon3-36/+23
2016-09-01arm64: remove duplicate macro __KERNEL__ checkzijun_hu1-2/+0
2016-08-31arm64: debug: avoid resetting stepping state machine when TIF_SINGLESTEPWill Deacon1-2/+4
2016-08-31arm64: cpufeature: expose arm64_ftr_reg struct for CTR_EL0Ard Biesheuvel2-1/+8
2016-08-31arm64: cpufeature: constify arm64_ftr_regs arrayArd Biesheuvel2-27/+20
2016-08-31arm64: cpufeature: constify arm64_ftr_bits structuresArd Biesheuvel2-29/+31
2016-08-31arm64: cleanup unused UDBG_* defineKefeng Wang1-6/+0
2016-08-31arm64: don't select PERF_USE_VMALLOC by defaultKim Phillips1-1/+0
2016-08-31arm64: Set UTS_MACHINE in the MakefileMichal Marek3-1/+5
2016-08-26arm64: errata: Pass --fix-cortex-a53-843419 to ld if workaround enabledWill Deacon2-10/+13
2016-08-26Revert "arm64: hibernate: Refuse to hibernate if the boot cpu is offline"James Morse1-26/+0
2016-08-26arm64: hibernate: Resume when hibernate image created on non-boot CPUJames Morse2-0/+54
2016-08-26cpu/hotplug: Allow suspend/resume CPU to be specifiedJames Morse2-5/+10
2016-08-26arm64: always enable DEBUG_RODATA and remove the Kconfig optionMark Rutland3-11/+4
2016-08-25arm64: mark reserved memblock regions explicitly in iomemAKASHI Takahiro2-4/+13
2016-08-25arm64: hibernate: Support DEBUG_PAGEALLOCJames Morse4-11/+86
2016-08-25arm64: vmlinux.ld: Add mmuoff data sections and move mmuoff text into idmapJames Morse6-12/+42
2016-08-25arm64: Create sections.hJames Morse7-28/+35
2016-08-25arm64: Introduce execute-only page access permissionsCatalin Marinas4-10/+15
2016-08-25arm64: kprobe: Always clear pstate.D in breakpoint exception handlerPratyush Anand1-16/+13
2016-08-22arm64: head.S: get rid of x25 and x26 with 'global' scopeArd Biesheuvel2-17/+13