index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
Linus Torvalds
2011-01-08
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-08
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
|
*
|
|
init: don't call flush_scheduled_work() from do_initcalls()
Tejun Heo
2010-12-24
1
-3
/
+0
|
*
|
|
s390: don't use flush_scheduled_work()
Tejun Heo
2010-12-24
2
-6
/
+14
|
*
|
|
rtc: don't use flush_scheduled_work()
Tejun Heo
2010-12-24
5
-5
/
+5
|
*
|
|
mmc: update workqueue usages
Tejun Heo
2010-12-24
3
-8
/
+20
|
*
|
|
mfd: update workqueue usages
Tejun Heo
2010-12-24
2
-8
/
+8
|
*
|
|
dvb: don't use flush_scheduled_work()
Tejun Heo
2010-12-24
4
-3
/
+4
|
*
|
|
leds-wm8350: don't use flush_scheduled_work()
Tejun Heo
2010-12-24
1
-1
/
+1
|
*
|
|
mISDN: don't use flush_scheduled_work()
Tejun Heo
2010-12-24
2
-2
/
+4
|
*
|
|
macintosh/ams: don't use flush_scheduled_work()
Tejun Heo
2010-12-24
1
-1
/
+1
|
*
|
|
vmwgfx: don't use flush_scheduled_work()
Tejun Heo
2010-12-24
1
-1
/
+1
|
*
|
|
tpm: don't use flush_scheduled_work()
Tejun Heo
2010-12-24
1
-2
/
+2
[next]