summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2013-05-077-72/+362
|\
| * fuse: add flag to turn on async direct IOMiklos Szeredi2013-05-014-6/+16
| * fuse: truncate file if async dio failedMaxim Patlasov2013-04-183-10/+32
| * fuse: optimize short direct readsMaxim Patlasov2013-04-171-6/+13
| * fuse: enable asynchronous processing direct IOMaxim Patlasov2013-04-171-7/+44
| * fuse: make fuse_direct_io() aware about AIOMaxim Patlasov2013-04-174-21/+58
| * fuse: add support of async IOMaxim Patlasov2013-04-172-0/+109
| * fuse: move fuse_release_user_pages() upMaxim Patlasov2013-04-171-12/+12
| * fuse: optimize wake_upMiklos Szeredi2013-04-171-1/+1
| * fuse: implement exclusive wakeup for blocked_waitqMaxim Patlasov2013-04-171-5/+24
| * fuse: skip blocking on allocations of synchronous requestsMaxim Patlasov2013-04-173-13/+21
| * fuse: add flag fc->initializedMaxim Patlasov2013-04-174-0/+9
| * fuse: make request allocations for background processing explicitMaxim Patlasov2013-04-175-5/+37
* | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2013-05-0729-128/+236
|\ \
| * | powerpc: Make hard_irq_disable() do the right thing vs. irq tracingBenjamin Herrenschmidt2013-05-071-9/+7
| * | powerpc/topology: Fix spurr attribute permissionBenjamin Herrenschmidt2013-05-061-1/+1
| * | powerpc/pci: Support per-aperture memory offsetBenjamin Herrenschmidt2013-05-0610-104/+54
| * | powerpc/cell/iommu: Improve error message for missing nodeBenjamin Herrenschmidt2013-05-061-1/+1
| * | powerpc/cell/spufs: Fix status attribute permissionBenjamin Herrenschmidt2013-05-061-1/+1
| * | irqdomain: Allow quiet failure modeBenjamin Herrenschmidt2013-05-062-6/+28
| * | powerpc/pnv: Fix "compatible" property for P8 PHBBenjamin Herrenschmidt2013-05-061-1/+1
| * | powerpc/pci: Don't add bogus empty resources to PHBsBenjamin Herrenschmidt2013-05-061-14/+16
| * | powerpc/powerpnv: Properly handle failure starting CPUsBenjamin Herrenschmidt2013-05-061-1/+3
| * | powerpc/cputable: Advertise support for ISEL/HTM/DSCR/TAR on POWER8Nishanth Aravamudan2013-05-061-0/+5
| * | powerpc/cputable: Advertise ISEL support on appropriate embedded processorsNishanth Aravamudan2013-05-061-0/+5
| * | powerpc/cputable: Advertise DSCR support on P7/P7+Nishanth Aravamudan2013-05-061-0/+4
| * | powerpc/cputable: Reserve bits in HWCAP2 for new featuresNishanth Aravamudan2013-05-062-0/+11
| * | powerpc/pseries: Perform proper max_bus_speed detectionKleber Sacilotto de Souza2013-05-065-0/+70
| * | powerpc/pseries: Force 32 bit MSIs for devices that require itBrian King2013-05-062-3/+20
| * | powerpc/tm: Fix null pointer deference in flush_hash_pageMichael Neuling2013-05-061-0/+1
| * | powerpc/powernv: Defer OPAL exception handler registrationJeremy Kerr2013-05-061-2/+13
| * | powerpc: Emulate non privileged DSCR read and writeAnton Blanchard2013-05-062-2/+12
* | | Merge branch 'rwsem-optimizations'Linus Torvalds2013-05-073-153/+153
|\ \ \
| * | | rwsem: no need for explicit signed longsDavidlohr Bueso2013-05-071-5/+3
| * | | x86 rwsem: avoid taking slow path when stealing write lockMichel Lespinasse2013-05-071-7/+21
| * | | rwsem: do not block readers at head of queue if other readers are activeMichel Lespinasse2013-05-071-2/+8
| * | | rwsem: implement support for write lock stealing on the fastpathMichel Lespinasse2013-05-071-32/+32
| * | | rwsem: simplify __rwsem_do_wakeMichel Lespinasse2013-05-072-30/+19
| * | | rwsem: skip initial trylock in rwsem_down_write_failedMichel Lespinasse2013-05-071-8/+9
| * | | rwsem: avoid taking wait_lock in rwsem_down_write_failedMichel Lespinasse2013-05-071-2/+8
| * | | rwsem: use cmpxchg for trying to steal write lockMichel Lespinasse2013-05-071-20/+6
| * | | rwsem: more agressive lock stealing in rwsem_down_write_failedMichel Lespinasse2013-05-071-21/+8
| * | | rwsem: simplify rwsem_down_write_failedMichel Lespinasse2013-05-071-24/+9
| * | | rwsem: simplify rwsem_down_read_failedMichel Lespinasse2013-05-071-20/+2
| * | | rwsem: move rwsem_down_failed_common code into rwsem_down_{read,write}_failedMichel Lespinasse2013-05-071-15/+57
| * | | rwsem: shorter spinlocked section in rwsem_down_failed_common()Michel Lespinasse2013-05-071-5/+3
| * | | rwsem: make the waiter type an enumeration rather than a bitmaskMichel Lespinasse2013-05-072-18/+24
* | | | Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-05-079-915/+781
|\ \ \ \
| * \ \ \ Merge branch 'slab/next' into slab/for-linusPekka Enberg2013-05-079-915/+781
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | mm, slab_common: Fix bootstrap creation of kmalloc cachesChristoph Lameter2013-05-061-9/+15