index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
slub: disable interrupts in cmpxchg_double_slab when falling back to pagelock
Christoph Lameter
2011-07-18
1
-4
/
+45
*
Avoid duplicate _count variables in page_struct
Christoph Lameter
2011-07-18
1
-18
/
+19
*
Revert "SLUB: Fix build breakage in linux/mm_types.h"
Pekka Enberg
2011-07-18
1
-10
/
+15
*
SLUB: Fix build breakage in linux/mm_types.h
Christoph Lameter
2011-07-07
1
-15
/
+10
*
slub: slabinfo update for cmpxchg handling
Christoph Lameter
2011-07-02
1
-19
/
+40
*
slub: Not necessary to check for empty slab on load_freelist
Christoph Lameter
2011-07-02
1
-3
/
+2
*
slub: fast release on full slab
Christoph Lameter
2011-07-02
2
-2
/
+20
*
slub: Add statistics for the case that the current slab does not match the node
Christoph Lameter
2011-07-02
2
-0
/
+4
*
slub: Get rid of the another_slab label
Christoph Lameter
2011-07-02
1
-6
/
+5
*
slub: Avoid disabling interrupts in free slowpath
Christoph Lameter
2011-07-02
1
-11
/
+5
*
slub: Disable interrupts in free_debug processing
Christoph Lameter
2011-07-02
1
-4
/
+10
*
slub: Invert locking and avoid slab lock
Christoph Lameter
2011-07-02
1
-77
/
+52
*
slub: Rework allocator fastpaths
Christoph Lameter
2011-07-02
1
-129
/
+280
*
slub: Pass kmem_cache struct to lock and freeze slab
Christoph Lameter
2011-07-02
1
-7
/
+8
*
slub: explicit list_lock taking
Christoph Lameter
2011-07-02
1
-40
/
+49
*
slub: Add cmpxchg_double_slab()
Christoph Lameter
2011-07-02
2
-5
/
+61
*
mm: Rearrange struct page
Christoph Lameter
2011-07-02
1
-28
/
+59
*
slub: Move page->frozen handling near where the page->freelist handling occurs
Christoph Lameter
2011-07-02
1
-2
/
+6
*
slub: Do not use frozen page flag but a bit in the page counters
Christoph Lameter
2011-07-02
3
-13
/
+9
*
slub: Push irq disable into allocate_slab()
Christoph Lameter
2011-07-02
1
-10
/
+13
*
Merge remote branch 'tip/x86/atomic' into slub/lockless
Pekka Enberg
2011-07-02
4
-0
/
+98
|
\
|
*
x86: Add support for cmpxchg_double
Christoph Lameter
2011-06-25
4
-0
/
+98
*
|
Linux 3.0-rc5
v3.0-rc5
Linus Torvalds
2011-06-27
1
-1
/
+1
*
|
drm/i915: more struct_mutex locking
Hugh Dickins
2011-06-27
2
-2
/
+6
*
|
drm/i915: use shmem_truncate_range
Hugh Dickins
2011-06-27
1
-5
/
+2
*
|
drm/i915: use shmem_read_mapping_page
Hugh Dickins
2011-06-27
2
-17
/
+15
*
|
drm/ttm: use shmem_read_mapping_page
Hugh Dickins
2011-06-27
1
-2
/
+3
*
|
drivers/tty/serial/8250_pci.c: fix warning
Andrew Morton
2011-06-27
1
-1
/
+1
*
|
drivers/misc/ioc4.c: fix section mismatch / race condition
Ralf Baechle
2011-06-27
1
-1
/
+1
*
|
drivers/leds/leds-lp5523.c: fix section mismatches
Ralf Baechle
2011-06-27
1
-2
/
+2
*
|
drivers/leds/leds-lp5521.c: fix section mismatches
Ralf Baechle
2011-06-27
1
-2
/
+2
*
|
memcg: fix direct softlimit reclaim to be called in limit path
KAMEZAWA Hiroyuki
2011-06-27
1
-12
/
+15
*
|
taskstats: don't allow duplicate entries in listener mode
Vasiliy Kulikov
2011-06-27
1
-3
/
+12
*
|
mm: fix assertion mapping->nrpages == 0 in end_writeback()
Jan Kara
2011-06-27
3
-0
/
+13
*
|
mm/memory-failure.c: fix spinlock vs mutex order
Peter Zijlstra
2011-06-27
2
-18
/
+8
*
|
drivers/misc/lkdtm.c: fix race when crashpoint is hit multiple times before c...
Josh Hunt
2011-06-27
1
-0
/
+8
*
|
include/linux/compat.h: declare compat_sys_sendmmsg()
Chris Metcalf
2011-06-27
1
-0
/
+2
*
|
romfs: fix romfs_get_unmapped_area() argument check
Bob Liu
2011-06-27
1
-2
/
+6
*
|
um: add asm/percpu.h
Richard Weinberger
2011-06-27
1
-0
/
+6
*
|
drivers/rtc/rtc-ds1307.c: add support for RTC device pt7c4338
Priyanka Jain
2011-06-27
1
-0
/
+1
*
|
tmpfs: add shmem_read_mapping_page_gfp
Hugh Dickins
2011-06-27
2
-7
/
+33
*
|
tmpfs: take control of its truncate_range
Hugh Dickins
2011-06-27
3
-24
/
+32
*
|
mm: move shmem prototypes to shmem_fs.h
Hugh Dickins
2011-06-27
4
-11
/
+19
*
|
mm: move vmtruncate_range to truncate.c
Hugh Dickins
2011-06-27
2
-24
/
+24
*
|
Fix some kernel-doc warnings
Vitaliy Ivanov
2011-06-27
3
-2
/
+1
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...
Linus Torvalds
2011-06-27
14
-28
/
+74
|
\
\
|
*
|
mmc: queue: bring discard_granularity/alignment into line with SCSI
Adrian Hunter
2011-06-25
1
-6
/
+1
|
*
|
mmc: queue: append partition subname to queue thread name
Adrian Hunter
2011-06-25
3
-5
/
+8
|
*
|
mmc: core: make erase timeout calculation allow for gated clock
Adrian Hunter
2011-06-25
1
-1
/
+1
|
*
|
mmc: block: switch card to User Data Area when removing the block driver
Adrian Hunter
2011-06-25
1
-0
/
+3
[next]