| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/audit | Linus Torvalds | 2017-03-25 | 3 | -255/+399 |
|\ |
|
| * | audit: fix auditd/kernel connection state tracking | Paul Moore | 2017-03-21 | 3 | -255/+399 |
* | | Merge tag 'pm-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 2017-03-24 | 1 | -13/+7 |
|\ \ |
|
| * | | cpufreq: schedutil: Fix per-CPU structure initialization in sugov_start() | Rafael J. Wysocki | 2017-03-21 | 1 | -13/+7 |
| |/ |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2017-03-23 | 1 | -73/+71 |
|\ \
| |/
|/| |
|
| * | bpf: fix hashmap extra_elems logic | Alexei Starovoitov | 2017-03-22 | 1 | -73/+71 |
* | | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2017-03-18 | 1 | -14/+14 |
|\ \ |
|
| * | | cpu/hotplug: Serialize callback invocations proper | Sebastian Andrzej Siewior | 2017-03-14 | 1 | -14/+14 |
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2017-03-17 | 1 | -16/+48 |
|\ \ \ |
|
| * | | | perf/core: Better explain the inherit magic | Peter Zijlstra | 2017-03-16 | 1 | -3/+33 |
| * | | | perf/core: Simplify perf_event_free_task() | Peter Zijlstra | 2017-03-16 | 1 | -11/+1 |
| * | | | perf/core: Fix event inheritance on fork() | Peter Zijlstra | 2017-03-16 | 1 | -2/+3 |
| * | | | perf/core: Fix use-after-free in perf_release() | Peter Zijlstra | 2017-03-16 | 1 | -0/+11 |
* | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2017-03-17 | 2 | -14/+69 |
|\ \ \ \ |
|
| * | | | | sched/deadline: Use deadline instead of period when calculating overflow | Steven Rostedt (VMware) | 2017-03-16 | 1 | -4/+4 |
| * | | | | sched/deadline: Throttle a constrained deadline task activated after the dead... | Daniel Bristot de Oliveira | 2017-03-16 | 1 | -0/+45 |
| * | | | | sched/deadline: Make sure the replenishment timer fires in the next period | Daniel Bristot de Oliveira | 2017-03-16 | 1 | -2/+7 |
| * | | | | sched/loadavg: Use {READ,WRITE}_ONCE() for sample window | Matt Fleming | 2017-03-16 | 1 | -7/+11 |
| * | | | | sched/loadavg: Avoid loadavg spikes caused by delayed NO_HZ accounting | Matt Fleming | 2017-03-16 | 1 | -2/+2 |
| * | | | | sched/deadline: Add missing update_rq_clock() in dl_task_timer() | Wanpeng Li | 2017-03-16 | 1 | -0/+1 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2017-03-17 | 2 | -14/+24 |
|\ \ \ \ |
|
| * | | | | locking/rwsem: Fix down_write_killable() for CONFIG_RWSEM_GENERIC_SPINLOCK=y | Niklas Cassel | 2017-03-16 | 1 | -5/+11 |
| * | | | | futex: Add missing error handling to FUTEX_REQUEUE_PI | Peter Zijlstra | 2017-03-14 | 1 | -0/+2 |
| * | | | | futex: Fix potential use-after-free in FUTEX_REQUEUE_PI | Peter Zijlstra | 2017-03-14 | 1 | -9/+11 |
| | |_|/
| |/| | |
|
* | | | | mm: add private lock to serialize memory hotplug operations | Heiko Carstens | 2017-03-17 | 1 | -4/+0 |
| |/ /
|/| | |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2017-03-15 | 2 | -39/+86 |
|\ \ \ |
|
| * | | | bpf: convert htab map to hlist_nulls | Alexei Starovoitov | 2017-03-09 | 1 | -34/+60 |
| * | | | bpf: fix struct htab_elem layout | Alexei Starovoitov | 2017-03-09 | 1 | -5/+20 |
| * | | | bpf: add get_next_key callback to LPM map | Alexei Starovoitov | 2017-03-06 | 1 | -0/+6 |
* | | | | Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-03-14 | 2 | -2/+2 |
|\ \ \ \ |
|
| * | | | | cgroups: censor kernel pointer in debug files | Kees Cook | 2017-03-06 | 1 | -1/+1 |
| * | | | | cgroup/pids: remove spurious suspicious RCU usage warning | Tejun Heo | 2017-03-06 | 1 | -1/+1 |
| |/ / / |
|
* | | | | Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-03-14 | 1 | -0/+1 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | workqueue: trigger WARN if queue_delayed_work() is called with NULL @wq | Tejun Heo | 2017-03-06 | 1 | -0/+1 |
| |/ / |
|
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2017-03-12 | 2 | -9/+5 |
|\ \ \ |
|
| * | | | kexec, x86/purgatory: Unbreak it and clean it up | Thomas Gleixner | 2017-03-10 | 2 | -9/+5 |
* | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-03-10 | 4 | -4/+3 |
|\ \ \ \ |
|
| * | | | | userfaultfd: non-cooperative: rollback userfaultfd_exit | Andrea Arcangeli | 2017-03-10 | 1 | -1/+0 |
| * | | | | scripts/spelling.txt: add "overide" pattern and fix typo instances | Masahiro Yamada | 2017-03-10 | 1 | -1/+1 |
| * | | | | scripts/spelling.txt: add "disble(d)" pattern and fix typo instances | Masahiro Yamada | 2017-03-10 | 2 | -2/+2 |
| |/ / / |
|
* | | | | Merge tag 'pm-4.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 2017-03-10 | 1 | -10/+9 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | cpufreq: schedutil: Pass sg_policy to get_next_freq() | Viresh Kumar | 2017-03-05 | 1 | -6/+5 |
| * | | | cpufreq: schedutil: move cached_raw_freq to struct sugov_policy | Viresh Kumar | 2017-03-05 | 1 | -4/+4 |
| |/ / |
|
* | | | sched/headers: fix up header file dependency on <linux/sched/signal.h> | Linus Torvalds | 2017-03-08 | 1 | -0/+39 |
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2017-03-07 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | jiffies: Revert bogus conversion of NSEC_PER_SEC to TICK_NSEC | Frederic Weisbecker | 2017-03-07 | 1 | -1/+1 |
* | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2017-03-07 | 3 | -4/+14 |
|\ \ \ \ |
|
| * | | | | sched/core: Fix pick_next_task() for RT,DL | Peter Zijlstra | 2017-03-02 | 1 | -3/+8 |
| * | | | | sched/fair: Make select_idle_cpu() more aggressive | Peter Zijlstra | 2017-03-02 | 2 | -1/+6 |
* | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2017-03-07 | 4 | -12/+12 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|