Age | Commit message (Expand) | Author | Files | Lines |
2014-01-10 | coredump: make __get_dumpable/get_dumpable inline, kill fs/coredump.h | Oleg Nesterov | 1 | -4/+17 |
2014-01-10 | coredump: kill MMF_DUMPABLE and MMF_DUMP_SECURELY | Oleg Nesterov | 1 | -3/+1 |
2014-01-10 | kmod: run usermodehelpers only on cpus allowed for kthreadd V2 | Christoph Lameter | 1 | -0/+1 |
2014-01-10 | fs/ramfs/file-nommu.c: make ramfs_nommu_get_unmapped_area() and ramfs_nommu_m... | Axel Lin | 1 | -7/+0 |
2014-01-10 | lib: Add CRC64 ECMA module | Marian Chereji | 1 | -0/+56 |
2014-01-10 | printk/cache: Mark printk_once test variable __read_mostly | Joe Perches | 2 | -11/+12 |
2014-01-10 | lib/parser.c: add match_wildcard function | Du, Changbin | 1 | -0/+1 |
2014-01-10 | include/linux/of.h: make for_each_child_of_node() reference its args when CON... | David Howells | 1 | -1/+6 |
2014-01-10 | remove extra definitions of U32_MAX | Alex Elder | 1 | -19/+0 |
2014-01-10 | kernel.h: define u8, s8, u32, etc. limits | Alex Elder | 1 | -0/+13 |
2014-01-10 | conditionally define U32_MAX | Alex Elder | 1 | -0/+2 |
2014-01-10 | add generic fixmap.h | Mark Salter | 1 | -0/+97 |
2014-01-10 | asm/types.h: Remove include/asm-generic/int-l64.h | Geert Uytterhoeven | 2 | -51/+1 |
2014-01-10 | kernel: use lockless list for smp_call_function_single | Christoph Hellwig | 2 | -5/+6 |
2014-01-10 | swap: add a simple detector for inappropriate swapin readahead | Shaohua Li | 1 | -2/+2 |
2014-01-10 | numa-add-a-sysctl-for-numa_balancing-fix | Andrew Morton | 1 | -1/+1 |
2014-01-10 | numa: add a sysctl for numa_balancing | Andi Kleen | 1 | -0/+4 |
2014-01-10 | mm: free memblock.memory in free_all_bootmem | Philipp Hachtmann | 1 | -0/+1 |
2014-01-10 | memcg, slab: RCU protect memcg_params for root caches | Vladimir Davydov | 1 | -2/+7 |
2014-01-10 | memcg, slab: clean up memcg cache initialization/destruction | Vladimir Davydov | 1 | -5/+4 |
2014-01-10 | memcg-slab-kmem_cache_create_memcg-fix-memleak-on-fail-path-fix | Andrew Morton | 1 | -1/+1 |
2014-01-10 | memcg, slab: kmem_cache_create_memcg(): fix memleak on fail path | Vladimir Davydov | 1 | -5/+9 |
2014-01-10 | mm-dump-page-when-hitting-a-vm_bug_on-using-vm_bug_on_page-fix-fix | Andrew Morton | 6 | -6/+12 |
2014-01-10 | mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE fix | Sasha Levin | 1 | -0/+1 |
2014-01-10 | mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE | Sasha Levin | 6 | -25/+28 |
2014-01-10 | mm: print more details for bad_page() | Dave Hansen | 1 | -1/+3 |
2014-01-10 | mm/migrate: remove unused function, fail_migrate_page() | Joonsoo Kim | 1 | -4/+0 |
2014-01-10 | mm/migrate: remove putback_lru_pages, fix comment on putback_movable_pages | Joonsoo Kim | 1 | -2/+0 |
2014-01-10 | mm: compaction: encapsulate defer reset logic | Vlastimil Babka | 1 | -0/+16 |
2014-01-10 | mm: compaction: trace compaction begin and end | Mel Gorman | 1 | -0/+42 |
2014-01-10 | sched: add tracepoints related to NUMA task migration | Mel Gorman | 1 | -0/+87 |
2014-01-10 | mm: numa: trace tasks that fail migration due to rate limiting | Mel Gorman | 1 | -0/+26 |
2014-01-10 | mm: numa: limit scope of lock for NUMA migrate rate limiting | Mel Gorman | 1 | -4/+1 |
2014-01-10 | mm/memblock: fix buld of "cris" arch | Grygorii Strashko | 1 | -0/+1 |
2014-01-10 | mm/memblock: add memblock memory allocation apis | Santosh Shilimkar | 1 | -0/+151 |
2014-01-10 | mm/memblock: switch to use NUMA_NO_NODE instead of MAX_NUMNODES | Grygorii Strashko | 1 | -2/+2 |
2014-01-10 | mm/memblock: reorder parameters of memblock_find_in_range_node | Grygorii Strashko | 1 | -2/+3 |
2014-01-10 | mm/bootmem: remove duplicated declaration of __free_pages_bootmem() | Grygorii Strashko | 1 | -1/+0 |
2014-01-10 | introduce for_each_thread() to replace the buggy while_each_thread() | Oleg Nesterov | 2 | -0/+14 |
2014-01-10 | mm/rmap: use rmap_walk() in page_referenced() | Joonsoo Kim | 2 | -3/+1 |
2014-01-10 | mm/rmap: use rmap_walk() in try_to_munlock() | Joonsoo Kim | 1 | -6/+0 |
2014-01-10 | mm/rmap: use rmap_walk() in try_to_unmap() | Joonsoo Kim | 1 | -4/+1 |
2014-01-10 | mm/rmap: extend rmap_walk_xxx() to cope with different cases | Joonsoo Kim | 1 | -0/+15 |
2014-01-10 | mm/rmap: make rmap_walk to get the rmap_walk_control argument | Joonsoo Kim | 2 | -6/+10 |
2014-01-10 | memblock-mem_hotplug-make-memblock-skip-hotpluggable-regions-if-needed-checkp... | Andrew Morton | 1 | -2/+8 |
2014-01-10 | memblock, mem_hotplug: make memblock skip hotpluggable regions if needed | Tang Chen | 1 | -0/+18 |
2014-01-10 | memblock: make memblock_set_node() support different memblock_type | Tang Chen | 1 | -1/+2 |
2014-01-10 | memblock, mem_hotplug: introduce MEMBLOCK_HOTPLUG flag to mark hotpluggable r... | Tang Chen | 1 | -0/+17 |
2014-01-10 | memblock, numa: introduce flags field into memblock | Tang Chen | 1 | -0/+1 |
2014-01-10 | mm-add-overcommit_kbytes-sysctl-variable-checkpatch-fixes | Andrew Morton | 1 | -0/+4 |