summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* bpf: avoid copying junk bytes in bpf_get_current_comm()Alexei Starovoitov2016-03-091-1/+1
* bpf: bpf_stackmap_copy depends on CONFIG_PERF_EVENTSAlexei Starovoitov2016-03-091-0/+5
* bpf: convert stackmap to pre-allocationAlexei Starovoitov2016-03-082-18/+70
* bpf: check for reserved flag bits in array and stack mapsAlexei Starovoitov2016-03-082-1/+4
* bpf: pre-allocate hash map elementsAlexei Starovoitov2016-03-082-74/+181
* bpf: introduce percpu_freelistAlexei Starovoitov2016-03-083-1/+132
* bpf: prevent kprobe+bpf deadlocksAlexei Starovoitov2016-03-082-2/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-086-144/+266
|\
| * Merge tag 'trace-fixes-v4.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-03-042-12/+15
| |\
| | * tracing: Do not have 'comm' filter override event 'comm' fieldSteven Rostedt (Red Hat)2016-03-042-12/+15
| * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-02-281-128/+240
| |\ \
| | * | perf: Robustify task_function_call()Peter Zijlstra2016-02-251-20/+20
| | * | perf: Fix scaling vs. perf_install_in_context()Peter Zijlstra2016-02-251-45/+70
| | * | perf: Fix scaling vs. perf_event_enable()Peter Zijlstra2016-02-251-19/+23
| | * | perf: Fix scaling vs. perf_event_enable_on_exec()Peter Zijlstra2016-02-251-0/+1
| | * | perf: Fix ctx time tracking by introducing EVENT_TIMEPeter Zijlstra2016-02-251-12/+30
| | * | perf: Cure event->pending_disable racePeter Zijlstra2016-02-251-3/+3
| | * | perf: Fix race between event install and jump_labelsPeter Zijlstra2016-02-251-8/+41
| | * | perf: Fix cloningPeter Zijlstra2016-02-251-15/+14
| | * | perf: Only update context time when activePeter Zijlstra2016-02-251-6/+6
| | * | perf: Allow perf_release() with !event->ctxPeter Zijlstra2016-02-251-3/+13
| | * | perf: Do not double freePeter Zijlstra2016-02-251-1/+6
| | * | perf: Close install vs. exit racePeter Zijlstra2016-02-251-9/+26
| * | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-02-281-1/+1
| |\ \ \
| | * | | sched/deadline: Fix trivial typo in printk() messageSteven Rostedt2016-02-171-1/+1
| * | | | Merge tag 'trace-fixes-v4.5-rc5-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-02-251-1/+2
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | tracing: Fix showing function event in available_eventsSteven Rostedt (Red Hat)2016-02-241-1/+2
| * | | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-02-251-1/+3
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | devm_memremap: Fix error value when memremap failedToshi Kani2016-02-231-1/+3
| | | |/ | | |/|
| * | | Merge tag 'trace-fixes-v4.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-02-221-1/+5
| |\ \ \ | | | |/ | | |/|
| | * | tracing, kasan: Silence Kasan warning in check_stack of stack_tracerYang Shi2016-02-191-1/+5
| | |/
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-2312-156/+266
|\| |
| * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-02-201-3/+1
| |\ \
| | * | perf/core: Plug potential memory leak in CPU_UP_PREPAREThomas Gleixner2016-02-171-1/+1
| | * | perf/core: Remove the bogus and dangerous CPU_DOWN_FAILED hotplug stateThomas Gleixner2016-02-171-1/+0
| | * | perf/core: Remove bogus UP_CANCELED hotplug stateThomas Gleixner2016-02-171-1/+0
| | |/
| * | kernel/resource.c: fix muxed resource handling in __request_region()Simon Guinot2016-02-201-2/+3
| * | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-02-191-1/+1
| |\ \
| | * | devm_memremap_release(): fix memremap'd addr handlingToshi Kani2016-02-181-1/+1
| | |/
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-02-182-35/+5
| |\ \ | | |/ | |/|
| | * ftrace/module: remove ftrace module notifierJessica Yu2016-02-172-35/+5
| * | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2016-02-141-6/+10
| |\ \
| | * | locking/lockdep: Fix stack trace caching logicDmitry Vyukov2016-02-091-6/+10
| * | | mm: fix pfn_t vs highmemDan Williams2016-02-111-1/+1
| * | | kernel/locking/lockdep.c: convert hash tables to hlistsAndrew Morton2016-02-111-23/+19
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-02-111-1/+1
| |\ \ \
| | * | | bpf: fix branch offset adjustment on backjumps after patching ctx expansionDaniel Borkmann2016-02-101-1/+1
| * | | | Merge branch 'for-4.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-02-102-30/+72
| |\ \ \ \
| | * | | | cgroup: make sure a parent css isn't freed before its childrenTejun Heo2016-01-221-3/+4
| | * | | | cgroup: make sure a parent css isn't offlined before its childrenTejun Heo2016-01-221-5/+17