summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-06-17lib: add lz4 compressor moduleChanho Min
2013-06-17lib: add support for LZ4-compressed kernelKyungsik Lee
2013-06-17decompressor: add LZ4 decompressor moduleKyungsik Lee
2013-06-17ipc/sem: seperate wait-for-zero and alter tasks into seperate queuesManfred Spraul
2013-06-17ptrace: add ability to get/set signal-blocked maskAndrey Vagin
2013-06-17ptrace: revert "Prepare to fix racy accesses on task breakpoints"Oleg Nesterov
2013-06-17rtc: rtc-hid-sensor-time: add support for millisecondsAlexander Holler
2013-06-17rbtree: remove unneeded includeNathan Zimmer
2013-06-17lcd: add devm_lcd_device_{register,unregister}()Jingoo Han
2013-06-17backlight: add devm_backlight_device_{register,unregister}()Jingoo Han
2013-06-17smp: Give WARN()ing when calling smp_call_function_many()/single() in serving...Chuansheng Liu
2013-06-17err.h: IS_ERR() can accept __user pointersDan Carpenter
2013-06-17mm: add vm event counters for balloon pages compactionRafael Aquini
2013-06-17include-linux-mmzoneh-cleanups-fixAndrew Morton
2013-06-17include/linux/mmzone.h: cleanupsAndrew Morton
2013-06-17list_lru: dynamically adjust node arraysGlauber Costa
2013-06-17shrinker: Kill old ->shrink API.Dave Chinner
2013-06-17fs: convert inode and dentry shrinking to be node awareDave Chinner
2013-06-17vmscan: per-node deferred workGlauber Costa
2013-06-17shrinker: add node awarenessDave Chinner
2013-06-17list_lru: per-node APIGlauber Costa
2013-06-17list_lru: per-node list infrastructureDave Chinner
2013-06-17dcache: convert to use new lru list infrastructureDave Chinner
2013-06-17inode: convert inode lru list to generic lru list code.Dave Chinner
2013-06-17list: add a new LRU list typeDave Chinner
2013-06-17shrinker: convert superblock shrinkers to new APIDave Chinner
2013-06-17mm: new shrinker APIDave Chinner
2013-06-17dentry: move to per-sb LRU locksDave Chinner
2013-06-17super: fix calculation of shrinkable objects for small numbersGlauber Costa
2013-06-17fs: bump inode and dentry counters to longGlauber Costa
2013-06-17fs/fs-writeback.c: : make wb_do_writeback() as staticHaicheng Li
2013-06-17sparsemem: add BUILD_BUG_ON when sizeof mem_section is non-power-of-2Cody P Schafer
2013-06-17mm: kill free_all_bootmem_node()Jiang Liu
2013-06-17mm: introduce helper function set_max_mapnr()Jiang Liu
2013-06-17mm: kill global variable num_physpagesJiang Liu
2013-06-17mm: introduce helper function mem_init_print_info() to simplify mem_init()Jiang Liu
2013-06-17vmlinux.lds: add comments for global variables and clean up useless declarationsJiang Liu
2013-06-17mm: use a dedicated lock to protect totalram_pages and zone->managed_pagesJiang Liu
2013-06-17mm: accurately calculate zone->managed_pages for highmem zonesJiang Liu
2013-06-17mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu
2013-06-17mm: change signature of free_reserved_area() to fix building warningsJiang Liu
2013-06-17swap: discard while swapping only if SWAP_FLAG_DISCARD_PAGESRafael Aquini
2013-06-17mm: tune vm_committed_as percpu_counter batching sizeTim Chen
2013-06-17mm/hugetlb: remove hugetlb_prefaultWanpeng Li
2013-06-17mm/pageblock: remove get/set_pageblock_flagsWanpeng Li
2013-06-17mm: remove lru parameter from __lru_cache_add and lru_cache_add_lruMel Gorman
2013-06-17mm: remove lru parameter from __pagevec_lru_add and remove parts of pagevec APIMel Gorman
2013-06-17mm: add tracepoints for LRU activation and insertionsMel Gorman
2013-06-17vmalloc: introduce remap_vmalloc_range_partialHATAYAMA Daisuke
2013-06-17include/linux/mm.h: add PAGE_ALIGNED() helperAndrew Morton