summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* bpf: Add helper to retrieve socket in BPFJoe Stringer2018-10-031-1/+7
* bpf: Add reference tracking to verifierJoe Stringer2018-10-031-19/+287
* bpf: Macrofy stack state copyJoe Stringer2018-10-031-46/+60
* bpf: Add PTR_TO_SOCKET verifier typeJoe Stringer2018-10-031-14/+106
* bpf: Generalize ptr_or_null regs checkJoe Stringer2018-10-031-18/+25
* bpf: Reuse canonical string formatter for ctx errsJoe Stringer2018-10-031-4/+3
* bpf: Simplify ptr_min_max_vals adjustmentJoe Stringer2018-10-031-12/+10
* bpf: Add iterator for spilled registersJoe Stringer2018-10-031-9/+7
* bpf: don't allow create maps of per-cpu cgroup local storagesRoman Gushchin2018-10-011-1/+2
* bpf: introduce per-cpu cgroup local storageRoman Gushchin2018-10-014-27/+157
* bpf: rework cgroup storage pointer passingRoman Gushchin2018-10-012-3/+8
* bpf: extend cgroup bpf core to allow multiple cgroup storage typesRoman Gushchin2018-10-015-39/+85
* bpf: permit CGROUP_DEVICE programs accessing helper bpf_get_current_cgroup_id()Yonghong Song2018-09-281-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-09-254-13/+74
|\
| * bpf: remove redundant null pointer check before consume_skbzhong jiang2018-09-211-4/+2
| * flow_dissector: implements flow dissector BPF hookPetar Penkov2018-09-142-0/+40
| * bpf: add bpffs pretty print for program array mapYonghong Song2018-09-111-1/+24
| * bpf/verifier: fix verifier instabilityAlexei Starovoitov2018-09-051-8/+8
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-254-24/+74
|\ \
| * \ Merge gitolite.kernel.org:/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman2018-09-251-20/+71
| |\ \
| | * | bpf: sockmap, fix transition through disconnect without closeJohn Fastabend2018-09-221-19/+41
| | * | bpf: sockmap only allow ESTABLISHED sock stateJohn Fastabend2018-09-221-1/+30
| * | | kernel/sys.c: remove duplicated includeYueHaibing2018-09-201-3/+0
| * | | fork: report pid exhaustion correctlyKJ Tsanaktsidis2018-09-201-1/+1
| * | | Merge tag 'trace-v4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2018-09-191-0/+2
| |\ \ \ | | |/ / | |/| |
| | * | ring-buffer: Allow for rescheduling when removing pagesVaibhav Nagarnaik2018-09-171-0/+2
* | | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-1812-44/+45
|\ \ \ \ | |/ / /
| * | | Merge gitolite.kernel.org:/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman2018-09-182-2/+2
| |\ \ \ | | |/ / | |/| |
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-09-162-2/+2
| | |\ \
| | | * | bpf/verifier: disallow pointer subtractionAlexei Starovoitov2018-09-121-1/+1
| | | * | bpf: btf: Fix end boundary calculation for type sectionMartin KaFai Lau2018-09-121-1/+1
| * | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-09-153-15/+22
| |\ \ \ \
| | * | | | sched/fair: Fix kernel-doc notation warningRandy Dunlap2018-09-101-0/+1
| | * | | | sched/fair: Fix load_balance redo for !imbalanceVincent Guittot2018-09-101-1/+1
| | * | | | sched/fair: Fix scale_rt_capacity() for SMTVincent Guittot2018-09-101-3/+3
| | * | | | sched/fair: Fix vruntime_normalized() for remote non-migration wakeupSteve Muckle2018-09-101-1/+2
| | * | | | sched/pelt: Fix update_blocked_averages() for RT and DL classesVincent Guittot2018-09-101-4/+10
| | * | | | sched/topology: Set correct NUMA topology typeSrikar Dronamraju2018-09-101-4/+1
| | * | | | sched/debug: Fix potential deadlock when writing to sched_featuresJiada Wang2018-09-101-2/+4
| | |/ / /
| * | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-09-152-15/+13
| |\ \ \ \
| | * | | | perf/core: Force USER_DS when recording user stack dataYabin Cui2018-09-101-0/+4
| | * | | | Merge tag 'perf-urgent-for-mingo-4.19-20180903' of git://git.kernel.org/pub/s...Ingo Molnar2018-09-092-15/+9
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | perf/hw_breakpoint: Simplify breakpoint enable in perf_event_modify_breakpointJiri Olsa2018-08-301-8/+3
| | | * | | perf/hw_breakpoint: Enable breakpoint in modify_user_hw_breakpointJiri Olsa2018-08-301-4/+2
| | | * | | perf/hw_breakpoint: Remove superfluous bp->attr.disabled = 0Jiri Olsa2018-08-301-3/+2
| | | * | | perf/hw_breakpoint: Modify breakpoint even if the new attr has disabled setJiri Olsa2018-08-301-4/+6
| * | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-09-154-5/+3
| |\ \ \ \ \
| | * | | | | locking/ww_mutex: Fix spelling mistake "cylic" -> "cyclic"Colin Ian King2018-09-101-1/+1
| | * | | | | locking/lockdep: Delete unnecessary #includeBen Hutchings2018-09-101-1/+0
| | * | | | | jump_label: Fix typo in warning messageBorislav Petkov2018-09-101-1/+1
OpenPOWER on IntegriCloud