aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-09-01bpf: sockmap update/simplify memory accounting schemeGravatar John Fastabend 1-11/+7
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 13-50/+113
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-13/+17
2017-09-01bpf: Only set node->ref = 1 if it has not been setGravatar Martin KaFai Lau 2-2/+8
2017-09-01bpf: Inline LRU map lookupGravatar Martin KaFai Lau 1-0/+19
2017-08-31mm, uprobes: fix multiple free of ->uprobes_state.xol_areaGravatar Eric Biggers 2-2/+8
2017-08-31kernel/kthread.c: kthread_worker: don't hog the cpuGravatar Shaohua Li 1-0/+1
2017-08-29Merge branch 'for-4.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+1
2017-08-28bpf: fix oops on allocation failureGravatar Dan Carpenter 1-0/+1
2017-08-28bpf: sockmap indicate sock events to listenersGravatar John Fastabend 1-0/+6
2017-08-28bpf: harden sockmap program attach to ensure correct map typeGravatar John Fastabend 1-0/+3
2017-08-28bpf: sockmap add missing rcu_read_(un)lock in smap_data_readyGravatar John Fastabend 1-3/+6
2017-08-28bpf: sockmap, remove STRPARSER map_flags and add multi-map supportGravatar John Fastabend 1-104/+165
2017-08-28bpf: convert sockmap field attach_bpf_fd2 to typeGravatar John Fastabend 2-38/+25
2017-08-27Minor page waitqueue cleanupsGravatar Linus Torvalds 1-3/+4
2017-08-26Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-9/+41
2017-08-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-20/+19
2017-08-25fork: fix incorrect fput of ->exe_file causing use-after-freeGravatar Eric Biggers 1-0/+1
2017-08-25perf/core: Fix group {cpu,task} validationGravatar Mark Rutland 1-20/+19
2017-08-24strparser: initialize all callbacksGravatar Eric Biggers 1-5/+5
2017-08-24Merge tag 'trace-v4.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 6-16/+38
2017-08-24cpuset: Fix incorrect memory_pressure control file mappingGravatar Waiman Long 1-0/+1
2017-08-24tracing: Fix freeing of filter in create_filter() when set_str is falseGravatar Steven Rostedt (VMware) 1-0/+4
2017-08-24tracing: Fix kmemleak in tracing_map_array_free()Gravatar Chunyu Hu 1-4/+7
2017-08-24ftrace: Check for null ret_stack on profile function graph entry functionGravatar Steven Rostedt (VMware) 1-0/+4
2017-08-24timers: Fix excessive granularity of new timers after a nohz idleGravatar Nicholas Piggin 1-9/+41
2017-08-23bpf: netdev is never null in __dev_map_flushGravatar Daniel Borkmann 1-5/+3
2017-08-23bpf/verifier: document liveness analysisGravatar Edward Cree 1-1/+27
2017-08-23bpf/verifier: remove varlen_map_value_access flagGravatar Edward Cree 1-29/+12
2017-08-23bpf/verifier: when pruning a branch, ignore its write marksGravatar Edward Cree 1-2/+7
2017-08-22bpf: minor cleanups for dev_mapGravatar Daniel Borkmann 1-59/+41
2017-08-22bpf: fix map value attribute for hash of mapsGravatar Daniel Borkmann 1-13/+17
2017-08-22bpf: fix map value attribute for hash of mapsGravatar Daniel Borkmann 1-13/+17
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 9-28/+149
2017-08-21pids: make task_tgid_nr_ns() safeGravatar Oleg Nesterov 1-7/+4
2017-08-20bpf: fix double free from dev_map_notification()Gravatar Daniel Borkmann 1-7/+5
2017-08-20Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-8/+39
2017-08-20Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-4/+10
2017-08-20Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-0/+60
2017-08-20genirq/ipi: Fixup checks against nr_cpu_idsGravatar Alexey Dobriyan 1-2/+2
2017-08-19bpf: inline map in map lookup functions for array and htabGravatar Daniel Borkmann 2-0/+43
2017-08-19bpf: make htab inlining more robust wrt assumptionsGravatar Daniel Borkmann 1-1/+5
2017-08-19bpf: Allow selecting numa node during map creationGravatar Martin KaFai Lau 7-21/+55
2017-08-18bpf: Fix map-in-map checking in the verifierGravatar Martin KaFai Lau 1-0/+1
2017-08-18signal: don't remove SIGNAL_UNKILLABLE for traced tasks.Gravatar Jamie Iles 1-1/+5
2017-08-18kmod: fix wait on recursive loopGravatar Luis R. Rodriguez 1-2/+23
2017-08-18bpf: fix a return in sockmap_get_from_fd()Gravatar Dan Carpenter 1-2/+2
2017-08-18kernel/watchdog: Prevent false positives with turbo modesGravatar Thomas Gleixner 2-0/+60
2017-08-18genirq: Restore trigger settings in irq_modify_status()Gravatar Marc Zyngier 1-2/+8
2017-08-17bpf: don't enable preemption twice in smap_do_verdictGravatar Daniel Borkmann 1-1/+2