- 0e95325 drivers/rtc/rtc-sirfsoc.c: move hardware initilization earlier in probe by Guo Zeng · 10 years ago
- a682e9c ncpfs: return proper error from NCP_IOC_SETROOT ioctl by Jan Kara · 10 years ago
- 6ef4536 init: allow CONFIG_INIT_FALLBACK=n to disable defaults if init= fails by Andy Lutomirski · 10 years ago
- 52f5592e fs/binfmt_elf.c: fix internal inconsistency relating to vma dump size by Jungseung Lee · 10 years ago
- f7e1ad1 fs/binfmt_misc.c: use GFP_KERNEL instead of GFP_USER by Andrew Morton · 10 years ago
- e6084d4 binfmt_misc: clean up code style a bit by Mike Frysinger · 10 years ago
- 6b899c4 binfmt_misc: add comments & debug logs by Mike Frysinger · 10 years ago
- 5e4f6ba checkpatch: add ability to --fix (coalesce) string fragments on multiple lines by Joe Perches · 10 years ago
- b75ac61 checkpatch: add --strict "pointer comparison to NULL" test by Joe Perches · 10 years ago
- 90ad30e checkpatch: add test for consecutive string fragments by Joe Perches · 10 years ago
- 0ab9019 checkpatch: add --strict preference for #defines using BIT(foo) by Joe Perches · 10 years ago
- f512357 checkpatch: allow certain SI units with three characters by Julius Werner · 10 years ago
- ea4acbb checkpatch: Add --strict test for function pointer calling style by Joe Perches · 10 years ago
- e0d975b checkpatch: reduce MAINTAINERS update message frequency by Joe Perches · 10 years ago
- abb08a5 checkpatch: try to avoid mask and shift errors by Joe Perches · 10 years ago
- 36061e3 checkpatch: fix use via symlink, make missing spelling file non-fatal by Joe Perches · 10 years ago
- 15160f9 checkpatch: improve warning message for "needless if" case by Fabio Estevam · 10 years ago
- 04941aa checkpatch: improve test for no space after cast by Joe Perches · 10 years ago
- 619a908 checkpatch: add error on use of attribute((weak)) or __weak declarations by Joe Perches · 10 years ago
- 2381097 checkpatch: add an error test for no space before comma by Joe Perches · 10 years ago
- 69c953c lib/lcm.c: lcm(n,0)=lcm(0,n) is 0, not n by Rasmus Villemoes · 10 years ago
- 74a5fef lib/lcm.c: ensure correct result whenever it fits by Rasmus Villemoes · 10 years ago
- 7b212ed MAINTAINERS: update ivtv mailing lists as subscriber-only by Joe Perches · 10 years ago
- f099755 printk: drop logbuf_cpu volatile qualifier by Alex Elder · 10 years ago
- a39d4a8 printk: add and use LOGLEVEL_<level> defines for KERN_<LEVEL> equivalents by Joe Perches · 10 years ago
- f80e696 tile: use pr_warn instead of pr_warning by Joe Perches · 10 years ago
- 4b3ed614 tile: neaten early_printk uses by Joe Perches · 10 years ago
- 1dc6244 printk: remove used-once early_vprintk by Joe Perches · 10 years ago
- 9e3961a kernel: add panic_on_warn by Prarit Bhargava · 10 years ago
- f938612 include/linux/file.h: remove get_unused_fd() macro by Yann Droneaud · 10 years ago
- 8d10a03 fs/file.c: replace get_unused_fd() with get_unused_fd_flags(0) by Yann Droneaud · 10 years ago
- c6cb898 binfmt_misc: replace get_unused_fd() with get_unused_fd_flags(0) by Yann Droneaud · 10 years ago
- 6b9cdf3 ppc/cell: replace get_unused_fd() with get_unused_fd_flags(0) by Yann Droneaud · 10 years ago
- aeb682d ia64: replace get_unused_fd() with get_unused_fd_flags(0) by Yann Droneaud · 10 years ago
- 7c8bd23 exit: ptrace: shift "reap dead" code from exit_ptrace() to forget_original_parent() by Oleg Nesterov · 10 years ago
- 2831096 exit: reparent: cleanup the usage of reparent_leader() by Oleg Nesterov · 10 years ago
- 57a0591 exit: reparent: cleanup the changing of ->parent by Oleg Nesterov · 10 years ago
- dc2fd4b exit: reparent: use ->ptrace_entry rather than ->sibling for EXIT_DEAD tasks by Oleg Nesterov · 10 years ago
- a90e984 sched_show_task: fix unsafe usage of ->real_parent by Oleg Nesterov · 10 years ago
- abdba6e proc: task_state: ptrace_parent() doesn't need pid_alive() check by Oleg Nesterov · 10 years ago
- b0fafc1 proc: task_state: move the main seq_printf() outside of rcu_read_lock() by Oleg Nesterov · 10 years ago
- 0f4a0d5 proc: task_state: deuglify the max_fds calculation by Oleg Nesterov · 10 years ago
- 4af1036 proc: task_state: read cred->group_info outside of task_lock() by Oleg Nesterov · 10 years ago
- 2fc1e94 fs/proc.c: use rb_entry_safe() instead of rb_entry() by Nicolas Dichtel · 10 years ago
- b208d54 procfs: fix error handling of proc_register() by Debabrata Banerjee · 10 years ago
- 710585d fs/proc: use a rb tree for the directory entries by Nicolas Dichtel · 10 years ago
- 9edad6e mm: move page->mem_cgroup bad page handling into generic code by Johannes Weiner · 10 years ago
- 5d1ea48 mm: page_cgroup: rename file to mm/swap_cgroup.c by Johannes Weiner · 10 years ago
- 1306a85 mm: embed the memcg pointer directly into struct page by Johannes Weiner · 10 years ago
- 22811c6 mm: memcontrol: remove stale page_cgroup_lock comment by Johannes Weiner · 10 years ago
- a1ad289 mm/frontswap.c: fix the condition in BUG_ON by Li Haifeng · 10 years ago
- 26086de mm: fix a spelling mistake by Wei Yuan · 10 years ago
- 569f48b8 mm: hugetlb: fix __unmap_hugepage_range() by Hillf Danton · 10 years ago
- e4bd6a0 mm, memcg: fix potential undefined behaviour in page stat accounting by Michal Hocko · 10 years ago
- c164e03 mm: fix huge zero page accounting in smaps report by Kirill A. Shutemov · 10 years ago
- 2314b42 mm: memcontrol: drop bogus RCU locking from mem_cgroup_same_or_subtree() by Johannes Weiner · 10 years ago
- 413918b mm: memcontrol: pull the NULL check from __mem_cgroup_same_or_subtree() by Johannes Weiner · 10 years ago
- c01f46c mm: memcontrol: remove bogus NULL check after mem_cgroup_from_task() by Johannes Weiner · 10 years ago
- 312722c mm: memcontrol: shorten the page statistics update slowpath by Johannes Weiner · 10 years ago
- e544a4e thp: do not mark zero-page pmd write-protected explicitly by Kirill A. Shutemov · 10 years ago
- b047501 memcg: use generic slab iterators for showing slabinfo by Vladimir Davydov · 10 years ago
- 4ef461e memcg: remove mem_cgroup_reclaimable check from soft reclaim by Vladimir Davydov · 10 years ago
- 97ad2be mm, hugetlb: correct bit shift in hstate_sizelog() by Sasha Levin · 10 years ago
- 247b144 mm: memcontrol: fold mem_cgroup_start_move()/mem_cgroup_end_move() by Johannes Weiner · 10 years ago
- 4e2f245 mm: memcontrol: don't pass a NULL memcg to mem_cgroup_end_move() by Johannes Weiner · 10 years ago
- 354a478 mm: memcontrol: inline memcg->move_lock locking by Johannes Weiner · 10 years ago
- 2983331 mm: memcontrol: remove unnecessary PCG_USED pc->mem_cgroup valid flag by Johannes Weiner · 10 years ago
- f4aaa8b mm: memcontrol: remove unnecessary PCG_MEM memory charge flag by Johannes Weiner · 10 years ago
- 18eca2e mm: memcontrol: remove unnecessary PCG_MEMSW memory+swap charge flag by Johannes Weiner · 10 years ago
- 7bdd143c mm: memcontrol: uncharge pages on swapout by Johannes Weiner · 10 years ago
- b9982f8 mm: memcontrol: micro-optimize mem_cgroup_split_huge_fixup() by Michal Hocko · 10 years ago
- 8c0145b memcg: remove activate_kmem_mutex by Vladimir Davydov · 10 years ago
- 7d5e324 mm: memcontrol: clarify migration where old page is uncharged by Johannes Weiner · 10 years ago
- dfe0e77 mm: memcontrol: update mem_cgroup_page_lruvec() documentation by Johannes Weiner · 10 years ago
- bc2f2e7 memcg: simplify unreclaimable groups handling in soft limit reclaim by Vladimir Davydov · 10 years ago
- 6f7c97e mm/numa balancing: rearrange Kconfig entry by Aneesh Kumar K.V · 10 years ago
- fdaf7f5 mm, compaction: more focused lru and pcplists draining by Vlastimil Babka · 10 years ago
- 6bace09 mm, compaction: always update cached scanner positions by Vlastimil Babka · 10 years ago
- f866979 mm, compaction: defer only on COMPACT_COMPLETE by Vlastimil Babka · 10 years ago
- 97d47a6 mm, compaction: simplify deferred compaction by Vlastimil Babka · 10 years ago
- ebff398 mm, compaction: pass classzone_idx and alloc_flags to watermark checking by Vlastimil Babka · 10 years ago
- 1da58ee mm: vmscan: count only dirty pages as congested by Jamie Liu · 10 years ago
- ab1f306 mm: verify compound order when freeing a page by Yu Zhao · 10 years ago
- d7be003 cma: make default CMA area size zero for x86 by Akinobu Mita · 10 years ago
- c055432 mm, memory_hotplug/failure: drain single zone pcplists by Vlastimil Babka · 10 years ago
- 510f550 mm, cma: drain single zone pcplists by Vlastimil Babka · 10 years ago
- ec25af8 mm, page_isolation: drain single zone pcplists by Vlastimil Babka · 10 years ago
- 93481ff mm: introduce single zone pcplists drain by Vlastimil Babka · 10 years ago
- 8612c66 mm/vmscan.c: replace printk with pr_err by Pintu Kumar · 10 years ago
- 0cbc853 mm/vmalloc.c: replace printk with pr_warn by Pintu Kumar · 10 years ago
- f88dfff mm/page_alloc.c: convert boot printks without log level to pr_info by Anton Blanchard · 10 years ago
- 6d3d6aa mm: memcontrol: remove synchronous stock draining code by Johannes Weiner · 10 years ago
- b205256 mm: memcontrol: continue cache reclaim from offlined groups by Johannes Weiner · 10 years ago
- 64f2199 mm: memcontrol: remove obsolete kmemcg pinning tricks by Johannes Weiner · 10 years ago
- e8ea14c mm: memcontrol: take a css reference for each charged page by Johannes Weiner · 10 years ago
- 5ac8fb3 mm: memcontrol: convert reclaim iterator to simple css refcounting by Johannes Weiner · 10 years ago
- 5b1efc0 kernel: res_counter: remove the unused API by Johannes Weiner · 10 years ago
- 71f87bee mm: hugetlb_cgroup: convert to lockless page counters by Johannes Weiner · 10 years ago
- 3e32cb2 mm: memcontrol: lockless page counters by Johannes Weiner · 10 years ago
- 8df0c2d slab: replace smp_read_barrier_depends() with lockless_dereference() by Pranith Kumar · 10 years ago