summaryrefslogtreecommitdiff
path: root/arch/arm (follow)
Commit message (Expand)AuthorAge
...
| * | | | | | | | | ARM: davinci: Add dma_mask to eDMA devicesPeter Ujfalusi2015-10-14
| * | | | | | | | | ARM: davinci: Use platform_device_register_full() to create pdev for eDMAPeter Ujfalusi2015-10-14
| * | | | | | | | | ARM/dmaengine: edma: Remove limitation on the number of eDMA controllersPeter Ujfalusi2015-10-14
| * | | | | | | | | ARM/dmaengine: edma: Public API to use private struct pointerPeter Ujfalusi2015-10-14
| * | | | | | | | | ARM: common: edma: Internal API to use pointer to 'struct edma'Peter Ujfalusi2015-10-14
| * | | | | | | | | ARM/dmaengine: edma: Move of_dma_controller_register to the dmaengine driverPeter Ujfalusi2015-10-14
| * | | | | | | | | ARM: davinci/common: Convert edma driver to handle one eDMA instance per driverPeter Ujfalusi2015-10-14
| * | | | | | | | | ARM: common: edma: Remove unused functionsPeter Ujfalusi2015-10-14
| * | | | | | | | | ARM: common: edma: Fix channel parameter for irq callbacksPeter Ujfalusi2015-10-14
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-11-10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ARM: exynos_defconfig: enable Exynos DRM Mixer driverAndrzej Hajda2015-11-03
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | kmap_atomic_to_page() has no users, remove itNicolas Pitre2015-11-09
* | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-07
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-06
* | | | | | | | | | Merge tag 'for-v4.4-important-fix' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-11-06
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Revert "ARM: dts: twl4030: Add iio properties for bci subnode"Sebastian Reichel2015-11-06
* | | | | | | | | | | Merge tag 'devicetree-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-11-06
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | arm: enable building of all dtbsRob Herring2015-10-27
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-11-06
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Merge tag 'v4.3-rc3' into nextDmitry Torokhov2015-09-29
| |\| | | | | | | | |
| * | | | | | | | | | ARM: dts: set up trigger type for edt-ft5x06 interruptsDmitry Torokhov2015-09-27
* | | | | | | | | | | Merge tag 'pci-v4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-11-06
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | |
| | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ \ Merge branches 'pci/host-altera', 'pci/host-designware', 'pci/host-generic', ...Bjorn Helgaas2015-11-03
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |
| | | * | | | | | | | | ARM/PCI: Replace pci_sys_data->align_resource with global function pointerGabriele Paoloni2015-11-02
| | |/ / / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | ARM: Add msi.h to KbuildLey Foon Tan2015-10-23
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-05
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | uaccess: reimplement probe_kernel_address() using probe_kernel_read()Andrew Morton2015-11-05
* | | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-11-05
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge tag 'kvm-arm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2015-11-04
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | arm/arm64: KVM: Improve kvm_exit tracepointChristoffer Dall2015-10-22
| | * | | | | | | | | | KVM: arm/arm64: implement kvm_arm_[halt,resume]_guestEric Auger2015-10-22
| | * | | | | | | | | | KVM: arm/arm64: check power_off in critical section before VCPU runEric Auger2015-10-22
| | * | | | | | | | | | KVM: arm/arm64: check power_off in kvm_arch_vcpu_runnableEric Auger2015-10-22
| | * | | | | | | | | | KVM: arm/arm64: rename pause into power_offEric Auger2015-10-22
| | * | | | | | | | | | arm/arm64: KVM : Enable vhost device selection under KVM config menuWei Huang2015-10-22
| | * | | | | | | | | | arm/arm64: KVM: Rework the arch timer to use level-triggered semanticsChristoffer Dall2015-10-22
| | * | | | | | | | | | arm/arm64: KVM: arch_timer: Only schedule soft timer on vcpu_blockChristoffer Dall2015-10-22
| | * | | | | | | | | | KVM: Add kvm_arch_vcpu_{un}blocking callbacksChristoffer Dall2015-10-22
* | | | | | | | | | | | Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2015-11-05
|\ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire',...Mark Brown2015-11-04
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / | | |/| | | | | | | | | | |
| | | * | | | | | | | | | | spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-28
| | |/ / / / / / / / / / /
* | | | | | | | | | | | | Merge tag 'clk-for-linus-20151104' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-11-05
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'clk-iproc' into clk-nextStephen Boyd2015-10-21
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | ARM: cygnus: fix link failures when CONFIG_COMMON_CLK_IPROC is disabledArnd Bergmann2015-10-21
| | | |/ / / / / / / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'clk-fixes' into clk-nextStephen Boyd2015-10-02
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | clk: at91: add generated clock driverNicolas Ferre2015-10-01
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge tag 'for-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds2015-11-05
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | ARM: dts: twl4030: Add iio properties for bci subnodeMarek Belisko2015-09-26
| * | | | | | | | | | | | power: bq27x00_battery: Renaming for consistencyAndrew F. Davis2015-09-23
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge tag 'char-misc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-04
|\ \ \ \ \ \ \ \ \ \ \ \