summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lib/lcm.c: ensure correct result whenever it fitsRasmus Villemoes2014-12-111-1/+1
* MAINTAINERS: update ivtv mailing lists as subscriber-onlyJoe Perches2014-12-111-2/+2
* printk: drop logbuf_cpu volatile qualifierAlex Elder2014-12-111-1/+1
* printk: add and use LOGLEVEL_<level> defines for KERN_<LEVEL> equivalentsJoe Perches2014-12-114-18/+29
* tile: use pr_warn instead of pr_warningJoe Perches2014-12-111-18/+15
* tile: neaten early_printk usesJoe Perches2014-12-111-7/+5
* printk: remove used-once early_vprintkJoe Perches2014-12-113-18/+21
* kernel: add panic_on_warnPrarit Bhargava2014-12-118-14/+61
* include/linux/file.h: remove get_unused_fd() macroYann Droneaud2014-12-111-1/+0
* fs/file.c: replace get_unused_fd() with get_unused_fd_flags(0)Yann Droneaud2014-12-111-1/+1
* binfmt_misc: replace get_unused_fd() with get_unused_fd_flags(0)Yann Droneaud2014-12-111-1/+1
* ppc/cell: replace get_unused_fd() with get_unused_fd_flags(0)Yann Droneaud2014-12-111-2/+2
* ia64: replace get_unused_fd() with get_unused_fd_flags(0)Yann Droneaud2014-12-111-1/+1
* exit: ptrace: shift "reap dead" code from exit_ptrace() to forget_original_pa...Oleg Nesterov2014-12-113-27/+8
* exit: reparent: cleanup the usage of reparent_leader()Oleg Nesterov2014-12-111-13/+9
* exit: reparent: cleanup the changing of ->parentOleg Nesterov2014-12-111-8/+5
* exit: reparent: use ->ptrace_entry rather than ->sibling for EXIT_DEAD tasksOleg Nesterov2014-12-111-3/+3
* sched_show_task: fix unsafe usage of ->real_parentOleg Nesterov2014-12-111-1/+3
* proc: task_state: ptrace_parent() doesn't need pid_alive() checkOleg Nesterov2014-12-111-7/+6
* proc: task_state: move the main seq_printf() outside of rcu_read_lock()Oleg Nesterov2014-12-111-6/+6
* proc: task_state: deuglify the max_fds calculationOleg Nesterov2014-12-111-12/+11
* proc: task_state: read cred->group_info outside of task_lock()Oleg Nesterov2014-12-111-2/+1
* fs/proc.c: use rb_entry_safe() instead of rb_entry()Nicolas Dichtel2014-12-111-12/+4
* procfs: fix error handling of proc_register()Debabrata Banerjee2014-12-111-1/+8
* fs/proc: use a rb tree for the directory entriesNicolas Dichtel2014-12-114-64/+113
* mm: move page->mem_cgroup bad page handling into generic codeJohannes Weiner2014-12-115-49/+12
* mm: page_cgroup: rename file to mm/swap_cgroup.cJohannes Weiner2014-12-117-14/+13
* mm: embed the memcg pointer directly into struct pageJohannes Weiner2014-12-119-487/+46
* mm: memcontrol: remove stale page_cgroup_lock commentJohannes Weiner2014-12-111-4/+0
* mm/frontswap.c: fix the condition in BUG_ONLi Haifeng2014-12-111-1/+1
* mm: fix a spelling mistakeWei Yuan2014-12-111-1/+1
* mm: hugetlb: fix __unmap_hugepage_range()Hillf Danton2014-12-111-1/+3
* mm, memcg: fix potential undefined behaviour in page stat accountingMichal Hocko2014-12-114-11/+11
* mm: fix huge zero page accounting in smaps reportKirill A. Shutemov2014-12-115-36/+82
* mm: memcontrol: drop bogus RCU locking from mem_cgroup_same_or_subtree()Johannes Weiner2014-12-113-52/+24
* mm: memcontrol: pull the NULL check from __mem_cgroup_same_or_subtree()Johannes Weiner2014-12-112-3/+4
* mm: memcontrol: remove bogus NULL check after mem_cgroup_from_task()Johannes Weiner2014-12-111-3/+2
* mm: memcontrol: shorten the page statistics update slowpathJohannes Weiner2014-12-111-13/+8
* thp: do not mark zero-page pmd write-protected explicitlyKirill A. Shutemov2014-12-111-1/+0
* memcg: use generic slab iterators for showing slabinfoVladimir Davydov2014-12-114-31/+24
* memcg: remove mem_cgroup_reclaimable check from soft reclaimVladimir Davydov2014-12-111-43/+0
* mm, hugetlb: correct bit shift in hstate_sizelog()Sasha Levin2014-12-111-1/+2
* mm: memcontrol: fold mem_cgroup_start_move()/mem_cgroup_end_move()Johannes Weiner2014-12-111-28/+12
* mm: memcontrol: don't pass a NULL memcg to mem_cgroup_end_move()Johannes Weiner2014-12-111-7/+3
* mm: memcontrol: inline memcg->move_lock lockingJohannes Weiner2014-12-111-22/+6
* mm: memcontrol: remove unnecessary PCG_USED pc->mem_cgroup valid flagJohannes Weiner2014-12-112-76/+41
* mm: memcontrol: remove unnecessary PCG_MEM memory charge flagJohannes Weiner2014-12-112-4/+1
* mm: memcontrol: remove unnecessary PCG_MEMSW memory+swap charge flagJohannes Weiner2014-12-112-23/+12
* mm: memcontrol: uncharge pages on swapoutJohannes Weiner2014-12-111-4/+14
* mm: memcontrol: micro-optimize mem_cgroup_split_huge_fixup()Michal Hocko2014-12-111-1/+3