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
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-11
mm, slub: fix the typo in mm/slub.c
Zhi Yong Wu
1
-3
/
+3
2013-11-11
slub: Handle NULL parameter in kmem_cache_flags
Christoph Lameter
1
-2
/
+2
2013-11-11
Merge branch 'slab/struct-page' into slab/next
Pekka Enberg
1
-354
/
+217
2013-10-30
slab: replace non-existing 'struct freelist *' with 'void *'
Joonsoo Kim
1
-5
/
+5
2013-10-30
slab: fix to calm down kmemleak warning
Joonsoo Kim
1
-8
/
+0
2013-10-24
slub: proper kmemleak tracking if CONFIG_SLUB_DEBUG disabled
Roman Bobniev
1
-4
/
+31
2013-10-24
slab: rename slab_bufctl to slab_freelist
Joonsoo Kim
1
-6
/
+6
2013-10-24
slab: remove useless statement for checking pfmemalloc
Joonsoo Kim
1
-6
/
+3
2013-10-24
slab: use struct page for slab management
Joonsoo Kim
1
-163
/
+143
2013-10-24
slab: replace free and inuse in struct slab with newly introduced active
Joonsoo Kim
1
-29
/
+25
2013-10-24
slab: remove SLAB_LIMIT
Joonsoo Kim
1
-7
/
+0
2013-10-24
slab: remove kmem_bufctl_t
Joonsoo Kim
1
-31
/
+11
2013-10-24
slab: change the management method of free objects of the slab
Joonsoo Kim
1
-64
/
+30
2013-10-24
slab: use __GFP_COMP flag for allocating slab pages
Joonsoo Kim
1
-34
/
+9
2013-10-24
slab: use well-defined macro, virt_to_slab()
Joonsoo Kim
1
-5
/
+2
2013-10-24
slab: overloading the RCU head over the LRU for RCU free
Joonsoo Kim
1
-38
/
+30
2013-10-24
slab: remove cachep in struct slab_rcu
Joonsoo Kim
1
-3
/
+1
2013-10-24
slab: remove nodeid in struct slab
Joonsoo Kim
1
-7
/
+4
2013-10-24
slab: remove colouroff in struct slab
Joonsoo Kim
1
-2
/
+0
2013-10-24
slab: change return type of kmem_getpages() to struct page
Joonsoo Kim
1
-30
/
+30
2013-10-24
slab: correct pfmemalloc check
Joonsoo Kim
1
-3
/
+5
2013-08-28
memcg: check that kmem_cache has memcg_params before accessing it
Andrey Vagin
1
-0
/
+2
2013-08-27
mm: move_ptes -- Set soft dirty bit depending on pte type
Cyrill Gorcunov
1
-1
/
+20
2013-08-25
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-7
/
+1
2013-08-24
cope with potentially long ->d_dname() output for shmem/hugetlb
Al Viro
1
-7
/
+1
2013-08-23
memcg: get rid of swapaccount leftovers
Michal Hocko
1
-1
/
+0
2013-08-16
Fix TLB gather virtual address range invalidation corner cases
Linus Torvalds
3
-18
/
+24
2013-08-13
mm: save soft-dirty bits on file pages
Cyrill Gorcunov
3
-8
/
+22
2013-08-13
mm: save soft-dirty bits on swapped pages
Cyrill Gorcunov
3
-3
/
+24
2013-08-13
memcg: don't initialize kmem-cache destroying work for root caches
Andrey Vagin
1
-2
/
+2
2013-08-08
Revert "slub: do not put a slab to cpu partial list when cpu_partial is 0"
Linus Torvalds
1
-3
/
+0
2013-08-04
tmpfs: fix SEEK_DATA/SEEK_HOLE regression
Hugh Dickins
1
-1
/
+2
2013-07-31
vmpressure: make sure there are no events queued after memcg is offlined
Michal Hocko
2
-0
/
+17
2013-07-31
vmpressure: do not check for pending work to prevent from new work
Michal Hocko
1
-1
/
+1
2013-07-31
vmpressure: change vmpressure::sr_lock to spinlock
Michal Hocko
1
-5
/
+5
2013-07-31
mm: zbud: fix condition check on allocation size
Heesub Shin
1
-1
/
+1
2013-07-31
thp, mm: avoid PageUnevictable on active/inactive lru lists
Kirill A. Shutemov
2
-19
/
+5
2013-07-31
mm/swap.c: clear PageActive before adding pages onto unevictable list
Naoya Horiguchi
1
-7
/
+2
2013-07-31
mm: mempolicy: fix mbind_range() && vma_adjust() interaction
Oleg Nesterov
2
-2
/
+6
2013-07-18
Merge tag 'driver-core-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+0
2013-07-16
sysfs.h: add __ATTR_RW() macro
Greg Kroah-Hartman
1
-2
/
+0
2013-07-14
kernel: delete __cpuinit usage from all core kernel files
Paul Gortmaker
5
-13
/
+13
2013-07-14
Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-46
/
+68
2013-07-14
slub: Check for page NULL before doing the node_match check
Steven Rostedt
1
-1
/
+1
2013-07-10
mm: remove free_area_cache
Michel Lespinasse
3
-33
/
+0
2013-07-10
zswap: add to mm/
Seth Jennings
3
-0
/
+964
2013-07-10
zbud: add to mm/
Seth Jennings
3
-0
/
+538
2013-07-09
ipc/shmc.c: eliminate ugly 80-col tricks
Andrew Morton
1
-2
/
+2
2013-07-09
mm/memory_hotplug.c: fix return value of online_pages()
Toshi Kani
1
-3
/
+3
2013-07-09
mm: honor min_free_kbytes set by user
Michal Hocko
1
-7
/
+17
[next]