| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 2016-07-29 | 6 | -74/+66 |
|\ |
|
| *-. | Merge branches 'cpuidle', 'fixes' and 'misc' into for-linus | Russell King | 2016-07-28 | 9 | -77/+70 |
| |\ \ |
|
| | | * | ARM: save and reset the address limit when entering an exception | Russell King | 2016-07-07 | 1 | -1/+1 |
| | | * | ARM: 8584/1: floppy: avoid gcc-6 warning | Arnd Bergmann | 2016-07-02 | 1 | -1/+1 |
| | | * | ARM: 8582/1: remove unused CONFIG_ARCH_HAS_BARRIERS | Masahiro Yamada | 2016-07-02 | 1 | -3/+1 |
| | | * | ARM: 8306/1: loop_udelay: remove bogomips value limitation | Nicolas Pitre | 2016-06-22 | 1 | -3/+3 |
| | | * | ARM: uaccess: remove put_user() code duplication | Russell King | 2016-06-22 | 1 | -57/+49 |
| | | * | ARM: 8580/1: Remove orphaned __addr_ok() definition | Robin Murphy | 2016-06-22 | 1 | -8/+0 |
| | | * | ARM: get rid of horrible *(unsigned int *)(regs + 1) | Russell King | 2016-06-22 | 1 | -0/+2 |
| | | * | ARM: introduce svc_pt_regs structure | Russell King | 2016-06-22 | 2 | -2/+10 |
| | | * | ARM: rename S_FRAME_SIZE to PT_REGS_SIZE | Russell King | 2016-06-22 | 1 | -2/+2 |
| | |/
| |/| |
|
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2016-07-28 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | ARM: io: fix comment grammar | Andrew F. Davis | 2016-06-21 | 1 | -1/+1 |
* | | | | Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-07-27 | 2 | -0/+7 |
|\ \ \ \ |
|
| * | | | | arm/xen: add support for vm_assist hypercall | Juergen Gross | 2016-07-06 | 1 | -0/+1 |
| * | | | | ARM64: XEN: Add a function to initialize Xen specific UEFI runtime services | Shannon Zhao | 2016-07-06 | 1 | -0/+6 |
* | | | | | mm/mmu_gather: track page size with mmu gather and force flush if page size c... | Aneesh Kumar K.V | 2016-07-27 | 1 | -0/+12 |
* | | | | | mm: change the interface for __tlb_remove_page() | Aneesh Kumar K.V | 2016-07-27 | 1 | -4/+13 |
* | | | | | arm: get rid of superfluous __GFP_REPEAT | Michal Hocko | 2016-07-27 | 1 | -1/+1 |
* | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2016-07-25 | 1 | -2/+2 |
|\ \ \ \ \ |
|
| * | | | | | kvm arm/arm64: Remove trailing whitespace from headers | Arnaldo Carvalho de Melo | 2016-07-12 | 1 | -2/+2 |
| |/ / / / |
|
* | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2016-07-25 | 2 | -12/+113 |
|\ \ \ \ \ |
|
| * | | | | | locking/atomic: Remove linux/atomic.h:atomic_fetch_or() | Peter Zijlstra | 2016-06-16 | 1 | -2/+0 |
| * | | | | | locking/atomic, arch/arm: Implement atomic{,64}_fetch_{add,sub,and,andnot,or,... | Peter Zijlstra | 2016-06-16 | 1 | -10/+98 |
| * | | | | | locking/spinlock, arch: Update and fix spin_unlock_wait() implementations | Peter Zijlstra | 2016-06-14 | 1 | -2/+17 |
| | |_|/ /
| |/| | | |
|
* | | | | | efi: Convert efi_call_virt() to efi_call_virt_pointer() | Alex Thorlton | 2016-06-27 | 1 | -2/+2 |
| |/ / /
|/| | | |
|
* | | | | tree wide: get rid of __GFP_REPEAT for order-0 allocations part I | Michal Hocko | 2016-06-25 | 1 | -1/+1 |
| |_|/
|/| | |
|
* | | | ARM: 8579/1: mm: Fix definition of pmd_mknotpresent | Steve Capper | 2016-06-09 | 1 | -2/+2 |
* | | | ARM: 8578/1: mm: ensure pmd_present only checks the valid bit | Will Deacon | 2016-06-09 | 3 | -1/+2 |
|/ / |
|
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2016-05-27 | 2 | -0/+9 |
|\ \ |
|
| * \ | Merge tag 'kvm-arm-for-4-7-take2' of git://git.kernel.org/pub/scm/linux/kerne... | Paolo Bonzini | 2016-05-24 | 2 | -0/+9 |
| |\ \ |
|
| | * | | KVM: arm/arm64: vgic-new: Synchronize changes to active state | Christoffer Dall | 2016-05-20 | 1 | -0/+2 |
| | * | | KVM: arm/arm64: Provide functionality to pause and resume a guest | Christoffer Dall | 2016-05-20 | 1 | -0/+4 |
| | * | | KVM: arm/arm64: Export mmio_read/write_bus | Christoffer Dall | 2016-05-20 | 1 | -0/+3 |
* | | | | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 2016-05-20 | 3 | -9/+43 |
|\ \ \ \ |
|
| | \ \ \ | |
| | \ \ \ | |
| | \ \ \ | |
| | \ \ \ | |
| *---. \ \ \ | Merge branches 'amba', 'devel-stable', 'kexec-for-next' and 'misc' into for-l... | Russell King | 2016-05-19 | 5 | -10/+46 |
| |\ \ \ \ \ \ |
|
| | | | * | | | | ARM: 8548/1: dma-mapping: remove arm_dma_set_mask() | Alexandre Courbot | 2016-04-07 | 1 | -2/+0 |
| | |_|/ / / /
| |/| | | | | |
|
| | | * | | | | ARM: provide arm_has_idmap_alias() helper | Russell King | 2016-05-03 | 1 | -0/+5 |
| | | * | | | | ARM: provide improved virt_to_idmap() functionality | Russell King | 2016-05-03 | 1 | -7/+26 |
| | |/ / / /
| |/| | | | |
|
| | * | | | | Merge tag 'arm-memremap-for-v4.7' of git://git.linaro.org/people/ard.biesheuv... | Russell King | 2016-04-20 | 1 | -0/+12 |
| | |\ \ \ \ |
|
| | | * | | | | ARM: memremap: implement arch_memremap_wb() | Ard Biesheuvel | 2016-04-04 | 1 | -0/+6 |
| | | * | | | | ARM: reintroduce ioremap_cached() for creating cached I/O mappings | Ard Biesheuvel | 2016-04-04 | 1 | -0/+6 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2016-05-20 | 1 | -5/+0 |
|\ \ \ \ \ \ |
|
| * | | | | | | arch: fix has_transparent_hugepage() | Hugh Dickins | 2016-05-20 | 1 | -5/+0 |
| | |_|_|_|/
| |/| | | | |
|
* | | | | | | Merge tag 'iommu-updates-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2016-05-20 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | iommu: of: enforce const-ness of struct iommu_ops | Robin Murphy | 2016-05-09 | 1 | -1/+1 |
* | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2016-05-19 | 3 | -32/+74 |
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | / /
| | |_|_|/ /
| |/| | | | |
|
| * | | | | | KVM: halt_polling: provide a way to qualify wakeups during poll | Christian Borntraeger | 2016-05-13 | 1 | -0/+2 |
| * | | | | | Merge tag 'kvm-arm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Paolo Bonzini | 2016-05-11 | 2 | -32/+72 |
| |\ \ \ \ \
| | |_|_|/ /
| |/| | | /
| | | |_|/
| | |/| | |
|
| | * | | | kvm: arm64: Enable hardware updates of the Access Flag for Stage 2 page tables | Catalin Marinas | 2016-05-09 | 1 | -4/+6 |