summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2020-07-13doc:kmsg: explicitly state the return value in case of SEEK_CURBruno Meneguele
2020-07-11Merge tag 'riscv-for-linus-5.8-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-07-10seccomp: Use -1 marker for end of mode 1 syscall listKees Cook
2020-07-10seccomp: Fix ioctl number for SECCOMP_IOCTL_NOTIF_ID_VALIDKees Cook
2020-07-10seccomp: Use pr_fmtKees Cook
2020-07-10seccomp: notify about unused filterChristian Brauner
2020-07-10seccomp: Lift wait_queue into struct seccomp_filterChristian Brauner
2020-07-10seccomp: release filter after task is fully deadChristian Brauner
2020-07-10seccomp: rename "usage" to "refs" and documentChristian Brauner
2020-07-10seccomp: Add find_notification helperSargun Dhillon
2020-07-10seccomp: Report number of loaded filters in /proc/$pid/statusKees Cook
2020-07-10Merge tag 'dma-mapping-5.8-5' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2020-07-10lockdep: Remove lockdep_hardirq{s_enabled,_context}() argumentPeter Zijlstra
2020-07-10lockdep: Change hardirq{s_enabled,_context} to per-cpu variablesPeter Zijlstra
2020-07-10lockdep: Prepare for NMI IRQ state trackingPeter Zijlstra
2020-07-10kcsan: Make KCSAN compatible with new IRQ state trackingMarco Elver
2020-07-10printk: use the lockless ringbufferJohn Ogness
2020-07-10Revert "printk: lock/unlock console only for new logbuf entries"John Ogness
2020-07-10printk: add lockless ringbufferJohn Ogness
2020-07-09kgdb: enable arch to support XML packet.Vincent Chen
2020-07-09tracing: Save one trace_event->type by using __TRACE_LAST_TYPEWei Yang
2020-07-09tracing: Simplify defining of the next event idWei Yang
2020-07-09Merge tag 'kallsyms_show_value-v5.8-rc5' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2020-07-09bpf: net: Avoid incorrect bpf_sk_reuseport_detach callMartin KaFai Lau
2020-07-09bpf: net: Avoid copying sk_user_data of reuseport_array during sk_cloneMartin KaFai Lau
2020-07-09timer: Prevent base->clk from moving backwardFrederic Weisbecker
2020-07-08audit: issue CWD record to accompany LSM_AUDIT_DATA_* recordsRichard Guy Briggs
2020-07-08bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()Kees Cook
2020-07-08kprobes: Do not expose probe addresses to non-CAP_SYSLOGKees Cook
2020-07-08module: Do not expose section addresses to non-CAP_SYSLOGKees Cook
2020-07-08module: Refactor section attr into bin attributeKees Cook
2020-07-08kallsyms: Refactor kallsyms_show_value() to take credKees Cook
2020-07-08x86/kvm: Add "nopvspin" parameter to disable PV spinlocksZhenzhong Duan
2020-07-08sched: Add a tracepoint to track rq->nr_runningPhil Auld
2020-07-08sched/uclamp: Protect uclamp fast path code with static keyQais Yousef
2020-07-08sched/uclamp: Fix initialization of struct uclamp_rqQais Yousef
2020-07-08sched, vmlinux.lds: Increase STRUCT_ALIGNMENT to 64 bytes for GCC-4.9Peter Zijlstra
2020-07-08Merge branch 'sched/urgent'Peter Zijlstra
2020-07-08perf/x86: Remove task_ctx_sizeKan Liang
2020-07-08perf/core: Use kmem_cache to allocate the PMU specific dataKan Liang
2020-07-08perf/core: Factor out functions to allocate/free the task_ctx_dataKan Liang
2020-07-08sched: Fix unreliable rseq cpu_id for new tasksMathieu Desnoyers
2020-07-08sched: Fix loadavg accounting racePeter Zijlstra
2020-07-08nsproxy: support CLONE_NEWTIME with setns()Christian Brauner
2020-07-08timens: add timens_commit() helperChristian Brauner
2020-07-08timens: make vdso_join_timens() always succeedChristian Brauner
2020-07-08bpf: Add BPF_CGROUP_INET_SOCK_RELEASE hookStanislav Fomichev
2020-07-07cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang