Age | Commit message (Expand) | Author | Files | Lines |
2016-08-04 | dma-mapping: use unsigned long for dma_attrs | Krzysztof Kozlowski | 2 | -17/+12 |
2016-08-03 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -0/+24 |
2016-08-03 | ARM: kexec: fix kexec for Keystone 2 | Russell King | 1 | -0/+24 |
2016-08-03 | Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+1 |
2016-08-02 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 6 | -35/+20 |
2016-08-02 | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a... | Linus Torvalds | 4 | -12/+16 |
2016-08-01 | Merge branch 'pci/msi-affinity' into next | Bjorn Helgaas | 4 | -4/+5 |
2016-07-29 | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 6 | -74/+66 |
2016-07-29 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2016-07-28 | Merge branches 'cpuidle', 'fixes' and 'misc' into for-linus | Russell King | 9 | -77/+70 |
2016-07-27 | Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -0/+7 |
2016-07-27 | mm/mmu_gather: track page size with mmu gather and force flush if page size c... | Aneesh Kumar K.V | 1 | -0/+12 |
2016-07-27 | mm: change the interface for __tlb_remove_page() | Aneesh Kumar K.V | 1 | -4/+13 |
2016-07-27 | arm: get rid of superfluous __GFP_REPEAT | Michal Hocko | 1 | -1/+1 |
2016-07-25 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -2/+2 |
2016-07-25 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -12/+113 |
2016-07-18 | KVM: arm/arm64: Extend arch CAP checks to allow per-VM capabilities | Andre Przywara | 1 | -1/+1 |
2016-07-12 | kvm arm/arm64: Remove trailing whitespace from headers | Arnaldo Carvalho de Melo | 1 | -2/+2 |
2016-07-07 | ARM: save and reset the address limit when entering an exception | Russell King | 1 | -1/+1 |
2016-07-06 | ARM: clps711x: Reduce static map size | Alexander Shiyan | 1 | -2/+2 |
2016-07-06 | arm/xen: add support for vm_assist hypercall | Juergen Gross | 1 | -0/+1 |
2016-07-06 | ARM64: XEN: Add a function to initialize Xen specific UEFI runtime services | Shannon Zhao | 1 | -0/+6 |
2016-07-06 | Merge tag 'samsung-soc-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Olof Johansson | 2 | -1/+13 |
2016-07-04 | arm/arm64: Get rid of KERN_TO_HYP | Marc Zyngier | 2 | -3/+1 |
2016-07-04 | arm/arm64: KVM: Prune unused #defines | Marc Zyngier | 1 | -9/+0 |
2016-07-04 | arm: KVM: Allow hyp teardown | Marc Zyngier | 2 | -5/+5 |
2016-07-04 | arm: KVM: Simplify HYP init | Marc Zyngier | 1 | -10/+5 |
2016-07-04 | arm/arm64: KVM: Kill free_boot_hyp_pgd | Marc Zyngier | 1 | -1/+0 |
2016-07-04 | arm/arm64: KVM: Drop boot_pgd | Marc Zyngier | 2 | -6/+3 |
2016-07-04 | arm/arm64: KVM: Export __hyp_text_start/end symbols | Marc Zyngier | 1 | -0/+4 |
2016-07-04 | arm/arm64: KVM: Remove hyp_kern_va helper | Marc Zyngier | 1 | -1/+0 |
2016-07-02 | ARM: 8584/1: floppy: avoid gcc-6 warning | Arnd Bergmann | 1 | -1/+1 |
2016-07-02 | ARM: 8582/1: remove unused CONFIG_ARCH_HAS_BARRIERS | Masahiro Yamada | 1 | -3/+1 |
2016-06-29 | arm/arm64: KVM: Make default HYP mappings non-excutable | Marc Zyngier | 1 | -1/+1 |
2016-06-29 | arm/arm64: KVM: Map the HYP text as read-only | Marc Zyngier | 1 | -0/+1 |
2016-06-29 | arm/arm64: KVM: Enforce HYP read-only mapping of the kernel's rodata section | Marc Zyngier | 1 | -0/+1 |
2016-06-29 | arm/arm64: KVM: Add a protection parameter to create_hyp_mappings | Marc Zyngier | 1 | -1/+1 |
2016-06-27 | efi: Convert efi_call_virt() to efi_call_virt_pointer() | Alex Thorlton | 1 | -2/+2 |
2016-06-25 | tree wide: get rid of __GFP_REPEAT for order-0 allocations part I | Michal Hocko | 1 | -1/+1 |
2016-06-22 | ARM: 8306/1: loop_udelay: remove bogomips value limitation | Nicolas Pitre | 1 | -3/+3 |
2016-06-22 | ARM: uaccess: remove put_user() code duplication | Russell King | 1 | -57/+49 |
2016-06-22 | ARM: 8580/1: Remove orphaned __addr_ok() definition | Robin Murphy | 1 | -8/+0 |
2016-06-22 | ARM: get rid of horrible *(unsigned int *)(regs + 1) | Russell King | 1 | -0/+2 |
2016-06-22 | ARM: introduce svc_pt_regs structure | Russell King | 2 | -2/+10 |
2016-06-22 | ARM: rename S_FRAME_SIZE to PT_REGS_SIZE | Russell King | 1 | -2/+2 |
2016-06-22 | ARM: EXYNOS: Fix UART address selection for DEBUG_LL | Joonyoung Shim | 1 | -1/+5 |
2016-06-21 | ARM: Make PCI I/O space optional | Bjorn Helgaas | 1 | -0/+1 |
2016-06-21 | ARM: io: fix comment grammar | Andrew F. Davis | 1 | -1/+1 |
2016-06-21 | ARM: EXYNOS: Fixup debug macros for big-endian | Ben Dooks | 1 | -0/+8 |
2016-06-16 | locking/atomic: Remove linux/atomic.h:atomic_fetch_or() | Peter Zijlstra | 1 | -2/+0 |