summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: ste_dma40: Separate Logical Global Interrupt Mask (GIM) unmaskingLee Jones2013-05-232-5/+4
* ARM: ux500: Pass remnant platform data though to DMA40 driverLee Jones2013-05-233-11/+5
* dmaengine: ste_dma40: Supply full Device Tree parsing supportLee Jones2013-05-232-0/+114
* dmaengine: ste_dma40: Allow driver to be probe()able when DT is enabledLee Jones2013-05-231-2/+44
* dmaengine: ste_dma40: Allocate plat_data on declarationLee Jones2013-05-231-3/+1
* dmaengine: ste_dma40: Also report the number of logical channelsLee Jones2013-05-231-2/+3
* dmaengine: ste_dma40: Move rev error-check up to revision acquisitionLee Jones2013-05-231-6/+4
* dmaengine: ste_dma40: Remove 'always true' checkingLee Jones2013-05-231-11/+5
* dmaengine: ste_dma40: Calculate number of logical channels from physical onesLee Jones2013-05-233-13/+6
* 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
* dmaengine: ste_dma40: Remove home-brew MAX() macroLee Jones2013-05-231-3/+4
* 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-2310-326/+207
* dmaengine: ste_dma40: Rectify incorrect configuration validation checkingLee Jones2013-05-231-4/+4
* dmaengine: ste_dma40: Move default memcpy configs into the driverLee Jones2013-05-233-34/+30
* dmaengine: ste_dma40: Fix up static memcpy event linesLinus Walleij2013-05-231-1/+15
* dmaengine: ste_dma40: Assign memcpy channels in the driverLee Jones2013-05-233-21/+7
* Linux 3.10-rc1v3.10-rc1Linus Torvalds2013-05-111-2/+2
* Merge tag 'trace-fixes-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-05-116-108/+368
|\
| * tracing/kprobes: Support soft-mode disablingMasami Hiramatsu2013-05-091-0/+6
| * tracing/kprobes: Support ftrace_event_file base multibufferMasami Hiramatsu2013-05-091-36/+214
| * tracing/kprobes: Pass trace_probe directly from dispatcherMasami Hiramatsu2013-05-091-17/+16
| * tracing/kprobes: Increment probe hit-count even if it is used by perfMasami Hiramatsu2013-05-091-4/+4
| * tracing/kprobes: Use bool for retprobe checkerMasami Hiramatsu2013-05-091-1/+1
| * ftrace: Fix function probe when more than one probe is addedSteven Rostedt (Red Hat)2013-05-091-1/+5
| * ftrace: Fix the output of enabled_functions debug fileSteven Rostedt (Red Hat)2013-05-091-1/+1
| * ftrace: Fix locking in register_ftrace_function_probe()Steven Rostedt (Red Hat)2013-05-091-4/+6
| * tracing: Add helper function trace_create_new_event() to remove duplicate codeSteven Rostedt (Red Hat)2013-05-091-12/+20
| * tracing: Modify soft-mode only if there's no other referrerMasami Hiramatsu2013-05-092-2/+11
| * tracing: Indicate enabled soft-mode in enable fileMasami Hiramatsu2013-05-091-0/+2
| * tracing/kprobes: Fix to increment return event probe hit-countMasami Hiramatsu2013-05-091-0/+2
| * ftrace: Cleanup regex_lock and ftrace_lock around hash updatingMasami Hiramatsu2013-05-091-27/+32
| * ftrace, kprobes: Fix a deadlock on ftrace_regex_lockMasami Hiramatsu2013-05-092-21/+56
| * ftrace: Have ftrace_regex_write() return either read or errorSteven Rostedt (Red Hat)2013-05-091-1/+1
| * tracing: Return error if register_ftrace_function_probe() fails for event_ena...Steven Rostedt (Red Hat)2013-05-091-2/+9
| * tracing: Don't succeed if event_enable_func did not register anythingMasami Hiramatsu2013-05-091-1/+4
| * ring-buffer: Select IRQ_WORKSteven Rostedt (Red Hat)2013-05-031-1/+1
* | Merge tag 'stable/for-linus-3.10-rc0-tag-two' of git://git.kernel.org/pub/scm...Linus Torvalds2013-05-115-7/+55
|\ \
| * | 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: clear IRQ_NOAUTOEN and IRQ_NOREQUESTJulien Grall2013-05-081-1/+2
| * | xen: mask x2APIC feature in PVZhenzhong Duan2013-05-081-0/+3
| * | xen: SWIOTLB is only used on x86Arnd Bergmann2013-05-081-1/+1
| * | 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