aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAge
* Add LITMUS^RT core implementationBjoern Brandenburg2013-08-07
* Add hrtimer_start_on() supportFelipe Cerqueira2013-08-07
* Add TRACE() debug tracing supportBjoern Brandenburg2013-08-07
* Add quantum aligment codeFelipe Cerqueira2013-08-07
* Add SCHED, SCHED2, TICK, and CXS overhead tracepointsBjoern Brandenburg2013-08-07
* Integrate ft_irq_fired() with LinuxBjoern Brandenburg2013-08-07
* tracing: Remove locking trace_types_lock from tracing_reset_all_online_cpus()Steven Rostedt (Red Hat)2013-08-04
* tracing: Kill the unbalanced tr->ref++ in tracing_buffers_open()Oleg Nesterov2013-08-04
* tracing: Miscellaneous fixes for trace_array ref countingAlexander Z Lam2013-08-04
* tracing: Fix error handling to ensure instances can always be removedAlexander Z Lam2013-08-04
* hrtimers: Move SMP function call to thread contextThomas Gleixner2013-07-28
* PM / Sleep: avoid 'autosleep' in shutdown progressLiu ShuoX2013-07-28
* tracing: Add trace_array_get/put() to event handlingSteven Rostedt (Red Hat)2013-07-25
* tracing: Fix race between deleting buffer and setting eventsSteven Rostedt (Red Hat)2013-07-25
* tracing: Get trace_array ref counts when accessing trace filesSteven Rostedt (Red Hat)2013-07-25
* tracing: Add trace_array_get/put() to handle instance refs betterSteven Rostedt (Red Hat)2013-07-25
* tracing: Protect ftrace_trace_arrays list in trace_events.cAlexander Z Lam2013-07-25
* tracing: Make trace_marker use the correct per-instance bufferAlexander Z Lam2013-07-25
* tracing: Fix irqs-off tag display in syscall tracingzhangwei(Jovi)2013-07-25
* tracing: Failed to create system directorySteven Rostedt2013-07-25
* perf: Fix perf_lock_task_context() vs RCUPeter Zijlstra2013-07-25
* perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid scenarioJiri Olsa2013-07-25
* perf: Clone child context from parent context pmuJiri Olsa2013-07-25
* uprobes: Fix return value in error handling pathzhangwei(Jovi)2013-07-25
* printk: Fix rq->lock vs logbuf_lock unlock lock inversionBu, Yitian2013-07-25
* tick: Prevent uncontrolled switch to oneshot modeThomas Gleixner2013-07-25
* tick: Sanitize broadcast control logicThomas Gleixner2013-07-25
* timer: Fix jiffies wrap behavior of round_jiffies_common()Bart Van Assche2013-07-21
* genirq: Fix can_request_irq() for IRQs without an actionBen Hutchings2013-07-21
* cgroup: fix umount vs cgroup_event_remove() raceLi Zefan2013-07-21
* futex: Take hugepages into account when generating futex_keyZhang Yi2013-07-13
* module: do percpu allocation after uniqueness check. No, really!Rusty Russell2013-07-13
* Fix: kernel/ptrace.c: ptrace_peek_siginfo() missing __put_user() validationMathieu Desnoyers2013-06-29
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-06-29
|\
| * tick: Fix tick_broadcast_pending_mask not clearedDaniel Lezcano2013-06-21
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-06-26
|\ \
| * | hw_breakpoint: Use cpu_possible_mask in {reserve,release}_bp_slot()Oleg Nesterov2013-06-20
| * | hw_breakpoint: Fix cpu check in task_bp_pinned(cpu)Oleg Nesterov2013-06-20
* | | Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2013-06-21
|\ \ \ | |_|/ |/| |
| * | range: Do not add new blank slot with add_range_with_mergeYinghai Lu2013-06-18
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-06-20
|\ \ \
| * | | tracing/context-tracking: Add preempt_schedule_context() for tracingSteven Rostedt2013-06-19
| * | | sched: Fix clear NOHZ_BALANCE_KICKVincent Guittot2013-06-19
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-06-20
|\ \ \ \ | | |_|/ | |/| |
| * | | perf: Fix mmap() accounting holePeter Zijlstra2013-06-19
| * | | perf: Fix perf mmap bugsPeter Zijlstra2013-05-28
| * | | kprobes: Fix to free gone and unused optprobesMasami Hiramatsu2013-05-28
* | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-06-20
|\ \ \ \
| * | | | idle: Enable interrupts in the weak arch_cpu_idle() implementationJames Bottomley2013-06-14
| * | | | idle: Add the stack canary init to cpu_startup_entry()Thomas Gleixner2013-06-11