summary refs log tree commit diff
AgeCommit message (Expand)Author
2014-12-10checkpatch: add test for consecutive string fragmentsJoe Perches
2014-12-10checkpatch: add --strict preference for #defines using BIT(foo)Joe Perches
2014-12-10checkpatch: allow certain SI units with three charactersJulius Werner
2014-12-10checkpatch: Add --strict test for function pointer calling styleJoe Perches
2014-12-10checkpatch: reduce MAINTAINERS update message frequencyJoe Perches
2014-12-10checkpatch: try to avoid mask and shift errorsJoe Perches
2014-12-10checkpatch: fix use via symlink, make missing spelling file non-fatalJoe Perches
2014-12-10checkpatch: improve warning message for "needless if" caseFabio Estevam
2014-12-10checkpatch: improve test for no space after castJoe Perches
2014-12-10checkpatch: add error on use of attribute((weak)) or __weak declarationsJoe Perches
2014-12-10checkpatch: add an error test for no space before commaJoe Perches
2014-12-10lib/lcm.c: lcm(n,0)=lcm(0,n) is 0, not nRasmus Villemoes
2014-12-10lib/lcm.c: ensure correct result whenever it fitsRasmus Villemoes
2014-12-10MAINTAINERS: update ivtv mailing lists as subscriber-onlyJoe Perches
2014-12-10printk: drop logbuf_cpu volatile qualifierAlex Elder
2014-12-10printk: add and use LOGLEVEL_<level> defines for KERN_<LEVEL> equivalentsJoe Perches
2014-12-10tile: use pr_warn instead of pr_warningJoe Perches
2014-12-10tile: neaten early_printk usesJoe Perches
2014-12-10printk: remove used-once early_vprintkJoe Perches
2014-12-10kernel: add panic_on_warnPrarit Bhargava
2014-12-10include/linux/file.h: remove get_unused_fd() macroYann Droneaud
2014-12-10fs/file.c: replace get_unused_fd() with get_unused_fd_flags(0)Yann Droneaud
2014-12-10binfmt_misc: replace get_unused_fd() with get_unused_fd_flags(0)Yann Droneaud
2014-12-10ppc/cell: replace get_unused_fd() with get_unused_fd_flags(0)Yann Droneaud
2014-12-10ia64: replace get_unused_fd() with get_unused_fd_flags(0)Yann Droneaud
2014-12-10exit: ptrace: shift "reap dead" code from exit_ptrace() to forget_original_pa...Oleg Nesterov
2014-12-10exit: reparent: cleanup the usage of reparent_leader()Oleg Nesterov
2014-12-10exit: reparent: cleanup the changing of ->parentOleg Nesterov
2014-12-10exit: reparent: use ->ptrace_entry rather than ->sibling for EXIT_DEAD tasksOleg Nesterov
2014-12-10sched_show_task: fix unsafe usage of ->real_parentOleg Nesterov
2014-12-10proc: task_state: ptrace_parent() doesn't need pid_alive() checkOleg Nesterov
2014-12-10proc: task_state: move the main seq_printf() outside of rcu_read_lock()Oleg Nesterov
2014-12-10proc: task_state: deuglify the max_fds calculationOleg Nesterov
2014-12-10proc: task_state: read cred->group_info outside of task_lock()Oleg Nesterov
2014-12-10fs/proc.c: use rb_entry_safe() instead of rb_entry()Nicolas Dichtel
2014-12-10procfs: fix error handling of proc_register()Debabrata Banerjee
2014-12-10fs/proc: use a rb tree for the directory entriesNicolas Dichtel
2014-12-10mm: move page->mem_cgroup bad page handling into generic codeJohannes Weiner
2014-12-10mm: page_cgroup: rename file to mm/swap_cgroup.cJohannes Weiner
2014-12-10mm: embed the memcg pointer directly into struct pageJohannes Weiner
2014-12-10mm: memcontrol: remove stale page_cgroup_lock commentJohannes Weiner
2014-12-10mm/frontswap.c: fix the condition in BUG_ONLi Haifeng
2014-12-10mm: fix a spelling mistakeWei Yuan
2014-12-10mm: hugetlb: fix __unmap_hugepage_range()Hillf Danton
2014-12-10mm, memcg: fix potential undefined behaviour in page stat accountingMichal Hocko
2014-12-10mm: fix huge zero page accounting in smaps reportKirill A. Shutemov
2014-12-10mm: memcontrol: drop bogus RCU locking from mem_cgroup_same_or_subtree()Johannes Weiner
2014-12-10mm: memcontrol: pull the NULL check from __mem_cgroup_same_or_subtree()Johannes Weiner
2014-12-10mm: memcontrol: remove bogus NULL check after mem_cgroup_from_task()Johannes Weiner
2014-12-10mm: memcontrol: shorten the page statistics update slowpathJohannes Weiner