aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-10-13irq: Force hardirq exit's softirq processing on its own stackFrederic Weisbecker
2013-10-01audit: fix endless wait in audit_log_start()Konstantin Khlebnikov
2013-10-01sched/fair: Fix small race where child->se.parent,cfs_rq might point to inval...Daisuke Nishimura
2013-10-01sched/cputime: Do not scale when utime == 0Stanislaw Gruszka
2013-10-01timekeeping: Fix HRTICK related deadlock from ntp lock changesJohn Stultz
2013-09-26pidns: fix vfork() after unshare(CLONE_NEWPID)Oleg Nesterov
2013-09-26pidns: Fix hang in zap_pid_ns_processes by sending a potentially extra wakeupEric W. Biederman
2013-09-26uprobes: Fix utask->depth accounting in handle_trampoline()Oleg Nesterov
2013-09-07workqueue: cond_resched() after processing each work itemTejun Heo
2013-09-07timer_list: correct the iterator for timer_listNathan Zimmer
2013-08-29ftrace: Check module functions being traced on reloadSteven Rostedt (Red Hat)
2013-08-29tracing/uprobes: Fail to unregister if probe event files are in useSteven Rostedt (Red Hat)
2013-08-29tracing/kprobes: Fail to unregister if probe event files are in useSteven Rostedt (Red Hat)
2013-08-29tracing: trace_remove_event_call() should fail if call/file is in useOleg Nesterov
2013-08-29tracing: Change remove_event_file_dir() to clear "d_subdirs"->i_privateOleg Nesterov
2013-08-29tracing: Introduce remove_event_file_dir()Oleg Nesterov
2013-08-29tracing: Change f_start() to take event_mutex and verify i_private != NULLOleg Nesterov
2013-08-29tracing: Change event_filter_read/write to verify i_private != NULLOleg Nesterov
2013-08-29tracing: Change event_enable/disable_read() to verify i_private != NULLOleg Nesterov
2013-08-29tracing: Turn event/id->i_private into call->event.typeOleg Nesterov
2013-08-29ftrace: Add check for NULL regs if ops has SAVE_REGS setSteven Rostedt (Red Hat)
2013-08-29tracing: Change tracing_fops/snapshot_fops to rely on tracing_get_cpu()Oleg Nesterov
2013-08-29tracing: Change tracing_entries_fops to rely on tracing_get_cpu()Oleg Nesterov
2013-08-29tracing: Change tracing_stats_fops to rely on tracing_get_cpu()Oleg Nesterov
2013-08-29tracing: Change tracing_buffers_fops to rely on tracing_get_cpu()Oleg Nesterov
2013-08-29tracing: Change tracing_pipe_fops() to rely on tracing_get_cpu()Oleg Nesterov
2013-08-29tracing: Introduce trace_create_cpu_file() and tracing_get_cpu()Oleg Nesterov
2013-08-29tracing/kprobe: Wait for disabling all running kprobe handlersMasami Hiramatsu
2013-08-29tracing: Do not call kmem_cache_free() on allocation failureNamhyung Kim
2013-08-20cpuset: fix the return value of cpuset_write_u64()Li Zefan
2013-08-20PM / QoS: Fix workqueue deadlock when using pm_qos_update_request_timeout()Stephen Boyd
2013-08-20sched: Ensure update_cfs_shares() is called for parents of continuously-runni...Peter Zijlstra
2013-08-20microblaze: fix clone syscallMichal Simek
2013-08-14tracing: Fix reset of time stamps during trace_clock changesAlexander Z Lam
2013-08-14tracing: Use flag buffer_disabled for irqsoff tracerSteven Rostedt (Red Hat)
2013-08-14tracing: Make TRACE_ITER_STOP_ON_FREE stop the correct bufferAlexander Z Lam
2013-08-14tracing: Fix fields of struct trace_iterator that are zeroed by mistakeAndrew Vagin
2013-08-11userns: limit the maximum depth of user_namespace->parent chainOleg Nesterov
2013-08-11userns: unshare_userns(&cred) should not populate cred on failureOleg Nesterov
2013-08-11workqueue: copy workqueue_attrs with all fieldsShaohua Li
2013-08-11cgroup: fix umount vs cgroup_cfts_commit() raceLi Zefan
2013-08-11Revert "cpuidle: Quickly notice prediction failure for repeat mode"Rafael J. Wysocki
2013-08-04tracing: Remove locking trace_types_lock from tracing_reset_all_online_cpus()Steven Rostedt (Red Hat)
2013-08-04tracing: Kill the unbalanced tr->ref++ in tracing_buffers_open()Oleg Nesterov
2013-08-04tracing: Miscellaneous fixes for trace_array ref countingAlexander Z Lam
2013-08-04tracing: Fix error handling to ensure instances can always be removedAlexander Z Lam
2013-07-28hrtimers: Move SMP function call to thread contextThomas Gleixner
2013-07-28PM / Sleep: avoid 'autosleep' in shutdown progressLiu ShuoX
2013-07-25tracing: Add trace_array_get/put() to event handlingSteven Rostedt (Red Hat)
2013-07-25tracing: Fix race between deleting buffer and setting eventsSteven Rostedt (Red Hat)