Age | Commit message (Expand) | Author | Files | Lines |
2016-09-23 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 3 | -22/+30 |
2016-09-23 | arm64: kgdb: handle read-only text / modules | AKASHI Takahiro | 2 | -14/+24 |
2016-09-23 | arm64: Call numa_store_cpu_info() earlier. | David Daney | 1 | -8/+6 |
2016-09-19 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -1/+1 |
2016-09-16 | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 16 | -47/+50 |
2016-09-14 | Merge branch 'dt/irq-fix' into fixes | Arnd Bergmann | 11 | -44/+44 |
2016-09-14 | arm64: dts: Fix broken architected timer interrupt trigger | Marc Zyngier | 11 | -44/+44 |
2016-09-13 | crypto: arm64/aes-ctr - fix NULL dereference in tail processing | Ard Biesheuvel | 1 | -1/+1 |
2016-09-09 | ARM64: dts: bcm: Use a symlink to R-Pi dtsi files from arch=arm | Ian Campbell | 5 | -3/+6 |
2016-09-09 | arm64: use preempt_disable_notrace in _percpu_read/write | Chunyan Zhang | 1 | -4/+4 |
2016-09-09 | arm64: spinlocks: implement smp_mb__before_spinlock() as smp_mb() | Will Deacon | 1 | -0/+10 |
2016-09-03 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 1 | -0/+9 |
2016-09-03 | Merge tag 'staging-4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+2 |
2016-09-02 | arm64: kernel: Fix unmasked debug exceptions when restoring mdscr_el1 | James Morse | 1 | -0/+9 |
2016-08-27 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2 | -10/+2 |
2016-08-25 | arm64: avoid TLB conflict with CONFIG_RANDOMIZE_BASE | Mark Rutland | 1 | -0/+3 |
2016-08-23 | arm64: dts: rockchip: add reset saradc node for rk3368 SoCs | Caesar Wang | 1 | -0/+2 |
2016-08-18 | arm64: Fix shift warning in arch/arm64/mm/dump.c | Catalin Marinas | 1 | -3/+3 |
2016-08-18 | Merge tag 'kvm-arm-for-v4.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel... | Paolo Bonzini | 2 | -10/+2 |
2016-08-17 | arm64: kernel: avoid literal load of virtual address with MMU off | Ard Biesheuvel | 1 | -1/+9 |
2016-08-17 | arm64: Fix NUMA build error when !CONFIG_ACPI | Catalin Marinas | 1 | -0/+2 |
2016-08-17 | arm64: KVM: report configured SRE value to 32-bit world | Vladimir Murzin | 1 | -1/+1 |
2016-08-17 | arm64: KVM: remove misleading comment on pmu status | Vladimir Murzin | 1 | -8/+0 |
2016-08-17 | arm64: Document workaround for Cortex-A72 erratum #853709 | Marc Zyngier | 1 | -1/+1 |
2016-08-13 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 7 | -74/+123 |
2016-08-12 | arm64: defconfig: enable CONFIG_LOCALVERSION_AUTO | Masahiro Yamada | 1 | -1/+0 |
2016-08-12 | arm64: defconfig: add options for virtualization and containers | Riku Voipio | 1 | -6/+46 |
2016-08-12 | arm64: hibernate: handle allocation failures | Mark Rutland | 1 | -27/+32 |
2016-08-12 | arm64: hibernate: avoid potential TLB conflict | Mark Rutland | 1 | -6/+17 |
2016-08-12 | arm64: Handle el1 synchronous instruction aborts cleanly | Laura Abbott | 2 | -2/+19 |
2016-08-11 | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -2/+5 |
2016-08-11 | arm64: Remove stack duplicating code from jprobes | David A. Long | 2 | -28/+5 |
2016-08-10 | arm64: Kconfig: select HISILICON_IRQ_MBIGEN only if PCI is selected | Sudeep Holla | 1 | -1/+1 |
2016-08-10 | arm64: Kconfig: select ALPINE_MSI only if PCI is selected | Sudeep Holla | 1 | -1/+1 |
2016-08-09 | arm64: Support hard limit of cpu count by nr_cpus | Kefeng Wang | 1 | -4/+4 |
2016-08-08 | Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke... | Linus Torvalds | 2 | -5/+11 |
2016-08-06 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 4 | -7/+27 |
2016-08-06 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 7 | -34/+30 |
2016-08-04 | dma-mapping: use unsigned long for dma_attrs | Krzysztof Kozlowski | 1 | -33/+33 |
2016-08-04 | arm64: Fix copy-on-write referencing in HugeTLB | Steve Capper | 1 | -0/+17 |
2016-08-04 | Merge tag 'kvm-arm-for-4.8-take2' of git://git.kernel.org/pub/scm/linux/kerne... | Paolo Bonzini | 4 | -7/+27 |
2016-08-02 | Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 4 | -23/+172 |
2016-08-02 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 1 | -0/+1 |
2016-08-02 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 19 | -179/+161 |
2016-08-02 | arm64: dts: Fix RTC by providing rtc_src clock | Alim Akhtar | 1 | -0/+3 |
2016-08-01 | Merge tag 'armsoc-dt64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/... | Linus Torvalds | 50 | -139/+4413 |
2016-08-01 | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -0/+2 |
2016-08-01 | Merge tag 'armsoc-arm64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 3 | -3/+85 |
2016-08-01 | Merge branch 'pci/msi-affinity' into next | Bjorn Helgaas | 14 | -40/+148 |
2016-08-01 | Merge branches 'pci/host-aardvark', 'pci/host-altera', 'pci/host-dra7xx', 'pc... | Bjorn Helgaas | 2 | -0/+30 |