summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-02-19ftrace: Call ftrace cleanup module notifier after all other notifiersSteven Rostedt (Red Hat)
2013-02-18genirq: Export enable/disable_percpu_irq()Chris Metcalf
2013-02-18cgroup: fail if monitored file and event_control are in different cgroupLi Zefan
2013-02-18cgroup: fix cgroup_rmdir() vs close(eventfd) raceLi Zefan
2013-02-18cpuset: fix cpuset_print_task_mems_allowed() vs rename() raceLi Zefan
2013-02-18cgroup: fix exit() vs rmdir() raceLi Zefan
2013-02-16kernel: Replace timeconst.pl with a bc scriptH. Peter Anvin
2013-02-15sysctl: Enable PARISC "unaligned-trap" to be used cross-archVineet Gupta
2013-02-15sched: add wait_for_completion_io[_timeout]Vladimir Davydov
2013-02-15Merge branch 'pm-assorted'Rafael J. Wysocki
2013-02-15posix-cpu-timers: Fix nanosleep task_struct leakStanislaw Gruszka
2013-02-14perf/hwbp: Fix cleanup in case of kzalloc failureDaniel Baluta
2013-02-14Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner
2013-02-14stop_machine: Use smpboot threadsThomas Gleixner
2013-02-14stop_machine: Store task reference in a separate per cpu variableThomas Gleixner
2013-02-14smpboot: Allow selfparking per cpu threadsThomas Gleixner
2013-02-14burying unused conditionalsAl Viro
2013-02-14make do_sigaltstack() staticAl Viro
2013-02-14workqueue: rename cpu_workqueue to pool_workqueueTejun Heo
2013-02-14workqueue: reimplement is_chained_work() using current_wq_worker()Tejun Heo
2013-02-14workqueue: fix is_chained_work() regressionTejun Heo
2013-02-12tracing/syscalls: Allow archs to ignore tracing compat syscallsSteven Rostedt
2013-02-12kernel/pid.c: reenable interrupts when alloc_pid() fails because init has exitedEric W. Biederman
2013-02-12Merge branch 'timers/for-arm' into timers/coreThomas Gleixner
2013-02-12clockevents: Fix generic broadcast for FEAT_C3STOPMark Rutland
2013-02-10Merge tag 'v3.8-rc6' into next/cleanupOlof Johansson
2013-02-09suspend: enable freeze timeout configuration through sysLi Fei
2013-02-09PM: Introduce suspend state PM_SUSPEND_FREEZEZhang Rui
2013-02-09kprobes: fix wait_for_kprobe_optimizer()Tejun Heo
2013-02-08time, Fix setting of hardware clock in NTP codePrarit Bhargava
2013-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-02-08uprobes/perf: Avoid uprobe_apply() whenever possibleOleg Nesterov
2013-02-08uprobes/perf: Teach trace_uprobe/perf code to use UPROBE_HANDLER_REMOVEOleg Nesterov
2013-02-08uprobes/perf: Teach trace_uprobe/perf code to pre-filterOleg Nesterov
2013-02-08uprobes/perf: Teach trace_uprobe/perf code to track the active perf_event'sOleg Nesterov
2013-02-08uprobes: Introduce uprobe_apply()Oleg Nesterov
2013-02-08perf: Introduce hw_perf_event->tp_target and ->tp_listOleg Nesterov
2013-02-08uprobes/perf: Always increment trace_uprobe->nhitOleg Nesterov
2013-02-08uprobes/tracing: Kill uprobe_trace_consumer, embed uprobe_consumer into trace...Oleg Nesterov
2013-02-08uprobes/tracing: Introduce is_trace_uprobe_enabled()Oleg Nesterov
2013-02-08uprobes/tracing: Ensure inode != NULL in create_trace_uprobe()Oleg Nesterov
2013-02-08uprobes/tracing: Fully initialize uprobe_trace_consumer before uprobe_register()Oleg Nesterov
2013-02-08uprobes/tracing: Fix dentry/mount leak in create_trace_uprobe()Oleg Nesterov
2013-02-08uprobes: Add exports for module useJosh Stone
2013-02-08uprobes: Kill the bogus IS_ERR_VALUE(xol_vaddr) checkOleg Nesterov
2013-02-08uprobes: Do not allocate current->utask unnecessaryOleg Nesterov
2013-02-08uprobes: Fix utask->xol_vaddr leak in pre_ssout()Oleg Nesterov
2013-02-08uprobes: Do not play with utask in xol_get_insn_slot()Oleg Nesterov
2013-02-08uprobes: Turn add_utask() into get_utask()Oleg Nesterov
2013-02-08uprobes: Fold xol_alloc_area() into get_xol_area()Oleg Nesterov