Age | Commit message (Expand) | Author | Files | Lines |
2013-07-04 | lcd: add devm_lcd_device_{register,unregister}() | Jingoo Han | 1 | -0/+5 |
2013-07-04 | backlight: add devm_backlight_device_{register,unregister}() | Jingoo Han | 1 | -0/+6 |
2013-07-04 | drivers/dma: remove unused support for MEMSET operations | Bartlomiej Zolnierkiewicz | 2 | -9/+0 |
2013-07-04 | dmi: add support for exact DMI matches in addition to substring matching | Jani Nikula | 1 | -2/+4 |
2013-07-04 | drivers: avoid format strings in names passed to alloc_workqueue() | Kees Cook | 1 | -3/+4 |
2013-07-04 | err.h: IS_ERR() can accept __user pointers | Dan Carpenter | 1 | -5/+5 |
2013-07-04 | sparsemem: add BUILD_BUG_ON when sizeof mem_section is non-power-of-2 | Cody P Schafer | 1 | -0/+4 |
2013-07-04 | mm: kill free_all_bootmem_node() | Jiang Liu | 1 | -1/+0 |
2013-07-04 | mm: introduce helper function set_max_mapnr() | Jiang Liu | 1 | -1/+8 |
2013-07-04 | mm: kill global variable num_physpages | Jiang Liu | 1 | -1/+0 |
2013-07-04 | mm: introduce helper function mem_init_print_info() to simplify mem_init() | Jiang Liu | 1 | -0/+12 |
2013-07-04 | vmlinux.lds: add comments for global variables and clean up useless declarations | Jiang Liu | 1 | -1/+20 |
2013-07-04 | mm: use a dedicated lock to protect totalram_pages and zone->managed_pages | Jiang Liu | 2 | -8/+12 |
2013-07-04 | mm: accurately calculate zone->managed_pages for highmem zones | Jiang Liu | 1 | -0/+1 |
2013-07-04 | mm: enhance free_reserved_area() to support poisoning memory with zero | Jiang Liu | 1 | -3/+4 |
2013-07-04 | mm: change signature of free_reserved_area() to fix building warnings | Jiang Liu | 1 | -3/+2 |
2013-07-04 | swap: discard while swapping only if SWAP_FLAG_DISCARD_PAGES | Rafael Aquini | 1 | -4/+9 |
2013-07-04 | mm: tune vm_committed_as percpu_counter batching size | Tim Chen | 1 | -1/+7 |
2013-07-04 | mm/hugetlb: remove hugetlb_prefault | Wanpeng Li | 1 | -2/+0 |
2013-07-04 | mm/pageblock: remove get/set_pageblock_flags | Wanpeng Li | 1 | -6/+0 |
2013-07-04 | mm: remove lru parameter from __lru_cache_add and lru_cache_add_lru | Mel Gorman | 1 | -4/+7 |
2013-07-04 | mm: remove lru parameter from __pagevec_lru_add and remove parts of pagevec API | Mel Gorman | 1 | -33/+1 |
2013-07-04 | mm: add tracepoints for LRU activation and insertions | Mel Gorman | 1 | -0/+89 |
2013-07-04 | vmalloc: introduce remap_vmalloc_range_partial | HATAYAMA Daisuke | 1 | -0/+4 |
2013-07-04 | include/linux/mm.h: add PAGE_ALIGNED() helper | Andrew Morton | 1 | -0/+3 |
2013-07-04 | mmzone: note that node_size_lock should be manipulated via pgdat_resize_lock() | Cody P Schafer | 1 | -0/+3 |
2013-07-04 | mm: fix comment referring to non-existent size_seqlock, change to span_seqlock | Cody P Schafer | 1 | -1/+1 |
2013-07-04 | mm: vmscan: take page buffers dirty and locked state into account | Mel Gorman | 2 | -0/+4 |
2013-07-04 | mm: vmscan: block kswapd if it is encountering pages under writeback | Mel Gorman | 1 | -0/+8 |
2013-07-04 | mm: vmscan: have kswapd writeback pages based on dirty pages encountered, not... | Mel Gorman | 1 | -0/+9 |
2013-07-04 | mm, memcg: don't take task_lock in task_in_mem_cgroup | David Rientjes | 1 | -4/+5 |
2013-07-04 | mm: soft-dirty bits for user memory changes tracking | Pavel Emelyanov | 1 | -0/+22 |
2013-07-04 | include/linux/smp.h:on_each_cpu(): switch back to a macro | Andrew Morton | 1 | -12/+8 |
2013-07-03 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/c... | Linus Torvalds | 4 | -2/+8 |
2013-07-03 | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 1 | -1/+1 |
2013-07-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 4 | -32/+40 |
2013-07-03 | vfs: export lseek_execute() to modules | Jie Liu | 1 | -0/+1 |
2013-07-03 | Merge branch 'for-3.11-cpuset' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+8 |
2013-07-03 | Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 1 | -91/+131 |
2013-07-03 | Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -0/+35 |
2013-07-03 | Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p... | Linus Torvalds | 1 | -0/+174 |
2013-07-03 | Merge branch 'x86-tracing-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 4 | -0/+14 |
2013-07-03 | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -14/+14 |
2013-07-03 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+3 |
2013-07-03 | Merge branch 'sched-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -10/+7 |
2013-07-03 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 5 | -11/+6 |
2013-07-03 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 3 | -5/+65 |
2013-07-03 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -1/+64 |
2013-07-03 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 5 | -85/+9 |
2013-07-03 | Merge branch 'core-mutexes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 5 | -14/+372 |