aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-23kdump: add /sys/kernel/vmcoreinfo ABI documentationVivek Goyal
2014-01-23kdump: fix exported size of vmcoreinfo noteVivek Goyal
2014-01-23kexec: add sysctl to disable kexec_loadKees Cook
2014-01-23fs/exec.c: call arch_pick_mmap_layout() only onceRichard Weinberger
2014-01-23exec: avoid propagating PF_NO_SETAFFINITY into userspace childZhang Yi
2014-01-23kernel/signal.c: change do_signal_stop/do_sigaction to use while_each_thread()Oleg Nesterov
2014-01-23kernel/sys.c: k_getrusage() can use while_each_thread()Oleg Nesterov
2014-01-23fs/proc/array.c: change do_task_stat() to use while_each_thread()Oleg Nesterov
2014-01-23exec: kill task_struct->did_execOleg Nesterov
2014-01-23exec: move the final allow_write_access/fput into free_bprm()Oleg Nesterov
2014-01-23exec:check_unsafe_exec: kill the dead -EAGAIN and clear_in_exec logicOleg Nesterov
2014-01-23exec:check_unsafe_exec: use while_each_thread() rather than next_thread()Oleg Nesterov
2014-01-23kernel/fork.c: remove redundant NULL check in dup_mm()Daeseok Youn
2014-01-23kernel/fork.c: fix coding style issuesDaeseok Youn
2014-01-23kernel/fork.c: make dup_mm() staticDaeSeok Youn
2014-01-23fs/proc: don't use module_init for non-modular core codePaul Gortmaker
2014-01-23fs/proc_namespace.c: simplify testing nsp and nsp->mnt_nsAxel Lin
2014-01-23fs/proc/proc_devtree.c: remove empty /proc/device-tree when no openfirmware e...Dave Jones
2014-01-23proc: set attributes of pde using accessor functionsRui Xiang
2014-01-23proc: fix ->f_pos overflows in first_tid()Oleg Nesterov
2014-01-23proc: don't (ab)use ->group_leader in proc_task_readdir() pathsOleg Nesterov
2014-01-23proc: change first_tid() to use while_each_thread() rather than next_thread()Oleg Nesterov
2014-01-23proc: fix the potential use-after-free in first_tid()Oleg Nesterov
2014-01-23proc: cleanup/simplify get_task_state/task_state_arrayOleg Nesterov
2014-01-23coredump: make __get_dumpable/get_dumpable inline, kill fs/coredump.hOleg Nesterov
2014-01-23coredump: kill MMF_DUMPABLE and MMF_DUMP_SECURELYOleg Nesterov
2014-01-23coredump: set_dumpable: fix the theoretical race with itselfOleg Nesterov
2014-01-23Documentation/cpu-hotplug.txt: fix a typo in example codeSangjung Woo
2014-01-23Kconfig: update flightly outdated CONFIG_SMP documentationRobert Graffham
2014-01-23Documentation/filesystems/00-INDEX: updatesFabian Frederick
2014-01-23Documentation/blockdev/ramdisk.txt: updatesFabian Frederick
2014-01-23Documentation/filesystems/sysfs.txt: fix device_attribute declarationAndre Richter
2014-01-23hfsplus: remove hfsplus_file_lookup()Sougata Santra
2014-01-23nilfs2: add comments for ioctlsVyacheslav Dubeyko
2014-01-23fs/nilfs2: fix integer overflow in nilfs_ioctl_wrap_copy()Wenliang Fan
2014-01-23fs/pipe.c: skip file_update_time on frozen fsDmitry Monakhov
2014-01-23drivers/rtc/rtc-rx8581.c: add SMBus-only adapters supportAndreas Werner
2014-01-23drivers/rtc/rtc-s5m.c: s5m_rtc_{suspend,resume}() should depend on CONFIG_PM_...Geert Uytterhoeven
2014-01-23rtc: max8907: weekday encoding fixesStephen Warren
2014-01-23drivers/rtc/rtc-hym8563.c: staticize local symbolSachin Kamat
2014-01-23drivers/rtc/rtc-hym8563.c: remove redundant of_match_ptr() helperSachin Kamat
2014-01-23drivers/rtc/rtc-ds1742.c: remove redundant of_match_ptr() helperSachin Kamat
2014-01-23drivers/rtc/rtc-cmos.c: propagate hpet_register_irq_handler() failureAndrew Morton
2014-01-23rtc: honor device tree /alias entries when assigning IDsStephen Warren
2014-01-23drivers/rtc/rtc-pcf2127.c: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong
2014-01-23drivers/rtc/Kconfig: disable RTC_DRV_CMOS on AtariGeert Uytterhoeven
2014-01-23drivers/rtc/rtc-cmos.c: remove superfluous name castGeert Uytterhoeven
2014-01-23rtc: add hym8563 rtc-driverHeiko Stuebner
2014-01-23dt-bindings: add hym8563 bindingHeiko Stuebner
2014-01-23drivers/rtc/rtc-vr41xx.c: use devm_*() functionsJingoo Han