aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-07-10seccomp: Add find_notification helperSargun Dhillon1-26/+27
2020-07-10seccomp: Report number of loaded filters in /proc/$pid/statusKees Cook1-0/+3
2020-07-10Merge tag 'dma-mapping-5.8-5' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+5
2020-07-10lockdep: Remove lockdep_hardirq{s_enabled,_context}() argumentPeter Zijlstra2-16/+16
2020-07-10lockdep: Change hardirq{s_enabled,_context} to per-cpu variablesPeter Zijlstra3-18/+22
2020-07-10lockdep: Prepare for NMI IRQ state trackingPeter Zijlstra1-4/+42
2020-07-10kcsan: Make KCSAN compatible with new IRQ state trackingMarco Elver2-7/+7
2020-07-10printk: use the lockless ringbufferJohn Ogness1-445/+491
2020-07-10Revert "printk: lock/unlock console only for new logbuf entries"John Ogness1-7/+3
2020-07-10printk: add lockless ringbufferJohn Ogness3-0/+2087
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/linux/kernel/git/kees/linuxLinus 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/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