Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-09bpf: Fix leftover header->pages in sparc and powerpc code.Song Liu
2021-11-30bpf, docs: Prune all references to "internal BPF"Christoph Hellwig
2021-11-16bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Tiezhu Yang
2021-07-29bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann
2021-01-15bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-05-25sparc: bpf: eliminate zero extension code-genJiong Wang
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2018-12-20bpf: sparc64: Enable sparc64 jit to provide bpf_line_infoMartin KaFai Lau
2018-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-11-27sparc: Adjust bpf JIT prologue for PSEUDO calls.David Miller
2018-11-27sparc: Correct ctx->saw_frame_pointer logic.David Miller
2018-11-27sparc: Fix JIT fused branch convergance.David Miller
2018-11-17net: remove VLAN_TAG_PRESENTMichał Mirosław
2018-11-17net/bpf_jit: SPARC: split VLAN_PRESENT bit handling from VLAN_TCIMichał Mirosław
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-05-15bpf, sparc: remove unused variableDaniel Borkmann
2018-05-04bpf, sparc64: remove ld_abs/ld_indDaniel Borkmann
2018-01-27bpf, sparc64: remove obsolete exception handling from div/modDaniel Borkmann
2018-01-20bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann
2017-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2017-12-23bpf: sparc64: Add JIT support for multi-function programs.David Miller
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-17bpf: fix net.core.bpf_jit_enable raceAlexei Starovoitov
2017-12-15bpf, sparc: fix usage of wrong reg for load_skb_regs after callDaniel Borkmann
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-10bpf, sparc64: implement jiting of BPF_J{LT, LE, SLT, SLE}Daniel Borkmann
2017-06-06bpf: Add jited_len to struct bpf_progMartin KaFai Lau
2017-06-01bpf: Take advantage of stack_depth tracking in sparc64 JITDavid S. Miller
2017-06-01bpf: free up BPF_JMP | BPF_CALL | BPF_X opcodeAlexei Starovoitov
2017-05-02sparc64: Fix BPF JIT wrt. branches and ldimm64 instructions.David S. Miller
2017-04-25sparc64: Improve 64-bit constant loading in eBPF JIT.David S. Miller
2017-04-25sparc64: Support cbcond instructions in eBPF JIT.David S. Miller
2017-04-22sparc64: Add eBPF JIT.David S. Miller
2017-04-22sparc: Split BPF JIT into 32-bit and 64-bit.David S. Miller
2016-03-21sparc: Fix misspellings in comments.Adam Buchbinder
2016-01-06net: filter: make JITs zero A for SKF_AD_ALU_XOR_XRabin Vincent
2015-10-03ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann
2015-07-30bpf, x86/sparc: show actual number of passes in bpf_jit_dumpDaniel Borkmann
2015-01-20module: remove mod arg from module_free, rename module_memfree().Rusty Russell
2014-09-27sparc: bpf_jit: add support for BPF_LD(X) | BPF_LEN instructionsAlexei Starovoitov
2014-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-24sparc: bpf_jit: fix loads from negative offsetsAlexei Starovoitov
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-20sparc: bpf_jit: fix support for ldx/stx mem and SKF_AD_VLAN_TAGAlexei Starovoitov
2014-09-19sparc: bpf_jit: add SKF_AD_PKTTYPE support to JITAlexei Starovoitov
2014-09-10net: bpf: be friendly to kmemcheckDaniel Borkmann
2014-09-05net: bpf: make eBPF interpreter images read-onlyDaniel Borkmann
2014-08-03net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov