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