summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* clockevents: Sanitize ticks to nsec conversionThomas Gleixner2013-11-131-15/+50
* cgroup: fix to break the while loop in cgroup_attach_task() correctlyAnjana V Kumar2013-11-131-3/+3
* irq: Force hardirq exit's softirq processing on its own stackFrederic Weisbecker2013-10-131-3/+12
* audit: fix endless wait in audit_log_start()Konstantin Khlebnikov2013-10-011-2/+3
* sched/fair: Fix small race where child->se.parent,cfs_rq might point to inval...Daisuke Nishimura2013-10-011-5/+9
* sched/cputime: Do not scale when utime == 0Stanislaw Gruszka2013-10-011-8/+11
* timekeeping: Fix HRTICK related deadlock from ntp lock changesJohn Stultz2013-10-012-4/+4
* pidns: fix vfork() after unshare(CLONE_NEWPID)Oleg Nesterov2013-09-261-3/+4
* pidns: Fix hang in zap_pid_ns_processes by sending a potentially extra wakeupEric W. Biederman2013-09-261-0/+1
* uprobes: Fix utask->depth accounting in handle_trampoline()Oleg Nesterov2013-09-261-3/+1
* workqueue: cond_resched() after processing each work itemTejun Heo2013-09-071-0/+9
* timer_list: correct the iterator for timer_listNathan Zimmer2013-09-071-17/+24
* ftrace: Check module functions being traced on reloadSteven Rostedt (Red Hat)2013-08-291-9/+62
* tracing/uprobes: Fail to unregister if probe event files are in useSteven Rostedt (Red Hat)2013-08-291-13/+38
* tracing/kprobes: Fail to unregister if probe event files are in useSteven Rostedt (Red Hat)2013-08-291-6/+15
* tracing: trace_remove_event_call() should fail if call/file is in useOleg Nesterov2013-08-291-2/+33
* tracing: Change remove_event_file_dir() to clear "d_subdirs"->i_privateOleg Nesterov2013-08-291-32/+15
* tracing: Introduce remove_event_file_dir()Oleg Nesterov2013-08-291-24/+23
* tracing: Change f_start() to take event_mutex and verify i_private != NULLOleg Nesterov2013-08-291-4/+9
* tracing: Change event_filter_read/write to verify i_private != NULLOleg Nesterov2013-08-292-18/+25
* tracing: Change event_enable/disable_read() to verify i_private != NULLOleg Nesterov2013-08-291-9/+19
* tracing: Turn event/id->i_private into call->event.typeOleg Nesterov2013-08-291-5/+12
* ftrace: Add check for NULL regs if ops has SAVE_REGS setSteven Rostedt (Red Hat)2013-08-291-4/+14
* tracing: Change tracing_fops/snapshot_fops to rely on tracing_get_cpu()Oleg Nesterov2013-08-291-28/+22
* tracing: Change tracing_entries_fops to rely on tracing_get_cpu()Oleg Nesterov2013-08-291-37/+12
* tracing: Change tracing_stats_fops to rely on tracing_get_cpu()Oleg Nesterov2013-08-291-7/+6
* tracing: Change tracing_buffers_fops to rely on tracing_get_cpu()Oleg Nesterov2013-08-291-5/+4
* tracing: Change tracing_pipe_fops() to rely on tracing_get_cpu()Oleg Nesterov2013-08-291-9/+7
* tracing: Introduce trace_create_cpu_file() and tracing_get_cpu()Oleg Nesterov2013-08-291-14/+36
* tracing/kprobe: Wait for disabling all running kprobe handlersMasami Hiramatsu2013-08-291-4/+17
* tracing: Do not call kmem_cache_free() on allocation failureNamhyung Kim2013-08-291-6/+1
* cpuset: fix the return value of cpuset_write_u64()Li Zefan2013-08-201-2/+4
* PM / QoS: Fix workqueue deadlock when using pm_qos_update_request_timeout()Stephen Boyd2013-08-201-1/+12
* sched: Ensure update_cfs_shares() is called for parents of continuously-runni...Peter Zijlstra2013-08-201-0/+1
* microblaze: fix clone syscallMichal Simek2013-08-201-0/+6
* tracing: Fix reset of time stamps during trace_clock changesAlexander Z Lam2013-08-141-12/+12
* tracing: Use flag buffer_disabled for irqsoff tracerSteven Rostedt (Red Hat)2013-08-142-33/+72
* tracing: Make TRACE_ITER_STOP_ON_FREE stop the correct bufferAlexander Z Lam2013-08-141-1/+1
* tracing: Fix fields of struct trace_iterator that are zeroed by mistakeAndrew Vagin2013-08-141-0/+1
* userns: limit the maximum depth of user_namespace->parent chainOleg Nesterov2013-08-111-0/+4
* userns: unshare_userns(&cred) should not populate cred on failureOleg Nesterov2013-08-111-4/+9
* workqueue: copy workqueue_attrs with all fieldsShaohua Li2013-08-111-0/+12
* cgroup: fix umount vs cgroup_cfts_commit() raceLi Zefan2013-08-111-1/+8
* Revert "cpuidle: Quickly notice prediction failure for repeat mode"Rafael J. Wysocki2013-08-111-7/+2
* tracing: Remove locking trace_types_lock from tracing_reset_all_online_cpus()Steven Rostedt (Red Hat)2013-08-041-2/+1
* tracing: Kill the unbalanced tr->ref++ in tracing_buffers_open()Oleg Nesterov2013-08-041-2/+0
* tracing: Miscellaneous fixes for trace_array ref countingAlexander Z Lam2013-08-042-8/+37
* tracing: Fix error handling to ensure instances can always be removedAlexander Z Lam2013-08-041-1/+3
* hrtimers: Move SMP function call to thread contextThomas Gleixner2013-07-281-15/+13
* PM / Sleep: avoid 'autosleep' in shutdown progressLiu ShuoX2013-07-281-1/+2