| Commit message (Expand) | Author | Age | Files | Lines |
* | arm64: mm: support ARCH_MMAP_RND_BITS | Daniel Cashman | 2016-01-14 | 1 | -0/+29 |
* | Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2016-01-13 | 1 | -0/+1 |
|\ |
|
| * | arch: consolidate CONFIG_STRICT_DEVM in lib/Kconfig.debug | Dan Williams | 2016-01-09 | 1 | -0/+1 |
* | | Merge tag 'for-linus-4.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-01-12 | 1 | -0/+20 |
|\ \ |
|
| * | | arm64: introduce CONFIG_PARAVIRT, PARAVIRT_TIME_ACCOUNTING and pv_time_ops | Stefano Stabellini | 2015-12-21 | 1 | -0/+20 |
| |/ |
|
* | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 2016-01-12 | 1 | -0/+1 |
|\ \ |
|
| * \ | Merge branches 'misc' and 'misc-rc6' into for-linus | Russell King | 2016-01-05 | 1 | -0/+1 |
| |\ \
| | |/
| |/| |
|
| | * | ARM: 8480/2: arm64: add implementation for arm-smccc | Jens Wiklander | 2016-01-04 | 1 | -0/+1 |
* | | | arm64: hugetlb: add support for PTE contiguous bit | David Woods | 2015-12-21 | 1 | -3/+0 |
* | | | arm64: enable HAVE_IRQ_TIME_ACCOUNTING | Will Deacon | 2015-12-03 | 1 | -0/+1 |
|/ / |
|
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 2015-11-27 | 1 | -1/+1 |
|\ \ |
|
| * | | arm64: KASAN depends on !(ARM64_16K_PAGES && ARM64_VA_BITS_48) | Andrey Ryabinin | 2015-11-26 | 1 | -1/+1 |
| |/ |
|
* | | arm64: KVM: Add workaround for Cortex-A57 erratum 834220 | Marc Zyngier | 2015-11-24 | 1 | -0/+21 |
|/ |
|
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 2015-11-12 | 1 | -0/+1 |
|\ |
|
| * | arm64: remove redundant FRAME_POINTER kconfig option and force to select it | Yang Shi | 2015-11-10 | 1 | -0/+1 |
* | | Merge tag 'iommu-updates-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2015-11-05 | 1 | -0/+1 |
|\ \ |
|
| * | | arm64: Hook up IOMMU dma_ops | Robin Murphy | 2015-10-15 | 1 | -0/+1 |
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2015-11-04 | 1 | -18/+51 |
|\ \ \
| | |/
| |/| |
|
| * | | arm64: make Timer Interrupt Frequency selectable | Kefeng Wang | 2015-10-28 | 1 | -4/+1 |
| * | | arm64: Make 36-bit VA depend on EXPERT | Catalin Marinas | 2015-10-20 | 1 | -1/+1 |
| * | | arm64: 36 bit VA | Suzuki K. Poulose | 2015-10-19 | 1 | -1/+7 |
| * | | arm64: Add 16K page size support | Suzuki K. Poulose | 2015-10-19 | 1 | -5/+37 |
| * | | arm64: Kconfig: Fix help text about AArch32 support with 64K pages | Suzuki K. Poulose | 2015-10-19 | 1 | -2/+2 |
| * | | arm64: Clean config usages for page size | Suzuki K. Poulose | 2015-10-19 | 1 | -2/+2 |
| * | | arm64: add KASAN support | Andrey Ryabinin | 2015-10-12 | 1 | -0/+1 |
| * | | arm64: fix a migrating irq bug when hotplug cpu | Yang Yingliang | 2015-10-09 | 1 | -0/+1 |
| * | | arm64: perf: move to shared arm_pmu framework | Mark Rutland | 2015-10-07 | 1 | -6/+2 |
| |/ |
|
* | | irqchip/gicv3-its: Workaround for Cavium ThunderX errata 22375, 24313 | Robert Richter | 2015-09-29 | 1 | -0/+17 |
* | | irqchip/gicv3: Workaround for Cavium ThunderX erratum 23154 | Robert Richter | 2015-09-29 | 1 | -0/+10 |
|/ |
|
* | arm64: errata: add module build workaround for erratum #843419 | Will Deacon | 2015-09-17 | 1 | -0/+16 |
* | arm64: enable generic idle loop | Leo Yan | 2015-09-15 | 1 | -0/+1 |
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2015-09-04 | 1 | -22/+64 |
|\ |
|
| * | arm64: kconfig: Move LIST_POISON to a safe value | Jeff Vander Stoep | 2015-08-19 | 1 | -0/+4 |
| * | Merge branch 'aarch64/psci/drivers' into aarch64/for-next/core | Will Deacon | 2015-08-05 | 1 | -0/+1 |
| |\ |
|
| * | | arm64: kconfig: group the v8.1 features together | Will Deacon | 2015-07-27 | 1 | -43/+47 |
| * | | arm64: kconfig: select HAVE_CMPXCHG_LOCAL | Will Deacon | 2015-07-27 | 1 | -0/+1 |
| * | | arm64: introduce CONFIG_ARM64_LSE_ATOMICS as fallback to ll/sc atomics | Will Deacon | 2015-07-27 | 1 | -0/+12 |
| * | | arm64/BUG: Use BRK instruction for generic BUG traps | Dave P Martin | 2015-07-27 | 1 | -0/+8 |
| * | | arm64: kernel: Add support for Privileged Access Never | James Morse | 2015-07-27 | 1 | -0/+14 |
| * | | arm64: force CONFIG_SMP=y and remove redundant #ifdefs | Will Deacon | 2015-07-27 | 1 | -22/+4 |
| * | | arm64: Add support for hardware updates of the access and dirty pte bits | Catalin Marinas | 2015-07-27 | 1 | -0/+17 |
* | | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 2015-09-03 | 1 | -0/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | arm64: psci: factor invocation code to drivers | Mark Rutland | 2015-08-03 | 1 | -0/+1 |
| |/ |
|
* | | arm64: fix Kconfig include path | Olof Johansson | 2015-07-20 | 1 | -1/+1 |
* | | arm64: Split out platform options to separate Kconfig | Olof Johansson | 2015-07-17 | 1 | -104/+1 |
|/ |
|
* | arm64: Keep the ARM64 Kconfig selects sorted | Catalin Marinas | 2015-07-07 | 1 | -1/+1 |
* | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a... | Linus Torvalds | 2015-06-26 | 1 | -0/+5 |
|\ |
|
| * | Merge tag 'hi6220-soc-for-4.2' of git://github.com/hisilicon/linux-hisi into ... | Kevin Hilman | 2015-06-10 | 1 | -0/+5 |
| |\ |
|
| | * | arm64: Enable Hisilicon ARMv8 SoC family in Kconfig and defconfig | Bintian Wang | 2015-06-05 | 1 | -0/+5 |
* | | | Merge tag 'edac_for_4.2_2' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Linus Torvalds | 2015-06-24 | 1 | -0/+1 |
|\ \ \ |
|