summaryrefslogtreecommitdiffstats
path: root/sound/usb/midi.h (unfollow)
Commit message (Expand)AuthorFilesLines
2014-06-02spi: rspi: Add DMA support for RSPI on RZ/A1HGeert Uytterhoeven1-0/+3
2014-06-02spi: rspi: Add DMA support for QSPI on R-Car Gen2Geert Uytterhoeven1-0/+9
2014-06-02spi: rspi: Absorb rspi_rz_transfer_out_in() into rspi_rz_transfer_one()Geert Uytterhoeven1-11/+4
2014-06-02spi: rspi: Merge rspi_*_dma() into rspi_dma_transfer()Geert Uytterhoeven1-78/+61
2014-06-02spi: rspi: Pass sg_tables instead of spi_tranfer to rspi_*_dma()Geert Uytterhoeven1-10/+12
2014-06-02spi: rspi: Move RSPI-specific setup out of DMA routinesGeert Uytterhoeven1-20/+10
2014-06-02spi: rspi: Use SPI core DMA mapping frameworkGeert Uytterhoeven1-90/+50
2014-06-02spi: rspi: SPI DMA core needs both RX and TX DMA to functionGeert Uytterhoeven1-22/+14
2014-06-02spi: rspi: Remove unneeded resource test in DMA setupGeert Uytterhoeven1-12/+9
2014-06-02spi: rspi: Extract rspi_request_dma_chan()Geert Uytterhoeven1-34/+55
2014-06-02spi: rspi: Don't consider DMA configuration failures fatalGeert Uytterhoeven1-4/+2
2014-06-02spi: rspi: Extract rspi_pio_transfer()Geert Uytterhoeven1-62/+33
2014-06-02spi: rspi: Use core SPI_MASTER_MUST_[RT]X handlingGeert Uytterhoeven1-74/+58
2014-06-02spi: rspi: Remove unused 16-bit DMA supportGeert Uytterhoeven2-80/+6
2014-06-02spi: rspi: Do not call rspi_receive_init() for TX-onlyGeert Uytterhoeven1-4/+4
2014-06-02spi: rspi: Extract rspi_wait_for_{tx_empty,rx_full}()Geert Uytterhoeven1-8/+21
2014-06-02Linux 3.15-rc8v3.15-rc8Linus Torvalds1-1/+1
2014-06-02powerpc: Wire renameat2() syscallBenjamin Herrenschmidt3-1/+3
2014-06-01spi/pxa2xx: fix runtime PM enabling orderAntonio Ospite1-5/+5
2014-05-31dcache: add missing lockdep annotationLinus Torvalds1-1/+1
2014-05-31drm/radeon: Resume fbcon lastDaniel Vetter1-5/+6
2014-05-30x86_64: expand kernel stack to 16KMinchan Kim1-1/+1
2014-05-30dentry_kill() doesn't need the second argument nowAl Viro1-7/+4
2014-05-30dealing with the rest of shrink_dentry_list() livelockAl Viro1-2/+20
2014-05-30shrink_dentry_list(): take parent's ->d_lock earlierAl Viro1-12/+41
2014-05-30drm/radeon: only allocate necessary size for vm bo listChristian König1-3/+3
2014-05-30drm/radeon: don't allow RADEON_GEM_DOMAIN_CPU for command submissionMarek Olšák1-0/+6
2014-05-30drm/radeon: avoid crash if VM command submission isn't availableChristian König1-4/+11
2014-05-30drm/radeon: lower the ref * post PLL maximum once moreChristian König1-1/+1
2014-05-29firewire: revert to 4 GB RDMA, fix protocols using Memory SpaceStefan Richter3-8/+11
2014-05-29expand dentry_kill(dentry, 0) in shrink_dentry_list()Al Viro1-13/+17
2014-05-29split dentry_kill()Al Viro1-26/+36
2014-05-29arm64: mm: fix pmd_write CoW brokennessWill Deacon1-1/+1
2014-05-28ARM: 8063/1: bL_switcher: fix individual online status reporting of removed CPUsNicolas Pitre1-3/+7
2014-05-28rtmutex: Fix deadlock detector for realThomas Gleixner1-4/+28
2014-05-28lift the "already marked killed" case into shrink_dentry_list()Al Viro1-6/+9
2014-05-28MIPS: R46000: Fix Micro-assembler field overflow for R4600 V2Thomas Bogendoerfer1-2/+2
2014-05-28MIPS: ptrace: Avoid smp_processor_id() in preemptible codeAlex Smith1-7/+7
2014-05-28MIPS: Lemote 2F: cs5536: mfgpt: use raw locksSebastian Andrzej Siewior1-6/+5
2014-05-28MIPS: SB1: Fix excessive kernel warnings.Ralf Baechle1-1/+1
2014-05-28vfs: fix vmplice_to_user()Miklos Szeredi1-2/+4
2014-05-28powerpc, kexec: Fix "Processor X is stuck" issue during kexec from ST modeSrivatsa S. Bhat2-1/+9
2014-05-28powerpc: Fix 64 bit builds with binutils 2.24Guenter Roeck2-2/+9
2014-05-27MAINTAINERS: Add reset controller framework entryPhilipp Zabel1-0/+8
2014-05-27dm mpath: really fix lockdep warningHannes Reinecke1-6/+8
2014-05-27virtio_blk: fix race between start and stop queueMing Lei1-2/+2
2014-05-27dm cache: always split discards on cache block boundariesHeinz Mauelshagen1-0/+2
2014-05-27drm/i915: Prevent negative relocation deltas from wrappingChris Wilson5-38/+103
2014-05-27drm/i915: Only copy back the modified fields to userspace from execbufferChris Wilson1-22/+32
2014-05-27drm/i915: Fix dynamic allocation of physical handlesChris Wilson5-231/+136