summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2023-07-14rcuscale: Add minruntime module parameterPaul E. McKenney-1/+4
2023-07-14rcuscale: Fix gp_async_max typo: s/reader/writer/Paul E. McKenney-1/+1
2023-07-14rcuscale: Permit blocking delays between writersPaul E. McKenney-0/+4
2023-07-14refscale: Add a "jiffies" testPaul E. McKenney-1/+33
2023-07-14refscale: Fix uninitalized use of wait_queue_head_tWaiman Long-2/+1
2023-07-14rcu-tasks: Cancel callback laziness if too many callbacksPaul E. McKenney-2/+5
2023-07-14rcu-tasks: Add kernel boot parameters for callback lazinessPaul E. McKenney-0/+15
2023-07-14rcu-tasks: Remove redundant #ifdef CONFIG_TASKS_RCUPaul E. McKenney-2/+0
2023-07-14rcu-tasks: Treat only synchronous grace periods urgentlyPaul E. McKenney-8/+73
2023-07-14time: add kernel-doc in time.cRandy Dunlap-11/+158
2023-07-14Merge tag 'pm-6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-2/+8
2023-07-14Merge branches 'pm-sleep' and 'pm-qos'Rafael J. Wysocki-2/+8
2023-07-14tracing/probes: Fix to record 0-length data_loc in fetch_store_string*() if f...Masami Hiramatsu (Google)-12/+14
2023-07-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-438/+897
2023-07-13bpf: Fix an error in verifying a field in a unionYafang Shao-1/+1
2023-07-13bpf: Fix an error around PTR_UNTRUSTEDYafang Shao-11/+14
2023-07-13Merge tag 'net-6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-18/+27
2023-07-13Merge tag 'trace-v6.5-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-30/+81
2023-07-14Revert "tracing: Add "(fault)" name injection to kernel probes"Masami Hiramatsu (Google)-26/+9
2023-07-14tracing/probes: Fix to update dynamic data counter if fetcharg uses itMasami Hiramatsu (Google)-5/+7
2023-07-14tracing/probes: Fix not to count error code to total lengthMasami Hiramatsu (Google)-0/+2
2023-07-14tracing/probes: Fix to avoid double count of the string length on the arrayMasami Hiramatsu (Google)-2/+2
2023-07-14fprobes: Add a comment why fprobe_kprobe_handler exits if kprobe is runningMasami Hiramatsu (Google)-0/+6
2023-07-13tracing: Fix memory leak of iter->temp when reading trace_pipeZheng Yejian-0/+1
2023-07-13sched/fair: Stabilize asym cpu capacity system idle cpu selectionVincent Guittot-1/+1
2023-07-13sched/debug: Dump domains' sched group flagsPeter Zijlstra-0/+1
2023-07-13sched/fair: Consider the idle state of the whole core for load balanceRicardo Neri-1/+15
2023-07-13sched/fair: Implement prefer sibling imbalance calculation between asymmetric...Tim C Chen-4/+37
2023-07-13sched/topology: Record number of cores in sched groupTim C Chen-1/+12
2023-07-13sched/fair: Determine active load balance for SMT sched groupsTim C Chen-3/+77
2023-07-13sched/psi: make psi_cgroups_enabled staticMiaohe Lin-1/+1
2023-07-13sched/core: introduce sched_core_idle_cpu()Cruz Zhao-1/+14
2023-07-13sched: add throttled time stat for throttled childrenJosh Don-1/+100
2023-07-13sched: don't account throttle time for empty groupsJosh Don-3/+15
2023-07-13kernel/fork: beware of __put_task_struct() calling contextWander Lairson Costa-0/+8
2023-07-12tracing/histograms: Add histograms to hist_vars if they have referenced varia...Mohamed Khalfella-3/+5
2023-07-12kallsyms: strip LTO-only suffixes from promoted global functionsYonghong Song-3/+2
2023-07-12tracing: Stop FORTIFY_SOURCE complaining about stack trace callerSteven Rostedt (Google)-2/+19
2023-07-12ftrace: Fix possible warning on checking all pages used in ftrace_process_locs()Zheng Yejian-14/+31
2023-07-12bpf: Add object leak check.Hou Tao-0/+35
2023-07-12bpf: Convert bpf_cpumask to bpf_mem_cache_free_rcu.Alexei Starovoitov-14/+6
2023-07-12bpf: Introduce bpf_mem_free_rcu() similar to kfree_rcu().Alexei Starovoitov-3/+126
2023-07-12rcu: Export rcu_request_urgent_qs_task()Paul E. McKenney-2/+0
2023-07-12bpf: Allow reuse from waiting_for_gp_ttrace list.Alexei Starovoitov-6/+10
2023-07-12bpf: Add a hint to allocated objects.Alexei Starovoitov-19/+31
2023-07-12bpf: Change bpf_mem_cache draining process.Alexei Starovoitov-9/+9
2023-07-12bpf: Further refactor alloc_bulk().Alexei Starovoitov-12/+18
2023-07-12bpf: Factor out inc/dec of active flag into helpers.Alexei Starovoitov-12/+18
2023-07-12bpf: Refactor alloc_bulk().Alexei Starovoitov-20/+26
2023-07-12bpf: Let free_all() return the number of freed elements.Alexei Starovoitov-2/+6