| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2015-11-04 | 1 | -239/+6 |
|\ |
|
| * | arm64: Move /proc/cpuinfo handling code | Suzuki K. Poulose | 2015-10-21 | 1 | -123/+0 |
| * | arm64: Move cpu feature detection code | Suzuki K. Poulose | 2015-10-21 | 1 | -107/+0 |
| * | arm64: Delay cpuinfo_store_boot_cpu | Suzuki K. Poulose | 2015-10-21 | 1 | -8/+2 |
| * | arm64: Delay ELF HWCAP initialisation until all CPUs are up | Suzuki K. Poulose | 2015-10-21 | 1 | -8/+8 |
| * | arm64: Make the CPU information more clear | Suzuki K. Poulose | 2015-10-21 | 1 | -2/+1 |
| * | arm64: add KASAN support | Andrey Ryabinin | 2015-10-12 | 1 | -0/+4 |
* | | arm64: Don't relocate non-existent initrd | Mark Rutland | 2015-10-06 | 1 | -0/+2 |
|/ |
|
* | arm64: support initrd outside kernel linear map | Mark Salter | 2015-09-08 | 1 | -0/+62 |
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2015-09-04 | 1 | -51/+34 |
|\ |
|
| * | Merge branch 'aarch64/psci/drivers' into aarch64/for-next/core | Will Deacon | 2015-08-05 | 1 | -1/+1 |
| |\ |
|
| * | | arm64: remove dead-code depending on CONFIG_UP_LATE_INIT | Jonas Rabenstein | 2015-07-29 | 1 | -25/+0 |
| * | | arm64: elf: use cpuid_feature_extract_field for hwcap detection | Will Deacon | 2015-07-27 | 1 | -20/+15 |
| * | | arm64: lse: use generic cpufeature detection for LSE atomics | Will Deacon | 2015-07-27 | 1 | -4/+0 |
| * | | arm64: lse: rename ARM64_CPU_FEAT_LSE_ATOMICS for consistency | Will Deacon | 2015-07-27 | 1 | -1/+1 |
| * | | arm64: atomics: patch in lse instructions when supported by the CPU | Will Deacon | 2015-07-27 | 1 | -0/+3 |
| * | | arm64: alternatives: add cpu feature for lse atomics | Will Deacon | 2015-07-27 | 1 | -0/+1 |
| * | | arm64: elf: advertise 8.1 atomic instructions as new hwcap | Will Deacon | 2015-07-27 | 1 | -0/+14 |
| * | | arm64: kernel: remove non-legit DT warnings when booting using ACPI | Sudeep Holla | 2015-07-27 | 1 | -2/+7 |
| * | | arm64: force CONFIG_SMP=y and remove redundant #ifdefs | Will Deacon | 2015-07-27 | 1 | -6/+0 |
* | | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 2015-09-03 | 1 | -1/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | arm64: psci: factor invocation code to drivers | Mark Rutland | 2015-08-03 | 1 | -1/+1 |
| |/ |
|
* / | arm64: Remove clk-provider.h include | Stephen Boyd | 2015-07-20 | 1 | -1/+0 |
|/ |
|
* | Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-07-01 | 1 | -0/+2 |
|\ |
|
| * | arm,arm64/xen: move Xen initialization earlier | Stefano Stabellini | 2015-05-28 | 1 | -0/+2 |
* | | arm64: use fixmap region for permanent FDT mapping | Ard Biesheuvel | 2015-06-02 | 1 | -20/+10 |
* | | ARM64: kernel: unify ACPI and DT cpus initialization | Lorenzo Pieralisi | 2015-05-19 | 1 | -5/+2 |
|/ |
|
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2015-04-24 | 1 | -5/+16 |
|\ |
|
| * | ARM64: kernel: acpi: honour acpi=force command line parameter | Lorenzo Pieralisi | 2015-03-26 | 1 | -1/+1 |
| * | ARM64 / ACPI: Don't unflatten device tree if acpi=force is passed | Hanjun Guo | 2015-03-26 | 1 | -1/+1 |
| * | ARM64 / ACPI: Parse MADT for SMP initialization | Hanjun Guo | 2015-03-25 | 1 | -2/+5 |
| * | ARM64 / ACPI: Get PSCI flags in FADT for PSCI init | Graeme Gregory | 2015-03-25 | 1 | -3/+5 |
| * | ARM64 / ACPI: If we chose to boot from acpi then disable FDT | Graeme Gregory | 2015-03-25 | 1 | -1/+2 |
| * | ARM64 / ACPI: Get RSDP and ACPI boot-time tables | Al Stone | 2015-03-25 | 1 | -0/+5 |
* | | arm64: enforce x1|x2|x3 == 0 upon kernel entry as per boot protocol | Ard Biesheuvel | 2015-03-19 | 1 | -0/+11 |
* | | arm64: remove processor_id | Ard Biesheuvel | 2015-03-19 | 1 | -3/+0 |
* | | arm64: Get rid of struct cpu_table | Marc Zyngier | 2015-03-19 | 1 | -14/+2 |
* | | arm64: log CPU boot modes | Mark Rutland | 2015-03-17 | 1 | -0/+13 |
* | | arm64: apply alternatives for !SMP kernels | Mark Rutland | 2015-03-17 | 1 | -0/+12 |
|/ |
|
* | arm64: implement generic IOMMU configuration | Robin Murphy | 2015-01-23 | 1 | -0/+2 |
* | arm64/efi: move virtmap init to early initcall | Ard Biesheuvel | 2015-01-22 | 1 | -1/+0 |
* | arm64: respect mem= for EFI | Mark Rutland | 2015-01-16 | 1 | -19/+0 |
* | arm64/efi: remove idmap manipulations from UEFI code | Ard Biesheuvel | 2015-01-12 | 1 | -1/+0 |
* | arm64/efi: move SetVirtualAddressMap() to UEFI stub | Ard Biesheuvel | 2015-01-12 | 1 | -0/+1 |
* | arm64/efi: add missing call to early_ioremap_reset() | Ard Biesheuvel | 2015-01-08 | 1 | -0/+1 |
* | arm64: Provide a namespace to NCAPS | Fabio Estevam | 2014-12-04 | 1 | -1/+1 |
* | arm64: Factor out fixmap initialization from ioremap | Laura Abbott | 2014-11-25 | 1 | -0/+1 |
* | arm64: add cpu_capabilities bitmap | Andre Przywara | 2014-11-25 | 1 | -0/+3 |
* | arm64: Add COMPAT_HWCAP_LPAE | Catalin Marinas | 2014-11-17 | 1 | -1/+2 |
* | arm64: Fix up /proc/cpuinfo | Mark Rutland | 2014-11-14 | 1 | -24/+73 |