aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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/kernel/git/tip/tipLinus 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
2020-07-02Merge tag 'for-linus-2020-07-02' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus 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-02crash_core, vmcoreinfo: Append 'MAX_PHYSMEM_BITS' to vmcoreinfoBhupesh Sharma1-0/+1
2020-07-02Merge branch 'perf/vlbr'Peter Zijlstra39-238/+377
2020-07-02cpufreq: Register governors at core_initcallQuentin Perret1-5/+1
2020-07-01ring-buffer: Do not trigger a WARN if clock going backwards is detectedSteven Rostedt (VMware)1-3/+21
2020-07-01ring-buffer: Call trace_clock_local() directly for RETPOLINE kernelsSteven Rostedt (VMware)1-1/+9
2020-07-01ring-buffer: Move the add_timestamp into its own functionSteven Rostedt (VMware)1-12/+20
2020-07-01ring-buffer: Consolidate add_timestamp to remove some branchesSteven Rostedt (VMware)1-66/+73
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