index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-02
slub: slabinfo update for cmpxchg handling
Christoph Lameter
1
-19
/
+40
2011-07-02
slub: Not necessary to check for empty slab on load_freelist
Christoph Lameter
1
-3
/
+2
2011-07-02
slub: fast release on full slab
Christoph Lameter
2
-2
/
+20
2011-07-02
slub: Add statistics for the case that the current slab does not match the node
Christoph Lameter
2
-0
/
+4
2011-07-02
slub: Get rid of the another_slab label
Christoph Lameter
1
-6
/
+5
2011-07-02
slub: Avoid disabling interrupts in free slowpath
Christoph Lameter
1
-11
/
+5
2011-07-02
slub: Disable interrupts in free_debug processing
Christoph Lameter
1
-4
/
+10
2011-07-02
slub: Invert locking and avoid slab lock
Christoph Lameter
1
-77
/
+52
2011-07-02
slub: Rework allocator fastpaths
Christoph Lameter
1
-129
/
+280
2011-07-02
slub: Pass kmem_cache struct to lock and freeze slab
Christoph Lameter
1
-7
/
+8
2011-07-02
slub: explicit list_lock taking
Christoph Lameter
1
-40
/
+49
2011-07-02
slub: Add cmpxchg_double_slab()
Christoph Lameter
2
-5
/
+61
2011-07-02
mm: Rearrange struct page
Christoph Lameter
1
-28
/
+59
2011-07-02
slub: Move page->frozen handling near where the page->freelist handling occurs
Christoph Lameter
1
-2
/
+6
2011-07-02
slub: Do not use frozen page flag but a bit in the page counters
Christoph Lameter
3
-13
/
+9
2011-07-02
slub: Push irq disable into allocate_slab()
Christoph Lameter
1
-10
/
+13
2011-07-02
Merge remote branch 'tip/x86/atomic' into slub/lockless
Pekka Enberg
4
-0
/
+98
2011-06-27
Linux 3.0-rc5
v3.0-rc5
Linus Torvalds
1
-1
/
+1
2011-06-27
drm/i915: more struct_mutex locking
Hugh Dickins
2
-2
/
+6
2011-06-27
drm/i915: use shmem_truncate_range
Hugh Dickins
1
-5
/
+2
2011-06-27
drm/i915: use shmem_read_mapping_page
Hugh Dickins
2
-17
/
+15
2011-06-27
drm/ttm: use shmem_read_mapping_page
Hugh Dickins
1
-2
/
+3
2011-06-27
drivers/tty/serial/8250_pci.c: fix warning
Andrew Morton
1
-1
/
+1
2011-06-27
drivers/misc/ioc4.c: fix section mismatch / race condition
Ralf Baechle
1
-1
/
+1
2011-06-27
drivers/leds/leds-lp5523.c: fix section mismatches
Ralf Baechle
1
-2
/
+2
2011-06-27
drivers/leds/leds-lp5521.c: fix section mismatches
Ralf Baechle
1
-2
/
+2
2011-06-27
memcg: fix direct softlimit reclaim to be called in limit path
KAMEZAWA Hiroyuki
1
-12
/
+15
2011-06-27
taskstats: don't allow duplicate entries in listener mode
Vasiliy Kulikov
1
-3
/
+12
2011-06-27
mm: fix assertion mapping->nrpages == 0 in end_writeback()
Jan Kara
3
-0
/
+13
2011-06-27
mm/memory-failure.c: fix spinlock vs mutex order
Peter Zijlstra
2
-18
/
+8
2011-06-27
drivers/misc/lkdtm.c: fix race when crashpoint is hit multiple times before c...
Josh Hunt
1
-0
/
+8
2011-06-27
include/linux/compat.h: declare compat_sys_sendmmsg()
Chris Metcalf
1
-0
/
+2
2011-06-27
romfs: fix romfs_get_unmapped_area() argument check
Bob Liu
1
-2
/
+6
2011-06-27
um: add asm/percpu.h
Richard Weinberger
1
-0
/
+6
2011-06-27
drivers/rtc/rtc-ds1307.c: add support for RTC device pt7c4338
Priyanka Jain
1
-0
/
+1
2011-06-27
tmpfs: add shmem_read_mapping_page_gfp
Hugh Dickins
2
-7
/
+33
2011-06-27
tmpfs: take control of its truncate_range
Hugh Dickins
3
-24
/
+32
2011-06-27
mm: move shmem prototypes to shmem_fs.h
Hugh Dickins
4
-11
/
+19
2011-06-27
mm: move vmtruncate_range to truncate.c
Hugh Dickins
2
-24
/
+24
2011-06-27
Fix some kernel-doc warnings
Vitaliy Ivanov
3
-2
/
+1
2011-06-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...
Linus Torvalds
14
-28
/
+74
2011-06-27
Fix node_start/end_pfn() definition for mm/page_cgroup.c
KAMEZAWA Hiroyuki
10
-53
/
+8
2011-06-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
5
-31
/
+100
2011-06-27
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
4
-6
/
+31
2011-06-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
3
-5
/
+9
2011-06-27
Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
8
-10
/
+48
2011-06-27
Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6
Linus Torvalds
3
-3
/
+10
2011-06-27
btrfs: fix inconsonant inode information
Miao Xie
3
-26
/
+91
2011-06-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
Linus Torvalds
2
-5
/
+3
2011-06-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
4
-116
/
+98
[next]