summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | Merge branch 'for-4.13-fixes' into for-4.14Tejun Heo2017-09-051-4/+26
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | workqueue: Use TASK_IDLEPeter Zijlstra2017-08-231-2/+2
| * | | | | | | | | | workqueue: fix path to documentationBenjamin Peterson2017-08-071-1/+1
* | | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-064-40/+51
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
| * | | | | | | | | | mm,fork: introduce MADV_WIPEONFORKRik van Riel2017-09-061-2/+8
| * | | | | | | | | | mm: oom: let oom_reap_task and exit_mmap run concurrentlyAndrea Arcangeli2017-09-061-17/+0
| * | | | | | | | | | mm: replace TIF_MEMDIE checks by tsk_is_oom_victimMichal Hocko2017-09-061-4/+5
| * | | | | | | | | | mm, devm_memremap_pages: use multi-order radix for ZONE_DEVICE lookupsDan Williams2017-09-061-14/+38
| * | | | | | | | | | cgroup: revert fa06235b8eb0 ("cgroup: reset css on destruction")Roman Gushchin2017-09-061-3/+0
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-0614-1035/+3249
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | bpf: fix numa_node validationEric Dumazet2017-09-051-1/+2
| * | | | | | | | | | bpf: sockmap update/simplify memory accounting schemeJohn Fastabend2017-09-011-11/+7
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-0113-50/+113
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | bpf: Only set node->ref = 1 if it has not been setMartin KaFai Lau2017-09-012-2/+8
| * | | | | | | | | | | bpf: Inline LRU map lookupMartin KaFai Lau2017-09-011-0/+19
| * | | | | | | | | | | bpf: fix oops on allocation failureDan Carpenter2017-08-281-0/+1
| * | | | | | | | | | | bpf: sockmap indicate sock events to listenersJohn Fastabend2017-08-281-0/+6
| * | | | | | | | | | | bpf: harden sockmap program attach to ensure correct map typeJohn Fastabend2017-08-281-0/+3
| * | | | | | | | | | | bpf: sockmap add missing rcu_read_(un)lock in smap_data_readyJohn Fastabend2017-08-281-3/+6
| * | | | | | | | | | | bpf: sockmap, remove STRPARSER map_flags and add multi-map supportJohn Fastabend2017-08-281-104/+165
| * | | | | | | | | | | bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend2017-08-282-38/+25
| * | | | | | | | | | | strparser: initialize all callbacksEric Biggers2017-08-241-5/+5
| * | | | | | | | | | | bpf: netdev is never null in __dev_map_flushDaniel Borkmann2017-08-231-5/+3
| * | | | | | | | | | | bpf/verifier: document liveness analysisEdward Cree2017-08-231-1/+27
| * | | | | | | | | | | bpf/verifier: remove varlen_map_value_access flagEdward Cree2017-08-231-29/+12
| * | | | | | | | | | | bpf/verifier: when pruning a branch, ignore its write marksEdward Cree2017-08-231-2/+7
| * | | | | | | | | | | bpf: minor cleanups for dev_mapDaniel Borkmann2017-08-221-59/+41
| * | | | | | | | | | | bpf: fix map value attribute for hash of mapsDaniel Borkmann2017-08-221-13/+17
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-219-28/+149
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | bpf: fix double free from dev_map_notification()Daniel Borkmann2017-08-201-7/+5
| * | | | | | | | | | | | bpf: inline map in map lookup functions for array and htabDaniel Borkmann2017-08-192-0/+43
| * | | | | | | | | | | | bpf: make htab inlining more robust wrt assumptionsDaniel Borkmann2017-08-191-1/+5
| * | | | | | | | | | | | bpf: Allow selecting numa node during map creationMartin KaFai Lau2017-08-197-21/+55
| * | | | | | | | | | | | bpf: Fix map-in-map checking in the verifierMartin KaFai Lau2017-08-181-0/+1
| * | | | | | | | | | | | bpf: fix a return in sockmap_get_from_fd()Dan Carpenter2017-08-181-2/+2
| * | | | | | | | | | | | bpf: don't enable preemption twice in smap_do_verdictDaniel Borkmann2017-08-171-1/+2
| * | | | | | | | | | | | bpf: fix liveness propagation to parent in spilled stack slotsDaniel Borkmann2017-08-171-1/+1
| * | | | | | | | | | | | bpf: sock_map fixes for !CONFIG_BPF_SYSCALL and !STREAM_PARSERJohn Fastabend2017-08-162-1/+5
| * | | | | | | | | | | | bpf: sockmap state change warning fixJohn Fastabend2017-08-161-0/+3
| * | | | | | | | | | | | bpf: devmap: remove unnecessary value size checkJohn Fastabend2017-08-161-6/+0
| * | | | | | | | | | | | bpf: add access to sock fields and pkt data from sk_skb programsJohn Fastabend2017-08-161-0/+1
| * | | | | | | | | | | | bpf: sockmap with sk redirect supportJohn Fastabend2017-08-164-2/+857
| * | | | | | | | | | | | bpf: export bpf_prog_inc_not_zeroJohn Fastabend2017-08-161-1/+2
| * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-153-6/+32
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | bpf/verifier: track liveness for pruningEdward Cree2017-08-151-43/+146
| * | | | | | | | | | | | | bpf: enable BPF_J{LT, LE, SLT, SLE} opcodes in verifierDaniel Borkmann2017-08-091-4/+58
| * | | | | | | | | | | | | bpf: add BPF_J{LT,LE,SLT,SLE} instructionsDaniel Borkmann2017-08-091-0/+60
| * | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-091-2/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | bpf: Extend check_uarg_tail_zero() checksMickaël Salaün2017-08-081-11/+15
| * | | | | | | | | | | | | | bpf: Move check_uarg_tail_zero() upwardMickaël Salaün2017-08-081-26/+26