| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'trace-fixes-v3.16-rc1-v2' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2014-06-25 | 2 | -15/+13 |
|\ |
|
| * | tracing: syscall_regfunc() should not skip kernel threads | Oleg Nesterov | 2014-06-21 | 1 | -3/+1 |
| * | tracing: Change syscall_*regfunc() to check PF_KTHREAD and use for_each_proce... | Oleg Nesterov | 2014-06-21 | 1 | -13/+11 |
| * | tracing: Fix syscall_*regfunc() vs copy_process() race | Oleg Nesterov | 2014-06-21 | 1 | -0/+2 |
* | | kernel/watchdog.c: print traces for all cpus on lockup detection | Aaron Tomlin | 2014-06-24 | 2 | -0/+50 |
* | | mm, pcp: allow restoring percpu_pagelist_fraction default | David Rientjes | 2014-06-24 | 1 | -2/+1 |
* | | kernel/watchdog.c: remove preemption restrictions when restarting lockup dete... | Don Zickus | 2014-06-24 | 1 | -2/+0 |
* | | kexec: save PG_head_mask in VMCOREINFO | Petr Tesarik | 2014-06-24 | 1 | -0/+1 |
* | | CPU hotplug, smp: flush any pending IPI callbacks before CPU offline | Srivatsa S. Bhat | 2014-06-24 | 1 | -8/+49 |
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2014-06-21 | 2 | -4/+36 |
|\ \ |
|
| * \ | Merge branch 'perf/core' into perf/urgent, to pick up the latest fixes | Ingo Molnar | 2014-06-14 | 1 | -4/+33 |
| |\ \ |
|
| | * | | Revert "perf: Disable PERF_RECORD_MMAP2 support" | Don Zickus | 2014-06-09 | 1 | -4/+0 |
| | * | | perf: Pass protection and flags bits through mmap2 interface | Peter Zijlstra | 2014-06-09 | 1 | -0/+33 |
| * | | | x86/kprobes: Fix build errors and blacklist context_track_user | Masami Hiramatsu | 2014-06-14 | 1 | -0/+3 |
| | |/
| |/| |
|
* | | | Merge branch 'locking-urgent-for-linus.patch' of git://git.kernel.org/pub/scm... | Linus Torvalds | 2014-06-21 | 3 | -35/+218 |
|\ \ \ |
|
| * | | | rtmutex: Plug slow unlock race | Thomas Gleixner | 2014-06-16 | 1 | -6/+109 |
| * | | | rtmutex: Detect changes in the pi lock chain | Thomas Gleixner | 2014-06-07 | 1 | -24/+71 |
| * | | | rtmutex: Handle deadlock detection smarter | Thomas Gleixner | 2014-06-07 | 3 | -5/+38 |
* | | | | Merge tag 'pm+acpi-3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-06-20 | 3 | -5/+41 |
|\ \ \ \ |
|
| * | | | | x86, kaslr: boot-time selectable with hibernation | Kees Cook | 2014-06-16 | 1 | -0/+6 |
| * | | | | PM / hibernate: introduce "nohibernate" boot parameter | Kees Cook | 2014-06-16 | 3 | -5/+35 |
| | |/ /
| |/| | |
|
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next | Linus Torvalds | 2014-06-19 | 1 | -4/+0 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | sparc64: fix sparse warning in tsb.c | Sam Ravnborg | 2014-05-19 | 1 | -4/+0 |
* | | | | Merge tag 'trace-3.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros... | Linus Torvalds | 2014-06-13 | 3 | -20/+36 |
|\ \ \ \ |
|
| * | | | | tracing: Fix check of ftrace_trace_arrays list_empty() check | Steven Rostedt (Red Hat) | 2014-06-10 | 1 | -1/+1 |
| * | | | | tracing: Fix leak of per cpu max data in instances | Steven Rostedt (Red Hat) | 2014-06-10 | 1 | -9/+12 |
| * | | | | tracing: Cleanup saved_cmdlines_size changes | Namhyung Kim | 2014-06-10 | 1 | -3/+3 |
| * | | | | ring-buffer: Check if buffer exists before polling | Steven Rostedt (Red Hat) | 2014-06-10 | 2 | -7/+20 |
* | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2014-06-13 | 7 | -286/+353 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge commit '3cf2f34' into sched/core, to fix build error | Ingo Molnar | 2014-06-12 | 10 | -27/+92 |
| |\ \ \ \ \ |
|
| * | | | | | | sched/deadline: Delete extraneous extern for to_ratio() | Paul Gortmaker | 2014-06-05 | 1 | -2/+0 |
| * | | | | | | sched/idle: Optimize try-to-wake-up IPI | Peter Zijlstra | 2014-06-05 | 3 | -9/+61 |
| * | | | | | | sched/idle: Simplify wake_up_idle_cpu() | Andy Lutomirski | 2014-06-05 | 1 | -20/+1 |
| * | | | | | | sched/idle: Clear polling before descheduling the idle thread | Andy Lutomirski | 2014-06-05 | 1 | -1/+25 |
| * | | | | | | sched, trace: Add a tracepoint for IPI-less remote wakeups | Andy Lutomirski | 2014-06-05 | 1 | -0/+4 |
| * | | | | | | sched: Remove redundant assignment to "rt_rq" in update_curr_rt(...) | Giedrius Rekasius | 2014-06-05 | 1 | -2/+1 |
| * | | | | | | sched: Rename capacity related flags | Nicolas Pitre | 2014-06-05 | 3 | -15/+15 |
| * | | | | | | sched: Final power vs. capacity cleanups | Nicolas Pitre | 2014-06-05 | 2 | -32/+33 |
| * | | | | | | sched: Remove remaining dubious usage of "power" | Nicolas Pitre | 2014-06-05 | 3 | -55/+55 |
| * | | | | | | sched: Let 'struct sched_group_power' care about CPU capacity | Nicolas Pitre | 2014-06-05 | 3 | -114/+114 |
| * | | | | | | sched/fair: Disambiguate existing/remaining "capacity" usage | Nicolas Pitre | 2014-06-05 | 1 | -21/+21 |
| * | | | | | | sched/fair: Change "has_capacity" to "has_free_capacity" | Nicolas Pitre | 2014-06-05 | 1 | -13/+13 |
| * | | | | | | sched/fair: Remove "power" from 'struct numa_stats' | Nicolas Pitre | 2014-06-05 | 1 | -6/+7 |
| * | | | | | | sched: Fix signedness bug in yield_to() | Dan Carpenter | 2014-06-05 | 1 | -1/+1 |
| * | | | | | | sched/fair: Use time_after() in record_wakee() | Manuel Schölling | 2014-06-05 | 1 | -1/+1 |
| * | | | | | | sched/balancing: Reduce the rate of needless idle load balancing | Tim Chen | 2014-06-05 | 1 | -6/+11 |
| * | | | | | | sched/fair: Fix unlocked reads of some cfs_b->quota/period | Ben Segall | 2014-06-05 | 1 | -19/+21 |
* | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2014-06-13 | 10 | -310/+428 |
|\ \ \ \ \ \ \
| | |_|_|_|_|/
| |/| | | | | |
|
| * | | | | | | perf: Differentiate exec() and non-exec() comm events | Adrian Hunter | 2014-06-06 | 1 | -2/+2 |
| * | | | | | | Merge branch 'perf/urgent' into perf/core, to resolve conflict and to prepare... | Ingo Molnar | 2014-06-06 | 23 | -250/+377 |
| |\ \ \ \ \ \ |
|