summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
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
2023-07-12bpf: Simplify code of destroy_mem_alloc() with kmemdup().Alexei Starovoitov-5/+2
2023-07-12bpf: Rename few bpf_mem_alloc fields.Alexei Starovoitov-28/+29
2023-07-12Merge tag 'probes-fixes-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-14/+40
2023-07-12ring-buffer: Fix deadloop issue on reading trace_pipeZheng Yejian-9/+15
2023-07-12tracing: arm64: Avoid missing-prototype warningsArnd Bergmann-2/+7
2023-07-12bpf: teach verifier actual bounds of bpf_get_smp_processor_id() resultAndrii Nakryiko-11/+26
2023-07-11bpf: Support ->fill_link_info for perf_eventYafang Shao-3/+153
2023-07-11bpf: Add a common helper bpf_copy_to_user()Yafang Shao-14/+20
2023-07-11bpf: Expose symbol's respective addressYafang Shao-12/+4
2023-07-11bpf: Clear the probe_addr for uprobeYafang Shao-2/+3
2023-07-11bpf: Protect probed address based on kptr_restrict settingYafang Shao-1/+4