| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-06-24 | 4 | -7/+129 |
|\ |
|
| * | mm: oom_kill: clean up victim marking and exiting interfaces | Johannes Weiner | 2015-06-24 | 1 | -1/+1 |
| * | watchdog: add watchdog_cpumask sysctl to assist nohz | Chris Metcalf | 2015-06-24 | 3 | -5/+70 |
| * | smpboot: allow excluding cpus from the smpboot threads | Chris Metcalf | 2015-06-24 | 1 | -1/+58 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2015-06-24 | 7 | -118/+413 |
|\ \ |
|
| * | | bpf: let kprobe programs use bpf_get_smp_processor_id() helper | Alexei Starovoitov | 2015-06-15 | 1 | -0/+2 |
| * | | bpf: allow networking programs to use bpf_trace_printk() for debugging | Alexei Starovoitov | 2015-06-15 | 2 | -8/+16 |
| * | | bpf: introduce current->pid, tgid, uid, gid, comm accessors | Alexei Starovoitov | 2015-06-15 | 3 | -0/+67 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-06-13 | 2 | -2/+2 |
| |\ \ |
|
| * \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-06-08 | 3 | -3/+20 |
| |\ \ \ |
|
| * | | | | bpf: allow programs to write to certain skb fields | Alexei Starovoitov | 2015-06-07 | 1 | -9/+28 |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-06-01 | 2 | -6/+11 |
| |\ \ \ \ |
|
| * | | | | | ebpf: misc core cleanup | Daniel Borkmann | 2015-05-31 | 2 | -48/+58 |
| * | | | | | ebpf: allow bpf_ktime_get_ns_proto also for networking | Daniel Borkmann | 2015-05-31 | 3 | -12/+14 |
| * | | | | | bpf: add missing rcu protection when releasing programs from prog_array | Alexei Starovoitov | 2015-05-31 | 2 | -3/+20 |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-05-23 | 4 | -50/+82 |
| |\ \ \ \ \ |
|
| * | | | | | | bpf: allow bpf programs to tail-call other bpf programs | Alexei Starovoitov | 2015-05-21 | 5 | -8/+220 |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-05-13 | 4 | -13/+13 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | seccomp, filter: add and use bpf_prog_create_from_user from seccomp | Daniel Borkmann | 2015-05-09 | 1 | -30/+12 |
| * | | | | | | | seccomp: simplify seccomp_prepare_filter and reuse bpf_prepare_filter | Nicolas Schichan | 2015-05-09 | 1 | -46/+22 |
* | | | | | | | | Merge branch 'sched-hrtimers-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2015-06-24 | 6 | -492/+587 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | sched,lockdep: Employ lock pinning | Peter Zijlstra | 2015-06-19 | 5 | -8/+71 |
| * | | | | | | | | lockdep: Implement lock pinning | Peter Zijlstra | 2015-06-19 | 1 | -0/+80 |
| * | | | | | | | | lockdep: Simplify lock_release() | Peter Zijlstra | 2015-06-19 | 1 | -101/+18 |
| * | | | | | | | | sched: Streamline the task migration locking a little | Peter Zijlstra | 2015-06-19 | 1 | -42/+34 |
| * | | | | | | | | sched: Move code around | Peter Zijlstra | 2015-06-19 | 1 | -186/+178 |
| * | | | | | | | | sched,dl: Fix sched class hopping CBS hole | Peter Zijlstra | 2015-06-19 | 1 | -66/+86 |
| * | | | | | | | | sched, dl: Convert switched_{from, to}_dl() / prio_changed_dl() to balance ca... | Peter Zijlstra | 2015-06-19 | 1 | -21/+24 |
| * | | | | | | | | sched,dl: Remove return value from pull_dl_task() | Peter Zijlstra | 2015-06-19 | 1 | -10/+10 |
| * | | | | | | | | sched, rt: Convert switched_{from, to}_rt() / prio_changed_rt() to balance ca... | Peter Zijlstra | 2015-06-19 | 1 | -16/+19 |
| * | | | | | | | | sched,rt: Remove return value from pull_rt_task() | Peter Zijlstra | 2015-06-19 | 1 | -11/+11 |
| * | | | | | | | | sched: Allow balance callbacks for check_class_changed() | Peter Zijlstra | 2015-06-19 | 1 | -3/+22 |
| * | | | | | | | | sched: Use replace normalize_task() with __sched_setscheduler() | Peter Zijlstra | 2015-06-19 | 1 | -42/+23 |
| * | | | | | | | | sched: Replace post_schedule with a balance callback list | Peter Zijlstra | 2015-06-19 | 4 | -38/+63 |
| * | | | | | | | | Merge branch 'timers/core' into sched/hrtimers | Thomas Gleixner | 2015-06-19 | 31 | -1069/+939 |
| |\ \ \ \ \ \ \ \ |
|
* | \ \ \ \ \ \ \ \ | Merge branch 'sched-locking-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2015-06-24 | 3 | -34/+88 |
|\ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|_|_|/
|/| | | | | | | | | |
|
| * | | | | | | | | | locking/rtmutex: Update stale plist comments | Davidlohr Bueso | 2015-06-19 | 1 | -9/+9 |
| * | | | | | | | | | futex: Lower the lock contention on the HB lock during wake up | Sebastian Andrzej Siewior | 2015-06-19 | 3 | -18/+73 |
| * | | | | | | | | | locking/rtmutex: Implement lockless top-waiter wakeup | Davidlohr Bueso | 2015-06-18 | 1 | -11/+10 |
| |/ / / / / / / / |
|
* | | | | | | | | | Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2015-06-23 | 4 | -63/+78 |
|\ \ \ \ \ \ \ \ \ |
|
| | \ \ \ \ \ \ \ \ | |
| | \ \ \ \ \ \ \ \ | |
| *-. \ \ \ \ \ \ \ \ | Merge branches 'pm-sleep' and 'pm-runtime' | Rafael J. Wysocki | 2015-06-19 | 3 | -8/+19 |
| |\ \ \ \ \ \ \ \ \ \
| | | | |_|_|/ / / / /
| | | |/| | | | | | | |
|
| | * | | | | | | | | | PM / sleep: Make suspend-to-idle-specific code depend on CONFIG_SUSPEND | Rafael J. Wysocki | 2015-05-19 | 1 | -0/+2 |
| | * | | | | | | | | | PM / sleep: Return -EBUSY from suspend_enter() on wakeup detection | Ruchi Kandoi | 2015-05-19 | 1 | -0/+2 |
| | * | | | | | | | | | PM / tick: Add tracepoints for suspend-to-idle diagnostics | Rafael J. Wysocki | 2015-05-15 | 1 | -4/+11 |
| | * | | | | | | | | | PM / sleep: Fix symbol name in a comment in kernel/power/main.c | Rafael J. Wysocki | 2015-05-13 | 1 | -1/+1 |
| | * | | | | | | | | | PM / sleep: Refine diagnostic messages in enter_state() | Rafael J. Wysocki | 2015-05-12 | 1 | -3/+3 |
| | | |_|_|/ / / / /
| | |/| | | | | | | |
|
| * | | | | | | | | | Merge branch 'pm-cpuidle' | Rafael J. Wysocki | 2015-06-19 | 1 | -55/+59 |
| |\ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | sched / idle: Call default_idle_call() from cpuidle_enter_state() | Rafael J. Wysocki | 2015-05-14 | 1 | -13/+7 |
| | * | | | | | | | | | sched / idle: Call idle_set_state() from cpuidle_enter_state() | Rafael J. Wysocki | 2015-05-14 | 1 | -6/+9 |
| | * | | | | | | | | | sched / idle: Eliminate the "reflect" check from cpuidle_idle_call() | Rafael J. Wysocki | 2015-05-04 | 1 | -44/+46 |