aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-30hfs/hfsplus: convert dprint to hfs_dbgJoe Perches
2013-04-30hfsplus: fix warnings in fs/hfsplus/bfind.cVyacheslav Dubeyko
2013-04-30hfs: add error checking for hfs_find_init()Alexey Khoroshilov
2013-04-30nilfs2: remove unneeded test in nilfs_writepage()Vyacheslav Dubeyko
2013-04-30nilfs2: fix using of PageLocked() in nilfs_clear_dirty_page()Vyacheslav Dubeyko
2013-04-30nilfs2: fix issue with flush kernel thread after remount in RO mode because o...Vyacheslav Dubeyko
2013-04-30i2o: check copy_from_user() size parameterDan Carpenter
2013-04-30dmi_scan: refactor dmi_scan_machine(), {smbios,dmi}_present()Ben Hutchings
2013-04-30binfmt_elf: PIE: make PF_RANDOMIZE check comment more accurateJiri Kosina
2013-04-30fs: make binfmt support for #! scripts modular and removableJosh Triplett
2013-04-30epoll: cleanup: use RCU_INIT_POINTER when nullingEric Wong
2013-04-30epoll: cleanup: hoist out f_op->poll callsEric Wong
2013-04-30epoll: lock ep->mtx in ep_free to silence lockdepEric Wong
2013-04-30epoll: use RCU to protect wakeup_source in epitemEric Wong
2013-04-30epoll: trim epitem by one cache lineEric Wong
2013-04-30kernel/timer.c: move some non timer related syscalls to kernel/sys.cStephen Rothwell
2013-04-30kernel/timer.c: convert compat_sys_sysinfo to COMPAT_SYSCALL_DEFINEStephen Rothwell
2013-04-30kernel/compat.c: make do_sysinfo() staticStephen Rothwell
2013-04-30binfmt_misc: reuse string_unescape_inplace()Andy Shevchenko
2013-04-30dynamic_debug: reuse generic string_unescape functionAndy Shevchenko
2013-04-30staging: speakup: remove custom string_unescape_any_inplaceAndy Shevchenko
2013-04-30lib/string_helpers: introduce generic string_unescapeAndy Shevchenko
2013-04-30kernel/smp.c: cleanupsAndrew Morton
2013-04-30include/linux/fs.h: disable preempt when acquire i_size_seqcount write lockFan Du
2013-04-30kernel/smp.c: remove 'priv' of call_single_dataliguang
2013-04-30kernel/smp.c: use '|=' for csd_lockliguang
2013-04-30writeback: set worker desc to identify writeback workers in task dumpsTejun Heo
2013-04-30workqueue: include workqueue info when printing debug dump of a worker taskTejun Heo
2013-04-30kthread: implement probe_kthread_data()Tejun Heo
2013-04-30arc, print-fatal-signals: reduce duplicated informationVineet Gupta
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo
2013-04-30dump_stack: implement arch-specific hardware description in task dumpsTejun Heo
2013-04-30dmi: morph dmi_dump_ids() into dmi_format_ids() which formats into a bufferTejun Heo
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo
2013-04-30sparc32: make show_stack() acquire %fp if @_ksp is not specifiedTejun Heo
2013-04-30x86: don't show trace beyond show_stack(NULL, NULL)Tejun Heo
2013-04-30kernel/range.c: subtract_range: fix the broken phrase issued by printkLin Feng
2013-04-30selftest: add simple test for soft-dirty bitPavel Emelyanov
2013-04-30staging: zcache: enable zcache to be built/loaded as a moduleDan Magenheimer
2013-04-30staging: zcache: enable ramster to be built/loaded as a moduleDan Magenheimer
2013-04-30zcache/tmem: Better error checking on frontswap_register_ops return value.Konrad Rzeszutek Wilk
2013-04-30xen: tmem: enable Xen tmem shim to be built/loaded as a moduleDan Magenheimer
2013-04-30mm: cleancache: clean up cleancache_enabledBob Liu
2013-04-30cleancache: Make cleancache_init use a pointer for the opsKonrad Rzeszutek Wilk
2013-04-30mm: cleancache: lazy initialization to allow tmem backends to build/run as mo...Dan Magenheimer
2013-04-30frontswap: get rid of swap_lock dependencyMinchan Kim
2013-04-30mm: frontswap: cleanup codeBob Liu
2013-04-30frontswap: make frontswap_init use a pointer for the opsKonrad Rzeszutek Wilk
2013-04-30mm: frontswap: lazy initialization to allow tmem backends to build/run as mod...Dan Magenheimer
2013-04-30fs/dcache.c: add cond_resched() to shrink_dcache_parent()Greg Thelen