summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-07-14rcuscale: fix building with RCU_TINYArnd Bergmann
2023-07-14rcuscale: Add RCU Tasks Rude testingPaul E. McKenney
2023-07-14rcuscale: Measure RCU Tasks Trace grace-period kthread CPU timePaul E. McKenney
2023-07-14rcuscale: Measure grace-period kthread CPU timePaul E. McKenney
2023-07-14rcuscale: Print out full set of kfree_rcu parametersPaul E. McKenney
2023-07-14rcuscale: Print out full set of module parametersPaul E. McKenney
2023-07-14rcuscale: Add minruntime module parameterPaul E. McKenney
2023-07-14rcuscale: Fix gp_async_max typo: s/reader/writer/Paul E. McKenney
2023-07-14rcuscale: Permit blocking delays between writersPaul E. McKenney
2023-07-14refscale: Add a "jiffies" testPaul E. McKenney
2023-07-14refscale: Fix uninitalized use of wait_queue_head_tWaiman Long
2023-07-14rcu-tasks: Cancel callback laziness if too many callbacksPaul E. McKenney
2023-07-14rcu-tasks: Add kernel boot parameters for callback lazinessPaul E. McKenney
2023-07-14rcu-tasks: Remove redundant #ifdef CONFIG_TASKS_RCUPaul E. McKenney
2023-07-14rcu-tasks: Treat only synchronous grace periods urgentlyPaul E. McKenney
2023-07-14time: add kernel-doc in time.cRandy Dunlap
2023-07-14Merge tag 'pm-6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2023-07-14Merge branches 'pm-sleep' and 'pm-qos'Rafael J. Wysocki
2023-07-14tracing/probes: Fix to record 0-length data_loc in fetch_store_string*() if f...Masami Hiramatsu (Google)
2023-07-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-07-13bpf: Fix an error in verifying a field in a unionYafang Shao
2023-07-13bpf: Fix an error around PTR_UNTRUSTEDYafang Shao
2023-07-13Merge tag 'net-6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-07-13Merge tag 'trace-v6.5-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-07-14Revert "tracing: Add "(fault)" name injection to kernel probes"Masami Hiramatsu (Google)
2023-07-14tracing/probes: Fix to update dynamic data counter if fetcharg uses itMasami Hiramatsu (Google)
2023-07-14tracing/probes: Fix not to count error code to total lengthMasami Hiramatsu (Google)
2023-07-14tracing/probes: Fix to avoid double count of the string length on the arrayMasami Hiramatsu (Google)
2023-07-14fprobes: Add a comment why fprobe_kprobe_handler exits if kprobe is runningMasami Hiramatsu (Google)
2023-07-13tracing: Fix memory leak of iter->temp when reading trace_pipeZheng Yejian
2023-07-13sched/fair: Stabilize asym cpu capacity system idle cpu selectionVincent Guittot
2023-07-13sched/debug: Dump domains' sched group flagsPeter Zijlstra
2023-07-13sched/fair: Consider the idle state of the whole core for load balanceRicardo Neri
2023-07-13sched/fair: Implement prefer sibling imbalance calculation between asymmetric...Tim C Chen
2023-07-13sched/topology: Record number of cores in sched groupTim C Chen
2023-07-13sched/fair: Determine active load balance for SMT sched groupsTim C Chen
2023-07-13sched/psi: make psi_cgroups_enabled staticMiaohe Lin
2023-07-13sched/core: introduce sched_core_idle_cpu()Cruz Zhao
2023-07-13sched: add throttled time stat for throttled childrenJosh Don
2023-07-13sched: don't account throttle time for empty groupsJosh Don
2023-07-13kernel/fork: beware of __put_task_struct() calling contextWander Lairson Costa
2023-07-12tracing/histograms: Add histograms to hist_vars if they have referenced varia...Mohamed Khalfella
2023-07-12kallsyms: strip LTO-only suffixes from promoted global functionsYonghong Song
2023-07-12tracing: Stop FORTIFY_SOURCE complaining about stack trace callerSteven Rostedt (Google)
2023-07-12ftrace: Fix possible warning on checking all pages used in ftrace_process_locs()Zheng Yejian
2023-07-12bpf: Add object leak check.Hou Tao
2023-07-12bpf: Convert bpf_cpumask to bpf_mem_cache_free_rcu.Alexei Starovoitov
2023-07-12bpf: Introduce bpf_mem_free_rcu() similar to kfree_rcu().Alexei Starovoitov
2023-07-12rcu: Export rcu_request_urgent_qs_task()Paul E. McKenney
2023-07-12bpf: Allow reuse from waiting_for_gp_ttrace list.Alexei Starovoitov