| Commit message (Expand) | Author | Age | Files | Lines |
* | check_syslog_permissions() cleanup | Vasily Averin | 2015-06-26 | 1 | -5/+5 |
* | security_syslog() should be called once only | Vasily Averin | 2015-06-26 | 1 | -7/+4 |
* | printk: implement support for extended console drivers | Tejun Heo | 2015-06-26 | 1 | -8/+58 |
* | printk: factor out message formatting from devkmsg_read() | Tejun Heo | 2015-06-26 | 1 | -66/+80 |
* | printk: guard the amount written per line by devkmsg_read() | Tejun Heo | 2015-06-26 | 1 | -12/+22 |
* | clone: support passing tls argument via C rather than pt_regs magic | Josh Triplett | 2015-06-26 | 1 | -16/+32 |
* | prctl: more prctl(PR_SET_MM_*) checks | Alexey Dobriyan | 2015-06-26 | 1 | -67/+91 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-06-25 | 4 | -7/+129 |
|\ |
|
| * | mm: oom_kill: clean up victim marking and exiting interfaces | Johannes Weiner | 2015-06-25 | 1 | -1/+1 |
| * | watchdog: add watchdog_cpumask sysctl to assist nohz | Chris Metcalf | 2015-06-25 | 3 | -5/+70 |
| * | smpboot: allow excluding cpus from the smpboot threads | Chris Metcalf | 2015-06-25 | 1 | -1/+58 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2015-06-25 | 7 | -118/+413 |
|\ \ |
|
| * | | bpf: let kprobe programs use bpf_get_smp_processor_id() helper | Alexei Starovoitov | 2015-06-16 | 1 | -0/+2 |
| * | | bpf: allow networking programs to use bpf_trace_printk() for debugging | Alexei Starovoitov | 2015-06-16 | 2 | -8/+16 |
| * | | bpf: introduce current->pid, tgid, uid, gid, comm accessors | Alexei Starovoitov | 2015-06-16 | 3 | -0/+67 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-06-14 | 2 | -2/+2 |
| |\ \ |
|
| * \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-06-09 | 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-02 | 2 | -6/+11 |
| |\ \ \ \ |
|
| * | | | | | ebpf: misc core cleanup | Daniel Borkmann | 2015-06-01 | 2 | -48/+58 |
| * | | | | | ebpf: allow bpf_ktime_get_ns_proto also for networking | Daniel Borkmann | 2015-06-01 | 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-25 | 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 |