Age | Commit message (Expand) | Author | Files | Lines |
2015-12-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -15/+32 |
2015-12-03 | arm64: bpf: add 'store immediate' instruction | Yang Shi | 1 | -1/+19 |
2015-11-27 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 8 | -121/+122 |
2015-11-26 | Merge tag 'for-linus-4.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+5 |
2015-11-26 | arm64: efi: fix initcall return values | Ard Biesheuvel | 1 | -5/+5 |
2015-11-26 | arm64: efi: deal with NULL return value of early_memremap() | Ard Biesheuvel | 1 | -1/+13 |
2015-11-26 | arm64: debug: Treat the BRPs/WRPs as unsigned | Suzuki K. Poulose | 1 | -2/+4 |
2015-11-26 | arm64: cpufeature: Track unsigned fields | Suzuki K. Poulose | 2 | -16/+31 |
2015-11-26 | xen/events: Always allocate legacy interrupts on PV guests | Boris Ostrovsky | 1 | -0/+5 |
2015-11-26 | arm64: cpufeature: Add helpers for extracting unsigned values | Suzuki K. Poulose | 1 | -0/+12 |
2015-11-26 | Revert "arm64: Mark kernel page ranges contiguous" | Catalin Marinas | 1 | -61/+8 |
2015-11-26 | arm64: mm: keep reserved ASIDs in sync with mm after multiple rollovers | Will Deacon | 1 | -12/+26 |
2015-11-26 | arm64: KASAN depends on !(ARM64_16K_PAGES && ARM64_VA_BITS_48) | Andrey Ryabinin | 1 | -1/+1 |
2015-11-25 | arm64: efi: correctly map runtime regions | Mark Rutland | 1 | -7/+2 |
2015-11-25 | arm64: mm: fix fault_info table xFSC decoding | Mark Rutland | 1 | -14/+14 |
2015-11-25 | arm64: early_alloc: Fix check for allocation failure | Suzuki K. Poulose | 1 | -2/+6 |
2015-11-24 | arm64: kvm: report original PAR_EL1 upon panic | Mark Rutland | 1 | -1/+5 |
2015-11-24 | arm64: kvm: avoid %p in __kvm_hyp_panic | Mark Rutland | 1 | -1/+1 |
2015-11-24 | arm64: KVM: Add workaround for Cortex-A57 erratum 834220 | Marc Zyngier | 4 | -1/+38 |
2015-11-24 | arm64: KVM: Fix AArch32 to AArch64 register mapping | Marc Zyngier | 2 | -4/+6 |
2015-11-19 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 11 | -54/+61 |
2015-11-19 | arm64: restore bogomips information in /proc/cpuinfo | Yang Shi | 1 | -0/+5 |
2015-11-19 | arm64: bpf: fix buffer pointer | Zi Shen Lim | 1 | -14/+13 |
2015-11-18 | arm64: barriers: fix smp_load_acquire to work with const arguments | Will Deacon | 1 | -6/+10 |
2015-11-18 | arm64: Fix R/O permissions in mark_rodata_ro | Laura Abbott | 2 | -1/+2 |
2015-11-18 | arm64: crypto: reduce priority of core AES cipher | Ard Biesheuvel | 1 | -1/+1 |
2015-11-18 | arm64: use non-global mappings for UEFI runtime regions | Ard Biesheuvel | 2 | -10/+6 |
2015-11-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -7/+41 |
2015-11-17 | arm64: bpf: make BPF prologue and epilogue align with ARM64 AAPCS | Yang Shi | 1 | -5/+39 |
2015-11-17 | arm64: kernel: pause/unpause function graph tracer in cpu_suspend() | Lorenzo Pieralisi | 1 | -0/+10 |
2015-11-17 | arm64: do not include ptrace.h from compat.h | Arnd Bergmann | 1 | -2/+1 |
2015-11-17 | arm64: simplify dma_get_ops | Arnd Bergmann | 2 | -22/+7 |
2015-11-17 | arm64: mm: use correct mapping granularity under DEBUG_RODATA | Ard Biesheuvel | 1 | -6/+6 |
2015-11-16 | bpf, arm64: start flushing icache range from header | Daniel Borkmann | 1 | -1/+1 |
2015-11-16 | arm64: bpf: fix JIT frame pointer setup | Yang Shi | 1 | -3/+3 |
2015-11-16 | arm64/dma-mapping: Fix sizes in __iommu_{alloc,free}_attrs | Robin Murphy | 1 | -6/+13 |
2015-11-13 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 14 | -33/+54 |
2015-11-12 | arm64: suspend: make hw_breakpoint_restore static | Jisheng Zhang | 1 | -1/+1 |
2015-11-12 | arm64: mmu: make split_pud and fixup_executable static | Jisheng Zhang | 1 | -2/+2 |
2015-11-12 | arm64: smp: make of_parse_and_init_cpus static | Jisheng Zhang | 1 | -1/+1 |
2015-11-12 | arm64: use linux/types.h in kvm.h | Arnd Bergmann | 1 | -1/+1 |
2015-11-12 | arm64: build vdso without libgcov | Arnd Bergmann | 1 | -0/+3 |
2015-11-12 | arm64: mark cpus_have_hwcap as __maybe_unused | Arnd Bergmann | 1 | -1/+1 |
2015-11-11 | Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+10 |
2015-11-11 | Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar... | Linus Torvalds | 38 | -190/+2728 |
2015-11-11 | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -14/+0 |
2015-11-11 | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a... | Linus Torvalds | 1 | -0/+1 |
2015-11-10 | arm64: remove redundant FRAME_POINTER kconfig option and force to select it | Yang Shi | 2 | -4/+1 |
2015-11-10 | Merge branch 'next/arm64' into next/dt | Olof Johansson | 10 | -19/+224 |
2015-11-09 | arm64: fix R/O permissions of FDT mapping | Ard Biesheuvel | 2 | -1/+2 |