summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-08-303-17/+19
|\
| * Rename nsproxy.pid_ns to nsproxy.pid_ns_for_childrenAndy Lutomirski2013-08-273-17/+19
* | Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-08-291-1/+18
|\ \
| * | cgroup: fix rmdir EBUSY regression in 3.11Hugh Dickins2013-08-291-1/+18
* | | workqueue: cond_resched() after processing each work itemTejun Heo2013-08-291-0/+9
|/ /
* | timer_list: correct the iterator for timer_listNathan Zimmer2013-08-281-17/+24
* | Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-08-231-5/+9
|\ \ | |/ |/|
| * cpuset: fix a regression in validating config changeLi Zefan2013-08-211-5/+9
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-08-192-4/+3
|\ \
| * \ Merge branch 'fortglx/3.11/time' of git://git.linaro.org/people/jstultz/linux...Ingo Molnar2013-08-121-1/+1
| |\ \
| | * | sched_clock: Fix integer overflowBaruch Siach2013-07-221-1/+1
| * | | Merge branch 'timers/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2013-07-251-3/+2
| |\ \ \
| | * | | nohz: fix compile warning in tick_nohz_init()Li Zhong2013-07-241-2/+0
| | * | | nohz: Do not warn about unstable tsc unless user uses nohz_fullSteven Rostedt2013-07-241-1/+2
* | | | | kernel: fix new kernel-doc warning in wait.cRandy Dunlap2013-08-191-2/+1
* | | | | Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-08-181-2/+4
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | cpuset: fix the return value of cpuset_write_u64()Li Zefan2013-08-131-2/+4
* | | | | Merge tag 'pm-3.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2013-08-161-7/+13
|\ \ \ \ \
| * | | | | PM / QoS: Fix workqueue deadlock when using pm_qos_update_request_timeout()Stephen Boyd2013-08-141-7/+13
* | | | | | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-08-141-0/+6
|\ \ \ \ \ \
| * | | | | | microblaze: fix clone syscallMichal Simek2013-08-131-0/+6
* | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-08-133-25/+71
|\ \ \ \ \ \ \
| * | | | | | | sched: Ensure update_cfs_shares() is called for parents of continuously-runni...Peter Zijlstra2013-07-301-0/+1
| * | | | | | | sched: Fix some kernel-doc warningsYacine Belkadi2013-07-183-25/+70
* | | | | | | | sched: fix the theoretical signal_wake_up() vs schedule() raceOleg Nesterov2013-08-131-1/+13
| |/ / / / / / |/| | | | | |
* | | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-08-121-2/+2
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | mutex: Fix w/w mutex deadlock injectionMaarten Lankhorst2013-07-301-2/+2
* | | | | | | userns: limit the maximum depth of user_namespace->parent chainOleg Nesterov2013-08-081-0/+4
* | | | | | | Merge tag 'trace-fixes-3.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-08-076-131/+272
|\ \ \ \ \ \ \
| * | | | | | | tracing: Fix reset of time stamps during trace_clock changesAlexander Z Lam2013-08-021-12/+12
| * | | | | | | tracing: Make TRACE_ITER_STOP_ON_FREE stop the correct bufferAlexander Z Lam2013-08-021-1/+1
| * | | | | | | tracing: Fix fields of struct trace_iterator that are zeroed by mistakeAndrew Vagin2013-08-021-0/+1
| * | | | | | | tracing/uprobes: Fail to unregister if probe event files are in useSteven Rostedt (Red Hat)2013-08-011-13/+38
| * | | | | | | tracing/kprobes: Fail to unregister if probe event files are in useSteven Rostedt (Red Hat)2013-07-311-6/+15
| * | | | | | | tracing: Add comment to describe special break case in probe_remove_event_call()Steven Rostedt (Red Hat)2013-07-311-0/+6
| * | | | | | | tracing: trace_remove_event_call() should fail if call/file is in useOleg Nesterov2013-07-311-2/+33
| * | | | | | | ftrace: Check module functions being traced on reloadSteven Rostedt (Red Hat)2013-07-301-9/+62
| * | | | | | | ftrace: Consolidate some duplicate code for updating ftrace opsSteven Rostedt (Red Hat)2013-07-291-6/+10
| * | | | | | | tracing: Change remove_event_file_dir() to clear "d_subdirs"->i_privateOleg Nesterov2013-07-291-32/+15
| * | | | | | | tracing: Introduce remove_event_file_dir()Oleg Nesterov2013-07-291-24/+23
| * | | | | | | tracing: Change f_start() to take event_mutex and verify i_private != NULLOleg Nesterov2013-07-291-4/+9
| * | | | | | | tracing: Change event_filter_read/write to verify i_private != NULLOleg Nesterov2013-07-292-18/+25
| * | | | | | | tracing: Change event_enable/disable_read() to verify i_private != NULLOleg Nesterov2013-07-291-10/+20
| * | | | | | | tracing: Turn event/id->i_private into call->event.typeOleg Nesterov2013-07-291-5/+13
| |/ / / / / /
* | | | | | | Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-08-061-1/+3
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | cgroup: fix a leak when percpu_ref_init() failsLi Zefan2013-07-311-1/+3
* | | | | | | Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-08-061-10/+34
|\ \ \ \ \ \ \
| * | | | | | | workqueue: copy workqueue_attrs with all fieldsShaohua Li2013-08-011-0/+12
| * | | | | | | workqueue: allow work_on_cpu() to be called recursivelyLai Jiangshan2013-07-241-10/+22
| | |_|/ / / / | |/| | | | |
* | | | | | | printk: Fix return of braille_register_console()Steven Rostedt2013-08-061-1/+2