| Commit message (Expand) | Author | Age | Files | Lines |
* | bpf: avoid copying junk bytes in bpf_get_current_comm() | Alexei Starovoitov | 2016-03-10 | 1 | -1/+1 |
* | bpf: bpf_stackmap_copy depends on CONFIG_PERF_EVENTS | Alexei Starovoitov | 2016-03-10 | 1 | -0/+5 |
* | bpf: convert stackmap to pre-allocation | Alexei Starovoitov | 2016-03-08 | 2 | -18/+70 |
* | bpf: check for reserved flag bits in array and stack maps | Alexei Starovoitov | 2016-03-08 | 2 | -1/+4 |
* | bpf: pre-allocate hash map elements | Alexei Starovoitov | 2016-03-08 | 2 | -74/+181 |
* | bpf: introduce percpu_freelist | Alexei Starovoitov | 2016-03-08 | 3 | -1/+132 |
* | bpf: prevent kprobe+bpf deadlocks | Alexei Starovoitov | 2016-03-08 | 2 | -2/+13 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-03-08 | 6 | -144/+266 |
|\ |
|
| * | Merge tag 'trace-fixes-v4.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2016-03-05 | 2 | -12/+15 |
| |\ |
|
| | * | tracing: Do not have 'comm' filter override event 'comm' field | Steven Rostedt (Red Hat) | 2016-03-04 | 2 | -12/+15 |
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-02-28 | 1 | -128/+240 |
| |\ \ |
|
| | * | | perf: Robustify task_function_call() | Peter Zijlstra | 2016-02-25 | 1 | -20/+20 |
| | * | | perf: Fix scaling vs. perf_install_in_context() | Peter Zijlstra | 2016-02-25 | 1 | -45/+70 |
| | * | | perf: Fix scaling vs. perf_event_enable() | Peter Zijlstra | 2016-02-25 | 1 | -19/+23 |
| | * | | perf: Fix scaling vs. perf_event_enable_on_exec() | Peter Zijlstra | 2016-02-25 | 1 | -0/+1 |
| | * | | perf: Fix ctx time tracking by introducing EVENT_TIME | Peter Zijlstra | 2016-02-25 | 1 | -12/+30 |
| | * | | perf: Cure event->pending_disable race | Peter Zijlstra | 2016-02-25 | 1 | -3/+3 |
| | * | | perf: Fix race between event install and jump_labels | Peter Zijlstra | 2016-02-25 | 1 | -8/+41 |
| | * | | perf: Fix cloning | Peter Zijlstra | 2016-02-25 | 1 | -15/+14 |
| | * | | perf: Only update context time when active | Peter Zijlstra | 2016-02-25 | 1 | -6/+6 |
| | * | | perf: Allow perf_release() with !event->ctx | Peter Zijlstra | 2016-02-25 | 1 | -3/+13 |
| | * | | perf: Do not double free | Peter Zijlstra | 2016-02-25 | 1 | -1/+6 |
| | * | | perf: Close install vs. exit race | Peter Zijlstra | 2016-02-25 | 1 | -9/+26 |
| * | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2016-02-28 | 1 | -1/+1 |
| |\ \ \ |
|
| | * | | | sched/deadline: Fix trivial typo in printk() message | Steven Rostedt | 2016-02-17 | 1 | -1/+1 |
| * | | | | Merge tag 'trace-fixes-v4.5-rc5-2' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2016-02-26 | 1 | -1/+2 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| | * | | | tracing: Fix showing function event in available_events | Steven Rostedt (Red Hat) | 2016-02-24 | 1 | -1/+2 |
| * | | | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2016-02-26 | 1 | -1/+3 |
| |\ \ \ \
| | |_|_|/
| |/| | | |
|
| | * | | | devm_memremap: Fix error value when memremap failed | Toshi Kani | 2016-02-24 | 1 | -1/+3 |
| | | |/
| | |/| |
|
| * | | | Merge tag 'trace-fixes-v4.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2016-02-22 | 1 | -1/+5 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | tracing, kasan: Silence Kasan warning in check_stack of stack_tracer | Yang Shi | 2016-02-19 | 1 | -1/+5 |
| | |/ |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-02-23 | 12 | -156/+266 |
|\| | |
|
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-02-20 | 1 | -3/+1 |
| |\ \ |
|
| | * | | perf/core: Plug potential memory leak in CPU_UP_PREPARE | Thomas Gleixner | 2016-02-17 | 1 | -1/+1 |
| | * | | perf/core: Remove the bogus and dangerous CPU_DOWN_FAILED hotplug state | Thomas Gleixner | 2016-02-17 | 1 | -1/+0 |
| | * | | perf/core: Remove bogus UP_CANCELED hotplug state | Thomas Gleixner | 2016-02-17 | 1 | -1/+0 |
| | |/ |
|
| * | | kernel/resource.c: fix muxed resource handling in __request_region() | Simon Guinot | 2016-02-20 | 1 | -2/+3 |
| * | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2016-02-19 | 1 | -1/+1 |
| |\ \ |
|
| | * | | devm_memremap_release(): fix memremap'd addr handling | Toshi Kani | 2016-02-19 | 1 | -1/+1 |
| | |/ |
|
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2016-02-19 | 2 | -35/+5 |
| |\ \
| | |/
| |/| |
|
| | * | ftrace/module: remove ftrace module notifier | Jessica Yu | 2016-02-17 | 2 | -35/+5 |
| * | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2016-02-14 | 1 | -6/+10 |
| |\ \ |
|
| | * | | locking/lockdep: Fix stack trace caching logic | Dmitry Vyukov | 2016-02-09 | 1 | -6/+10 |
| * | | | mm: fix pfn_t vs highmem | Dan Williams | 2016-02-12 | 1 | -1/+1 |
| * | | | kernel/locking/lockdep.c: convert hash tables to hlists | Andrew Morton | 2016-02-12 | 1 | -23/+19 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2016-02-11 | 1 | -1/+1 |
| |\ \ \ |
|
| | * | | | bpf: fix branch offset adjustment on backjumps after patching ctx expansion | Daniel Borkmann | 2016-02-10 | 1 | -1/+1 |
| * | | | | Merge branch 'for-4.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-02-10 | 2 | -30/+72 |
| |\ \ \ \ |
|
| | * | | | | cgroup: make sure a parent css isn't freed before its children | Tejun Heo | 2016-01-22 | 1 | -3/+4 |
| | * | | | | cgroup: make sure a parent css isn't offlined before its children | Tejun Heo | 2016-01-22 | 1 | -5/+17 |