summaryrefslogtreecommitdiff
path: root/kernel (unfollow)
Commit message (Expand)Author
2014-12-19PM: Eliminate CONFIG_PM_RUNTIMERafael J. Wysocki
2014-12-19tick/powerclamp: Remove tick_nohz_idle abuseThomas Gleixner
2014-12-18param: do not set store func without write permKees Cook
2014-12-15tracing: Add tp_printk cmdline to have tracepoints go to printk()Steven Rostedt (Red Hat)
2014-12-15tracing: Move enabling tracepoints to just after rcu_init()Steven Rostedt (Red Hat)
2014-12-13fsnotify: unify inode and mount marks handlingJan Kara
2014-12-13gcov: enable GCOV_PROFILE_ALL from ARCH KconfigsRiku Voipio
2014-12-13kexec: remove unnecessary KERN_ERR from kexec.cMasanari Iida
2014-12-13syscalls: implement execveat() system callDavid Drysdale
2014-12-13stacktrace: introduce snprint_stack_trace for buffer outputJoonsoo Kim
2014-12-13uprobes: share the i_mmap_rwsemDavidlohr Bueso
2014-12-13mm: convert i_mmap_mutex to rwsemDavidlohr Bueso
2014-12-13mm: use new helper functions around the i_mmap_mutexDavidlohr Bueso
2014-12-13genirq: Prevent proc race against freeing of irq descriptorsThomas Gleixner
2014-12-13tracing / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki
2014-12-11userns; Correct the comment in map_writeEric W. Biederman
2014-12-11userns: Allow setting gid_maps without privilege when setgroups is disabledEric W. Biederman
2014-12-11userns: Add a knob to disable setgroups on a per user namespace basisEric W. Biederman
2014-12-11printk: Do not disable preemption for accessing printk_funcSteven Rostedt (Red Hat)
2014-12-11perf: Fix events installation during moving groupJiri Olsa
2014-12-10exit: pidns: fix/update the comments in zap_pid_ns_processes()Oleg Nesterov
2014-12-10exit: pidns: alloc_pid() leaks pid_namespace if child_reaper is exitingOleg Nesterov
2014-12-10exit: exit_notify: re-use "dead" list to autoreap currentOleg Nesterov
2014-12-10exit: reparent: call forget_original_parent() under tasklist_lockOleg Nesterov
2014-12-10exit: reparent: avoid find_new_reaper() if no childrenOleg Nesterov
2014-12-10exit: reparent: introduce find_alive_thread()Oleg Nesterov
2014-12-10exit: reparent: introduce find_child_reaper()Oleg Nesterov
2014-12-10exit: reparent: document the ->has_child_subreaper checksOleg Nesterov
2014-12-10exit: reparent: s/while_each_thread/for_each_thread/ in find_new_reaper()Oleg Nesterov
2014-12-10exit: reparent: fix the cross-namespace PR_SET_CHILD_SUBREAPER reparentingOleg Nesterov
2014-12-10exit: reparent: fix the dead-parent PR_SET_CHILD_SUBREAPER reparentingOleg Nesterov
2014-12-10exit: release_task: fix the comment about group leader accountingOleg Nesterov
2014-12-10exit: wait: drop tasklist_lock before psig->c* accountingOleg Nesterov
2014-12-10exit: wait: don't use zombie->real_parentOleg Nesterov
2014-12-10exit: wait: cleanup the ptrace_reparented() checksOleg Nesterov
2014-12-10usermodehelper: kill the kmod_thread_locker logicOleg Nesterov
2014-12-10usermodehelper: don't use CLONE_VFORK for ____call_usermodehelper()Oleg Nesterov
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-10printk: remove used-once early_vprintkJoe Perches
2014-12-10kernel: add panic_on_warnPrarit Bhargava
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-10kernel: res_counter: remove the unused APIJohannes Weiner
2014-12-09userns: Rename id_map_mutex to userns_state_mutexEric W. Biederman
2014-12-09userns: Only allow the creator of the userns unprivileged mappingsEric W. Biederman
2014-12-09userns: Check euid no fsuid when establishing an unprivileged uid mappingEric W. Biederman