summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2023-04-04srcu: Move heuristics fields from srcu_struct to srcu_usagePaul E. McKenney-9/+9
2023-04-04srcu: Move grace-period fields from srcu_struct to srcu_usagePaul E. McKenney-64/+64
2023-04-04srcu: Move ->srcu_gp_mutex from srcu_struct to srcu_usagePaul E. McKenney-7/+7
2023-04-04srcu: Move ->lock from srcu_struct to srcu_usagePaul E. McKenney-28/+28
2023-04-04srcu: Move ->lock initialization after srcu_usage allocationPaul E. McKenney-2/+2
2023-04-04srcu: Move ->srcu_cb_mutex from srcu_struct to srcu_usagePaul E. McKenney-3/+3
2023-04-04srcu: Move ->srcu_size_state from srcu_struct to srcu_usagePaul E. McKenney-18/+19
2023-04-04srcu: Move ->level from srcu_struct to srcu_usagePaul E. McKenney-7/+7
2023-04-04srcu: Begin offloading srcu_struct fields to srcu_updatePaul E. McKenney-11/+23
2023-04-04srcu: Use static init for statically allocated in-module srcu_structPaul E. McKenney-6/+13
2023-04-04rcu-tasks: Fix warning for unused tasks_rcu_exit_srcuPaul E. McKenney-0/+2
2023-04-03bpf: Fix struct_meta lookup for bpf_obj_free_fields kfunc callDave Marchevsky-5/+9
2023-04-03driver core: class: remove struct class_interface * from callbacksGreg Kroah-Hartman-2/+1
2023-04-03tracing/osnoise: Fix notify new tracing_max_latencyDaniel Bristot de Oliveira-1/+1
2023-04-03tracing/timerlat: Notify new max thread latencyDaniel Bristot de Oliveira-0/+2
2023-04-03ring-buffer: Fix race while reader and writer are on the same pageZheng Yejian-1/+12
2023-04-03tracing/synthetic: Fix races on freeing last_cmdTze-nan Wu-4/+15
2023-04-03printk: Remove obsoleted check for non-existent "user" objectStanislav Kinsburskii-12/+1
2023-04-03fork: use pidfd_prepare()Christian Brauner-11/+2
2023-04-03pid: add pidfd_prepare()Christian Brauner-12/+92
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman-59/+117
2023-04-02bpf: compute hashes in bloom filter similar to hashmapAnton Protopopov-15/+2
2023-04-01bpf: optimize hashmap lookups when key_size is divisible by 4Anton Protopopov-0/+2
2023-04-01bpf: Remove now-defunct task kfuncsDavid Vernet-69/+0
2023-04-01bpf: Make struct task_struct an RCU-safe typeDavid Vernet-4/+8
2023-03-31iommu/sva: Move PASID helpers to sva codeJacob Pan-0/+1
2023-03-30Merge tag 'dma-mapping-6.3-2023-03-31' of git://git.infradead.org/users/hch/d...Linus Torvalds-13/+16
2023-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-19/+51
2023-03-30bpf: Handle PTR_MAYBE_NULL case in PTR_TO_BTF_ID helper call argDavid Vernet-0/+4
2023-03-30dma-debug: Use %pa to format phys_addr_tGeert Uytterhoeven-4/+4
2023-03-29cgroup/cpuset: Include offline CPUs when tasks' cpumasks in top_cpuset are up...Waiman Long-9/+14
2023-03-29cgroup/cpuset: Skip task update if hotplug doesn't affect current cpusetWaiman Long-0/+3
2023-03-29Merge branch 'for-6.3-fixes' into for-6.4Tejun Heo-5/+11
2023-03-29cgroup/cpuset: Fix partition root's cpuset.cpus update bugWaiman Long-2/+10
2023-03-29tracing: Unbreak user eventsSteven Rostedt (Google)-1/+0
2023-03-29tracing/user_events: Use print_format_fields() for trace outputSteven Rostedt (Google)-6/+3
2023-03-29tracing/user_events: Align structs with tabs for readabilityBeau Belgrave-41/+41
2023-03-29tracing/user_events: Limit global user_event countBeau Belgrave-0/+47
2023-03-29tracing/user_events: Charge event allocs to cgroupsBeau Belgrave-10/+10
2023-03-29tracing/user_events: Add ioctl for disabling addressesBeau Belgrave-2/+95
2023-03-29tracing/user_events: Fixup enable faults asynclyBeau Belgrave-6/+114
2023-03-29tracing/user_events: Use remote writes for event enablementBeau Belgrave-138/+453
2023-03-29tracing/user_events: Track fork/exec/exit for mm lifetimeBeau Belgrave-0/+4
2023-03-29tracing/user_events: Split header into uapi and kernelBeau Belgrave-5/+0
2023-03-29tracing: Add "fields" option to show raw trace event fieldsSteven Rostedt (Google)-2/+177
2023-03-29Merge branch 'slab/for-6.4/slob-removal' into slab/for-nextVlastimil Babka-1/+0
2023-03-29mm/slob: remove CONFIG_SLOBVlastimil Babka-1/+0
2023-03-28lazy tlb: shoot lazies, non-refcounting lazy tlb mm reference handling schemeNicholas Piggin-0/+65
2023-03-28lazy tlb: introduce lazy tlb mm refcount helper functionsNicholas Piggin-11/+20
2023-03-28kthread: simplify kthread_use_mm refcountingNicholas Piggin-9/+5