summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-06-19audit: wait_for_auditd() should use TASK_UNINTERRUPTIBLEOleg Nesterov
2013-06-19reboot: rigrate shutdown/reboot to boot cpuRobin Holt
2013-06-19CPU hotplug: provide a generic helper to disable/enable CPU hotplugSrivatsa S. Bhat
2013-06-19ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE sectionSteven Rostedt (Red Hat)
2013-05-30sched/debug: Fix sd->*_idx limit range avoiding overflowlibin
2013-05-30sched/debug: Limit sd->*_idx range on sysctlNamhyung Kim
2013-05-30usermodehelper: check subprocess_info->path != NULLOleg Nesterov
2013-05-30tracing: Fix leaks of filter predsSteven Rostedt (Red Hat)
2013-05-30timer: Don't reinitialize the cpu base lock during CPU_UP_PREPARETirupathi Reddy
2013-05-30tick: Cleanup NOHZ per cpu data on cpu downThomas Gleixner
2013-05-13kernel/audit_tree.c: tree will leak memory when failure occurs in audit_trim_...Chen Gang
2013-05-13perf: Treat attr.config as u64 in perf_swevent_init()Tommi Rantala
2013-05-13perf: Fix error return codeWei Yongjun
2013-05-13clockevents: Set dummy handler on CPU_DEAD shutdownThomas Gleixner
2013-05-13tracing: Check return value of tracing_init_dentry()Namhyung Kim
2013-05-13tracing: Reset ftrace_graph_filter_enabled if count is zeroNamhyung Kim
2013-05-13tracing: Fix off-by-one on allocating stat->pagesNamhyung Kim
2013-05-13hrtimer: Fix ktime_add_ns() overflow on 32bit architecturesDavid Engraf
2013-05-13hrtimer: Add expiry time overflow check in hrtimer_interruptPrarit Bhargava
2013-05-13cgroup: fix an off-by-one bug which may trigger BUG_ON()Li Zefan
2013-05-13tracing: Fix ftrace_dump()Steven Rostedt (Red Hat)
2013-05-13tracing: Remove most or all of stack tracer stack size from stack_max_sizeSteven Rostedt (Red Hat)
2013-05-13tracing: Fix stack tracer with fentry useSteven Rostedt (Red Hat)
2013-05-13tracing: Use stack of calling function for stack tracerSteven Rostedt (Red Hat)
2013-04-25sched: Convert BUG_ON()s in try_to_wake_up_local() to WARN_ON_ONCE()sTejun Heo
2013-04-25kernel/signal.c: stop info leak via the tkill and the tgkill syscallsEmese Revfy
2013-04-25tracing: Fix possible NULL pointer dereferencesNamhyung Kim
2013-04-25tracing: Fix double free when function profile init failedNamhyung Kim
2013-04-25PM / reboot: call syscore_shutdown() after disable_nonboot_cpus()Huacai Chen
2013-04-25ftrace: Consistently restore trace function on sysctl enablingJan Kiszka
2013-04-25sched_clock: Prevent 64bit inatomicity on 32bit systemsThomas Gleixner
2013-04-25hrtimer: Don't reinitialize a cpu_base lock on CPU_UPMichael Bohan
2013-04-10clockevents: Don't allow dummy broadcast timersMark Rutland
2013-03-27kernel/signal.c: use __ARCH_HAS_SA_RESTORER instead of SA_RESTORERAndrew Morton
2013-03-27tracing: Prevent buffer overwrite disabled for latency tracersSteven Rostedt (Red Hat)
2013-03-27tracing: Keep overwrite in sync between regular and snapshot buffersSteven Rostedt (Red Hat)
2013-03-27tracing: Protect tracer flags with trace_types_lockSteven Rostedt (Red Hat)
2013-03-27tracing: Fix free of probe entry by calling call_rcu_sched()Steven Rostedt (Red Hat)
2013-03-27tracing: Fix race in snapshot swappingSteven Rostedt (Red Hat)
2013-03-20signal: always clear sa_restorer on execveKees Cook
2013-03-20ftrace: Update the kconfig for DYNAMIC_FTRACESteven Rostedt
2013-03-06kmod: make __request_module() killableOleg Nesterov
2013-03-06kmod: introduce call_modprobe() helperOleg Nesterov
2013-03-06usermodehelper: ____call_usermodehelper() doesn't need do_exit()Oleg Nesterov
2013-03-06usermodehelper: implement UMH_KILLABLEOleg Nesterov
2013-03-06usermodehelper: introduce umh_complete(sub_info)Oleg Nesterov
2013-03-06sysctl: fix null checking in bin_dn_node_address()Xi Wang
2013-03-06posix-timer: Don't call idr_find() with out-of-range IDTejun Heo
2013-03-06ftrace: Call ftrace cleanup module notifier after all other notifiersSteven Rostedt (Red Hat)
2013-03-06cpuset: fix cpuset_print_task_mems_allowed() vs rename() raceLi Zefan