summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds2019-07-112-11/+8
|\
| * livepatch: Remove duplicate warning about missing reliable stacktrace supportPetr Mladek2019-06-201-1/+0
| * Revert "livepatch: Remove reliable stacktrace check in klp_try_switch_task()"Miroslav Benes2019-06-201-0/+7
| * stacktrace: Remove weak version of save_stack_trace_tsk_reliable()Miroslav Benes2019-06-201-8/+0
| * livepatch: Use static buffer for debugging messages under rq lockPetr Mladek2019-06-051-2/+1
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-07-111-5/+1
|\ \
| * | timekeeping/vsyscall: Use __iter_div_u64_rem()Arnd Bergmann2019-07-101-5/+1
* | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-07-111-1/+1
|\ \ \
| * | | stacktrace: Use PF_KTHREAD to check for kernel threadsThomas Gleixner2019-07-031-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-1118-424/+1984
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-082-8/+8
| |\ \ \ \
| | * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-07-032-8/+8
| | |\ \ \ \
| | | * | | | bpf: fix BPF_ALU32 | BPF_ARSH on BE archesJiong Wang2019-06-261-2/+2
| | | * | | | bpf: fix NULL deref in btf_type_is_resolve_source_onlyStanislav Fomichev2019-06-241-6/+6
| * | | | | | bpf: cgroup: Fix build error without CONFIG_NETYueHaibing2019-07-081-0/+4
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-07-048-152/+612
| |\ \ \ \ \ \
| | * | | | | | bpf: fix precision trackingAlexei Starovoitov2019-07-031-14/+107
| | * | | | | | devmap: Allow map lookups from eBPFToke Høiland-Jørgensen2019-06-292-5/+7
| | * | | | | | devmap/cpumap: Use flush list instead of bitmapToke Høiland-Jørgensen2019-06-292-117/+95
| | * | | | | | xskmap: Move non-standard list manipulation to helperToke Høiland-Jørgensen2019-06-291-2/+1
| | * | | | | | bpf: implement getsockopt and setsockopt hooksStanislav Fomichev2019-06-274-0/+369
| | * | | | | | bpf: fix cgroup bpf release synchronizationRoman Gushchin2019-06-271-1/+18
| | * | | | | | bpf: fix compiler warning with CONFIG_MODULES=nYonghong Song2019-06-261-13/+14
| | * | | | | | xdp: Add tracepoint for bulk XDP_TXToshiaki Makita2019-06-251-0/+1
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-271-40/+18
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| / / / / / | | |/ / / / /
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-2212-42/+12
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-06-204-71/+734
| |\ \ \ \ \ \ \
| | * | | | | | | bpf: precise scalar_value trackingAlexei Starovoitov2019-06-191-11/+480
| | * | | | | | | bpf: fix callees pruning callersAlexei Starovoitov2019-06-191-5/+6
| | * | | | | | | bpf: introduce bounded loopsAlexei Starovoitov2019-06-191-12/+131
| | * | | | | | | bpf: extend is_branch_taken to registersAlexei Starovoitov2019-06-191-15/+19
| | * | | | | | | bpf: track spill/fill of constantsAlexei Starovoitov2019-06-191-25/+65
| | * | | | | | | bpf: silence warning messages in coreValdis Klētnieks2019-06-121-0/+1
| | * | | | | | | bpf: Allow bpf_map_lookup_elem() on an xskmapJonathan Lemon2019-06-102-2/+31
| | * | | | | | | bpf: remove redundant assignment to errColin Ian King2019-06-042-2/+2
| * | | | | | | | xdp: page_pool related fix to cpumapJesper Dangaard Brouer2019-06-191-0/+3
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-1750-302/+385
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-0734-301/+137
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-05-3116-230/+661
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin2019-05-3111-56/+17
| | * | | | | | | | | bpf: rework memlock-based memory accounting for mapsRoman Gushchin2019-05-3111-82/+100
| | * | | | | | | | | bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin2019-05-3111-25/+26
| | * | | | | | | | | bpf: add memlock precharge check for cgroup_local_storageRoman Gushchin2019-05-311-2/+9
| | * | | | | | | | | bpf: Update __cgroup_bpf_run_filter_skb with cnbrakmo2019-05-311-5/+20
| | * | | | | | | | | bpf: cgroup inet skb programs can return 0 to 3brakmo2019-05-312-3/+25
| | * | | | | | | | | bpf: tracing: properly use bpf_prog_array apiStanislav Fomichev2019-05-291-8/+10
| | * | | | | | | | | bpf: cgroup: properly use bpf_prog_array apiStanislav Fomichev2019-05-291-11/+17
| | * | | | | | | | | bpf: remove __rcu annotations from bpf_prog_arrayStanislav Fomichev2019-05-291-24/+13
| | * | | | | | | | | bpf: decouple the lifetime of cgroup_bpf from cgroup itselfRoman Gushchin2019-05-282-7/+45
| | * | | | | | | | | bpf: check signal validity in nmi for bpf_send_signal() helperYonghong Song2019-05-281-0/+6