Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | bpf: add BPF_SIZEOF and BPF_FIELD_SIZEOF macros | Daniel Borkmann | 2016-09-10 | 1 | -6/+6 | |
* | | | | | | bpf: minor cleanups in helpers | Daniel Borkmann | 2016-09-10 | 1 | -3/+3 | |
* | | | | | | bpf: fix range propagation on direct packet access | Daniel Borkmann | 2016-09-09 | 1 | -15/+40 | |
* | | | | | | perf, bpf: fix conditional call to bpf_overflow_handler | Arnd Bergmann | 2016-09-07 | 1 | -1/+1 | |
* | | | | | | perf, bpf: add perf events core support for BPF_PROG_TYPE_PERF_EVENT programs | Alexei Starovoitov | 2016-09-02 | 1 | -1/+88 | |
* | | | | | | bpf: perf_event progs should only use preallocated maps | Alexei Starovoitov | 2016-09-02 | 1 | -1/+21 | |
* | | | | | | bpf: introduce BPF_PROG_TYPE_PERF_EVENT program type | Alexei Starovoitov | 2016-09-02 | 1 | -0/+61 | |
* | | | | | | bpf: support 8-byte metafield access | Alexei Starovoitov | 2016-09-02 | 1 | -3/+6 | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-08-30 | 12 | -53/+178 | |
|\| | | | | | ||||||
| * | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-08-28 | 1 | -1/+1 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | perf/core: Use this_cpu_ptr() when stopping AUX events | Will Deacon | 2016-08-24 | 1 | -1/+1 | |
| * | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-08-28 | 3 | -2/+19 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | genirq/affinity: Use get/put_online_cpus around cpumask operations | Christoph Hellwig | 2016-08-22 | 1 | -0/+2 | |
| | * | | | | | | genirq: Fix potential memleak when failing to get irq pm | Shawn Lin | 2016-08-22 | 1 | -2/+6 | |
| | * | | | | | | genirq: Correctly configure the trigger on chained interrupts | Marc Zyngier | 2016-08-17 | 1 | -0/+11 | |
| * | | | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2016-08-28 | 2 | -3/+11 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | timekeeping: Cap array access in timekeeping_debug | John Stultz | 2016-08-24 | 1 | -2/+7 | |
| | * | | | | | | | timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPING | John Stultz | 2016-08-24 | 1 | -1/+4 | |
| | | |_|_|/ / / | | |/| | | | | | ||||||
| * | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2016-08-27 | 2 | -4/+45 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | printk: fix parsing of "brl=" option | Nicolas Iooss | 2016-08-27 | 1 | -2/+2 | |
| | * | | | | | | | sysctl: handle error writing UINT_MAX to u32 fields | Subash Abhinov Kasiviswanathan | 2016-08-27 | 1 | -2/+43 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 2016-08-27 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| | * | | | | | | block: Fix secure erase | Adrian Hunter | 2016-08-16 | 1 | -1/+1 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2016-08-19 | 1 | -8/+25 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | sched/cputime: Resync steal time when guest & host lose sync | Wanpeng Li | 2016-08-18 | 1 | -3/+15 | |
| | * | | | | | | sched/cputime: Fix NO_HZ_FULL getrusage() monotonicity regression | Peter Zijlstra | 2016-08-18 | 1 | -5/+10 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-08-19 | 2 | -29/+71 | |
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | ||||||
| | * | | | | | perf/core: Check return value of the perf_event_read() IPI | David Carrillo-Cisneros | 2016-08-18 | 1 | -3/+4 | |
| | * | | | | | perf/core: Enable mapping of the stop filters | Mathieu Poirier | 2016-08-18 | 1 | -10/+5 | |
| | * | | | | | perf/core: Update filters only on executable mmap | Mathieu Poirier | 2016-08-18 | 1 | -0/+7 | |
| | * | | | | | perf/core: Fix file name handling for start/stop filters | Mathieu Poirier | 2016-08-18 | 1 | -2/+4 | |
| | * | | | | | perf/core: Fix event_function_local() | Peter Zijlstra | 2016-08-18 | 1 | -12/+48 | |
| | * | | | | | uprobes: Fix the memcg accounting | Oleg Nesterov | 2016-08-18 | 1 | -2/+3 | |
| | |/ / / / | ||||||
| * | | | | | Merge tag 'pm-4.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 2016-08-18 | 1 | -5/+5 | |
| |\ \ \ \ \ | ||||||
| | * \ \ \ \ | Merge branch 'pm-sleep' | Rafael J. Wysocki | 2016-08-18 | 1 | -5/+5 | |
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | | | ||||||
| | | * | | | | PM / hibernate: Fix rtree_next_node() to avoid walking off list ends | James Morse | 2016-08-16 | 1 | -5/+5 | |
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-08-18 | 22 | -112/+311 | |
|\| | | | | | | ||||||
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2016-08-18 | 2 | -14/+77 | |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| | * | | | | | bpf: fix bpf_skb_in_cgroup helper naming | Daniel Borkmann | 2016-08-13 | 1 | -2/+2 | |
| * | | | | | | Merge tag 'pm-4.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 2016-08-13 | 1 | -2/+2 | |
| |\ \ \ \ \ \ | ||||||
| | | \ \ \ \ \ | ||||||
| | | \ \ \ \ \ | ||||||
| | *-. \ \ \ \ \ | Merge branches 'pm-sleep' and 'pm-cpufreq' | Rafael J. Wysocki | 2016-08-12 | 1 | -2/+2 | |
| | |\ \ \ \ \ \ \ | | | | |_|/ / / / | | | |/| | / / / | | | |_|_|/ / / | | |/| | | | | | ||||||
| | | * | | | | | PM / hibernate: Restore processor state before using per-CPU variables | Thomas Garnier | 2016-08-12 | 1 | -2/+2 | |
| * | | | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2016-08-12 | 1 | -1/+4 | |
| |\ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ | Merge branch 'linus' into timers/urgent, to pick up fixes | Ingo Molnar | 2016-08-10 | 20 | -99/+709 | |
| | |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | timers: Fix get_next_timer_interrupt() computation | Chris Metcalf | 2016-08-09 | 1 | -1/+4 | |
| * | | | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2016-08-12 | 5 | -4/+34 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | sched/cputime: Fix omitted ticks passed in parameter | Frederic Weisbecker | 2016-08-11 | 1 | -1/+2 | |
| | * | | | | | | | | | sched/cputime: Fix steal time accounting | Wanpeng Li | 2016-08-11 | 1 | -2/+9 | |
| | * | | | | | | | | | sched/deadline: Fix lock pinning warning during CPU hotplug | Wanpeng Li | 2016-08-10 | 1 | -1/+4 | |
| | * | | | | | | | | | sched/cputime: Mitigate performance regression in times()/clock_gettime() | Giovanni Gherdovich | 2016-08-10 | 1 | -0/+19 |