index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
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-16
Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify
Linus Torvalds
7
-38
/
+68
2010-12-16
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
2010-12-16
MIPS: compat: Don't clobber personality bits in 32-bit sys_personality().
David Daney
1
-6
/
+7
2010-12-16
MIPS: Don't clobber personality high bits.
David Daney
1
-2
/
+6
2010-12-16
MIPS: jz4740: Fix section mismatch in prom.c
Lars-Peter Clausen
1
-1
/
+1
2010-12-16
MIPS: jz4740: qi_lb60: Fix gpio for the 6th row of the keyboard matrix
Lars-Peter Clausen
1
-2
/
+2
2010-12-16
MIPS: Don't stomp on caller's ->regs[2] in copy_thread()
Al Viro
1
-1
/
+0
2010-12-16
MIPS: Swarm: Fix typo in symbol name: RTC_M4LT81 -> RTC_M41T81
Ralf Baechle
1
-4
/
+4
2010-12-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
Linus Torvalds
3
-10
/
+115
[next]