aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-18mpx: Extend siginfo structure to include bound violation informationQiaowei Ren1-0/+4
2014-11-17audit: convert status version to a feature bitmapRichard Guy Briggs1-1/+1
2014-11-16perf: Improve the perf_sample_data struct layoutPeter Zijlstra1-8/+8
2014-11-16perf: Add ability to sample machine state on interruptStephane Eranian1-2/+44
2014-11-16sched/deadline: Introduce start_hrtick_dl() for !CONFIG_SCHED_HRTICKWanpeng Li1-4/+4
2014-11-16sched/deadline: Remove unnecessary definitions in cpudeadline.hpang.xunlei1-3/+0
2014-11-16sched/cpupri: Remove unnecessary definitions in cpupri.hpang.xunlei1-3/+0
2014-11-16sched/deadline: Fix rq->dl.pushable_tasks bug in push_dl_task()Wanpeng Li1-2/+3
2014-11-16sched/fair: Fix stale overloaded status in the busiest group finding logicWanpeng Li1-1/+3
2014-11-16sched: Move p->nr_cpus_allowed check to select_task_rq()Wanpeng Li4-10/+2
2014-11-16sched/completion: Document when to use wait_for_completion_io_*()Wolfram Sang1-2/+3
2014-11-16sched/fair: Kill task_struct::numa_entry and numa_group::task_listKirill Tkhai2-6/+0
2014-11-16Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar24-153/+224
2014-11-16sched/cputime: Fix clock_nanosleep()/clock_gettime() inconsistencyStanislaw Gruszka5-27/+24
2014-11-16sched/cputime: Fix cpu_timer_sample_group() double accountingPeter Zijlstra2-14/+1
2014-11-16sched/numa: Avoid selecting oneself as swap targetPeter Zijlstra1-0/+7
2014-11-16perf: Fix corruption of sibling list with hotplugMark Rutland1-3/+5
2014-11-15PM / Runtime: Kconfig: move ia64 dependency to arch/ia64/KconfigKevin Hilman1-1/+0
2014-11-14Merge tag 'pm+acpi-3.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2014-11-14function_graph: Fix micro seconds notationsByungchul Park1-6/+6
2014-11-14ftrace-graph: show latency-format on print_graph_irq()Daniel Bristot de Oliveira1-0/+9
2014-11-14trace: Replace single-character seq_puts with seq_putcRasmus Villemoes5-10/+10
2014-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-46/+72
2014-11-13tracing: Merge consecutive seq_puts callsRasmus Villemoes2-39/+39
2014-11-13tracing: Replace seq_printf by simpler equivalentsRasmus Villemoes9-71/+71
2014-11-13tracing: kdb: Fix kernel livelock with empty buffersDaniel Thompson1-6/+6
2014-11-13tracing: kdb: Fix kernel panic during ftdumpDaniel Thompson1-2/+7
2014-11-13tracing: Fix traceoff_on_warning handling on boot command lineLuis Claudio R. Goncalves1-2/+3
2014-11-13ftrace: Have the control_ops get a trampolineSteven Rostedt (Red Hat)1-0/+2
2014-11-13kernel/panic.c: update comments for print_taintedXie XiuQi1-0/+1
2014-11-13Merge branches 'torture.2014.11.03a', 'cpu.2014.11.03a', 'doc.2014.11.13a', '...Paul E. McKenney13-136/+176
2014-11-13rcu: Fix FIXME in rcu_tasks_kthread()Paul E. McKenney1-1/+2
2014-11-13Merge branch 'stable-3.18' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2-1/+2
2014-11-11audit: keep inode pinnedMiklos Szeredi1-0/+1
2014-11-11tracing: Add entry->next_cpu to trace_ctxwake_bin()Jiang Liu1-0/+1
2014-11-11tracing: Move tracing_sched_{switch,wakeup}() into wakeup tracerSteven Rostedt (Red Hat)3-65/+56
2014-11-11tracing: Kill the dead code in probe_sched_switch() and probe_sched_wakeup()Oleg Nesterov1-40/+0
2014-11-11tracing: Kill tracing_{start,stop}_sched_switch_record() and tracing_sched_sw...Oleg Nesterov2-51/+0
2014-11-11ftrace: Add more information to ftrace_bug() outputSteven Rostedt (Red Hat)1-9/+29
2014-11-11ftrace/x86: Allow !CONFIG_PREEMPT dynamic ops to use allocated trampolinesSteven Rostedt (Red Hat)1-0/+18
2014-11-11kernel/debug/debug_core.c: Logging clean-upFabian Frederick1-22/+21
2014-11-11kgdb: timeout if secondary CPUs ignore the roundupDaniel Thompson3-3/+14
2014-11-11kdb: Allow access to sensitive commands to be restricted by defaultDaniel Thompson1-1/+1
2014-11-11kdb: Add enable mask for groups of commandsAnton Vorontsov1-1/+29
2014-11-11kdb: Categorize kdb commands (similar to SysRq categorization)Daniel Thompson3-41/+102
2014-11-11kdb: Remove KDB_REPEAT_NONE flagAnton Vorontsov3-34/+33
2014-11-11kdb: Use KDB_REPEAT_* values as flagsAnton Vorontsov1-14/+7
2014-11-11kdb: Rename kdb_register_repeat() to kdb_register_flags()Anton Vorontsov3-51/+51
2014-11-11kdb: Rename kdb_repeat_t to kdb_cmdflags_t, cmd_repeat to cmd_flagsAnton Vorontsov2-4/+4
2014-11-11kdb: Remove currently unused kdbtab_t->cmd_flagsAnton Vorontsov2-2/+0