Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | spi/pl022: convert running variable | Linus Walleij | 2010-12-23 | 1 | -14/+10 | |
| * | | | | spi/pl022: convert busy flag to a bool | Linus Walleij | 2010-12-23 | 1 | -4/+4 | |
| * | | | | spi/pl022: pass the returned sglen to the DMA engine | Linus Walleij | 2010-12-23 | 1 | -7/+7 | |
| * | | | | spi/pl022: map the buffers on the DMA engine | Linus Walleij | 2010-12-23 | 1 | -6/+6 | |
| * | | | | spi/topcliff_pch: Fix data transfer issue | Tomoya MORINAGA | 2010-12-23 | 1 | -4/+4 | |
| * | | | | spi/imx: remove autodetection | Uwe Kleine-König | 2010-12-23 | 1 | -28/+2 | |
| * | | | | Merge commit 'v2.6.37-rc7' into spi/next | Grant Likely | 2010-12-22 | 1739 | -14852/+31773 | |
| |\ \ \ \ | ||||||
| * | | | | | drivers/spi: Remove unnecessary semicolons | Joe Perches | 2010-11-14 | 2 | -2/+2 | |
| * | | | | | spi/xilinx: merge OF support code into main driver | Grant Likely | 2010-11-09 | 5 | -175/+45 | |
| * | | | | | spi/xilinx: fold platform_driver support into main body | Grant Likely | 2010-11-09 | 4 | -118/+73 | |
| * | | | | | spi/xilinx: Eliminate pdata references from common code. | Grant Likely | 2010-11-09 | 4 | -25/+12 | |
* | | | | | | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj... | Linus Torvalds | 2011-01-07 | 62 | -275/+703 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | gameport: use this_cpu_read instead of lookup | Christoph Lameter | 2011-01-04 | 1 | -1/+1 | |
| * | | | | | | x86: udelay: Use this_cpu_read to avoid address calculation | Christoph Lameter | 2011-01-04 | 1 | -1/+1 | |
| * | | | | | | x86: Use this_cpu_inc_return for nmi counter | Tejun Heo | 2010-12-30 | 1 | -2/+1 | |
| * | | | | | | x86: Replace uses of current_cpu_data with this_cpu ops | Tejun Heo | 2010-12-30 | 11 | -29/+28 | |
| * | | | | | | x86: Use this_cpu_ops to optimize code | Tejun Heo | 2010-12-30 | 16 | -62/+57 | |
| * | | | | | | vmstat: User per cpu atomics to avoid interrupt disable / enable | Christoph Lameter | 2010-12-18 | 1 | -14/+87 | |
| * | | | | | | irq_work: Use per cpu atomics instead of regular atomics | Christoph Lameter | 2010-12-18 | 1 | -9/+9 | |
| * | | | | | | Merge branch 'this_cpu_ops' into for-2.6.38 | Tejun Heo | 2010-12-18 | 3 | -68/+316 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | cpuops: Use cmpxchg for xchg to avoid lock semantics | Christoph Lameter | 2010-12-18 | 1 | -6/+15 | |
| | * | | | | | | x86: this_cpu_cmpxchg and this_cpu_xchg operations | Christoph Lameter | 2010-12-18 | 2 | -1/+109 | |
| | * | | | | | | percpu: Generic this_cpu_cmpxchg() and this_cpu_xchg support | Christoph Lameter | 2010-12-18 | 1 | -1/+133 | |
| | * | | | | | | percpu,x86: relocate this_cpu_add_return() and friends | Tejun Heo | 2010-12-17 | 2 | -66/+65 | |
| * | | | | | | | connector: Use this_cpu operations | Christoph Lameter | 2010-12-17 | 1 | -2/+3 | |
| * | | | | | | | xen: Use this_cpu_inc_return | Christoph Lameter | 2010-12-17 | 1 | -1/+1 | |
| * | | | | | | | taskstats: Use this_cpu_ops | Christoph Lameter | 2010-12-17 | 1 | -3/+2 | |
| * | | | | | | | random: Use this_cpu_inc_return | Christoph Lameter | 2010-12-17 | 1 | -1/+1 | |
| * | | | | | | | fs: Use this_cpu_inc_return in buffer.c | Christoph Lameter | 2010-12-17 | 1 | -1/+1 | |
| * | | | | | | | highmem: Use this_cpu_xx_return() operations | Christoph Lameter | 2010-12-17 | 1 | -5/+8 | |
| * | | | | | | | vmstat: Use this_cpu_inc_return for vm statistics | Christoph Lameter | 2010-12-17 | 1 | -6/+2 | |
| * | | | | | | | Merge branch 'this_cpu_ops' into for-2.6.38 | Tejun Heo | 2010-12-17 | 369 | -2072/+3775 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | ||||||
| | * | | | | | | x86: Support for this_cpu_add, sub, dec, inc_return | Christoph Lameter | 2010-12-17 | 1 | -0/+43 | |
| | * | | | | | | percpu: Generic support for this_cpu_add, sub, dec, inc_return | Christoph Lameter | 2010-12-17 | 1 | -0/+71 | |
| * | | | | | | | core: Replace __get_cpu_var with __this_cpu_read if not used for an address. | Christoph Lameter | 2010-12-17 | 13 | -66/+60 | |
| * | | | | | | | xen: Use this_cpu_ops | Christoph Lameter | 2010-12-17 | 5 | -15/+15 | |
| * | | | | | | | fs: Use this_cpu_xx operations in buffer.c | Christoph Lameter | 2010-12-17 | 1 | -18/+17 | |
| * | | | | | | | fakekey: Simplify speakup_fake_key_pressed through this_cpu_ops | Christoph Lameter | 2010-12-17 | 1 | -6/+1 | |
| * | | | | | | | kprobes: Use this_cpu_ops | Christoph Lameter | 2010-12-17 | 3 | -13/+13 | |
| * | | | | | | | drivers: Replace __get_cpu_var with __this_cpu_read if not used for an address. | Christoph Lameter | 2010-12-17 | 4 | -7/+7 | |
| * | | | | | | | vmstat: Optimize zone counter modifications through the use of this cpu opera... | Christoph Lameter | 2010-12-17 | 1 | -20/+28 | |
| * | | | | | | | percpucounter: Optimize __percpu_counter_add a bit through the use of this_cp... | Christoph Lameter | 2010-12-17 | 1 | -5/+3 | |
| * | | | | | | | MAINTAINERS: Add percpu allocator entry | Tejun Heo | 2010-12-17 | 1 | -0/+10 | |
| * | | | | | | | percpu: zero memory more efficiently in mm/percpu.c::pcpu_mem_alloc() | Jesper Juhl | 2010-12-07 | 1 | -6/+2 | |
* | | | | | | | | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2011-01-07 | 80 | -156/+289 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | usb: don't use flush_scheduled_work() | Tejun Heo | 2010-12-24 | 5 | -9/+7 | |
| * | | | | | | | | speedtch: don't abuse struct delayed_work | Tejun Heo | 2010-12-24 | 1 | -12/+14 | |
| * | | | | | | | | media/video: don't use flush_scheduled_work() | Tejun Heo | 2010-12-24 | 4 | -10/+5 | |
| * | | | | | | | | media/video: explicitly flush request_module work | Tejun Heo | 2010-12-24 | 6 | -2/+50 | |
| * | | | | | | | | ioc4: use static work_struct for ioc4_load_modules() | Tejun Heo | 2010-12-24 | 1 | -20/+9 |