aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-08-16bpf: sock_map fixes for !CONFIG_BPF_SYSCALL and !STREAM_PARSERGravatar John Fastabend 2-1/+5
2017-08-16bpf: sockmap state change warning fixGravatar John Fastabend 1-0/+3
2017-08-16bpf: devmap: remove unnecessary value size checkGravatar John Fastabend 1-6/+0
2017-08-16bpf: add access to sock fields and pkt data from sk_skb programsGravatar John Fastabend 1-0/+1
2017-08-16bpf: sockmap with sk redirect supportGravatar John Fastabend 4-2/+857
2017-08-16bpf: export bpf_prog_inc_not_zeroGravatar John Fastabend 1-1/+2
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 3-6/+32
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-4/+30
2017-08-15bpf: fix bpf_trace_printk on 32 bit archsGravatar Daniel Borkmann 1-4/+30
2017-08-15bpf/verifier: track liveness for pruningGravatar Edward Cree 1-43/+146
2017-08-10mm: migrate: prevent racy access to tlb_flush_pendingGravatar Nadav Amit 1-1/+1
2017-08-10mm: fix global NR_SLAB_.*CLAIMABLE counter readsGravatar Johannes Weiner 1-1/+1
2017-08-09bpf: enable BPF_J{LT, LE, SLT, SLE} opcodes in verifierGravatar Daniel Borkmann 1-4/+58
2017-08-09bpf: add BPF_J{LT,LE,SLT,SLE} instructionsGravatar Daniel Borkmann 1-0/+60
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+3
2017-08-09futex: Remove unnecessary warning from get_futex_keyGravatar Mel Gorman 1-2/+3
2017-08-08bpf: Extend check_uarg_tail_zero() checksGravatar Mickaël Salaün 1-11/+15
2017-08-08bpf: Move check_uarg_tail_zero() upwardGravatar Mickaël Salaün 1-26/+26
2017-08-08bpf/verifier: increase complexity limit to 128kGravatar Edward Cree 1-1/+1
2017-08-08bpf/verifier: more concise register state logs for constant var_offGravatar Edward Cree 1-19/+27
2017-08-08bpf/verifier: track signed and unsigned min/max valuesGravatar Edward Cree 2-308/+445
2017-08-08bpf/verifier: rework value trackingGravatar Edward Cree 3-807/+1139
2017-08-07bpf: devmap fix mutex in rcu critical sectionGravatar John Fastabend 1-23/+25
2017-08-07bpf: add support for sys_enter_* and sys_exit_* tracepointsGravatar Yonghong Song 2-6/+57
2017-08-07Merge tag 'mlx5-shared-2017-08-07' of git://git.kernel.org/pub/scm/linux/kern...Gravatar David S. Miller 4-8/+9
2017-08-06Fix compat_sys_sigpending breakageGravatar Dmitry V. Levin 1-4/+7
2017-08-04Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2017-08-02cpuset: fix a deadlock due to incomplete patching of cpusets_enabled()Gravatar Dima Zavin 1-0/+1
2017-08-02pid: kill pidhash_size in pidhash_init()Gravatar Kefeng Wang 1-3/+0
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 18-107/+162
2017-08-01timers: Fix overflow in get_next_timer_interruptGravatar Matija Glavinic Pecotic 1-1/+1
2017-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 2-8/+17
2017-07-31Merge branch 'for-4.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-29/+40
2017-07-31Merge branch 'for-4.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-4/+26
2017-07-30Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2017-07-29bpf: fix bpf_prog_get_info_by_fd to dump correct xlated_prog_lenGravatar Daniel Borkmann 1-1/+1
2017-07-29bpf: don't indicate success when copy_from_user failsGravatar Daniel Borkmann 1-1/+1
2017-07-28workqueue: Work around edge cases for calc of pool's cpumaskGravatar Michael Bringmann 1-0/+7
2017-07-27genirq/cpuhotplug: Revert "Set force affinity flag on hotplug migration"Gravatar Thomas Gleixner 1-2/+7
2017-07-25workqueue: implicit ordered attribute should be overridableGravatar Tejun Heo 1-4/+9
2017-07-25sched/core: Fix some documentation build warningsGravatar Jonathan Corbet 1-1/+1
2017-07-24bpf: dev_map_alloc() shouldn't return NULLGravatar Dan Carpenter 1-0/+1
2017-07-24bpf/verifier: fix min/max handling in BPF_SUBGravatar Edward Cree 1-6/+15
2017-07-23cgroup: fix error return value from cgroup_subtree_control()Gravatar Tejun Heo 1-2/+2
2017-07-21Merge tag 'trace-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-22/+36
2017-07-21Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-9/+11
2017-07-21Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-21/+12
2017-07-21Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-1/+0
2017-07-21Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-10/+12
2017-07-21perf/core: Fix locking for children siblings group readGravatar Jiri Olsa 1-0/+5