summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patchbomb from Andrew Morton)Linus Torvalds2014-08-0632-322/+371
|\
| * lib: bitmap: add missing mask in bitmap_andnotRasmus Villemoes2014-08-061-1/+1
| * lib: bitmap: add missing mask in bitmap_andRasmus Villemoes2014-08-061-1/+1
| * lib: bitmap: add missing mask in bitmap_shift_rightRasmus Villemoes2014-08-061-1/+1
| * lib: bitmap: change parameter of bitmap_*_region to unsignedRasmus Villemoes2014-08-061-3/+3
| * lib: bitmap: make the start index of bitmap_clear unsignedRasmus Villemoes2014-08-061-1/+1
| * lib: bitmap: make the start index of bitmap_set unsignedRasmus Villemoes2014-08-061-1/+1
| * lib: bitmap: make nbits parameter of bitmap_weight unsignedRasmus Villemoes2014-08-061-2/+2
| * lib: bitmap: make nbits parameter of bitmap_subset unsignedRasmus Villemoes2014-08-061-2/+2
| * lib: bitmap: make nbits parameter of bitmap_intersects unsignedRasmus Villemoes2014-08-061-2/+2
| * lib: bitmap: make nbits parameter of bitmap_{and,or,xor,andnot} unsignedRasmus Villemoes2014-08-061-8/+8
| * lib: bitmap: remove unnecessary mask from bitmap_complementRasmus Villemoes2014-08-061-1/+1
| * lib: bitmap: make nbits parameter of bitmap_complement unsignedRasmus Villemoes2014-08-061-3/+3
| * lib: bitmap: make nbits parameter of bitmap_equal unsignedRasmus Villemoes2014-08-061-1/+1
| * lib: bitmap: make nbits parameter of bitmap_full unsignedRasmus Villemoes2014-08-061-2/+2
| * lib: bitmap: make nbits parameter of bitmap_empty unsignedRasmus Villemoes2014-08-061-2/+2
| * kernel.h: remove deprecated pack_hex_byteJoe Perches2014-08-061-5/+0
| * lib: add lib/glob.cGeorge Spelvin2014-08-061-0/+9
| * zlib: clean up some dead codeSergey Senozhatsky2014-08-061-118/+0
| * klist: use same naming scheme as hlist for klist_add_after()Ken Helias2014-08-061-1/+1
| * list: fix order of arguments for hlist_add_after(_rcu)Ken Helias2014-08-062-6/+6
| * list: make hlist_add_after() argument names match hlist_add_after_rcu()Ken Helias2014-08-061-7/+7
| * printk: rename DEFAULT_MESSAGE_LOGLEVELAlex Elder2014-08-061-1/+1
| * include/linux/byteorder/generic.h: minor comment fixGeoff Levand2014-08-061-1/+1
| * fs.h, drivers/hwmon/asus_atk0110.c: fix DEFINE_SIMPLE_ATTRIBUTE semicolon def...Joe Perches2014-08-061-1/+1
| * mm/zpool: implement common zpool api to zbud/zsmallocDan Streetman2014-08-061-0/+106
| * mm/zbud: change zbud_alloc size type to size_tDan Streetman2014-08-061-1/+1
| * mmu_notifier: add call_srcu and sync function for listener to delay call and ...Peter Zijlstra2014-08-061-0/+6
| * mm: BUG when __kmap_atomic_idx equals KM_TYPE_NRChintan Pandya2014-08-061-1/+1
| * mm, oom: rename zonelist locking functionsDavid Rientjes2014-08-061-2/+2
| * mm, oom: ensure memoryless node zonelist always includes zonesDavid Rientjes2014-08-061-1/+10
| * memory-hotplug: add zone_for_memory() for selecting zone for new memoryWang Nan2014-08-061-0/+1
| * mm: describe mmap_sem rules for __lock_page_or_retry() and callersPaul Cassella2014-08-061-0/+3
| * mm: page_alloc: reduce cost of the fair zone allocation policyMel Gorman2014-08-061-0/+6
| * mm: move zone->pages_scanned into a vmstat counterMel Gorman2014-08-061-1/+1
| * mm: rearrange zone fields into read-only, page alloc, statistics and page rec...Mel Gorman2014-08-061-103/+108
| * mm: pagemap: avoid unnecessary overhead when tracepoints are deactivatedMel Gorman2014-08-061-9/+7
| * mm/vmalloc.c: clean up map_vm_area third argumentWANG Chao2014-08-061-1/+1
| * mm: make copy_pte_range static againJerome Marchand2014-08-061-4/+0
| * mm, hugetlb: remove hugetlb_zero and hugetlb_infinityDavid Rientjes2014-08-061-1/+0
| * mm: replace init_page_accessed by __SetPageReferencedHugh Dickins2014-08-061-1/+0
| * include/linux/mmdebug.h: add VM_WARN_ONCE()Andrew Morton2014-08-061-0/+2
| * mm tracing: tell mm_migrate_pages event about numa_misplacedMax Asbock2014-08-061-0/+1
| * mem-hotplug: improve zone_movable_is_highmem logicWang Nan2014-08-061-0/+2
| * mm: page-flags: clean up the page flag test, set, clear macrosJohannes Weiner2014-08-061-7/+14
| * mm, CMA: change cma_declare_contiguous() to obey coding conventionJoonsoo Kim2014-08-061-1/+1
| * CMA: generalize CMA reserved area management functionalityJoonsoo Kim2014-08-062-9/+29
| * mem-hotplug: introduce MMOP_OFFLINE to replace the hard coding -1Tang Chen2014-08-061-4/+5
| * include/linux/memblock.h: add __init to memblock_set_bottom_up()Fabian Frederick2014-08-061-2/+2
| * mm/page_alloc.c: add __meminit to alloc_pages_exact_nid()Fabian Frederick2014-08-061-1/+1