summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-11-15vrange: Allocate vroot dynamicallyMinchan Kim1-2/+3
2013-11-15vrange: Add new vrange(2) system callMinchan Kim1-0/+1
2013-11-15vrange: Add vrange support to mm_structsMinchan Kim1-0/+11
2013-11-15mutex: Add w/w mutex slowpath debuggingDaniel Vetter1-3/+41
2013-11-15mutex: Add support for wound/wait style locksMaarten Lankhorst1-16/+302
2013-11-15arch: Make __mutex_fastpath_lock_retval return whether fastpath succeeded or notMaarten Lankhorst1-18/+14
2013-11-13clockevents: Sanitize ticks to nsec conversionThomas Gleixner1-15/+50
2013-11-13cgroup: fix to break the while loop in cgroup_attach_task() correctlyAnjana V Kumar1-3/+3
2013-10-13irq: Force hardirq exit's softirq processing on its own stackFrederic Weisbecker1-3/+12
2013-10-01audit: fix endless wait in audit_log_start()Konstantin Khlebnikov1-2/+3
2013-10-01sched/fair: Fix small race where child->se.parent,cfs_rq might point to inval...Daisuke Nishimura1-5/+9
2013-10-01sched/cputime: Do not scale when utime == 0Stanislaw Gruszka1-8/+11
2013-10-01timekeeping: Fix HRTICK related deadlock from ntp lock changesJohn Stultz2-4/+4
2013-09-26pidns: fix vfork() after unshare(CLONE_NEWPID)Oleg Nesterov1-3/+4
2013-09-26pidns: Fix hang in zap_pid_ns_processes by sending a potentially extra wakeupEric W. Biederman1-0/+1
2013-09-26uprobes: Fix utask->depth accounting in handle_trampoline()Oleg Nesterov1-3/+1
2013-09-07workqueue: cond_resched() after processing each work itemTejun Heo1-0/+9
2013-09-07timer_list: correct the iterator for timer_listNathan Zimmer1-17/+24
2013-08-29ftrace: Check module functions being traced on reloadSteven Rostedt (Red Hat)1-9/+62
2013-08-29tracing/uprobes: Fail to unregister if probe event files are in useSteven Rostedt (Red Hat)1-13/+38
2013-08-29tracing/kprobes: Fail to unregister if probe event files are in useSteven Rostedt (Red Hat)1-6/+15
2013-08-29tracing: trace_remove_event_call() should fail if call/file is in useOleg Nesterov1-2/+33
2013-08-29tracing: Change remove_event_file_dir() to clear "d_subdirs"->i_privateOleg Nesterov1-32/+15
2013-08-29tracing: Introduce remove_event_file_dir()Oleg Nesterov1-24/+23
2013-08-29tracing: Change f_start() to take event_mutex and verify i_private != NULLOleg Nesterov1-4/+9
2013-08-29tracing: Change event_filter_read/write to verify i_private != NULLOleg Nesterov2-18/+25
2013-08-29tracing: Change event_enable/disable_read() to verify i_private != NULLOleg Nesterov1-9/+19
2013-08-29tracing: Turn event/id->i_private into call->event.typeOleg Nesterov1-5/+12
2013-08-29ftrace: Add check for NULL regs if ops has SAVE_REGS setSteven Rostedt (Red Hat)1-4/+14
2013-08-29tracing: Change tracing_fops/snapshot_fops to rely on tracing_get_cpu()Oleg Nesterov1-28/+22
2013-08-29tracing: Change tracing_entries_fops to rely on tracing_get_cpu()Oleg Nesterov1-37/+12
2013-08-29tracing: Change tracing_stats_fops to rely on tracing_get_cpu()Oleg Nesterov1-7/+6
2013-08-29tracing: Change tracing_buffers_fops to rely on tracing_get_cpu()Oleg Nesterov1-5/+4
2013-08-29tracing: Change tracing_pipe_fops() to rely on tracing_get_cpu()Oleg Nesterov1-9/+7
2013-08-29tracing: Introduce trace_create_cpu_file() and tracing_get_cpu()Oleg Nesterov1-14/+36
2013-08-29tracing/kprobe: Wait for disabling all running kprobe handlersMasami Hiramatsu1-4/+17
2013-08-29tracing: Do not call kmem_cache_free() on allocation failureNamhyung Kim1-6/+1
2013-08-20cpuset: fix the return value of cpuset_write_u64()Li Zefan1-2/+4
2013-08-20PM / QoS: Fix workqueue deadlock when using pm_qos_update_request_timeout()Stephen Boyd1-1/+12
2013-08-20sched: Ensure update_cfs_shares() is called for parents of continuously-runni...Peter Zijlstra1-0/+1
2013-08-20microblaze: fix clone syscallMichal Simek1-0/+6
2013-08-14tracing: Fix reset of time stamps during trace_clock changesAlexander Z Lam1-12/+12
2013-08-14tracing: Use flag buffer_disabled for irqsoff tracerSteven Rostedt (Red Hat)2-33/+72
2013-08-14tracing: Make TRACE_ITER_STOP_ON_FREE stop the correct bufferAlexander Z Lam1-1/+1
2013-08-14tracing: Fix fields of struct trace_iterator that are zeroed by mistakeAndrew Vagin1-0/+1
2013-08-11userns: limit the maximum depth of user_namespace->parent chainOleg Nesterov1-0/+4
2013-08-11userns: unshare_userns(&cred) should not populate cred on failureOleg Nesterov1-4/+9
2013-08-11workqueue: copy workqueue_attrs with all fieldsShaohua Li1-0/+12
2013-08-11cgroup: fix umount vs cgroup_cfts_commit() raceLi Zefan1-1/+8
2013-08-11Revert "cpuidle: Quickly notice prediction failure for repeat mode"Rafael J. Wysocki1-7/+2