summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* PM / Freezer: Revert 27920651fe "PM / Freezer: Make fake_signal_wake_up() wak...Tejun Heo2011-11-041-1/+1
* PM / Freezer: Reimplement wait_event_freezekillable using freezer_do_not_coun...Oleg Nesterov2011-11-041-8/+3
* USB: Update last_busy time after autosuspend failsAlan Stern2011-11-041-0/+5
* PM / Runtime: Automatically retry failed autosuspendsAlan Stern2011-11-042-2/+26
* PM / QoS: Remove redundant checkGuennadi Liakhovetski2011-11-041-2/+1
* PM / OPP: Fix build when CONFIG_PM_OPP is not setTony Lindgren2011-11-041-2/+2
* PM / Runtime: Fix runtime accounting calculation errorvenu byravarasu2011-11-041-4/+1
* PM / Sleep: Update freezer documentationSrivatsa S. Bhat2011-11-041-4/+4
* PM / Sleep: Remove unused symbol 'suspend_cpu_hotplug'Srivatsa S. Bhat2011-11-041-4/+0
* PM / Sleep: Fix race between CPU hotplug and freezerSrivatsa S. Bhat2011-11-041-0/+74
* ACPI / PM: Add Sony VPCEB17FX to nonvs blacklistDave Jones2011-11-041-0/+8
* Merge branch 'for-linus' of git://github.com/cmetcalf-tilera/linux-tileLinus Torvalds2011-11-0420-4396/+4637
|\
| * arch/tile: factor out <arch/opcode.h> headerChris Metcalf2011-11-0315-4359/+4536
| * arch/tile: add the <arch> headers to the set of installed kernel headersChris Metcalf2011-11-032-0/+19
| * arch/tile: avoid exporting a symbol no longer used by gccChris Metcalf2011-11-031-2/+0
| * arch/tile: avoid ISO namespace pollution with <asm/sigcontext.h>Chris Metcalf2011-11-032-35/+82
* | Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2011-11-0420-888/+457
|\ \
| * | nfs: set vs_hidden on nfs4_callback_version4 (try #2)Jeff Layton2011-11-041-0/+1
| * | Merge branch 'osd-devel' into nfs-for-nextTrond Myklebust2011-11-037798-326884/+496195
| |\ \
| | * | pnfs-obj: Support for RAID5 read-4-write interface.Boaz Harrosh2011-11-031-0/+38
| | * | pnfs-obj: move to ore 03: Remove old raid engineBoaz Harrosh2011-11-031-504/+0
| | * | pnfs-obj: move to ore 02: move to OREBoaz Harrosh2011-11-032-75/+60
| | * | pnfs-obj: move to ore 01: ore_layout & ore_componentsBoaz Harrosh2011-11-031-144/+128
| | * | pnfs-obj: Rename objlayout_io_state => objlayout_io_resBoaz Harrosh2011-11-033-47/+48
| | * | pnfs-obj: Get rid of objlayout_{alloc,free}_io_stateBoaz Harrosh2011-11-033-142/+112
| | * | pnfs-obj: Return PNFS_NOT_ATTEMPTED in case of read/write_pagelistBoaz Harrosh2011-11-033-35/+37
| | * | pnfs-obj: Remove redundant EOF from objlayout_io_stateBoaz Harrosh2011-11-032-10/+7
| * | | nfs: Remove unused variable from write.cRakib Mullick2011-11-031-2/+1
| * | | nfs: Fix unused variable warning from file.cRakib Mullick2011-11-031-6/+3
| * | | NFS: Remove no-op less-than-zero checks on unsigned variables.Chuck Lever2011-10-311-4/+3
| * | | NFS: Clean up nfs4_xdr_dec_secinfo()Chuck Lever2011-10-311-2/+0
| * | | NFS: Fix documenting comment for nfs_create_request()Chuck Lever2011-10-311-1/+1
| * | | NFS4: fix cb_recallany decode errorPeng Tao2011-10-311-5/+6
| * | | nfs4: serialize layoutcommitPeng Tao2011-10-313-3/+29
| * | | SUNRPC: remove rpcbind clients destruction on module cleanupStanislav Kinsbursky2011-10-252-15/+0
| * | | SUNRPC: remove rpcbind clients creation during service registeringStanislav Kinsbursky2011-10-251-9/+0
| * | | NFSd: call svc rpcbind cleanup explicitlyStanislav Kinsbursky2011-10-253-1/+5
| * | | SUNRPC: cleanup service destructionStanislav Kinsbursky2011-10-251-1/+0
| * | | SUNRPC: setup rpcbind clients if service requires itStanislav Kinsbursky2011-10-251-2/+9
| * | | SUNRPC: introduce svc helpers for prepairing rpcbind infrastructureStanislav Kinsbursky2011-10-253-1/+38
| * | | SUNRPC: use rpcbind reference counting helpersStanislav Kinsbursky2011-10-251-8/+4
| * | | SUNRPC: introduce helpers for reference counted rpcbind clientsStanislav Kinsbursky2011-10-251-0/+53
| * | | NFS/sunrpc: don't use a credential with extra groups.NeilBrown2011-10-251-0/+3
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2011-11-046-27/+64
|\ \ \ \
| | \ \ \
| | \ \ \
| *-. \ \ \ Merge branches 'iser', 'mthca' and 'qib' into for-nextRoland Dreier2011-11-042-8/+4
| |\ \ \ \ \
| | | * | | | IB/qib: Fix panic in RC error flushing logicMike Marciniszyn2011-11-041-7/+3
| | * | | | | IB/mthca: Fix buddy->num_free allocation sizeRoland Dreier2011-11-041-1/+1
| | |/ / / /
| * | | | | IB/iser: DMA unmap TX bufs used for iSCSI/iSER headersOr Gerlitz2011-11-042-4/+8
| * | | | | IB/iser: Use separate buffers for the login request/responseOr Gerlitz2011-11-043-15/+52
| |/ / / /
* | | | | Documentation: drop as block elevator reference in switching-sched.txtWang Sheng-Hui2011-11-041-2/+2