aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-10arm64: kernel: Update kerneldoc for cpu_suspend() renameGeert Uytterhoeven1-1/+1
2017-03-10arm64: kprobes: remove kprobe_exceptions_notifyNaveen N. Rao1-6/+0
2017-03-03sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linux/sched.h> to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API dependencyIngo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar8-0/+9
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/hotplug.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar4-0/+4
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar3-3/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/topology.h>Ingo Molnar1-0/+1
2017-02-27mm: add new mmgrab() helperVegard Nossum1-1/+1
2017-02-27kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez3-0/+4
2017-02-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds25-250/+491
2017-02-21Merge tag 'rodata-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2017-02-15arm64/kprobes: consistently handle MRS/MSR with XZRMark Rutland1-12/+6
2017-02-15arm64: cpufeature: correctly handle MRS to XZRMark Rutland1-1/+1
2017-02-15arm64: traps: correctly handle MRS/MSR with XZRMark Rutland1-2/+4
2017-02-15arm64: include asm/assembler.h in entry-ftrace.SArnd Bergmann1-0/+1
2017-02-10arm64: Work around Falkor erratum 1003Christopher Covington1-0/+9
2017-02-09arm64: head.S: Enable EL1 (host) access to SPE when entered at EL2Will Deacon1-4/+15
2017-02-09arm64: use linux/sizes.h for constantsMiles Chen1-2/+2
2017-02-08arm64: remove wrong CONFIG_PROC_SYSCTL ifdefJuri Lelli1-2/+0
2017-02-07arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONXLaura Abbott1-1/+1
2017-02-03firmware: qcom: scm: Fix interrupted SCM callsAndy Gross1-1/+8
2017-02-03arm: kernel: Add SMC structure parameterAndy Gross3-10/+15
2017-02-03efi: arm64: Add vmlinux debug link to the Image binaryArd Biesheuvel2-1/+50
2017-02-02arm64: ensure __raw_read_system_reg() is self-consistentMark Rutland1-30/+34
2017-02-02arm64: fix erroneous __raw_read_system_reg() casesMark Rutland1-3/+3
2017-02-02arm64: make use of for_each_node_by_type()Dmitry Torokhov1-2/+2
2017-02-01arm64: Work around Falkor erratum 1009Christopher Covington1-0/+9
2017-01-27arm64: handle sys and undef traps consistentlyMark Rutland1-1/+6
2017-01-27arm64: skip register_cpufreq_notifier on ACPI-based systemsPrashanth Prakash1-1/+7
2017-01-26arm64: kernel: do not mark reserved memory regions as IORESOURCE_BUSYArd Biesheuvel1-1/+1
2017-01-26arm64: Use __pa_symbol for empty_zero_pageGeert Uytterhoeven1-1/+1
2017-01-19arm64: avoid returning from bad_modeMark Rutland2-5/+25
2017-01-18arm64/ptrace: Reject attempts to set incomplete hardware breakpoint fieldsDave Martin1-0/+4
2017-01-18arm64/ptrace: Preserve previous registers for short regset writeDave Martin1-1/+1
2017-01-18arm64/ptrace: Preserve previous registers for short regset writeDave Martin1-1/+2
2017-01-18arm64/ptrace: Preserve previous registers for short regset writeDave Martin1-3/+4
2017-01-17arm64: entry-ftrace.S: avoid open-coded {adr,ldr}_lMark Rutland1-8/+4
2017-01-17arm64: efi-entry.S: avoid open-coded adr_lMark Rutland1-6/+3
2017-01-17arm64: head.S: avoid open-coded adr_lMark Rutland1-2/+1
2017-01-17arm64: cacheinfo: add support to override cache levels via device treeSudeep Holla1-1/+12
2017-01-13arm64: errata: Provide macro for major and minor cpu revisionsRobert Richter2-11/+12
2017-01-12arm64: Advertise support for Rounding double multiply instructionsSuzuki K Poulose2-0/+2
2017-01-12arm64: Use __pa_symbol for kernel symbolsLaura Abbott9-27/+26
2017-01-12arm64: Documentation - Expose CPU feature registersSuzuki K Poulose1-0/+4
2017-01-12arm64: cpufeature: Expose CPUID registers by emulationSuzuki K Poulose2-0/+102