aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-10kcsan: Make KCSAN compatible with new IRQ state trackingMarco Elver2-7/+7
2020-07-09kgdb: enable arch to support XML packet.Vincent Chen1-0/+13
2020-07-09tracing: Save one trace_event->type by using __TRACE_LAST_TYPEWei Yang1-2/+2
2020-07-09tracing: Simplify defining of the next event idWei Yang1-6/+6
2020-07-09Merge tag 'kallsyms_show_value-v5.8-rc5' of git://git.kernel.org/pub/scm/linu...Linus Torvalds4-48/+61
2020-07-09bpf: net: Avoid incorrect bpf_sk_reuseport_detach callMartin KaFai Lau1-2/+3
2020-07-09bpf: net: Avoid copying sk_user_data of reuseport_array during sk_cloneMartin KaFai Lau1-4/+9
2020-07-09timer: Prevent base->clk from moving backwardFrederic Weisbecker1-3/+14
2020-07-08audit: issue CWD record to accompany LSM_AUDIT_DATA_* recordsRichard Guy Briggs1-2/+15
2020-07-08bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()Kees Cook1-16/+21
2020-07-08kprobes: Do not expose probe addresses to non-CAP_SYSLOGKees Cook1-2/+2
2020-07-08module: Do not expose section addresses to non-CAP_SYSLOGKees Cook1-3/+3
2020-07-08module: Refactor section attr into bin attributeKees Cook1-21/+24
2020-07-08kallsyms: Refactor kallsyms_show_value() to take credKees Cook3-9/+14
2020-07-08x86/kvm: Add "nopvspin" parameter to disable PV spinlocksZhenzhong Duan1-0/+7
2020-07-08sched: Add a tracepoint to track rq->nr_runningPhil Auld4-8/+25
2020-07-08sched/uclamp: Protect uclamp fast path code with static keyQais Yousef3-4/+119
2020-07-08sched/uclamp: Fix initialization of struct uclamp_rqQais Yousef1-5/+16
2020-07-08sched, vmlinux.lds: Increase STRUCT_ALIGNMENT to 64 bytes for GCC-4.9Peter Zijlstra1-1/+2
2020-07-08Merge branch 'sched/urgent'Peter Zijlstra44-263/+455
2020-07-08perf/x86: Remove task_ctx_sizeKan Liang1-3/+1
2020-07-08perf/core: Use kmem_cache to allocate the PMU specific dataKan Liang1-1/+7
2020-07-08perf/core: Factor out functions to allocate/free the task_ctx_dataKan Liang1-6/+15
2020-07-08sched: Fix unreliable rseq cpu_id for new tasksMathieu Desnoyers1-0/+2
2020-07-08sched: Fix loadavg accounting racePeter Zijlstra1-16/+51
2020-07-08nsproxy: support CLONE_NEWTIME with setns()Christian Brauner2-6/+20
2020-07-08timens: add timens_commit() helperChristian Brauner1-6/+9
2020-07-08timens: make vdso_join_timens() always succeedChristian Brauner1-8/+2
2020-07-08bpf: Add BPF_CGROUP_INET_SOCK_RELEASE hookStanislav Fomichev1-0/+3
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-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner1-2/+1
2020-07-04arch: remove HAVE_COPY_THREAD_TLSChristian Brauner1-9/+0
2020-07-04fork: remove do_fork()Christian Brauner1-24/+1
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-04genirq: Remove preflow handler supportValentin Schneider2-17/+0
2020-07-03vmalloc: fix the owner argument for the new __vmalloc_node_range callersChristoph Hellwig1-1/+1