aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-10MAINTAINERS: update ivtv mailing lists as subscriber-onlyJoe Perches1-2/+2
2014-12-10printk: drop logbuf_cpu volatile qualifierAlex Elder1-1/+1
2014-12-10printk: add and use LOGLEVEL_<level> defines for KERN_<LEVEL> equivalentsJoe Perches4-18/+29
2014-12-10tile: use pr_warn instead of pr_warningJoe Perches1-18/+15
2014-12-10tile: neaten early_printk usesJoe Perches1-7/+5
2014-12-10printk: remove used-once early_vprintkJoe Perches3-18/+21
2014-12-10kernel: add panic_on_warnPrarit Bhargava8-14/+61
2014-12-10include/linux/file.h: remove get_unused_fd() macroYann Droneaud1-1/+0
2014-12-10fs/file.c: replace get_unused_fd() with get_unused_fd_flags(0)Yann Droneaud1-1/+1
2014-12-10binfmt_misc: replace get_unused_fd() with get_unused_fd_flags(0)Yann Droneaud1-1/+1
2014-12-10ppc/cell: replace get_unused_fd() with get_unused_fd_flags(0)Yann Droneaud1-2/+2
2014-12-10ia64: replace get_unused_fd() with get_unused_fd_flags(0)Yann Droneaud1-1/+1
2014-12-10exit: ptrace: shift "reap dead" code from exit_ptrace() to forget_original_parent()Oleg Nesterov3-27/+8
2014-12-10exit: reparent: cleanup the usage of reparent_leader()Oleg Nesterov1-13/+9
2014-12-10exit: reparent: cleanup the changing of ->parentOleg Nesterov1-8/+5
2014-12-10exit: reparent: use ->ptrace_entry rather than ->sibling for EXIT_DEAD tasksOleg Nesterov1-3/+3
2014-12-10sched_show_task: fix unsafe usage of ->real_parentOleg Nesterov1-1/+3
2014-12-10proc: task_state: ptrace_parent() doesn't need pid_alive() checkOleg Nesterov1-7/+6
2014-12-10proc: task_state: move the main seq_printf() outside of rcu_read_lock()Oleg Nesterov1-6/+6
2014-12-10proc: task_state: deuglify the max_fds calculationOleg Nesterov1-12/+11
2014-12-10proc: task_state: read cred->group_info outside of task_lock()Oleg Nesterov1-2/+1
2014-12-10fs/proc.c: use rb_entry_safe() instead of rb_entry()Nicolas Dichtel1-12/+4
2014-12-10procfs: fix error handling of proc_register()Debabrata Banerjee1-1/+8
2014-12-10fs/proc: use a rb tree for the directory entriesNicolas Dichtel4-64/+113
2014-12-10mm: move page->mem_cgroup bad page handling into generic codeJohannes Weiner5-49/+12
2014-12-10mm: page_cgroup: rename file to mm/swap_cgroup.cJohannes Weiner7-14/+13
2014-12-10mm: embed the memcg pointer directly into struct pageJohannes Weiner9-487/+46
2014-12-10mm: memcontrol: remove stale page_cgroup_lock commentJohannes Weiner1-4/+0
2014-12-10mm/frontswap.c: fix the condition in BUG_ONLi Haifeng1-1/+1
2014-12-10mm: fix a spelling mistakeWei Yuan1-1/+1
2014-12-10mm: hugetlb: fix __unmap_hugepage_range()Hillf Danton1-1/+3
2014-12-10mm, memcg: fix potential undefined behaviour in page stat accountingMichal Hocko4-11/+11
2014-12-10mm: fix huge zero page accounting in smaps reportKirill A. Shutemov5-36/+82
2014-12-10mm: memcontrol: drop bogus RCU locking from mem_cgroup_same_or_subtree()Johannes Weiner3-52/+24
2014-12-10mm: memcontrol: pull the NULL check from __mem_cgroup_same_or_subtree()Johannes Weiner2-3/+4
2014-12-10mm: memcontrol: remove bogus NULL check after mem_cgroup_from_task()Johannes Weiner1-3/+2
2014-12-10mm: memcontrol: shorten the page statistics update slowpathJohannes Weiner1-13/+8
2014-12-10thp: do not mark zero-page pmd write-protected explicitlyKirill A. Shutemov1-1/+0
2014-12-10memcg: use generic slab iterators for showing slabinfoVladimir Davydov4-31/+24
2014-12-10memcg: remove mem_cgroup_reclaimable check from soft reclaimVladimir Davydov1-43/+0
2014-12-10mm, hugetlb: correct bit shift in hstate_sizelog()Sasha Levin1-1/+2
2014-12-10mm: memcontrol: fold mem_cgroup_start_move()/mem_cgroup_end_move()Johannes Weiner1-28/+12
2014-12-10mm: memcontrol: don't pass a NULL memcg to mem_cgroup_end_move()Johannes Weiner1-7/+3
2014-12-10mm: memcontrol: inline memcg->move_lock lockingJohannes Weiner1-22/+6
2014-12-10mm: memcontrol: remove unnecessary PCG_USED pc->mem_cgroup valid flagJohannes Weiner2-76/+41
2014-12-10mm: memcontrol: remove unnecessary PCG_MEM memory charge flagJohannes Weiner2-4/+1
2014-12-10mm: memcontrol: remove unnecessary PCG_MEMSW memory+swap charge flagJohannes Weiner2-23/+12
2014-12-10mm: memcontrol: uncharge pages on swapoutJohannes Weiner1-4/+14
2014-12-10mm: memcontrol: micro-optimize mem_cgroup_split_huge_fixup()Michal Hocko1-1/+3
2014-12-10memcg: remove activate_kmem_mutexVladimir Davydov1-19/+5