index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-18
vmstat: User per cpu atomics to avoid interrupt disable / enable
Christoph Lameter
1
-14
/
+87
2010-12-18
irq_work: Use per cpu atomics instead of regular atomics
Christoph Lameter
1
-9
/
+9
2010-12-18
Merge branch 'this_cpu_ops' into for-2.6.38
Tejun Heo
3
-68
/
+316
2010-12-18
cpuops: Use cmpxchg for xchg to avoid lock semantics
Christoph Lameter
1
-6
/
+15
2010-12-18
x86: this_cpu_cmpxchg and this_cpu_xchg operations
Christoph Lameter
2
-1
/
+109
2010-12-18
percpu: Generic this_cpu_cmpxchg() and this_cpu_xchg support
Christoph Lameter
1
-1
/
+133
2010-12-17
percpu,x86: relocate this_cpu_add_return() and friends
Tejun Heo
2
-66
/
+65
2010-12-17
connector: Use this_cpu operations
Christoph Lameter
1
-2
/
+3
2010-12-17
xen: Use this_cpu_inc_return
Christoph Lameter
1
-1
/
+1
2010-12-17
taskstats: Use this_cpu_ops
Christoph Lameter
1
-3
/
+2
2010-12-17
random: Use this_cpu_inc_return
Christoph Lameter
1
-1
/
+1
2010-12-17
fs: Use this_cpu_inc_return in buffer.c
Christoph Lameter
1
-1
/
+1
2010-12-17
highmem: Use this_cpu_xx_return() operations
Christoph Lameter
1
-5
/
+8
2010-12-17
vmstat: Use this_cpu_inc_return for vm statistics
Christoph Lameter
1
-6
/
+2
2010-12-17
Merge branch 'this_cpu_ops' into for-2.6.38
Tejun Heo
369
-2072
/
+3775
2010-12-17
x86: Support for this_cpu_add, sub, dec, inc_return
Christoph Lameter
1
-0
/
+43
2010-12-17
percpu: Generic support for this_cpu_add, sub, dec, inc_return
Christoph Lameter
1
-0
/
+71
2010-12-17
core: Replace __get_cpu_var with __this_cpu_read if not used for an address.
Christoph Lameter
13
-66
/
+60
2010-12-17
xen: Use this_cpu_ops
Christoph Lameter
5
-15
/
+15
2010-12-17
fs: Use this_cpu_xx operations in buffer.c
Christoph Lameter
1
-18
/
+17
2010-12-17
fakekey: Simplify speakup_fake_key_pressed through this_cpu_ops
Christoph Lameter
1
-6
/
+1
2010-12-17
kprobes: Use this_cpu_ops
Christoph Lameter
3
-13
/
+13
2010-12-17
drivers: Replace __get_cpu_var with __this_cpu_read if not used for an address.
Christoph Lameter
4
-7
/
+7
2010-12-17
vmstat: Optimize zone counter modifications through the use of this cpu opera...
Christoph Lameter
1
-20
/
+28
2010-12-17
percpucounter: Optimize __percpu_counter_add a bit through the use of this_cp...
Christoph Lameter
1
-5
/
+3
2010-12-17
MAINTAINERS: Add percpu allocator entry
Tejun Heo
1
-0
/
+10
2010-12-17
Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify
Linus Torvalds
7
-38
/
+68
2010-12-17
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus
Linus Torvalds
29
-152
/
+350
2010-12-16
MIPS: Add a CONFIG_FORCE_MAX_ZONEORDER Kconfig option.
David Daney
1
-0
/
+22
2010-12-16
MIPS: LD/SD o32 macro GAS fix update
Maciej W. Rozycki
2
-4
/
+20
2010-12-16
MIPS: Alchemy: fix build with SERIAL_8250=n
Manuel Lauss
1
-0
/
+2
2010-12-16
MIPS: Rename mips_dma_cache_sync back to dma_cache_sync
Ralf Baechle
1
-1
/
+3
2010-12-16
MIPS: MT: Fix typo in comment.
Ralf Baechle
1
-1
/
+1
2010-12-16
SSB: Fix nvram_get on BCM47xx platform
Hauke Mehrtens
1
-6
/
+11
2010-12-16
MIPS: BCM47xx: Swap serial console if ttyS1 was specified.
Hauke Mehrtens
1
-0
/
+16
2010-12-16
MIPS: BCM47xx: Use sscanf for parsing mac address
Hauke Mehrtens
2
-20
/
+10
2010-12-16
MIPS: BCM47xx: Fill values for b43 into SSB sprom
Hauke Mehrtens
1
-22
/
+92
2010-12-16
MIPS: BCM47xx: Do not read config from CFE
Hauke Mehrtens
1
-19
/
+9
2010-12-16
MIPS: FDT size is a be32
Thomas Chou
1
-1
/
+1
2010-12-16
MIPS: Fix CP0 COUNTER clockevent race
Kevin Cernekee
1
-1
/
+1
2010-12-16
MIPS: Fix regression on BCM4710 processor detection
Kevin Cernekee
2
-7
/
+4
2010-12-16
MIPS: JZ4740: Fix pcm device name
Lars-Peter Clausen
1
-1
/
+1
2010-12-16
MIPS: Separate two consecutive loads in memset.S
Tony Wu
1
-2
/
+2
2010-12-16
MIPS: Send proper signal and siginfo on FP emulator faults.
David Daney
2
-30
/
+130
2010-12-16
MIPS: AR7: Fix loops per jiffies on TNETD7200 devices
Florian Fainelli
3
-6
/
+7
2010-12-16
MIPS: AR7: Fix double ar7_gpio_init declaration
Florian Fainelli
1
-2
/
+0
2010-12-16
MIPS: Rework GENERIC_HARDIRQS Kconfig.
David Daney
1
-14
/
+2
2010-12-16
MIPS: Alchemy: Add return value check for strict_strtoul()
Yoichi Yuasa
1
-3
/
+2
2010-12-16
MIPS: Loongson: Add return value check for strict_strtoul()
Wu Zhangjin
1
-2
/
+2
2010-12-16
MIPS: VPE loader: Check vmalloc return value in vpe_open
Jesper Juhl
1
-8
/
+6
[next]