| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2015-11-04 | 14 | -84/+856 |
|\ |
|
| * | bpf, verifier: annotate verbose printer with __printf | Daniel Borkmann | 2015-11-03 | 1 | -1/+1 |
| * | bpf: add support for persistent maps/progs | Daniel Borkmann | 2015-11-03 | 3 | -4/+417 |
| * | bpf: consolidate bpf_prog_put{, _rcu} dismantle paths | Daniel Borkmann | 2015-11-03 | 2 | -11/+7 |
| * | bpf: align and clean bpf_{map,prog}_get helpers | Daniel Borkmann | 2015-11-03 | 2 | -20/+24 |
| * | bpf: abstract anon_inode_getfd invocations | Daniel Borkmann | 2015-11-03 | 1 | -3/+14 |
| * | bpf: convert hashtab lock to raw lock | Yang Shi | 2015-11-02 | 1 | -7/+7 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-11-01 | 7 | -16/+51 |
| |\ |
|
| * | | seccomp, ptrace: add support for dumping seccomp filters | Tycho Andersen | 2015-10-28 | 2 | -1/+80 |
| * | | bpf: make tracing helpers gpl only | Alexei Starovoitov | 2015-10-27 | 1 | -2/+2 |
| * | | bpf: fix bpf_perf_event_read() helper | Alexei Starovoitov | 2015-10-27 | 2 | -10/+22 |
| * | | bpf: introduce bpf_perf_event_output() helper | Alexei Starovoitov | 2015-10-22 | 3 | -1/+50 |
| * | | perf: pad raw data samples automatically | Alexei Starovoitov | 2015-10-22 | 1 | -5/+10 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-10-20 | 8 | -21/+33 |
| |\ \ |
|
| * | | | bpf: Need to call bpf_prog_uncharge_memlock from bpf_prog_put | Tom Herbert | 2015-10-16 | 1 | -0/+1 |
| * | | | bpf: charge user for creation of BPF maps and programs | Alexei Starovoitov | 2015-10-13 | 3 | -1/+68 |
| * | | | bpf: enable non-root eBPF programs | Alexei Starovoitov | 2015-10-13 | 3 | -14/+116 |
| * | | | bpf: fix cb access in socket filter programs | Alexei Starovoitov | 2015-10-11 | 1 | -1/+1 |
| * | | | bpf: split state from prandom_u32() and consolidate {c, e}BPF prngs | Daniel Borkmann | 2015-10-08 | 3 | -6/+29 |
| * | | | ebpf: include perf_event only where really needed | Daniel Borkmann | 2015-10-05 | 1 | -0/+1 |
| * | | | bpf, seccomp: prepare for upcoming criu support | Daniel Borkmann | 2015-10-05 | 1 | -2/+2 |
| * | | | sched, bpf: add helper for retrieving routing realms | Daniel Borkmann | 2015-10-03 | 1 | -0/+2 |
| * | | | ebpf: migrate bpf_prog's flags to bitfield | Daniel Borkmann | 2015-10-03 | 2 | -2/+6 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-10-02 | 4 | -41/+102 |
| |\ \ \ |
|
| * | | | | irq: Export per-cpu irq allocation and de-allocation functions | Maxime Ripard | 2015-09-29 | 1 | -0/+2 |
| * | | | | genirq: Fix the documentation of request_percpu_irq | Maxime Ripard | 2015-09-29 | 1 | -3/+4 |
* | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2015-11-04 | 15 | -393/+452 |
|\ \ \ \ \ |
|
| * | | | | | sched: Don't scan all-offline ->cpus_allowed twice if !CONFIG_CPUSETS | Oleg Nesterov | 2015-10-20 | 1 | -5/+7 |
| * | | | | | sched: Move cpu_active() tests from stop_two_cpus() into migrate_swap_stop() | Peter Zijlstra | 2015-10-20 | 2 | -9/+4 |
| * | | | | | sched: Start stopper early | Peter Zijlstra | 2015-10-20 | 2 | -4/+9 |
| * | | | | | stop_machine: Kill cpu_stop_threads->setup() and cpu_stop_unpark() | Oleg Nesterov | 2015-10-20 | 1 | -11/+1 |
| * | | | | | stop_machine: Kill smp_hotplug_thread->pre_unpark, introduce stop_machine_unp... | Oleg Nesterov | 2015-10-20 | 3 | -4/+12 |
| * | | | | | stop_machine: Change cpu_stop_queue_two_works() to rely on stopper->enabled | Oleg Nesterov | 2015-10-20 | 1 | -9/+20 |
| * | | | | | stop_machine: Introduce __cpu_stop_queue_work() and cpu_stop_queue_two_works() | Oleg Nesterov | 2015-10-20 | 1 | -11/+26 |
| * | | | | | stop_machine: Ensure that a queued callback will be called before cpu_stop_pa... | Oleg Nesterov | 2015-10-20 | 2 | -11/+14 |
| * | | | | | Merge branch 'sched/urgent' into sched/core, to pick up fixes and resolve con... | Ingo Molnar | 2015-10-20 | 5 | -11/+13 |
| |\ \ \ \ \ |
|
| * | | | | | | sched/core: Remove a parameter in the migrate_task_rq() function | xiaofeng.yan | 2015-10-06 | 3 | -3/+3 |
| * | | | | | | sched/core: Drop unlikely behind BUG_ON() | Geliang Tang | 2015-10-06 | 1 | -1/+1 |
| * | | | | | | sched/core: Fix task and run queue sched_info::run_delay inconsistencies | Peter Zijlstra | 2015-10-06 | 2 | -25/+33 |
| * | | | | | | sched/numa: Fix task_tick_fair() from disabling numa_balancing | Srikar Dronamraju | 2015-10-06 | 1 | -1/+1 |
| * | | | | | | sched/core: Add preempt_count invariant check | Peter Zijlstra | 2015-10-06 | 1 | -0/+4 |
| * | | | | | | sched/core: More notrace annotations | Peter Zijlstra | 2015-10-06 | 1 | -3/+3 |
| * | | | | | | sched/core: Simplify preempt_count tests | Peter Zijlstra | 2015-10-06 | 1 | -1/+1 |
| * | | | | | | sched/core: Robustify preemption leak checks | Peter Zijlstra | 2015-10-06 | 2 | -2/+6 |
| * | | | | | | sched/core: Stop setting PREEMPT_ACTIVE | Peter Zijlstra | 2015-10-06 | 1 | -13/+6 |
| * | | | | | | sched/core: Fix trace_sched_switch() | Peter Zijlstra | 2015-10-06 | 4 | -4/+5 |
| * | | | | | | sched/core: Add preempt argument to __schedule() | Peter Zijlstra | 2015-10-06 | 1 | -6/+6 |
| * | | | | | | sched/core: Create preempt_count invariant | Peter Zijlstra | 2015-10-06 | 1 | -2/+21 |
| * | | | | | | sched/core: Rework TASK_DEAD preemption exception | Peter Zijlstra | 2015-10-06 | 1 | -6/+13 |
| * | | | | | | Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying... | Ingo Molnar | 2015-10-06 | 17 | -126/+265 |
| |\ \ \ \ \ \ |
|