aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-05bpf: fix numa_node validationEric Dumazet1-1/+2
2017-09-01bpf: sockmap update/simplify memory accounting schemeJohn Fastabend1-11/+7
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller13-50/+113
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-13/+17
2017-09-01bpf: Only set node->ref = 1 if it has not been setMartin KaFai Lau2-2/+8
2017-09-01bpf: Inline LRU map lookupMartin KaFai Lau1-0/+19
2017-08-31mm, uprobes: fix multiple free of ->uprobes_state.xol_areaEric Biggers2-2/+8
2017-08-31kernel/kthread.c: kthread_worker: don't hog the cpuShaohua Li1-0/+1
2017-08-29Merge branch 'for-4.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-0/+1
2017-08-28bpf: fix oops on allocation failureDan Carpenter1-0/+1
2017-08-28bpf: sockmap indicate sock events to listenersJohn Fastabend1-0/+6
2017-08-28bpf: harden sockmap program attach to ensure correct map typeJohn Fastabend1-0/+3
2017-08-28bpf: sockmap add missing rcu_read_(un)lock in smap_data_readyJohn Fastabend1-3/+6
2017-08-28bpf: sockmap, remove STRPARSER map_flags and add multi-map supportJohn Fastabend1-104/+165
2017-08-28bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend2-38/+25
2017-08-27Minor page waitqueue cleanupsLinus Torvalds1-3/+4
2017-08-26Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-9/+41
2017-08-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-20/+19
2017-08-25fork: fix incorrect fput of ->exe_file causing use-after-freeEric Biggers1-0/+1
2017-08-25perf/core: Fix group {cpu,task} validationMark Rutland1-20/+19
2017-08-24strparser: initialize all callbacksEric Biggers1-5/+5
2017-08-24Merge tag 'trace-v4.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds6-16/+38
2017-08-24cpuset: Fix incorrect memory_pressure control file mappingWaiman Long1-0/+1
2017-08-24tracing: Fix freeing of filter in create_filter() when set_str is falseSteven Rostedt (VMware)1-0/+4
2017-08-24tracing: Fix kmemleak in tracing_map_array_free()Chunyu Hu1-4/+7
2017-08-24ftrace: Check for null ret_stack on profile function graph entry functionSteven Rostedt (VMware)1-0/+4
2017-08-24timers: Fix excessive granularity of new timers after a nohz idleNicholas Piggin1-9/+41
2017-08-23bpf: netdev is never null in __dev_map_flushDaniel Borkmann1-5/+3
2017-08-23bpf/verifier: document liveness analysisEdward Cree1-1/+27
2017-08-23bpf/verifier: remove varlen_map_value_access flagEdward Cree1-29/+12
2017-08-23bpf/verifier: when pruning a branch, ignore its write marksEdward Cree1-2/+7
2017-08-22bpf: minor cleanups for dev_mapDaniel Borkmann1-59/+41
2017-08-22bpf: fix map value attribute for hash of mapsDaniel Borkmann1-13/+17
2017-08-22bpf: fix map value attribute for hash of mapsDaniel Borkmann1-13/+17
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-28/+149
2017-08-21pids: make task_tgid_nr_ns() safeOleg Nesterov1-7/+4
2017-08-20bpf: fix double free from dev_map_notification()Daniel Borkmann1-7/+5
2017-08-20Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+39
2017-08-20Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-4/+10
2017-08-20Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+60
2017-08-20genirq/ipi: Fixup checks against nr_cpu_idsAlexey Dobriyan1-2/+2
2017-08-19bpf: inline map in map lookup functions for array and htabDaniel Borkmann2-0/+43
2017-08-19bpf: make htab inlining more robust wrt assumptionsDaniel Borkmann1-1/+5
2017-08-19bpf: Allow selecting numa node during map creationMartin KaFai Lau7-21/+55
2017-08-18bpf: Fix map-in-map checking in the verifierMartin KaFai Lau1-0/+1
2017-08-18signal: don't remove SIGNAL_UNKILLABLE for traced tasks.Jamie Iles1-1/+5
2017-08-18kmod: fix wait on recursive loopLuis R. Rodriguez1-2/+23
2017-08-18bpf: fix a return in sockmap_get_from_fd()Dan Carpenter1-2/+2
2017-08-18kernel/watchdog: Prevent false positives with turbo modesThomas Gleixner2-0/+60
2017-08-18genirq: Restore trigger settings in irq_modify_status()Marc Zyngier1-2/+8