summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* ARM: ux500: Replace ST-E's home-brew DMA direction definition with the generi...Lee Jones2013-06-044-27/+27
* ARM: ux500: Remove empty function u8500_of_init_devices()Lee Jones2013-06-041-13/+1
* ARM: ux500: Remove ux500-musb platform registation when booting with DTLee Jones2013-06-041-2/+0
* usb: musb: ux500: take the dma_mask from coherent_dma_maskLee Jones2013-06-041-3/+0
* usb: musb: ux500: move the MUSB HDRC configuration into the driverLee Jones2013-06-041-8/+0
* usb: musb: ux500: move channel number knowledge into the driverLee Jones2013-06-041-8/+6
* ARM: ux500: Register Cryp and Hash platform drivers on SnowballLee Jones2013-05-231-0/+2
* ARM: ux500: Stop passing Cryp DMA channel config information though pdataLee Jones2013-05-231-8/+0
* ARM: ux500: Stop passing Hash DMA channel config information though pdataLee Jones2013-05-231-4/+0
* ARM: ux500: Remove unnecessary attributes from DMA channel request pdataLee Jones2013-05-231-8/+0
* ARM: ux500: Remove DMA address look-up tableLee Jones2013-05-231-80/+0
* ARM: ux500: Stop passing UART's platform data for Device Tree bootsLee Jones2013-05-231-3/+3
* ARM: ux500: Pass remnant platform data though to DMA40 driverLee Jones2013-05-233-11/+5
* dmaengine: ste_dma40: Calculate number of logical channels from physical onesLee Jones2013-05-231-1/+0
* ARM: ux500: Remove superfluous 'psize' attribute from Audio platform dataLee Jones2013-05-231-38/+0
* ARM: ux500: Remove unused 'data_width' attributes from UART DMA configsLee Jones2013-05-231-12/+0
* ARM: ux500: Remove unused 'data_width' attributes from SSP DMA configsLee Jones2013-05-231-4/+0
* ARM: ux500: Remove unused 'data_width' attributes from SDI DMA configsLee Jones2013-05-231-16/+0
* ARM: ux500: Strip out duplicate USB DMA configurationLee Jones2013-05-231-14/+3
* dmaengine: ste_dma40: Amalgamate DMA source and destination channel numbersLee Jones2013-05-237-258/+172
* dmaengine: ste_dma40: Move default memcpy configs into the driverLee Jones2013-05-231-28/+0
* dmaengine: ste_dma40: Assign memcpy channels in the driverLee Jones2013-05-231-12/+0
* Merge tag 'stable/for-linus-3.10-rc0-tag-two' of git://git.kernel.org/pub/scm...Linus Torvalds2013-05-123-5/+52
|\
| * xen/pci: Used cached MSI-X capability offsetBjorn Helgaas2013-05-101-2/+1
| * xen/pci: Use PCI_MSIX_TABLE_BIR, not PCI_MSIX_FLAGS_BIRMASKBjorn Helgaas2013-05-101-1/+1
| * xen: mask x2APIC feature in PVZhenzhong Duan2013-05-081-0/+3
| * xen/spinlock: Fix check from greater than to be also be greater or equal to.Konrad Rzeszutek Wilk2013-05-081-1/+1
| * xen/smp/pvhvm: Don't point per_cpu(xen_vpcu, 33 and larger) to shared_infoKonrad Rzeszutek Wilk2013-05-081-0/+3
| * xen/vcpu: Document the xen_vcpu_info and xen_vcpuKonrad Rzeszutek Wilk2013-05-071-1/+28
| * xen/vcpu/pvhvm: Fix vcpu hotplugging hanging.Konrad Rzeszutek Wilk2013-05-061-0/+15
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2013-05-121-0/+3
|\ \
| * | tools/power turbostat: display C8, C9, C10 residencyKristen Carlson Accardi2013-04-181-0/+3
* | | Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2013-05-111-1/+1
|\ \ \
| * | | powerpc: Remove static branch prediction in 64bit traced syscall pathAnton Blanchard2013-04-101-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-1016-105/+23
|\ \ \ \
| * | | | switch compat_sys_sysctl to COMPAT_SYSCALL_DEFINEAl Viro2013-05-092-5/+1
| * | | | unicore32: just use mmap_pgoff()...Al Viro2013-05-091-9/+1
| * | | | unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINEAl Viro2013-05-0913-65/+5
| * | | | x86, vm86: fix VM86 syscalls: use SYSCALL_DEFINEx(...)Alexander van Heukelum2013-05-032-26/+16
* | | | | Merge tag 'for-linus-20130509' of git://git.infradead.org/~dwmw2/random-2.6Linus Torvalds2013-05-101-17/+0
|\ \ \ \ \
| * | | | | m68k: remove rpxlite stuffArtem Bityutskiy2013-04-051-17/+0
* | | | | | Merge tag 'kvm-3.10-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-05-103-21/+67
|\ \ \ \ \ \
| * | | | | | KVM: emulator: emulate SALCPaolo Bonzini2013-05-091-1/+5
| * | | | | | KVM: emulator: emulate XLATPaolo Bonzini2013-05-091-1/+14
| * | | | | | KVM: emulator: emulate AAMPaolo Bonzini2013-05-091-1/+24
| * | | | | | KVM: VMX: fix halt emulation while emulating invalid guest sateGleb Natapov2013-05-091-0/+6
| * | | | | | KVM: x86: fix maintenance of guest/host xcr0 stateMarcelo Tosatti2013-05-081-20/+20
* | | | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-05-10200-2305/+16132
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'mti-next' of git://git.linux-mips.org/pub/scm/sjhill/linux-sjhi...Ralf Baechle2013-05-0990-1416/+5835
| |\ \ \ \ \ \ \
| | * | | | | | | MIPS: Add new GIC clockevent driver.Raghu Gandham2013-05-098-2/+163