summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2010-03-0360-499/+354
|\
| * percpu: add __percpu sparse annotations to what's leftTejun Heo2010-02-178-8/+8
| * percpu: add __percpu sparse annotations to fsTejun Heo2010-02-175-6/+6
| * percpu: add __percpu sparse annotations to core kernel subsystemsTejun Heo2010-02-1711-20/+22
| * Merge branch 'master' into percpuTejun Heo2010-02-021258-12854/+33306
| |\
| * | local_t: Remove leftover local.hChristoph Lameter2010-01-051-1/+0
| * | this_cpu: Remove pageset_notifierChristoph Lameter2010-01-051-0/+1
| * | this_cpu: Page allocator conversionChristoph Lameter2010-01-054-151/+81
| * | percpu, x86: Generic inc / dec percpu instructionsChristoph Lameter2010-01-051-14/+72
| * | local_t: Move local.h include to ringbuffer.c and ring_buffer_benchmark.cChristoph Lameter2010-01-053-1/+2
| * | module: Use this_cpu_xx to dynamically allocate countersChristoph Lameter2010-01-052-36/+29
| * | local_t: Remove cpu_local_xx macrosChristoph Lameter2010-01-056-148/+0
| * | Merge branch 'master' into percpuTejun Heo2010-01-0510112-446099/+877714
| |\ \
| * | | percpu: refactor the code in pcpu_[de]populate_chunk()WANG Cong2009-12-081-10/+8
| * | | percpu: remove compile warnings caused by __verify_pcpu_ptr()Tejun Heo2009-12-081-1/+1
| * | | percpu: make accessors check for percpu pointer in sparseTejun Heo2009-10-293-4/+24
| * | | percpu: add __percpu for sparse.Rusty Russell2009-10-294-10/+18
| * | | percpu: make access macros universalTejun Heo2009-10-291-9/+14
| * | | percpu: remove per_cpu__ prefix.Rusty Russell2009-10-2924-90/+80
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds2010-03-0317-164/+109
|\ \ \ \
| * | | | GFS2: print glock numbers in hexBob Peterson2010-03-011-1/+1
| * | | | GFS2: ordered writes are backwardsDave Chinner2010-03-011-2/+2
| * | | | GFS2: Remove old, unused linked list code from quotaAbhijith Das2010-03-011-29/+1
| * | | | GFS2: Remove loopy umount codeSteven Whitehouse2010-03-015-37/+4
| * | | | GFS2: Metadata address space clean upSteven Whitehouse2010-03-0113-95/+101
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2010-03-0344-1208/+1219
|\ \ \ \ \
| * \ \ \ \ Merge branch 'misc' into for-nextRoland Dreier2010-03-028-71/+15
| |\ \ \ \ \
| | * | | | | IB/uverbs: Use anon_inodes instead of private infinibandeventfsRoland Dreier2010-02-252-56/+5
| | * | | | | IB/core: Fix and clean up ib_ud_header_init()Eli Cohen2010-02-244-12/+7
| | * | | | | RDMA: Use rlimit helpersJiri Slaby2010-02-122-3/+2
| * | | | | | Merge branch 'srp' into for-nextRoland Dreier2010-03-022-32/+65
| |\ \ \ \ \ \
| | * | | | | | IB/srp: Clean up error path in srp_create_target_ib()Roland Dreier2010-03-021-13/+18
| | * | | | | | IB/srp: Split send and recieve CQs to reduce number of interruptsBart Van Assche2010-03-022-25/+53
| | |/ / / / /
| * | | | | | Merge branch 'nes' into for-nextRoland Dreier2010-03-027-290/+284
| |\ \ \ \ \ \
| | * | | | | | RDMA/nes: Add support for KR device id 0x0110Chien Tung2010-02-255-218/+243
| | * | | | | | RDMA/nes: Change WQ overflow return codeOr Gerlitz2010-02-191-3/+3
| | * | | | | | RDMA/nes: Multiple disconnects cause crash during AE handlingFaisal Latif2010-02-191-60/+28
| | * | | | | | RDMA/nes: Fix crash when listener destroyed during loopback setupFaisal Latif2010-02-191-1/+2
| | * | | | | | RDMA/nes: Use atomic counters for CM listener create and destroyFaisal Latif2010-02-193-8/+8
| | |/ / / / /
| * | | | | | Merge branch 'mlx4' into for-nextRoland Dreier2010-03-021-1/+1
| |\ \ \ \ \ \
| | * | | | | | IB/mlx4: Simplify retrieval of ib_deviceEli Cohen2010-02-131-1/+1
| | |/ / / / /
| * | | | | | Merge branch 'iser' into for-nextRoland Dreier2010-03-025-604/+391
| |\ \ \ \ \ \
| | * | | | | | IB/iser: Remove redundant locking from iser scsi command response flowOr Gerlitz2010-02-241-25/+0
| | * | | | | | IB/iser: Use libiscsi passthrough modeOr Gerlitz2010-02-242-20/+3
| | * | | | | | IB/iser: Remove unnecessary connection checksOr Gerlitz2010-02-243-52/+0
| | * | | | | | IB/iser: Use atomic allocationsOr Gerlitz2010-02-242-3/+3
| | * | | | | | IB/iser: Simplify send flow/descriptorsOr Gerlitz2010-02-245-278/+115
| | * | | | | | IB/iser: Use different CQ for send completionsOr Gerlitz2010-02-242-37/+76
| | * | | | | | IB/iser: Remove atomic counter for posted receive buffersOr Gerlitz2010-02-243-12/+12
| | * | | | | | IB/iser: New receive buffer posting logicOr Gerlitz2010-02-244-176/+235