summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2021-08-17locking/rtmutex: Convert macros to inlinesSebastian Andrzej Siewior
2021-08-17sched/core: Provide a scheduling point for RT locksThomas Gleixner
2021-08-17sched/core: Rework the __schedule() preempt argumentThomas Gleixner
2021-08-17sched/wakeup: Prepare for RT sleeping spin/rwlocksThomas Gleixner
2021-08-17sched/wakeup: Split out the wakeup ->__state checkThomas Gleixner
2021-08-17locking/rtmutex: Set proper wait context for lockdepThomas Gleixner
2021-08-17Merge tag 'v5.14-rc6' into locking/core, to pick up fixesIngo Molnar
2021-08-17bpf: Add bpf_get_attach_cookie() BPF helper to access bpf_cookie valueAndrii Nakryiko
2021-08-17bpf: Allow to specify user-provided bpf_cookie for BPF perf linksAndrii Nakryiko
2021-08-17bpf: Implement minimal BPF perf linkAndrii Nakryiko
2021-08-17bpf: Refactor perf_event_set_bpf_prog() to use struct bpf_prog inputAndrii Nakryiko
2021-08-17bpf: Refactor BPF_PROG_RUN_ARRAY family of macros into functionsAndrii Nakryiko
2021-08-17bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko
2021-08-16notifier: Remove atomic_notifier_call_chain_robust()Valentin Schneider
2021-08-16PM: cpu: Make notifier chain use a raw_spinlock_tValentin Schneider
2021-08-16PM: sleep: unmark 'state' functions as kernel-docRandy Dunlap
2021-08-16Merge tag 'trace-v5.14-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-08-16tracepoint: Fix kerneldoc commentszhaoxiao
2021-08-16tracing/boot: Show correct histogram error commandMasami Hiramatsu
2021-08-16tracing/boot: Support multiple histograms for each eventMasami Hiramatsu
2021-08-16tracing/boot: Support multiple handlers for per-event histogramMasami Hiramatsu
2021-08-16tracing/boot: Add per-event histogram action optionsMasami Hiramatsu
2021-08-16tracing: Simplify the Kconfig dependency of FTRACEMasahiro Yamada
2021-08-16tracing: Allow execnames to be passed as args for synthetic eventsSteven Rostedt (VMware)
2021-08-16tracing: Have histogram types be constant when possibleSteven Rostedt (VMware)
2021-08-16tracing/histogram: Update the documentation for the buckets modifierSteven Rostedt (VMware)
2021-08-16tracing: Add linear buckets to histogram logicSteven Rostedt (VMware)
2021-08-16tracing/boot: Fix a hist trigger dependency for boot time tracingMasami Hiramatsu
2021-08-16tracing: Apply trace filters on all output channelsPingfan Liu
2021-08-16params: lift param_set_uint_minmax to common codeSagi Grimberg
2021-08-15Merge tag 'irq-urgent-2021-08-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-08-15Merge tag 'locking_urgent_for_v5.14_rc6' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2021-08-15bpf: Support "%c" in bpf_bprintf_prepare().Kuniyuki Iwashima
2021-08-14dma-mapping: return an unsigned int from dma_map_sg{,_attrs}Christoph Hellwig
2021-08-13bpf: Allow bpf_get_netns_cookie in BPF_PROG_TYPE_CGROUP_SOCKOPTStanislav Fomichev
2021-08-13bpf: Clear zext_dst of dead insnsIlya Leoshkevich
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-13genirq: Fix kernel doc indentationThomas Gleixner
2021-08-12Merge tag 'net-5.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-08-12cgroup/cpuset: Enable memory migration for cpuset v2Waiman Long
2021-08-12hrtimer: Unbreak hrtimer_force_reprogram()Thomas Gleixner
2021-08-12hrtimer: Use raw_cpu_ptr() in clock_was_set()Thomas Gleixner
2021-08-12tracing / histogram: Fix NULL pointer dereference on strcmp() on NULL event nameSteven Rostedt (VMware)
2021-08-12tracing: define needed config DYNAMIC_FTRACE_WITH_ARGSLukas Bulwahn
2021-08-12trace/osnoise: Print a stop tracing messageDaniel Bristot de Oliveira
2021-08-12trace/timerlat: Add a header with PREEMPT_RT additional fieldsDaniel Bristot de Oliveira
2021-08-12trace/osnoise: Add a header with PREEMPT_RT additional fieldsDaniel Bristot de Oliveira
2021-08-12Merge branch 'for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2021-08-12set_user: add capability check when rlimit(RLIMIT_NPROC) exceedsRan Xiaokai
2021-08-12padata: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior