summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-11lib/lcm.c: ensure correct result whenever it fitsRasmus Villemoes
2014-12-11MAINTAINERS: update ivtv mailing lists as subscriber-onlyJoe Perches
2014-12-11printk: drop logbuf_cpu volatile qualifierAlex Elder
2014-12-11printk: add and use LOGLEVEL_<level> defines for KERN_<LEVEL> equivalentsJoe Perches
2014-12-11tile: use pr_warn instead of pr_warningJoe Perches
2014-12-11tile: neaten early_printk usesJoe Perches
2014-12-11printk: remove used-once early_vprintkJoe Perches
2014-12-11kernel: add panic_on_warnPrarit Bhargava
2014-12-11include/linux/file.h: remove get_unused_fd() macroYann Droneaud
2014-12-11fs/file.c: replace get_unused_fd() with get_unused_fd_flags(0)Yann Droneaud
2014-12-11binfmt_misc: replace get_unused_fd() with get_unused_fd_flags(0)Yann Droneaud
2014-12-11ppc/cell: replace get_unused_fd() with get_unused_fd_flags(0)Yann Droneaud
2014-12-11ia64: replace get_unused_fd() with get_unused_fd_flags(0)Yann Droneaud
2014-12-11exit: ptrace: shift "reap dead" code from exit_ptrace() to forget_original_pa...Oleg Nesterov
2014-12-11exit: reparent: cleanup the usage of reparent_leader()Oleg Nesterov
2014-12-11exit: reparent: cleanup the changing of ->parentOleg Nesterov
2014-12-11exit: reparent: use ->ptrace_entry rather than ->sibling for EXIT_DEAD tasksOleg Nesterov
2014-12-11sched_show_task: fix unsafe usage of ->real_parentOleg Nesterov
2014-12-11proc: task_state: ptrace_parent() doesn't need pid_alive() checkOleg Nesterov
2014-12-11proc: task_state: move the main seq_printf() outside of rcu_read_lock()Oleg Nesterov
2014-12-11proc: task_state: deuglify the max_fds calculationOleg Nesterov
2014-12-11proc: task_state: read cred->group_info outside of task_lock()Oleg Nesterov
2014-12-11fs/proc.c: use rb_entry_safe() instead of rb_entry()Nicolas Dichtel
2014-12-11procfs: fix error handling of proc_register()Debabrata Banerjee
2014-12-11fs/proc: use a rb tree for the directory entriesNicolas Dichtel
2014-12-11mm: move page->mem_cgroup bad page handling into generic codeJohannes Weiner
2014-12-11mm: page_cgroup: rename file to mm/swap_cgroup.cJohannes Weiner
2014-12-11mm: embed the memcg pointer directly into struct pageJohannes Weiner
2014-12-11mm: memcontrol: remove stale page_cgroup_lock commentJohannes Weiner
2014-12-11mm/frontswap.c: fix the condition in BUG_ONLi Haifeng
2014-12-11mm: fix a spelling mistakeWei Yuan
2014-12-11mm: hugetlb: fix __unmap_hugepage_range()Hillf Danton
2014-12-11mm, memcg: fix potential undefined behaviour in page stat accountingMichal Hocko
2014-12-11mm: fix huge zero page accounting in smaps reportKirill A. Shutemov
2014-12-11mm: memcontrol: drop bogus RCU locking from mem_cgroup_same_or_subtree()Johannes Weiner
2014-12-11mm: memcontrol: pull the NULL check from __mem_cgroup_same_or_subtree()Johannes Weiner
2014-12-11mm: memcontrol: remove bogus NULL check after mem_cgroup_from_task()Johannes Weiner
2014-12-11mm: memcontrol: shorten the page statistics update slowpathJohannes Weiner
2014-12-11thp: do not mark zero-page pmd write-protected explicitlyKirill A. Shutemov
2014-12-11memcg: use generic slab iterators for showing slabinfoVladimir Davydov
2014-12-11memcg: remove mem_cgroup_reclaimable check from soft reclaimVladimir Davydov
2014-12-11mm, hugetlb: correct bit shift in hstate_sizelog()Sasha Levin
2014-12-11mm: memcontrol: fold mem_cgroup_start_move()/mem_cgroup_end_move()Johannes Weiner
2014-12-11mm: memcontrol: don't pass a NULL memcg to mem_cgroup_end_move()Johannes Weiner
2014-12-11mm: memcontrol: inline memcg->move_lock lockingJohannes Weiner
2014-12-11mm: memcontrol: remove unnecessary PCG_USED pc->mem_cgroup valid flagJohannes Weiner
2014-12-11mm: memcontrol: remove unnecessary PCG_MEM memory charge flagJohannes Weiner
2014-12-11mm: memcontrol: remove unnecessary PCG_MEMSW memory+swap charge flagJohannes Weiner
2014-12-11mm: memcontrol: uncharge pages on swapoutJohannes Weiner
2014-12-11mm: memcontrol: micro-optimize mem_cgroup_split_huge_fixup()Michal Hocko