aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-06lib: bitmap: add missing mask in bitmap_andnotRasmus Villemoes1-1/+1
2014-08-06lib: bitmap: add missing mask in bitmap_andRasmus Villemoes1-1/+1
2014-08-06lib: bitmap: add missing mask in bitmap_shift_rightRasmus Villemoes1-1/+1
2014-08-06lib: bitmap: change parameter of bitmap_*_region to unsignedRasmus Villemoes1-3/+3
2014-08-06lib: bitmap: make the start index of bitmap_clear unsignedRasmus Villemoes1-1/+1
2014-08-06lib: bitmap: make the start index of bitmap_set unsignedRasmus Villemoes1-1/+1
2014-08-06lib: bitmap: make nbits parameter of bitmap_weight unsignedRasmus Villemoes1-2/+2
2014-08-06lib: bitmap: make nbits parameter of bitmap_subset unsignedRasmus Villemoes1-2/+2
2014-08-06lib: bitmap: make nbits parameter of bitmap_intersects unsignedRasmus Villemoes1-2/+2
2014-08-06lib: bitmap: make nbits parameter of bitmap_{and,or,xor,andnot} unsignedRasmus Villemoes1-8/+8
2014-08-06lib: bitmap: remove unnecessary mask from bitmap_complementRasmus Villemoes1-1/+1
2014-08-06lib: bitmap: make nbits parameter of bitmap_complement unsignedRasmus Villemoes1-3/+3
2014-08-06lib: bitmap: make nbits parameter of bitmap_equal unsignedRasmus Villemoes1-1/+1
2014-08-06lib: bitmap: make nbits parameter of bitmap_full unsignedRasmus Villemoes1-2/+2
2014-08-06lib: bitmap: make nbits parameter of bitmap_empty unsignedRasmus Villemoes1-2/+2
2014-08-06kernel.h: remove deprecated pack_hex_byteJoe Perches1-5/+0
2014-08-06lib: add lib/glob.cGeorge Spelvin1-0/+9
2014-08-06zlib: clean up some dead codeSergey Senozhatsky1-118/+0
2014-08-06klist: use same naming scheme as hlist for klist_add_after()Ken Helias1-1/+1
2014-08-06list: fix order of arguments for hlist_add_after(_rcu)Ken Helias2-6/+6
2014-08-06list: make hlist_add_after() argument names match hlist_add_after_rcu()Ken Helias1-7/+7
2014-08-06printk: rename DEFAULT_MESSAGE_LOGLEVELAlex Elder1-1/+1
2014-08-06include/linux/byteorder/generic.h: minor comment fixGeoff Levand1-1/+1
2014-08-06fs.h, drivers/hwmon/asus_atk0110.c: fix DEFINE_SIMPLE_ATTRIBUTE semicolon definition and useJoe Perches1-1/+1
2014-08-06mm/zpool: implement common zpool api to zbud/zsmallocDan Streetman1-0/+106
2014-08-06mm/zbud: change zbud_alloc size type to size_tDan Streetman1-1/+1
2014-08-06mmu_notifier: add call_srcu and sync function for listener to delay call and syncPeter Zijlstra1-0/+6
2014-08-06mm: BUG when __kmap_atomic_idx equals KM_TYPE_NRChintan Pandya1-1/+1
2014-08-06mm, oom: rename zonelist locking functionsDavid Rientjes1-2/+2
2014-08-06mm, oom: ensure memoryless node zonelist always includes zonesDavid Rientjes1-1/+10
2014-08-06memory-hotplug: add zone_for_memory() for selecting zone for new memoryWang Nan1-0/+1
2014-08-06mm: describe mmap_sem rules for __lock_page_or_retry() and callersPaul Cassella1-0/+3
2014-08-06mm: page_alloc: reduce cost of the fair zone allocation policyMel Gorman1-0/+6
2014-08-06mm: move zone->pages_scanned into a vmstat counterMel Gorman1-1/+1
2014-08-06mm: rearrange zone fields into read-only, page alloc, statistics and page reclaim linesMel Gorman1-103/+108
2014-08-06mm: pagemap: avoid unnecessary overhead when tracepoints are deactivatedMel Gorman1-9/+7
2014-08-06mm/vmalloc.c: clean up map_vm_area third argumentWANG Chao1-1/+1
2014-08-06mm: make copy_pte_range static againJerome Marchand1-4/+0
2014-08-06mm, hugetlb: remove hugetlb_zero and hugetlb_infinityDavid Rientjes1-1/+0
2014-08-06mm: replace init_page_accessed by __SetPageReferencedHugh Dickins1-1/+0
2014-08-06include/linux/mmdebug.h: add VM_WARN_ONCE()Andrew Morton1-0/+2
2014-08-06mm tracing: tell mm_migrate_pages event about numa_misplacedMax Asbock1-0/+1
2014-08-06mem-hotplug: improve zone_movable_is_highmem logicWang Nan1-0/+2
2014-08-06mm: page-flags: clean up the page flag test, set, clear macrosJohannes Weiner1-7/+14
2014-08-06mm, CMA: change cma_declare_contiguous() to obey coding conventionJoonsoo Kim1-1/+1
2014-08-06CMA: generalize CMA reserved area management functionalityJoonsoo Kim2-9/+29
2014-08-06mem-hotplug: introduce MMOP_OFFLINE to replace the hard coding -1Tang Chen1-4/+5
2014-08-06include/linux/memblock.h: add __init to memblock_set_bottom_up()Fabian Frederick1-2/+2
2014-08-06mm/page_alloc.c: add __meminit to alloc_pages_exact_nid()Fabian Frederick1-1/+1
2014-08-06fanotify: fix double free of pending permission eventsJan Kara1-0/+2