summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-07-07cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang1-12/+19
2020-07-07umd: Stop using split_argvEric W. Biederman1-9/+3
2020-07-07umd: Remove exit_umhEric W. Biederman2-31/+0
2020-07-07exit: Factor thread_group_exited out of pidfd_pollEric W. Biederman2-5/+25
2020-07-05Merge tag 'core-urgent-2020-07-05' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2020-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller15-88/+338
2020-07-04umd: Track user space drivers with struct pidEric W. Biederman2-6/+12
2020-07-04umh: Stop calling do_execve_fileEric W. Biederman1-7/+3
2020-07-04umd: Transform fork_usermode_blob into fork_usermode_driverEric W. Biederman1-29/+97
2020-07-04umd: Rename umd_info.cmdline umd_info.driver_nameEric W. Biederman1-7/+4
2020-07-04umd: For clarity rename umh_info umd_infoEric W. Biederman1-10/+10
2020-07-04umh: Separate the user mode driver and the user mode helper supportEric W. Biederman4-139/+148
2020-07-04umh: Remove call_usermodehelper_setup_file.Eric W. Biederman1-31/+11
2020-07-04umh: Rename the user mode driver helpers for clarityEric W. Biederman1-5/+5
2020-07-04umh: Move setting PF_UMH into umh_pipe_setupEric W. Biederman1-4/+3
2020-07-04umh: Capture the pid in umh_pipe_setupEric W. Biederman1-3/+2
2020-07-03vmalloc: fix the owner argument for the new __vmalloc_node_range callersChristoph Hellwig1-1/+1
2020-07-02Merge tag 'for-linus-2020-07-02' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2020-07-02bpf: Fix build without CONFIG_STACKTRACESong Liu1-0/+4
2020-07-02Merge tag 'io_uring-5.8-2020-07-01' of git://git.kernel.dk/linux-blockLinus Torvalds2-5/+21
2020-07-01bpf: Allow %pB in bpf_seq_printf() and bpf_trace_printk()Song Liu1-2/+8
2020-07-01bpf: Introduce helper bpf_get_task_stack()Song Liu3-5/+78
2020-07-01perf: Expose get/put_callchain_entry()Song Liu1-7/+6
2020-07-01bpf: Remove redundant synchronize_rcu.Alexei Starovoitov7-38/+3
2020-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller7-80/+173
2020-06-30bpf: Fix an incorrect branch elimination by verifierYonghong Song1-2/+1
2020-06-30task_work: teach task_work_add() to do signal_wake_up()Oleg Nesterov2-5/+21
2020-06-30bpf, netns: Fix use-after-free in pernet pre_exit callbackJakub Sitnicki1-7/+3
2020-06-30bpf: sockmap: Require attach_bpf_fd when detaching a programLorenz Bauer1-1/+1
2020-06-30bpf: flow_dissector: Check value of unused flags to BPF_PROG_DETACHLorenz Bauer2-7/+16
2020-06-30bpf: flow_dissector: Check value of unused flags to BPF_PROG_ATTACHLorenz Bauer1-0/+3
2020-06-30bpf, netns: Keep a list of attached bpf_link'sJakub Sitnicki1-19/+23
2020-06-30bpf, netns: Keep attached programs in bpf_prog_arrayJakub Sitnicki1-38/+82
2020-06-30flow_dissector: Pull BPF program assignment up to bpf-netnsJakub Sitnicki1-2/+18
2020-06-30bpf: Enforce BPF ringbuf size to be the power of 2Andrii Nakryiko1-10/+8
2020-06-30dma-mapping: Add a new dma_need_sync APIChristoph Hellwig2-0/+16
2020-06-29Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-2/+2
2020-06-29dma-mapping: warn when coherent pool is depletedDavid Rientjes1-1/+5
2020-06-28Merge tag 'sched_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-30/+37
2020-06-28Merge tag 'rcu_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-7/+25
2020-06-28sched/cfs: change initial value of runnable_avgVincent Guittot1-1/+1
2020-06-28smp, irq_work: Continue smp_call_function*() and irq_work*() integrationPeter Zijlstra2-21/+3
2020-06-28sched/core: s/WF_ON_RQ/WQ_ON_CPU/Peter Zijlstra2-3/+3
2020-06-28sched/core: Fix ttwu() racePeter Zijlstra1-5/+28
2020-06-28sched/core: Fix PI boosting between RT and DEADLINE tasksJuri Lelli1-1/+2
2020-06-28sched/deadline: Initialize ->dl_boostedJuri Lelli1-0/+1
2020-06-28sched/core: Check cpus_mask, not cpus_ptr in __set_cpus_allowed_ptr(), to fix...Scott Wood1-1/+1
2020-06-27Merge tag 'dma-mapping-5.8-4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds3-28/+39
2020-06-27Merge tag 'kgdb-5.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Linus Torvalds2-29/+47
2020-06-26Merge tag 'pm-5.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-4/+11