aboutsummaryrefslogtreecommitdiff
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
* slub: remove verify_mem_not_deleted()Christoph Lameter2016-09-281-37/+0
* slub: fix memcg_propagate_slab_attrsVladimir Davydov2016-09-281-4/+7
* slub: use raw_cpu_inc for incrementing statisticsChristoph Lameter2016-09-281-1/+5
* slub: fix leak of 'name' in sysfs_slab_addDave Jones2016-09-281-14/+15
* slub: rework sysfs layout for memcg cachesVladimir Davydov2016-09-281-1/+25
* slub: adjust memcg caches when creating cache aliasVladimir Davydov2016-09-281-0/+13
* memcg, slab: never try to merge memcg cachesVladimir Davydov2016-09-283-30/+18
* slub: do not drop slab_mutex for sysfs_slab_addVladimir Davydov2016-09-281-5/+3
* slub: fix high order page allocation problem with __GFP_NOFAILJoonsoo Kim2016-09-281-2/+3
* slub: do not assert not having lock in removing freed partialSteven Rostedt2016-09-281-12/+20
* mm/slub.c: list_lock may not be held in some circumstancesDavid Rientjes2016-09-281-4/+2
* mm: slub: work around unneeded lockdep warningDave Hansen2016-09-281-0/+6
* slub: Fix possible format string bug.Tetsuo Handa2016-09-281-1/+1
* slub: use lockdep_assert_heldPeter Zijlstra2016-09-281-20/+20
* memcg, kmem: rename cache_from_memcg to cache_from_memcg_idxQiang Huang2016-09-284-5/+7
* mm, slub: fix the typo in mm/slub.cZhi Yong Wu2016-09-281-3/+3
* slub: proper kmemleak tracking if CONFIG_SLUB_DEBUG disabledRoman Bobniev2016-09-281-4/+31
* mm: Fix some trivial typos in commentsXie XiuQi2016-09-281-1/+1
* mm: replace strict_strtoul() with kstrtoul()Jingoo Han2016-09-285-14/+14
* mm/slub.c: beautify code for removing redundancy 'break' statement.Chen Gang2016-09-281-1/+0
* slub: Remove unnecessary page NULL checkLibin2016-09-281-1/+1
* mm/slub: beautify code for 80 column limitation and tab alignmentChen Gang2016-09-281-36/+56
* mm/slub: remove 'per_cpu' which is useless variableChen Gang2016-09-281-5/+1
* slub: Check for page NULL before doing the node_match checkSteven Rostedt2016-09-281-1/+1
* slub: Make cpu partial slab support configurableJoonsoo Kim2016-09-281-6/+21
* bdi: reimplement bdev_inode_switch_bdi()Tejun Heo2016-09-131-1/+1
* bdi: explain the dirty list transferring in bdi_destroy()Tejun Heo2016-09-131-2/+11
* bdi: make backing_dev_info->wb.dwork canceling stricterTejun Heo2016-09-131-13/+2
* bdi: remove bdi->wb_lock locking around bdi->dev clearing in bdi_unregister()Tejun Heo2016-09-131-8/+2
* FROMLIST: mm: mmap: Add new /proc tunable for mmap_base ASLR.dcashman2016-09-101-0/+12
* 3.10.102-> 3.10.103Jan Engelmohr2016-09-102-24/+39
* Linux 3.10.98 (accumulative patch)Stefan Guendhoer2016-08-264-19/+27
* mm: make sendfile(2) killableJan Kara2016-08-261-4/+5
* mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a faultMel Gorman2016-08-261-0/+8
* add uksm 0.1.2.3 for v3.10 .ge.46.patchLevin Calado2016-08-267-14/+5756
* mm/slub: optimize alloc/free fastpath by removing preemption on/offJoonsoo Kim2016-08-261-12/+23
* mm: replace __get_cpu_var uses with this_cpu_ptrChristoph Lameter2016-08-267-9/+9
* mm: pass readahead info down to the i/o schedulerLee Susman2016-08-262-0/+4
* vmscan: fix increasing nr_isolated incurred by putback unevictable pagesJaewon Kim2016-08-261-1/+1
* mm/hwpoison: fix page refcount of unknown non LRU pageWanpeng Li2016-08-261-0/+2
* mm, vmscan: Do not wait for page writeback for GFP_NOFSStefan Guendhoer2016-08-261-1/+1
* mm: avoid setting up anonymous pages into file mappingKirill A. Shutemov2016-08-261-4/+9
* 3.10.80 -> 3.10.81Jan Engelmohr2016-08-261-1/+3
* 3.10.78 -> 3.10.79Jan Engelmohr2016-08-261-4/+4
* 3.10.75 -> 3.10.76Jan Engelmohr2016-08-262-4/+5
* 3.10.74 -> 3.10.75Jan Engelmohr2016-08-262-11/+9
* 3.10.71 -> 3.10.72Jan Engelmohr2016-08-265-8/+9
* 3.10.68 -> 3.10.69Jan Engelmohr2016-08-261-1/+4
* first commitMeizu OpenSource2016-08-1583-0/+99605