summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | | | | livepatch: Make klp_apply_object_relocs staticSamuel Zou2020-05-111-1/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | module: Make module_enable_ro() static againJosh Poimboeuf2020-05-081-1/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | x86/module: Use text_mutex in apply_relocate_add()Josh Poimboeuf2020-05-081-6/+0
| * | | | | | | | | | | | | | | | | | | | | | | | | module: Remove module_disable_ro()Josh Poimboeuf2020-05-081-13/+0
| * | | | | | | | | | | | | | | | | | | | | | | | | livepatch: Remove module_disable_ro() usageJosh Poimboeuf2020-05-081-2/+0
| * | | | | | | | | | | | | | | | | | | | | | | | | livepatch: Prevent module-specific KLP rela sections from referencing vmlinux...Josh Poimboeuf2020-05-081-11/+27
| * | | | | | | | | | | | | | | | | | | | | | | | | livepatch: Remove .klp.archPeter Zijlstra2020-05-081-18/+9
| * | | | | | | | | | | | | | | | | | | | | | | | | livepatch: Apply vmlinux-specific KLP relocations earlyJosh Poimboeuf2020-05-082-55/+92
| * | | | | | | | | | | | | | | | | | | | | | | | | livepatch: Disallow vmlinux.koJosh Poimboeuf2020-05-081-0/+5
| | |_|/ / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-033-60/+230
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | mm: allow swappiness that prefers reclaiming anon over the file workingsetJohannes Weiner2020-06-031-1/+2
| * | | | | | | | | | | | | | | | | | | | | | | | mm: memcontrol: delete unused lrucare handlingJohannes Weiner2020-06-031-2/+1
| * | | | | | | | | | | | | | | | | | | | | | | | mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() APIJohannes Weiner2020-06-031-8/+3
| * | | | | | | | | | | | | | | | | | | | | | | | mm: memcontrol: switch to native NR_ANON_MAPPED counterJohannes Weiner2020-06-031-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | mm: memcontrol: drop @compound parameter from memcg charging APIJohannes Weiner2020-06-031-3/+3
| * | | | | | | | | | | | | | | | | | | | | | | | padata: add basic support for multithreaded jobsDaniel Jordan2020-06-031-3/+149
| * | | | | | | | | | | | | | | | | | | | | | | | padata: allocate work structures for parallel jobs from a poolDaniel Jordan2020-06-031-41/+77
| * | | | | | | | | | | | | | | | | | | | | | | | padata: initialize earlierDaniel Jordan2020-06-031-9/+8
| * | | | | | | | | | | | | | | | | | | | | | | | padata: remove exit routineDaniel Jordan2020-06-031-6/+0
* | | | | | | | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-0345-2215/+4826
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | bpf, cgroup: Return ENOLINK for auto-detached links on updateJakub Sitnicki2020-06-011-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | bpf: Add link-based BPF program attachment to network namespaceJakub Sitnicki2020-06-012-2/+245
| * | | | | | | | | | | | | | | | | | | | | | | | | flow_dissector: Move out netns_bpf prog callbacksJakub Sitnicki2020-06-012-0/+134
| * | | | | | | | | | | | | | | | | | | | | | | | | net: Introduce netns_bpf for BPF programs attached to netnsJakub Sitnicki2020-06-011-3/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | bpf: Use tracing helpers for lsm programsJiri Olsa2020-06-012-2/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi2020-06-012-2/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | bpf: Change kvfree to kfree in generic_map_lookup_batch()Denis Efremov2020-06-011-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | xdp: Add xdp_txq_info to xdp_buffDavid Ahern2020-06-011-0/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | bpf: Add support to attach bpf program to a devmap entryDavid Ahern2020-06-011-4/+84
| * | | | | | | | | | | | | | | | | | | | | | | | | devmap: Formalize map value as a named structDavid Ahern2020-06-011-17/+28
| * | | | | | | | | | | | | | | | | | | | | | | | | bpf: Use strncpy_from_unsafe_strict() in bpf_seq_printf() helperYonghong Song2020-06-011-3/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | bpf: Implement BPF ring buffer and verifier support for itAndrii Nakryiko2020-06-016-50/+680
| * | | | | | | | | | | | | | | | | | | | | | | | | bpf: Fix map permissions checkAnton Protopopov2020-06-011-1/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | bpf: Extend bpf_base_func_proto helpers with probe_* and *current_task*John Fastabend2020-06-012-5/+29
| * | | | | | | | | | | | | | | | | | | | | | | | | bpf: Fix spelling in comment explaining ARG1 in ___bpf_prog_runChris Packham2020-06-011-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | bpf: Fix returned error sign when link doesn't support updatesJakub Sitnicki2020-06-011-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-313-32/+20
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-243-17/+53
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | bpf: Verifier track null pointer branch_taken with JNE and JEQJohn Fastabend2020-05-211-3/+33
| * | | | | | | | | | | | | | | | | | | | | | | | | xsk: Move xskmap.c to net/xdp/Björn Töpel2020-05-212-268/+0
| * | | | | | | | | | | | | | | | | | | | | | | | | bpf: Add get{peer, sock}name attach types for sock_addrDaniel Borkmann2020-05-192-1/+17
| * | | | | | | | | | | | | | | | | | | | | | | | | bpf: Fix check_return_code to only allow [0,1] in trace_iter progsDaniel Borkmann2020-05-161-1/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-1514-110/+188
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | bpf: Implement CAP_BPFAlexei Starovoitov2020-05-1514-54/+109
| * | | | | | | | | | | | | | | | | | | | | | | | | xdp: Cpumap redirect use frame_sz and increase skb_tailroomJesper Dangaard Brouer2020-05-141-18/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-05-1411-9/+1357
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | bpf: Fix bpf_iter's task iterator logicAndrii Nakryiko2020-05-141-1/+7
| | * | | | | | | | | | | | | | | | | | | | | | | | | bpf: Enable bpf_iter targets registering ctx argument typesYonghong Song2020-05-135-6/+32
| | * | | | | | | | | | | | | | | | | | | | | | | | | bpf: Change func bpf_iter_unreg_target() signatureYonghong Song2020-05-131-2/+2
| | * | | | | | | | | | | | | | | | | | | | | | | | | bpf: net: Refactor bpf_iter target registrationYonghong Song2020-05-133-42/+42