summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-04-05perf: Optimize perf_pmu_migrate_context()Peter Zijlstra
2023-04-04tracing: Fix ftrace_boot_snapshot command line logicSteven Rostedt (Google)
2023-04-04tracing: Have tracing_snapshot_instance_cond() write errors to the appropriat...Steven Rostedt (Google)
2023-04-04kallsyms: Disable preemption for find_kallsyms_symbol_valueJiri Olsa
2023-04-04bpf: Undo strict enforcement for walking untagged fields.Alexei Starovoitov
2023-04-04bpf: Allowlist few fields similar to __rcu tag.Alexei Starovoitov
2023-04-04bpf: Refactor NULL-ness check in check_reg_type().Alexei Starovoitov
2023-04-04bpf: Teach verifier that certain helpers accept NULL pointer.Alexei Starovoitov
2023-04-04bpf: Refactor btf_nested_type_is_trusted().Alexei Starovoitov
2023-04-04bpf: Remove unused arguments from btf_struct_access().Alexei Starovoitov
2023-04-04bpf: Invoke btf_struct_access() callback only for writes.Alexei Starovoitov
2023-04-04srcu: Fix long lines in srcu_funnel_gp_start()Paul E. McKenney
2023-04-04srcu: Fix long lines in srcu_gp_end()Paul E. McKenney
2023-04-04srcu: Fix long lines in cleanup_srcu_struct()Paul E. McKenney
2023-04-04srcu: Fix long lines in srcu_get_delay()Paul E. McKenney
2023-04-04srcu: Check for readers at module-exit timePaul E. McKenney
2023-04-04srcu: Move work-scheduling fields from srcu_struct to srcu_usagePaul E. McKenney
2023-04-04srcu: Move srcu_barrier() fields from srcu_struct to srcu_usagePaul E. McKenney
2023-04-04srcu: Move ->sda_is_static from srcu_struct to srcu_usagePaul E. McKenney
2023-04-04srcu: Move heuristics fields from srcu_struct to srcu_usagePaul E. McKenney
2023-04-04srcu: Move grace-period fields from srcu_struct to srcu_usagePaul E. McKenney
2023-04-04srcu: Move ->srcu_gp_mutex from srcu_struct to srcu_usagePaul E. McKenney
2023-04-04srcu: Move ->lock from srcu_struct to srcu_usagePaul E. McKenney
2023-04-04srcu: Move ->lock initialization after srcu_usage allocationPaul E. McKenney
2023-04-04srcu: Move ->srcu_cb_mutex from srcu_struct to srcu_usagePaul E. McKenney
2023-04-04srcu: Move ->srcu_size_state from srcu_struct to srcu_usagePaul E. McKenney
2023-04-04srcu: Move ->level from srcu_struct to srcu_usagePaul E. McKenney
2023-04-04srcu: Begin offloading srcu_struct fields to srcu_updatePaul E. McKenney
2023-04-04srcu: Use static init for statically allocated in-module srcu_structPaul E. McKenney
2023-04-04rcu-tasks: Fix warning for unused tasks_rcu_exit_srcuPaul E. McKenney
2023-04-03bpf: Fix struct_meta lookup for bpf_obj_free_fields kfunc callDave Marchevsky
2023-04-03driver core: class: remove struct class_interface * from callbacksGreg Kroah-Hartman
2023-04-03tracing/osnoise: Fix notify new tracing_max_latencyDaniel Bristot de Oliveira
2023-04-03tracing/timerlat: Notify new max thread latencyDaniel Bristot de Oliveira
2023-04-03ring-buffer: Fix race while reader and writer are on the same pageZheng Yejian
2023-04-03tracing/synthetic: Fix races on freeing last_cmdTze-nan Wu
2023-04-03printk: Remove obsoleted check for non-existent "user" objectStanislav Kinsburskii
2023-04-03fork: use pidfd_prepare()Christian Brauner
2023-04-03pid: add pidfd_prepare()Christian Brauner
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman
2023-04-02bpf: compute hashes in bloom filter similar to hashmapAnton Protopopov
2023-04-01bpf: optimize hashmap lookups when key_size is divisible by 4Anton Protopopov
2023-04-01bpf: Remove now-defunct task kfuncsDavid Vernet
2023-04-01bpf: Make struct task_struct an RCU-safe typeDavid Vernet
2023-03-31iommu/sva: Move PASID helpers to sva codeJacob Pan
2023-03-30Merge tag 'dma-mapping-6.3-2023-03-31' of git://git.infradead.org/users/hch/d...Linus Torvalds
2023-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-30bpf: Handle PTR_MAYBE_NULL case in PTR_TO_BTF_ID helper call argDavid Vernet
2023-03-30dma-debug: Use %pa to format phys_addr_tGeert Uytterhoeven
2023-03-29cgroup/cpuset: Include offline CPUs when tasks' cpumasks in top_cpuset are up...Waiman Long