summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* vtime: Update a few commentsFrederic Weisbecker2013-08-131-0/+7
* context_tracing: Fix guest accounting with native vtimeFrederic Weisbecker2013-08-131-2/+4
* sched: Consolidate open coded preemptible() checksFrederic Weisbecker2013-08-132-5/+2
* 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
* | | Merge tag 'trace-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-07-2213-151/+166
|\ \ \ | |/ / |/| |
| * | tracing: Kill the unbalanced tr->ref++ in tracing_buffers_open()Oleg Nesterov2013-07-191-2/+0
| * | tracing: Kill trace_array->waiterOleg Nesterov2013-07-191-1/+0
| * | tracing: Do not (ab)use trace_seq in event_id_read()Oleg Nesterov2013-07-181-13/+4
| * | tracing: Simplify the iteration logic in f_start/f_nextOleg Nesterov2013-07-181-38/+22
| * | tracing: Add ref_data to function and fgraph tracer structsSteven Rostedt (Red Hat)2013-07-183-2/+11
| * | tracing: Miscellaneous fixes for trace_array ref countingAlexander Z Lam2013-07-182-8/+37
| * | tracing: Fix error handling to ensure instances can always be removedAlexander Z Lam2013-07-181-1/+3
| * | tracing/kprobe: Wait for disabling all running kprobe handlersMasami Hiramatsu2013-07-181-6/+17
| * | tracing/perf: Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare()Oleg Nesterov2013-07-184-20/+4
| * | tracing/syscall: Avoid perf_trace_buf_*() if sys_data->perf_events is emptyOleg Nesterov2013-07-181-4/+8
| * | tracing/function: Avoid perf_trace_buf_*() if event_function.perf_events is e...Oleg Nesterov2013-07-181-2/+4
| * | tracing: Typo fix on ring buffer commentszhangwei(Jovi)2013-07-181-7/+9
| * | tracing: Use trace_seq_puts()/trace_seq_putc() where possiblezhangwei(Jovi)2013-07-186-45/+45
| * | tracing: Use correct config guard CONFIG_STACK_TRACERzhangwei(Jovi)2013-07-151-2/+2
* | | Merge tag 'pm+acpi-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-191-1/+2
|\ \ \
| * | | PM / Sleep: avoid 'autosleep' in shutdown progressLiu ShuoX2013-07-151-1/+2
| |/ /
* | | Merge tag 'driver-core-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-181-2/+0
|\ \ \
| * | | sysfs.h: add __ATTR_RW() macroGreg Kroah-Hartman2013-07-161-2/+0
| |/ /
* | | kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker2013-07-1415-33/+33
* | | rcu: delete __cpuinit usage from all rcu filesPaul Gortmaker2013-07-144-11/+11
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-141-10/+1
|\ \
| * | cgroup: we can use simple_lookup() nowAl Viro2013-07-141-10/+1
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-07-131-9/+11
|\ \ \
| * | | sched: Fix HRTICKPeter Zijlstra2013-07-121-9/+11
* | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-07-131-1/+1
|\ \ \ \
| * | | | genirq: generic chip: Use DIV_ROUND_UP to calculate numchipsAxel Lin2013-07-051-1/+1
* | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-07-134-62/+75
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | tick: broadcast: Check broadcast mode on CPU hotplugStephen Boyd2013-07-121-1/+4
| * | | | Merge branch 'linus' into timers/urgentThomas Gleixner2013-07-1262-2553/+3927
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2013-07-103-61/+71
| |\ \ \ \
| | * | | | nohz: Remove obsolete check for full dynticks CPUs to be RCU nocbsFrederic Weisbecker2013-06-201-10/+0
| | * | | | watchdog: Boot-disable by default on full dynticksFrederic Weisbecker2013-06-201-0/+8
| | * | | | watchdog: Rename confusing state variableFrederic Weisbecker2013-06-202-17/+17
| | * | | | watchdog: Register / unregister watchdog kthreads on sysctl controlFrederic Weisbecker2013-06-201-40/+47
| | * | | | nohz: Warn if the machine can not perform nohz_fullSteven Rostedt2013-06-201-0/+5
* | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-07-131-3/+25
|\ \ \ \ \ \
| * | | | | | perf: Fix perf_lock_task_context() vs RCUPeter Zijlstra2013-07-121-1/+14
| * | | | | | perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid scenarioJiri Olsa2013-07-121-1/+10
| * | | | | | perf: Clone child context from parent context pmuJiri Olsa2013-07-121-1/+1
* | | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-07-131-0/+1
|\ \ \ \ \ \ \
| * | | | | | | mutex: Move ww_mutex definitions to ww_mutex.hMaarten Lankhorst2013-07-121-0/+1
OpenPOWER on IntegriCloud