summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
Commit message (Expand)AuthorAgeFilesLines
* arm64: support initrd outside kernel linear mapMark Salter2015-09-081-0/+62
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-09-0425-453/+617
|\
| * arm64: flush FP/SIMD state correctly after execve()Ard Biesheuvel2015-08-271-0/+1
| * arm64: makefile: fix perf_callchain.o kconfig dependencyWill Deacon2015-08-241-2/+2
| * arm64: entry: always restore x0 from the stack on syscall returnWill Deacon2015-08-211-11/+6
| * Merge branch 'aarch64/psci/drivers' into aarch64/for-next/coreWill Deacon2015-08-052-360/+3
| |\
| * | arm64: mm: ensure patched kernel text is fetched from PoUWill Deacon2015-08-052-0/+16
| * | arm64: alternatives: ensure secondary CPUs execute ISB after patchingWill Deacon2015-08-041-0/+1
| * | arm64: restore cpu suspend/resume functionalitySudeep Holla2015-07-311-1/+0
| * | ARM64: PCI: do not enable resources on PROBE_ONLY systemsLorenzo Pieralisi2015-07-301-0/+13
| * | arm64: alternative: put secondary CPUs into polling loop during patchWill Deacon2015-07-301-5/+24
| * | arm64: remove redundant object file listJonas Rabenstein2015-07-291-1/+0
| * | arm64: remove dead-code depending on CONFIG_UP_LATE_INITJonas Rabenstein2015-07-292-26/+14
| * | arm64: debug: rename enum debug_el to avoid symbol collisionWill Deacon2015-07-272-5/+5
| * | arm64: elf: use cpuid_feature_extract_field for hwcap detectionWill Deacon2015-07-271-20/+15
| * | arm64: lse: use generic cpufeature detection for LSE atomicsWill Deacon2015-07-272-20/+21
| * | arm64: lse: rename ARM64_CPU_FEAT_LSE_ATOMICS for consistencyWill Deacon2015-07-271-1/+1
| * | arm64: atomics: patch in lse instructions when supported by the CPUWill Deacon2015-07-271-0/+3
| * | arm64: alternatives: add cpu feature for lse atomicsWill Deacon2015-07-271-0/+1
| * | arm64: elf: advertise 8.1 atomic instructions as new hwcapWill Deacon2015-07-271-0/+14
| * | arm64/BUG: Show explicit backtrace for WARNsDave P Martin2015-07-271-0/+2
| * | arm64/BUG: Use BRK instruction for generic BUG trapsDave P Martin2015-07-271-1/+58
| * | arm64/debug: Simplify BRK insn opcode declarationsDave P Martin2015-07-271-6/+6
| * | arm64/debug: More consistent naming for the BRK ESR template macroDave P Martin2015-07-271-2/+2
| * | arm64: insn: use set_fixmap_offset to make it more clearyalin wang2015-07-271-3/+2
| * | arm64: efi: prefer AllocatePages() over efi_low_alloc() for vmlinuxArd Biesheuvel2015-07-271-9/+32
| * | arm64: kernel: remove non-legit DT warnings when booting using ACPISudeep Holla2015-07-272-3/+8
| * | arm64: kernel: Add support for Privileged Access NeverJames Morse2015-07-272-1/+27
| * | arm64: kernel: Add min_field_value and use '>=' for feature detectionJames Morse2015-07-271-3/+11
| * | arm64: kernel: Add cpufeature 'enable' callbackJames Morse2015-07-271-0/+6
| * | arm64: kernel: Move config_sctlr_el1James Morse2015-07-271-10/+1
| * | arm64: kernel: Adopt new alternative assembler macrosDaniel Thompson2015-07-271-16/+13
| * | arm64: perf: condense event number mapsMark Rutland2015-07-271-102/+22
| * | arm64: force CONFIG_SMP=y and remove redundant #ifdefsWill Deacon2015-07-279-36/+4
| * | arm64: perf: factor out callchain codeMark Rutland2015-07-273-179/+197
| * | arm64: Better native ptrace support for compat tasksCatalin Marinas2015-07-271-1/+91
| * | arm64: modify the dump mem for 64 bit addressesRohit Thapliyal2015-07-271-9/+20
| * | arm64: perf: replace arch_find_n_match_cpu_physical_id with of_cpu_device_nod...Sudeep Holla2015-07-271-2/+2
| * | arm64: perf: Remove unnecessary printkSuzuki K. Poulose2015-07-271-3/+1
* | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-09-032-360/+3
|\ \ \ | | |/ | |/|
| * | arm64: psci: factor invocation code to driversMark Rutland2015-08-032-360/+3
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-031-1/+1
|\ \ \
| * | | jump_label: Rename JUMP_LABEL_{EN,DIS}ABLE to JUMP_LABEL_{JMP,NOP}Peter Zijlstra2015-08-031-1/+1
* | | | Merge tag 'clk-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-08-311-1/+0
|\ \ \ \
| * | | | arm64: Remove clk-provider.h includeStephen Boyd2015-07-201-1/+0
* | | | | arm64: VDSO: fix coarse clock monotonicity regressionNathan Lynch2015-08-101-4/+3
* | | | | signal: fix information leak in copy_siginfo_to_userAmanieu d'Antras2015-08-071-1/+2
* | | | | signal: fix information leak in copy_siginfo_from_user32Amanieu d'Antras2015-08-071-2/+0
| |/ / / |/| | |
* | | | arm64/efi: map the entire UEFI vendor string before reading itArd Biesheuvel2015-07-271-2/+2
| |_|/ |/| |
* | | ARM64/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-07-221-2/+2
OpenPOWER on IntegriCloud