summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-06-04function_graph: Use static_call and branch to optimize return functionSteven Rostedt (Google)
2024-06-04function_graph: Use static_call and branch to optimize entry functionSteven Rostedt (Google)
2024-06-04function_graph: Use bitmask to loop on fgraph entrySteven Rostedt (Google)
2024-06-04function_graph: Use for_each_set_bit() in __ftrace_return_to_handler()Steven Rostedt (Google)
2024-06-04ftrace: Add multiple fgraph storage selftestMasami Hiramatsu (Google)
2024-06-04function_graph: Add selftest for passing local variablesSteven Rostedt (VMware)
2024-06-04function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()Steven Rostedt (VMware)
2024-06-04function_graph: Move graph notrace bit to shadow stack global varSteven Rostedt (VMware)
2024-06-04function_graph: Move graph depth stored data to shadow stack global varSteven Rostedt (VMware)
2024-06-04function_graph: Move set_graph_function tests to shadow stack global varSteven Rostedt (VMware)
2024-06-04function_graph: Add "task variables" per task for fgraph_opsSteven Rostedt (VMware)
2024-06-04function_graph: Use a simple LRU for fgraph_array index numberMasami Hiramatsu (Google)
2024-06-04function_graph: Add pid tracing back to function graph tracerSteven Rostedt (Google)
2024-06-04function_graph: Have the instances use their own ftrace_ops for filteringSteven Rostedt (VMware)
2024-06-04ftrace: Allow subops filtering to be modifiedSteven Rostedt (Google)
2024-06-04ftrace: Add subops logic to allow one ops to manage manySteven Rostedt (Google)
2024-06-04ftrace: Allow function_graph tracer to be enabled in instancesSteven Rostedt (VMware)
2024-06-04ftrace/function_graph: Pass fgraph_ops to function graph callbacksSteven Rostedt (VMware)
2024-06-04function_graph: Remove logic around ftrace_graph_entry and returnSteven Rostedt (VMware)
2024-06-04function_graph: Handle tail calls for stack unwindingMasami Hiramatsu (Google)
2024-06-04function_graph: Allow multiple users to attach to function graphSteven Rostedt (VMware)
2024-06-04function_graph: Add an array structure that will allow multiple callbacksSteven Rostedt (VMware)
2024-06-04fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by longSteven Rostedt (VMware)
2024-06-04function_graph: Convert ret_stack to a series of longsSteven Rostedt (VMware)
2024-06-03bpf: limit the number of levels of a nested struct type.Kui-Feng Lee
2024-06-03bpf: look into the types of the fields of a struct type recursively.Kui-Feng Lee
2024-06-03bpf: create repeated fields for arrays.Kui-Feng Lee
2024-06-03bpf: refactor btf_find_struct_field() and btf_find_datasec_var().Kui-Feng Lee
2024-06-03bpf: Remove unnecessary call to btf_field_type_size().Kui-Feng Lee
2024-06-03bpf: Remove unnecessary checks on the offset of btf_field.Kui-Feng Lee
2024-06-03rcutorture: Make rcutorture support srcu double call testZqiang
2024-06-03Revert "rcu-tasks: Fix synchronize_rcu_tasks() VS zap_pid_ns_processes()"Frederic Weisbecker
2024-06-03rcu/nocb: Remove buggy bypass lock contention mitigationFrederic Weisbecker
2024-06-03rcu/nocb: Use kthread parking instead of ad-hoc implementationFrederic Weisbecker
2024-06-03cgroup/cpuset: Optimize isolated partition only generate_sched_domains() callsWaiman Long
2024-06-03bpf: Fix a potential use-after-free in bpf_link_free()Cong Wang
2024-06-03printk: Rename console_replay_all() and update contextSreenath Vijayan
2024-06-03bpf, devmap: Remove unnecessary if check in for loopThorsten Blum
2024-06-03fs: don't block i_writecount during execChristian Brauner
2024-06-03sysctl: Add module description to sysctl-testingJeff Johnson
2024-06-03sysctl: constify ctl_table arguments of utility functionThomas Weißschuh
2024-06-03utsname: constify ctl_table arguments of utility functionThomas Weißschuh
2024-06-03sysctl: move the extra1/2 boundary check of u8 to sysctl_check_table_arrayWen Yang
2024-06-03genirq/debugfs: Print irqdomain flags as human-readable stringsJinjie Ruan
2024-06-03genirq/proc: Simplify irqdesc::kstat_irqs handling furtherAdrian Huang
2024-06-03timekeeping: Add function to convert realtime to base clockLakshmi Sowjanya D
2024-06-03timekeeping: Provide infrastructure for converting to/from a base clockLakshmi Sowjanya D
2024-06-03time: Add MODULE_DESCRIPTION() to time test modulesJeff Johnson
2024-06-01cgroup/cpuset: Reduce the lock protecting CS_SCHED_LOAD_BALANCEXiu Jianfeng
2024-06-01Merge tag 'kbuild-fixes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds