| 2014-12-11 | 
Andy Lutomirski | init: allow CONFIG_INIT_FALLBACK=n to disable defaults...  | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Jungseung Lee | fs/binfmt_elf.c: fix internal inconsistency relating...  | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Andrew Morton | fs/binfmt_misc.c: use GFP_KERNEL instead of GFP_USER | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Mike Frysinger | binfmt_misc: clean up code style a bit | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Mike Frysinger | binfmt_misc: add comments & debug logs | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Joe Perches | checkpatch: add ability to --fix (coalesce) string...  | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Joe Perches | checkpatch: add --strict "pointer comparison to NULL...  | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Joe Perches | checkpatch: add test for consecutive string fragments | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Joe Perches | checkpatch: add --strict preference for #defines using...  | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Julius Werner | checkpatch: allow certain SI units with three characters | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Joe Perches | checkpatch: Add --strict test for function pointer...  | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Joe Perches | checkpatch: reduce MAINTAINERS update message frequency | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Joe Perches | checkpatch: try to avoid mask and shift errors | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Joe Perches | checkpatch: fix use via symlink, make missing spelling...  | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Fabio Estevam | checkpatch: improve warning message for "needless if...  | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Joe Perches | checkpatch: improve test for no space after cast | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Joe Perches | checkpatch: add error on use of attribute((weak)) or...  | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Joe Perches | checkpatch: add an error test for no space before comma | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Rasmus Villemoes | lib/lcm.c: lcm(n,0)=lcm(0,n) is 0, not n | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Rasmus Villemoes | lib/lcm.c: ensure correct result whenever it fits | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Joe Perches | MAINTAINERS: update ivtv mailing lists as subscriber...  | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Alex Elder | printk: drop logbuf_cpu volatile qualifier | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Joe Perches | printk: add and use LOGLEVEL_<level> defines for KERN_...  | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Joe Perches | tile: use pr_warn instead of pr_warning | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Joe Perches | tile: neaten early_printk uses | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Joe Perches | printk: remove used-once early_vprintk | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Prarit Bhargava | kernel: add panic_on_warn | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Yann Droneaud | include/linux/file.h: remove get_unused_fd() macro | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Yann Droneaud | fs/file.c: replace get_unused_fd() with get_unused_fd_f...  | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Yann Droneaud | binfmt_misc: replace get_unused_fd() with get_unused_fd...  | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Yann Droneaud | ppc/cell: replace get_unused_fd() with get_unused_fd_fl...  | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Yann Droneaud | ia64: replace get_unused_fd() with get_unused_fd_flags(0) | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Oleg Nesterov | exit: ptrace: shift "reap dead" code from exit_ptrace...  | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Oleg Nesterov | exit: reparent: cleanup the usage of reparent_leader() | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Oleg Nesterov | exit: reparent: cleanup the changing of ->parent | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Oleg Nesterov | exit: reparent: use ->ptrace_entry rather than ->siblin...  | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Oleg Nesterov | sched_show_task: fix unsafe usage of ->real_parent | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Oleg Nesterov | proc: task_state: ptrace_parent() doesn't need pid_aliv...  | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Oleg Nesterov | proc: task_state: move the main seq_printf() outside...  | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Oleg Nesterov | proc: task_state: deuglify the max_fds calculation | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Oleg Nesterov | proc: task_state: read cred->group_info outside of...  | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Nicolas Dichtel | fs/proc.c: use rb_entry_safe() instead of rb_entry() | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Debabrata Banerjee | procfs: fix error handling of proc_register() | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Nicolas Dichtel | fs/proc: use a rb tree for the directory entries | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Johannes Weiner | mm: move page->mem_cgroup bad page handling into generi...  | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Johannes Weiner | mm: page_cgroup: rename file to mm/swap_cgroup.c | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Johannes Weiner | mm: embed the memcg pointer directly into struct page | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Johannes Weiner | mm: memcontrol: remove stale page_cgroup_lock comment | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Li Haifeng | mm/frontswap.c: fix the condition in BUG_ON | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Wei Yuan | mm: fix a spelling mistake | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Hillf Danton | mm: hugetlb: fix __unmap_hugepage_range() | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Michal Hocko | mm, memcg: fix potential undefined behaviour in page...  | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Kirill A. Shutemov | mm: fix huge zero page accounting in smaps report | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Johannes Weiner | mm: memcontrol: drop bogus RCU locking from mem_cgroup_...  | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Johannes Weiner | mm: memcontrol: pull the NULL check from __mem_cgroup_s...  | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Johannes Weiner | mm: memcontrol: remove bogus NULL check after mem_cgrou...  | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Johannes Weiner | mm: memcontrol: shorten the page statistics update...  | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Kirill A. Shutemov | thp: do not mark zero-page pmd write-protected explicitly | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Vladimir Davydov | memcg: use generic slab iterators for showing slabinfo | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Vladimir Davydov | memcg: remove mem_cgroup_reclaimable check from soft...  | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Sasha Levin | mm, hugetlb: correct bit shift in hstate_sizelog() | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Johannes Weiner | mm: memcontrol: fold mem_cgroup_start_move()/mem_cgroup...  | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Johannes Weiner | mm: memcontrol: don't pass a NULL memcg to mem_cgroup_e...  | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Johannes Weiner | mm: memcontrol: inline memcg->move_lock locking | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Johannes Weiner | mm: memcontrol: remove unnecessary PCG_USED pc->mem_cgr...  | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Johannes Weiner | mm: memcontrol: remove unnecessary PCG_MEM memory charg...  | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Johannes Weiner | mm: memcontrol: remove unnecessary PCG_MEMSW memory...  | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Johannes Weiner | mm: memcontrol: uncharge pages on swapout | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Michal Hocko | mm: memcontrol: micro-optimize mem_cgroup_split_huge_fi...  | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Vladimir Davydov | memcg: remove activate_kmem_mutex | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Johannes Weiner | mm: memcontrol: clarify migration where old page is...  | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Johannes Weiner | mm: memcontrol: update mem_cgroup_page_lruvec() documen...  | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Vladimir Davydov | memcg: simplify unreclaimable groups handling in soft...  | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Aneesh Kumar K.V | mm/numa balancing: rearrange Kconfig entry | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Vlastimil Babka | mm, compaction: more focused lru and pcplists draining | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Vlastimil Babka | mm, compaction: always update cached scanner positions | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Vlastimil Babka | mm, compaction: defer only on COMPACT_COMPLETE | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Vlastimil Babka | mm, compaction: simplify deferred compaction | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Vlastimil Babka | mm, compaction: pass classzone_idx and alloc_flags...  | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Jamie Liu | mm: vmscan: count only dirty pages as congested | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Yu Zhao | mm: verify compound order when freeing a page | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Akinobu Mita | cma: make default CMA area size zero for x86 | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Vlastimil Babka | mm, memory_hotplug/failure: drain single zone pcplists | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Vlastimil Babka | mm, cma: drain single zone pcplists | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Vlastimil Babka | mm, page_isolation: drain single zone pcplists | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Vlastimil Babka | mm: introduce single zone pcplists drain | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Pintu Kumar | mm/vmscan.c: replace printk with pr_err | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Pintu Kumar | mm/vmalloc.c: replace printk with pr_warn | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Anton Blanchard | mm/page_alloc.c: convert boot printks without log level...  | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Johannes Weiner | mm: memcontrol: remove synchronous stock draining code | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Johannes Weiner | mm: memcontrol: continue cache reclaim from offlined...  | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Johannes Weiner | mm: memcontrol: remove obsolete kmemcg pinning tricks | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Johannes Weiner | mm: memcontrol: take a css reference for each charged...  | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Johannes Weiner | mm: memcontrol: convert reclaim iterator to simple...  | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Johannes Weiner | kernel: res_counter: remove the unused API | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Johannes Weiner | mm: hugetlb_cgroup: convert to lockless page counters | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Johannes Weiner | mm: memcontrol: lockless page counters | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Pranith Kumar | slab: replace smp_read_barrier_depends() with lockless_...  | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Andrew Morton | slab: improve checking for invalid gfp_flags | 
commit | commitdiff | tree | snapshot | 
| 2014-12-11 | 
Andrey Ryabinin | mm: slub: fix format mismatches in slab_err() callers | 
commit | commitdiff | tree | snapshot | 
| next |