2014-04-07 |
Liu Hua | hung_task: check the value of "sysctl_hung_task_timeout... |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Alexandre Bounine | rapidio: rework device hierarchy and introduce mport... |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Alexandre Bounine | drivers/rapidio/devices/tsi721_dma.c: optimize use... |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Monam Agarwal | lib/idr.c: use RCU_INIT_POINTER(x, NULL) |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Stephen Hemminger | idr: remove dead code |
commit | commitdiff | tree | snapshot |
2014-04-07 |
WANG Chao | vmcore: continue vmcore initialization if PT_NOTE is... |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Rashika Kheria | include/linux/crash_dump.h: add vmcore_cleanup() prototype |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Oleg Nesterov | wait: WSTOPPED|WCONTINUED doesn't work if a zombie... |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Oleg Nesterov | wait: WSTOPPED|WCONTINUED hangs if a zombie child is... |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Oleg Nesterov | wait: swap EXIT_ZOMBIE and EXIT_DEAD to hide EXIT_TRACE... |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Oleg Nesterov | wait: completely ignore the EXIT_DEAD tasks |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Oleg Nesterov | wait: use EXIT_TRACE only if thread_group_leader(zombie) |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Oleg Nesterov | wait: introduce EXIT_TRACE to avoid the racy EXIT_DEAD... |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Oleg Nesterov | wait: fix reparent_leader() vs EXIT_DEAD->EXIT_ZOMBIE... |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Oleg Nesterov | exec: kill bprm->tcomm[], simplify the "basename" logic |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Djalal Harouni | procfs: make /proc/*/pagemap 0400 |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Djalal Harouni | procfs: make /proc/*/{stack,syscall,personality} 0400 |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Monam Agarwal | fs/proc/inode.c: use RCU_INIT_POINTER(x, NULL) |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Andrey Vagin | proc: show mnt_id in /proc/pid/fdinfo |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Luiz Capitulino | fs/proc/meminfo: meminfo_proc_show(): fix typo in comment |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Guillaume Morin | kernel/exit.c: call proc_exit_connector() after exit_st... |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Oleg Nesterov | exit: move check_stack_usage() to the end of do_exit() |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Oleg Nesterov | exit: call disassociate_ctty() before exit_task_namespa... |
commit | commitdiff | tree | snapshot |
2014-04-07 |
SeongJae Park | mm/zswap.c: remove unnecessary parentheses |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Minchan Kim | mm/zswap: support multiple swap devices |
commit | commitdiff | tree | snapshot |
2014-04-07 |
SeongJae Park | mm/zswap.c: update zsmalloc in comment to zbud |
commit | commitdiff | tree | snapshot |
2014-04-07 |
SeongJae Park | mm/zswap.c: fix trivial typo and arrange indentation |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Joonsoo Kim | zram: support REQ_DISCARD |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Sergey Senozhatsky | zram: use scnprintf() in attrs show() methods |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Minchan Kim | zram: propagate error to user |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Sergey Senozhatsky | zram: return error-valued pointer from zcomp_create() |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Sergey Senozhatsky | zram: move comp allocation out of init_lock |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Sergey Senozhatsky | zram: add lz4 algorithm backend |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Sergey Senozhatsky | zram: make compression algorithm selection possible |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Sergey Senozhatsky | zram: add set_max_streams knob |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Sergey Senozhatsky | zram: add multi stream functionality |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Sergey Senozhatsky | zram: factor out single stream compression |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Sergey Senozhatsky | zram: use zcomp compressing backends |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Sergey Senozhatsky | zram: introduce compressing backend abstraction |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Sergey Senozhatsky | zram: delete zram_init_device() |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Sergey Senozhatsky | zram: document failed_reads, failed_writes stats |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Sergey Senozhatsky | zram: move zram size warning to documentation |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Sergey Senozhatsky | zram: drop not used table `count' member |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Sergey Senozhatsky | zram: report failed read and write stats |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Sergey Senozhatsky | zram: remove zram stats code duplication |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Sergey Senozhatsky | zram: use atomic64_t for all zram stats |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Sergey Senozhatsky | zram: remove good and bad compress stats |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Sergey Senozhatsky | zram: do not pass rw argument to __zram_make_request() |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Sergey Senozhatsky | zram: drop `init_done' struct zram member |
commit | commitdiff | tree | snapshot |
2014-04-07 |
John Hubbard | mm/page_alloc.c: change mm debug routines back to EXPOR... |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Srikar Dronamraju | numa: use LAST_CPUPID_SHIFT to calculate LAST_CPUPID_MASK |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Zhang Yanfei | madvise: correct the comment of MADV_DODUMP flag |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Fabian Frederick | mm/readahead.c: inline ra_submit |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Mizuma, Masayoshi | mm: hugetlb: fix softlockup when a large number of... |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Fabian Frederick | mm/memblock.c: use PFN_PHYS() |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Emil Medve | memblock: use for_each_memblock() |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Miklos Szeredi | mm: remove unused arg of set_page_dirty_balance() |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Vlastimil Babka | mm: try_to_unmap_cluster() should lock_page() before... |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Johannes Weiner | mm: page_alloc: spill to remote nodes before waking... |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Michal Hocko | memcg: rename high level charging functions |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Johannes Weiner | memcg: sanitize __mem_cgroup_try_charge() call protocol |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Michal Hocko | memcg: do not replicate get_mem_cgroup_from_mm in __mem... |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Johannes Weiner | memcg: get_mem_cgroup_from_mm() |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Johannes Weiner | memcg: remove unnecessary !mm check from try_get_mem_cg... |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Johannes Weiner | mm: memcg: push !mm handling out to page cache charge... |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Johannes Weiner | mm: memcg: inline mem_cgroup_charge_common() |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Johannes Weiner | mm: memcg: remove mem_cgroup_move_account_page_stat() |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Johannes Weiner | mm: memcg: remove unnecessary preemption disabling |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Kirill A. Shutemov | mm: use 'const char *' insted of 'char *' for reason... |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Gioh Kim | mm/vmalloc.c: enhance vm_map_ram() comment |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Choi Gi-yong | mm: fix 'ERROR: do not initialise globals to 0 or NULL... |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Mikulas Patocka | mempool: add unlikely and likely hints |
commit | commitdiff | tree | snapshot |
2014-04-07 |
David Rientjes | mm, compaction: determine isolation mode only once |
commit | commitdiff | tree | snapshot |
2014-04-07 |
David Rientjes | res_counter: remove interface for locked charging and... |
commit | commitdiff | tree | snapshot |
2014-04-07 |
David Rientjes | mm, mempolicy: remove per-process flag |
commit | commitdiff | tree | snapshot |
2014-04-07 |
David Rientjes | mm, mempolicy: rename slab_node for clarity |
commit | commitdiff | tree | snapshot |
2014-04-07 |
David Rientjes | fork: collapse copy_flags into copy_process |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Gideon Israel... | mm: use macros from compiler.h instead of __attribute__... |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Davidlohr Bueso | mm: per-thread vma caching |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Ning Qu | mm: implement ->map_pages for shmem/tmpfs |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Kirill A. Shutemov | mm: add debugfs tunable for fault_around_order |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Kirill A. Shutemov | mm: cleanup size checks in filemap_fault() and filemap_... |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Kirill A. Shutemov | mm: implement ->map_pages for page cache |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Kirill A. Shutemov | mm: introduce vm_ops->map_pages() |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Andrew Morton | drivers/lguest/page_tables.c: rename do_set_pte() |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Konstantin... | tools/vm/page-types.c: page-cache sniffing feature |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Kirill A. Shutemov | mm: disable split page table lock for !MMU |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Alex Thorlton | exec: kill the unnecessary mm->def_flags setting in... |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Alex Thorlton | mm, thp: add VM_INIT_DEF_MASK and PRCTL_THP_DISABLE |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Alex Thorlton | mm: revert "thp: make MADV_HUGEPAGE check for mm->def_f... |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Joonsoo Kim | mm/compaction: clean-up code on success of ballon isolation |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Joonsoo Kim | mm/compaction: check pageblock suitability once per... |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Joonsoo Kim | mm/compaction: change the timing to check to drop the... |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Joonsoo Kim | mm/compaction: do not call suitable_migration_target... |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Joonsoo Kim | mm/compaction: disallow high-order page for migration... |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Michal Hocko | mm: exclude memoryless nodes from zone_reclaim |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Davidlohr Bueso | mm/memory.c: update comment in unmap_single_vma() |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Weijie Yang | mm/vmscan: do not check compaction_ready on promoted... |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Weijie Yang | mm/vmscan: restore sc->gfp_mask after promoting it... |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Rik van Riel | mm: move mmu notifier call from change_protection to... |
commit | commitdiff | tree | snapshot |
next |