| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-04-27 | 5 | -15/+55 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2016-04-26 | 1 | -1/+0 |
| |\ |
|
| | * | bpf: fix double-fdput in replace_map_fd_with_map_ptr() | Jann Horn | 2016-04-26 | 1 | -1/+0 |
| | | | |
| | \ | |
| | \ | |
| | \ | |
| *---. \ | Merge branches 'perf-urgent-for-linus', 'smp-urgent-for-linus' and 'timers-ur... | Linus Torvalds | 2016-04-23 | 1 | -7/+26 |
| |\ \ \ \ |
|
| | | * | | | cpu/hotplug: Fix rollback during error-out in __cpu_disable() | Sebastian Andrzej Siewior | 2016-04-22 | 1 | -7/+26 |
| | |/ / / |
|
| * | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2016-04-23 | 2 | -7/+28 |
| |\ \ \ \ |
|
| | * | | | | futex: Acknowledge a new waiter in counter before plist | Davidlohr Bueso | 2016-04-21 | 1 | -1/+1 |
| | * | | | | futex: Handle unlock_pi race gracefully | Sebastian Andrzej Siewior | 2016-04-20 | 1 | -3/+22 |
| | * | | | | locking/pvqspinlock: Fix division by zero in qstat_read() | Davidlohr Bueso | 2016-04-19 | 1 | -3/+5 |
| | |/ / / |
|
| * | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-04-23 | 1 | -0/+1 |
| |\ \ \ \
| | |_|_|/
| |/| | | |
|
| | * | | | genirq: Dont allow affinity mask to be updated on IPIs | Matt Redfearn | 2016-04-21 | 1 | -0/+1 |
| | |/ / |
|
* | | | | taskstats: use the libnl API to align nlattr on 64-bit | Nicolas Dichtel | 2016-04-23 | 1 | -32/+5 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-04-23 | 3 | -2/+14 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2016-04-21 | 1 | -0/+1 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | bpf/verifier: reject invalid LD_ABS | BPF_DW instruction | Alexei Starovoitov | 2016-04-14 | 1 | -0/+1 |
| * | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2016-04-16 | 1 | -0/+2 |
| |\ \ \ |
|
| | * | | | locking/lockdep: Fix print_collision() unused warning | Borislav Petkov | 2016-04-04 | 1 | -0/+2 |
| * | | | | /proc/iomem: only expose physical resource addresses to privileged users | Linus Torvalds | 2016-04-14 | 1 | -2/+11 |
| | |/ /
| |/| | |
|
* | | | | perf, bpf: minimize the size of perf_trace_() tracepoint handler | Alexei Starovoitov | 2016-04-21 | 1 | -1/+19 |
* | | | | bpf: add event output helper for notifications/sampling/logging | Daniel Borkmann | 2016-04-19 | 2 | -0/+34 |
* | | | | bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_output | Daniel Borkmann | 2016-04-19 | 1 | -1/+6 |
* | | | | bpf: avoid warning for wrong pointer cast | Arnd Bergmann | 2016-04-18 | 1 | -2/+2 |
* | | | | bpf: convert relevant helper args to ARG_PTR_TO_RAW_STACK | Daniel Borkmann | 2016-04-14 | 2 | -7/+20 |
* | | | | bpf, verifier: add ARG_PTR_TO_RAW_STACK type | Daniel Borkmann | 2016-04-14 | 1 | -5/+54 |
* | | | | bpf, verifier: add bpf_call_arg_meta for passing meta data | Daniel Borkmann | 2016-04-14 | 1 | -17/+23 |
* | | | | bpf: simplify verifier register state assignments | Alexei Starovoitov | 2016-04-10 | 1 | -4/+2 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-04-09 | 6 | -40/+143 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge branch 'PAGE_CACHE_SIZE-removal' | Linus Torvalds | 2016-04-04 | 1 | -4/+4 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 2016-04-04 | 1 | -4/+4 |
| * | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-04-03 | 1 | -2/+13 |
| |\ \ \ |
|
| | * | | | perf/core: Don't leak event in the syscall error path | Alexander Shishkin | 2016-03-31 | 1 | -0/+1 |
| | * | | | perf/core: Fix time tracking bug with multiplexing | Peter Zijlstra | 2016-03-31 | 1 | -2/+12 |
| * | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-04-03 | 4 | -34/+126 |
| |\ \ \ \ |
|
| | * | | | | locking/lockdep: Print chain_key collision information | Alfredo Alvarez Fernandez | 2016-03-31 | 1 | -2/+77 |
| | * | | | | locking/atomic, sched: Unexport fetch_or() | Frederic Weisbecker | 2016-03-29 | 1 | -0/+18 |
| | * | | | | timers/nohz: Convert tick dependency mask to atomic_t | Frederic Weisbecker | 2016-03-29 | 2 | -32/+31 |
| | | |/ /
| | |/| | |
|
* | | | | | bpf, verifier: further improve search pruning | Daniel Borkmann | 2016-04-08 | 1 | -2/+7 |
* | | | | | bpf: sanitize bpf tracepoint access | Alexei Starovoitov | 2016-04-07 | 3 | -1/+31 |
* | | | | | bpf: support bpf_get_stackid() and bpf_perf_event_output() in tracepoint prog... | Alexei Starovoitov | 2016-04-07 | 2 | -2/+42 |
* | | | | | bpf: register BPF_PROG_TYPE_TRACEPOINT program type | Alexei Starovoitov | 2016-04-07 | 1 | -2/+43 |
* | | | | | perf, bpf: allow bpf programs attach to tracepoints | Alexei Starovoitov | 2016-04-07 | 1 | -4/+9 |
* | | | | | perf: split perf_trace_buf_prepare into alloc and update parts | Alexei Starovoitov | 2016-04-07 | 5 | -33/+40 |
* | | | | | perf: optimize perf_fetch_caller_regs | Alexei Starovoitov | 2016-04-07 | 1 | -0/+1 |
|/ / / / |
|
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2016-04-01 | 1 | -2/+4 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | bpf: add missing map_flags to bpf_map_show_fdinfo | Daniel Borkmann | 2016-03-25 | 1 | -2/+4 |
* | | | | arch, ftrace: for KASAN put hard/soft IRQ entries into separate sections | Alexander Potapenko | 2016-03-25 | 2 | -1/+2 |
* | | | | oom: clear TIF_MEMDIE after oom_reaper managed to unmap the address space | Michal Hocko | 2016-03-25 | 1 | -1/+1 |
* | | | | sched: add schedule_timeout_idle() | Andrew Morton | 2016-03-25 | 1 | -0/+11 |
* | | | | Merge tag 'pm+acpi-4.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2016-03-24 | 1 | -0/+1 |
|\ \ \ \
| |/ / /
|/| | | |
|
| | | | | |
| | \ \ | |
| *-. \ \ | Merge branches 'pm-avs', 'pm-clk', 'pm-devfreq' and 'pm-sleep' | Rafael J. Wysocki | 2016-03-25 | 1 | -0/+1 |
| |\ \ \ \ |
|