| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2017-05-01 | 1 | -13/+9 |
|\ |
|
| * | mm, zone_device: Replace {get, put}_zone_device_page() with a single referenc... | Dan Williams | 2017-05-01 | 1 | -13/+9 |
* | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2017-05-01 | 1 | -52/+0 |
|\ \ |
|
| * | | boot/param: Move next_arg() function to lib/cmdline.c for later reuse | Baoquan He | 2017-04-18 | 1 | -52/+0 |
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2017-05-01 | 8 | -28/+208 |
|\ \ \ |
|
| * \ \ | Merge tag 'v4.11-rc6' into perf/core, to pick up fixes | Ingo Molnar | 2017-04-11 | 8 | -70/+103 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'linus' into perf/core, to pick up fixes | Ingo Molnar | 2017-03-30 | 11 | -387/+584 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar | 2017-03-28 | 1 | -16/+48 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Merge tag 'perf-core-for-mingo-4.12-20170316' of git://git.kernel.org/pub/scm... | Ingo Molnar | 2017-03-16 | 3 | -16/+28 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | uprobes: Default UPROBES_EVENTS to Y | Arnaldo Carvalho de Melo | 2017-03-16 | 1 | -1/+1 |
| | * | | | | | | trace/kprobes: Fix check for kretprobe offset within function entry | Naveen N. Rao | 2017-03-15 | 2 | -15/+27 |
| * | | | | | | | perf/core: Add a flag for partial AUX records | Alexander Shishkin | 2017-03-16 | 1 | -1/+1 |
| * | | | | | | | perf/core: Keep AUX flags in the output handle | Will Deacon | 2017-03-16 | 1 | -11/+23 |
| * | | | | | | | Merge branch 'linus' into perf/core, to pick up fixes | Ingo Molnar | 2017-03-16 | 21 | -86/+201 |
| |\ \ \ \ \ \ \
| | |/ / / / / /
| |/| | | | | | |
|
| * | | | | | | | kprobes: Convert kprobe_exceptions_notify to use NOKPROBE_SYMBOL | Naveen N. Rao | 2017-03-14 | 1 | -2/+3 |
| * | | | | | | | perf: Add PERF_RECORD_NAMESPACES to include namespaces related info | Hari Bathini | 2017-03-13 | 3 | -0/+144 |
| * | | | | | | | Merge tag 'perf-core-for-mingo-4.11-20170306' of git://git.kernel.org/pub/scm... | Ingo Molnar | 2017-03-07 | 6 | -18/+29 |
| |\ \ \ \ \ \ \
| | |_|_|_|_|/ /
| |/| | | | | | |
|
| | * | | | | | | trace/kprobes: Add back warning about offset in return probes | Steven Rostedt (VMware) | 2017-03-03 | 1 | -0/+5 |
| | * | | | | | | trace/kprobes: Allow return probes with offsets and absolute addresses | Naveen N. Rao | 2017-03-03 | 2 | -8/+1 |
| | * | | | | | | kretprobes: Ensure probe location is at function entry | Naveen N. Rao | 2017-03-03 | 1 | -0/+13 |
* | | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2017-05-01 | 13 | -485/+852 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | futex: Clarify mark_wake_futex memory barrier usage | Darren Hart (VMware) | 2017-04-15 | 1 | -4/+5 |
| * | | | | | | | | futex: Fix small (and harmless looking) inconsistencies | Peter Zijlstra | 2017-04-14 | 1 | -4/+7 |
| * | | | | | | | | futex: Avoid freeing an active timer | Thomas Gleixner | 2017-04-14 | 1 | -1/+3 |
| * | | | | | | | | Merge branch 'linus' into locking/core, to pick up fixes | Ingo Molnar | 2017-04-14 | 17 | -441/+639 |
| |\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | rtmutex: Plug preempt count leak in rt_mutex_futex_unlock() | Mike Galbraith | 2017-04-05 | 1 | -5/+5 |
| * | | | | | | | | | rtmutex: Fix more prio comparisons | Peter Zijlstra | 2017-04-04 | 1 | -3/+29 |
| * | | | | | | | | | rtmutex: Fix PI chain order integrity | Peter Zijlstra | 2017-04-04 | 2 | -2/+28 |
| * | | | | | | | | | sched,tracing: Update trace_sched_pi_setprio() | Peter Zijlstra | 2017-04-04 | 1 | -1/+1 |
| * | | | | | | | | | sched/rtmutex: Refactor rt_mutex_setprio() | Peter Zijlstra | 2017-04-04 | 2 | -95/+83 |
| * | | | | | | | | | rtmutex: Clean up | Peter Zijlstra | 2017-04-04 | 3 | -19/+18 |
| * | | | | | | | | | sched/deadline/rtmutex: Dont miss the dl_runtime/dl_period update | Xunlei Pang | 2017-04-04 | 1 | -1/+1 |
| * | | | | | | | | | sched/rtmutex/deadline: Fix a PI crash for deadline tasks | Xunlei Pang | 2017-04-04 | 3 | -8/+24 |
| * | | | | | | | | | rtmutex: Deboost before waking up the top waiter | Xunlei Pang | 2017-04-04 | 3 | -32/+34 |
| * | | | | | | | | | Merge branch 'sched/core' into locking/core | Thomas Gleixner | 2017-04-04 | 12 | -304/+648 |
| |\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | locking/ww-mutex: Limit stress test to 2 seconds | Chris Wilson | 2017-03-30 | 1 | -9/+9 |
| * | | | | | | | | | | lockdep: Fix per-cpu static objects | Peter Zijlstra | 2017-03-26 | 2 | -1/+11 |
| * | | | | | | | | | | futex: Drop hb->lock before enqueueing on the rtmutex | Peter Zijlstra | 2017-03-23 | 3 | -30/+52 |
| * | | | | | | | | | | futex: Futex_unlock_pi() determinism | Peter Zijlstra | 2017-03-23 | 1 | -13/+11 |
| * | | | | | | | | | | futex: Rework futex_lock_pi() to use rt_mutex_*_proxy_lock() | Peter Zijlstra | 2017-03-23 | 3 | -42/+62 |
| * | | | | | | | | | | futex,rt_mutex: Restructure rt_mutex_finish_proxy_lock() | Peter Zijlstra | 2017-03-23 | 3 | -12/+55 |
| * | | | | | | | | | | futex,rt_mutex: Introduce rt_mutex_init_waiter() | Peter Zijlstra | 2017-03-23 | 3 | -7/+11 |
| * | | | | | | | | | | futex: Pull rt_mutex_futex_unlock() out from under hb->lock | Peter Zijlstra | 2017-03-23 | 1 | -54/+100 |
| * | | | | | | | | | | futex: Rework inconsistent rt_mutex/futex_q state | Peter Zijlstra | 2017-03-23 | 1 | -36/+14 |
| * | | | | | | | | | | futex: Cleanup refcounting | Peter Zijlstra | 2017-03-23 | 1 | -4/+9 |
| * | | | | | | | | | | futex: Change locking rules | Peter Zijlstra | 2017-03-23 | 1 | -33/+132 |
| * | | | | | | | | | | futex,rt_mutex: Provide futex specific rt_mutex API | Peter Zijlstra | 2017-03-23 | 3 | -32/+62 |
| * | | | | | | | | | | futex: Remove rt_mutex_deadlock_account_*() | Peter Zijlstra | 2017-03-23 | 4 | -43/+18 |
| * | | | | | | | | | | futex: Use smp_store_release() in mark_wake_futex() | Peter Zijlstra | 2017-03-23 | 1 | -2/+1 |
| * | | | | | | | | | | futex: Cleanup variable names for futex_top_waiter() | Peter Zijlstra | 2017-03-23 | 1 | -15/+15 |