summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* bpf: sockmap update/simplify memory accounting schemeJohn Fastabend2017-09-011-11/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-0113-50/+113
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-09-011-13/+17
| |\
| | * bpf: fix map value attribute for hash of mapsDaniel Borkmann2017-08-221-13/+17
| * | mm, uprobes: fix multiple free of ->uprobes_state.xol_areaEric Biggers2017-08-312-2/+8
| * | kernel/kthread.c: kthread_worker: don't hog the cpuShaohua Li2017-08-311-0/+1
| * | Merge branch 'for-4.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-08-291-0/+1
| |\ \
| | * | cpuset: Fix incorrect memory_pressure control file mappingWaiman Long2017-08-241-0/+1
| * | | Minor page waitqueue cleanupsLinus Torvalds2017-08-271-3/+4
| * | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-08-261-9/+41
| |\ \ \
| | * | | timers: Fix excessive granularity of new timers after a nohz idleNicholas Piggin2017-08-241-9/+41
| * | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-08-261-20/+19
| |\ \ \ \
| | * | | | perf/core: Fix group {cpu,task} validationMark Rutland2017-08-251-20/+19
| * | | | | fork: fix incorrect fput of ->exe_file causing use-after-freeEric Biggers2017-08-251-0/+1
| |/ / / /
| * | | | Merge tag 'trace-v4.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-08-246-16/+38
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | tracing: Fix freeing of filter in create_filter() when set_str is falseSteven Rostedt (VMware)2017-08-241-0/+4
| | * | | tracing: Fix kmemleak in tracing_map_array_free()Chunyu Hu2017-08-241-4/+7
| | * | | ftrace: Check for null ret_stack on profile function graph entry functionSteven Rostedt (VMware)2017-08-241-0/+4
| | * | | ring-buffer: Have ring_buffer_alloc_read_page() return error on offline CPUSteven Rostedt (VMware)2017-08-023-11/+21
| | * | | tracing: Missing error code in tracer_alloc_buffers()Dan Carpenter2017-08-021-0/+1
| | * | | tracing: Call clear_boot_tracer() at lateinit_syncSteven Rostedt (VMware)2017-08-021-1/+1
* | | | | bpf: Only set node->ref = 1 if it has not been setMartin KaFai Lau2017-09-012-2/+8
* | | | | bpf: Inline LRU map lookupMartin KaFai Lau2017-09-011-0/+19
* | | | | bpf: fix oops on allocation failureDan Carpenter2017-08-281-0/+1
* | | | | bpf: sockmap indicate sock events to listenersJohn Fastabend2017-08-281-0/+6
* | | | | bpf: harden sockmap program attach to ensure correct map typeJohn Fastabend2017-08-281-0/+3
* | | | | bpf: sockmap add missing rcu_read_(un)lock in smap_data_readyJohn Fastabend2017-08-281-3/+6
* | | | | bpf: sockmap, remove STRPARSER map_flags and add multi-map supportJohn Fastabend2017-08-281-104/+165
* | | | | bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend2017-08-282-38/+25
* | | | | strparser: initialize all callbacksEric Biggers2017-08-241-5/+5
* | | | | bpf: netdev is never null in __dev_map_flushDaniel Borkmann2017-08-231-5/+3
* | | | | bpf/verifier: document liveness analysisEdward Cree2017-08-231-1/+27
* | | | | bpf/verifier: remove varlen_map_value_access flagEdward Cree2017-08-231-29/+12
* | | | | bpf/verifier: when pruning a branch, ignore its write marksEdward Cree2017-08-231-2/+7
* | | | | bpf: minor cleanups for dev_mapDaniel Borkmann2017-08-221-59/+41
* | | | | bpf: fix map value attribute for hash of mapsDaniel Borkmann2017-08-221-13/+17
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-219-28/+149
|\ \ \ \ \ | |/ / / /
| * | | | pids: make task_tgid_nr_ns() safeOleg Nesterov2017-08-211-7/+4
| | |/ / | |/| |
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-08-201-8/+39
| |\ \ \
| | * | | perf/core: Fix time on IOC_ENABLEPeter Zijlstra2017-08-101-5/+36
| | * | | perf/x86: Fix RDPMC vs. mm_struct trackingPeter Zijlstra2017-08-101-3/+3
| * | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-08-202-4/+10
| |\ \ \ \
| | * | | | genirq/ipi: Fixup checks against nr_cpu_idsAlexey Dobriyan2017-08-201-2/+2
| | * | | | genirq: Restore trigger settings in irq_modify_status()Marc Zyngier2017-08-181-2/+8
| * | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-08-202-0/+60
| |\ \ \ \ \
| | * | | | | kernel/watchdog: Prevent false positives with turbo modesThomas Gleixner2017-08-182-0/+60
| * | | | | | signal: don't remove SIGNAL_UNKILLABLE for traced tasks.Jamie Iles2017-08-181-1/+5
| * | | | | | kmod: fix wait on recursive loopLuis R. Rodriguez2017-08-181-2/+23
| * | | | | | Merge tag 'audit-pr-20170816' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-08-161-6/+8
| |\ \ \ \ \ \
| | * | | | | | audit: Receive unmount eventJan Kara2017-08-151-1/+1
OpenPOWER on IntegriCloud