| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 tag 'trace-rb-bm-fix-4.1-rc7' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2015-06-11 | 1 | -1/+1 |
| |\ |
|
| | * | ring-buffer-benchmark: Fix the wrong sched_priority of producer | Wang Long | 2015-06-11 | 1 | -1/+1 |
| * | | sched, numa: do not hint for NUMA balancing on VM_MIXEDMAP mappings | Mel Gorman | 2015-06-10 | 1 | -1/+1 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-06-08 | 3 | -3/+20 |
|\ \ \
| |/ / |
|
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2015-06-05 | 2 | -1/+16 |
| |\ \ |
|
| | * | | perf: Disallow sparse AUX allocations for non-SG PMUs in overwrite mode | Alexander Shishkin | 2015-05-27 | 1 | -0/+14 |
| | * | | perf: Fix race in BPF program unregister | Alexei Starovoitov | 2015-05-27 | 1 | -1/+2 |
| * | | | compat: cleanup coding in compat_get_bitmap() and compat_put_bitmap() | Helge Deller | 2015-06-04 | 1 | -2/+4 |
* | | | | 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 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2015-05-29 | 1 | -0/+3 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | module: Call module notifier on failure after complete_formation() | Steven Rostedt | 2015-05-09 | 1 | -0/+3 |
| * | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2015-05-23 | 1 | -6/+8 |
| |\ \ \ |
|
| | * | | | ktime: Fix ktime_divns to do signed division | John Stultz | 2015-05-13 | 1 | -6/+8 |
| | | |/
| | |/| |
|
* | | | | 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 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 2015-05-22 | 1 | -4/+1 |
| |\ \ \ |
|
| | * | | | sched: always use blk_schedule_flush_plug in io_schedule_out | Shaohua Li | 2015-05-18 | 1 | -4/+1 |
| | |/ / |
|
| * | | | watchdog: fix double lock in watchdog_nmi_enable_all | Michal Hocko | 2015-05-19 | 1 | -1/+1 |
| * | | | watchdog: Fix merge 'conflict' | Peter Zijlstra | 2015-05-18 | 1 | -5/+15 |
| * | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2015-05-15 | 2 | -33/+33 |
| |\ \ \ |
|
| | * | | | sched/core: Fix regression in cpuset_cpu_inactive() for suspend | Omar Sandoval | 2015-05-08 | 1 | -16/+12 |
| | * | | | sched: Handle priority boosted tasks proper in setscheduler() | Thomas Gleixner | 2015-05-08 | 2 | -17/+21 |
| | | |/
| | |/| |
|
| * | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2015-05-15 | 1 | -8/+33 |
| |\ \ \
| | |_|/
| |/| | |
|
| | * | | perf: Annotate inherited event ctx->mutex recursion | Peter Zijlstra | 2015-05-08 | 1 | -8/+33 |
| | |/ |
|
* | | | 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 |
|\ \ \
| |/ / |
|
| * | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2015-05-09 | 1 | -0/+1 |
| |\ \ |
|
| | * | | genirq: Set IRQCHIP_SKIP_SET_WAKE flag for dummy_irq_chip | Roger Quadros | 2015-04-24 | 1 | -0/+1 |
| * | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2015-05-09 | 1 | -5/+1 |
| |\ \ \ |
|
| | * | | | clockevents: Shutdown detached clockevent device | Viresh Kumar | 2015-04-24 | 1 | -5/+1 |
| | |/ / |
|
| * | | | Merge tag 'trace-fixes-v4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2015-05-08 | 1 | -1/+2 |
| |\ \ \
| | |_|/
| |/| | |
|
| | * | | tracing: Make ftrace_print_array_seq compute buf_len | Alex Bennée | 2015-05-06 | 1 | -1/+2 |
| * | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2015-05-06 | 1 | -7/+9 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 2015-04-18 | 1 | -7/+9 |
| | |\ \ |
|
| | | * | | rcu: Control grace-period delays directly from value | Paul E. McKenney | 2015-04-14 | 1 | -7/+9 |
* | | | | | 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 git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2015-05-01 | 1 | -6/+6 |
|\ \ \ \ |
|
| * | | | | bpf: fix 64-bit divide | Alexei Starovoitov | 2015-04-27 | 1 | -6/+6 |
* | | | | | Merge tag 'pm+acpi-4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2015-04-30 | 1 | -14/+2 |
|\ \ \ \ \ |
|
| * | | | | | cpuidle: Run tick_broadcast_exit() with disabled interrupts | Rafael J. Wysocki | 2015-04-29 | 1 | -14/+2 |
| |/ / / / |
|
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2015-04-30 | 1 | -15/+0 |
|\ \ \ \ \ |
|
| * | | | | | x86: pvclock: Really remove the sched notifier for cross-cpu migrations | Paolo Bonzini | 2015-04-27 | 1 | -15/+0 |
| |/ / / / |
|