summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2021-08-20sched: Split the guts of sched_setaffinity() into a helper functionWill Deacon
2021-08-20sched: Introduce task_struct::user_cpus_ptr to track requested affinityWill Deacon
2021-08-20sched: Reject CPU affinity changes based on task_cpu_possible_mask()Will Deacon
2021-08-20cpuset: Cleanup cpuset_cpus_allowed_fallback() use in select_fallback_rq()Will Deacon
2021-08-20cpuset: Honour task_cpu_possible_mask() in guarantee_online_cpus()Will Deacon
2021-08-20cpuset: Don't use the cpu_possible_mask as a last resort for cgroup v1Will Deacon
2021-08-20sched: Introduce task_cpu_possible_mask() to limit fallback rq selectionWill Deacon
2021-08-20sched: Cgroup SCHED_IDLE supportJosh Don
2021-08-20sched/topology: Skip updating masks for non-online nodesValentin Schneider
2021-08-20sched: Fix Core-wide rq->lock for uninitialized CPUsPeter Zijlstra
2021-08-20locking/ww_mutex: Initialize waiter.ww_ctx properlySebastian Andrzej Siewior
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-20bpf: Add support for {set|get} socket options from setsockopt BPFPrankur Gupta
2021-08-20bpf: Use kvmalloc for map keys in syscallsStanislav Fomichev
2021-08-20bpf: Use kvmalloc for map values in syscallStanislav Fomichev
2021-08-19Merge tag 'net-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-08-19bpf: Fix NULL event->prog pointer access in bpf_overflow_handlerYonghong Song
2021-08-19bpf: Undo off-by-one in interpreter tail call count limitDaniel Borkmann
2021-08-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2021-08-19tracing/probes: Reject events which have the same name of existing oneMasami Hiramatsu
2021-08-19tracing/probes: Have process_fetch_insn() take a void * instead of pt_regsSteven Rostedt (VMware)
2021-08-19tracing/probe: Change traceprobe_set_print_fmt() to take a typeSteven Rostedt (VMware)
2021-08-19livepatch: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior
2021-08-19dma-mapping: make the global coherent pool conditionalChristoph Hellwig
2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan
2021-08-18tracing/probes: Use struct_size() instead of defining custom macrosSteven Rostedt (VMware)
2021-08-18tracing/probes: Allow for dot delimiter as well as slash for system namesSteven Rostedt (VMware)
2021-08-18tracing/probe: Have traceprobe_parse_probe_arg() take a const argSteven Rostedt (VMware)
2021-08-18tracing: Have dynamic events have a ref counterSteven Rostedt (VMware)
2021-08-18tracing: Add DYNAMIC flag for dynamic eventsSteven Rostedt (VMware)
2021-08-18Merge tag 'cfi-v5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds
2021-08-18dma-mapping: add a dma_init_global_coherent helperChristoph Hellwig
2021-08-18dma-mapping: simplify dma_init_coherent_memoryChristoph Hellwig
2021-08-18dma-mapping: allow using the global coherent pool for !ARMChristoph Hellwig
2021-08-18dma-direct: add support for dma_coherent_default_memoryChristoph Hellwig
2021-08-18Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...Ingo Molnar
2021-08-17bpf: Remove redundant initialization of variable allowColin Ian King
2021-08-17Merge tag 'trace-v5.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-08-17tracing: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior
2021-08-17workqueue: Assign a color to barrier work itemsLai Jiangshan
2021-08-17workqueue: Mark barrier work with WORK_STRUCT_INACTIVELai Jiangshan
2021-08-17workqueue: Change the code of calculating work_flags in insert_wq_barrier()Lai Jiangshan
2021-08-17workqueue: Change arguement of pwq_dec_nr_in_flight()Lai Jiangshan
2021-08-17workqueue: Rename "delayed" (delayed by active management) to "inactive"Lai Jiangshan
2021-08-17locking/spinlock/rt: Prepare for RT local_lockThomas Gleixner
2021-08-17locking/rtmutex: Add adaptive spinwait mechanismSteven Rostedt
2021-08-17locking/rtmutex: Implement equal priority lock stealingGregory Haskins
2021-08-17locking/rtmutex: Prevent lockdep false positive with PI futexesThomas Gleixner
2021-08-17futex: Prevent requeue_pi() lock nesting issue on RTThomas Gleixner
2021-08-17futex: Simplify handle_early_requeue_pi_wakeup()Thomas Gleixner