aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-07-07rcu: Parallelize and economize NOCB kthread wakeupsPaul E. McKenney2-43/+237
2014-07-07torture: Avoid format string leak to thead nameKees Cook1-1/+1
2014-07-07workqueue: zero cpumask of wq_numa_possible_cpumask on initYasuaki Ishimatsu1-1/+1
2014-07-05Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2014-07-05genirq: Fix memory leak when calling irq_free_hwirqs()Keith Busch1-2/+2
2014-07-05locking/mutexes: Optimize mutex trylock slowpathJason Low1-0/+4
2014-07-05locking/mutexes: Try to acquire mutex only if it is unlockedJason Low1-3/+4
2014-07-05locking/mutexes: Delete the MUTEX_SHOW_NO_WAITER macroJason Low1-10/+8
2014-07-05locking/mutexes: Correct documentation on mutex optimistic spinningJason Low1-6/+4
2014-07-05perf: Make perf_event_init_context() function staticJiri Olsa1-1/+1
2014-07-05sched: Rework check_for_tasks()Kirill Tkhai1-13/+20
2014-07-05sched/rt: Enqueue just unthrottled rt_rq back on the stack in __disable_runti...Kirill Tkhai1-0/+3
2014-07-05sched/fair: Disable runtime_enabled on dying rqKirill Tkhai2-1/+29
2014-07-05sched/numa: Change scan period code to match intentRik van Riel1-4/+4
2014-07-05sched/numa: Rework best node setting in task_numa_migrate()Rik van Riel1-6/+13
2014-07-05sched/numa: Examine a task move when examining a task swapRik van Riel1-2/+21
2014-07-05sched/numa: Simplify task_numa_compare()Rik van Riel1-6/+1
2014-07-05sched/numa: Use effective_load() to balance NUMA loadsRik van Riel1-6/+14
2014-07-05sched/numa: Move power adjustment into load_too_imbalanced()Rik van Riel1-15/+24
2014-07-05sched/numa: Use group's max nid as task's preferred nidRik van Riel1-16/+1
2014-07-05sched/fair: Implement fast idling of CPUs when the system is partially loadedTim Chen2-5/+28
2014-07-05sched/idle: Drop !! while calculating 'broadcast'Viresh Kumar1-2/+2
2014-07-05sched: Fix clock_gettime(CLOCK_[PROCESS/THREAD]_CPUTIME_ID) monotonicityMike Galbraith1-2/+11
2014-07-05sched: Fix potential near-infinite distribute_cfs_runtime() loopBen Segall1-21/+20
2014-07-05sched/core: Fix formatting issues in sched_can_stop_tick()Viresh Kumar1-7/+3
2014-07-05irq_work: Remove BUG_ON in irq_work_run()Peter Zijlstra1-42/+4
2014-07-05Merge branch 'timers/nohz' into sched/coreIngo Molnar5-45/+84
2014-07-03Merge tag 'trace-fixes-v3.16-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-24/+30
2014-07-03kernel/printk/printk.c: revert "printk: enable interrupts before calling cons...Andrew Morton1-26/+18
2014-07-03crypto: fips - only panic on bad/missing crypto mod signaturesJarod Wilson1-4/+0
2014-07-02perf: Do not allow optimized switch for non-cloned eventsJiri Olsa1-1/+1
2014-07-01workqueue: stronger test in process_one_work()Lai Jiangshan1-7/+1
2014-07-01workqueue: clear POOL_DISASSOCIATED in rebind_workers()Lai Jiangshan1-4/+1
2014-07-01cpuset: break kernfs active protection in cpuset_write_resmask()Tejun Heo1-0/+12
2014-07-01tracing: Remove ftrace_stop/start() from reading the trace fileSteven Rostedt (Red Hat)1-2/+0
2014-07-01tracing: Add description of set_graph_notrace to tracing/READMENamhyung Kim1-0/+1
2014-07-01tracing: Improve message of empty set_ftrace_notrace fileNamhyung Kim1-3/+8
2014-07-01tracing: Improve message of empty set_graph_notrace fileNamhyung Kim1-1/+6
2014-07-01tracing: Add ftrace_graph_notrace boot parameterNamhyung Kim1-4/+20
2014-07-01tracing: Convert pr_warning() to pr_warn() in trace_events.cFabian Frederick1-29/+27
2014-07-01ftrace: Do not copy hash if O_TRUNC is setNamhyung Kim1-5/+7
2014-07-01ftrace: Fix memory leak on failure path in ftrace_allocate_pages()Namhyung Kim1-1/+2
2014-07-01ftrace: Get rid of obsolete global_start_up variableNamhyung Kim1-3/+1
2014-07-01tracing: Add trace_seq_buffer_ptr() helper functionSteven Rostedt (Red Hat)1-7/+7
2014-07-01tracing: Remove unnecessary null test before debugfs_remove()Fabian Frederick1-4/+2
2014-07-01tracing: Remove trace_seq_reserve()Steven Rostedt (Red Hat)1-30/+0
2014-07-01tracing: Make trace_seq_putmem_hex() more robustSteven Rostedt (Red Hat)2-8/+19
2014-07-01tracing: Clean up trace_seq.cSteven Rostedt (Red Hat)1-32/+175
2014-07-01tracing: Move the trace_seq_* functions into its own trace_seq.c fileSteven Rostedt (Red Hat)5-295/+304
2014-07-01ftrace: Simplify ftrace_hash_disable/enable path in ftrace_hash_moveMasami Hiramatsu1-22/+11