index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-04
srcu: Move ->sda_is_static from srcu_struct to srcu_usage
Paul E. McKenney
1
-4
/
+4
2023-04-04
srcu: Move heuristics fields from srcu_struct to srcu_usage
Paul E. McKenney
1
-9
/
+9
2023-04-04
srcu: Move grace-period fields from srcu_struct to srcu_usage
Paul E. McKenney
1
-64
/
+64
2023-04-04
srcu: Move ->srcu_gp_mutex from srcu_struct to srcu_usage
Paul E. McKenney
1
-7
/
+7
2023-04-04
srcu: Move ->lock from srcu_struct to srcu_usage
Paul E. McKenney
1
-28
/
+28
2023-04-04
srcu: Move ->lock initialization after srcu_usage allocation
Paul E. McKenney
1
-2
/
+2
2023-04-04
srcu: Move ->srcu_cb_mutex from srcu_struct to srcu_usage
Paul E. McKenney
1
-3
/
+3
2023-04-04
srcu: Move ->srcu_size_state from srcu_struct to srcu_usage
Paul E. McKenney
1
-18
/
+19
2023-04-04
srcu: Move ->level from srcu_struct to srcu_usage
Paul E. McKenney
1
-7
/
+7
2023-04-04
srcu: Begin offloading srcu_struct fields to srcu_update
Paul E. McKenney
2
-11
/
+23
2023-04-04
srcu: Use static init for statically allocated in-module srcu_struct
Paul E. McKenney
1
-6
/
+13
2023-04-04
rcu-tasks: Fix warning for unused tasks_rcu_exit_srcu
Paul E. McKenney
1
-0
/
+2
2023-04-03
bpf: Fix struct_meta lookup for bpf_obj_free_fields kfunc call
Dave Marchevsky
1
-5
/
+9
2023-04-03
driver core: class: remove struct class_interface * from callbacks
Greg Kroah-Hartman
1
-2
/
+1
2023-04-03
tracing/osnoise: Fix notify new tracing_max_latency
Daniel Bristot de Oliveira
1
-1
/
+1
2023-04-03
tracing/timerlat: Notify new max thread latency
Daniel Bristot de Oliveira
1
-0
/
+2
2023-04-03
ring-buffer: Fix race while reader and writer are on the same page
Zheng Yejian
1
-1
/
+12
2023-04-03
tracing/synthetic: Fix races on freeing last_cmd
Tze-nan Wu
1
-4
/
+15
2023-04-03
printk: Remove obsoleted check for non-existent "user" object
Stanislav Kinsburskii
1
-12
/
+1
2023-04-03
fork: use pidfd_prepare()
Christian Brauner
1
-11
/
+2
2023-04-03
pid: add pidfd_prepare()
Christian Brauner
2
-12
/
+92
2023-04-03
Merge 6.3-rc5 into driver-core-next
Greg Kroah-Hartman
19
-59
/
+117
2023-04-02
bpf: compute hashes in bloom filter similar to hashmap
Anton Protopopov
1
-15
/
+2
2023-04-01
bpf: optimize hashmap lookups when key_size is divisible by 4
Anton Protopopov
1
-0
/
+2
2023-04-01
bpf: Remove now-defunct task kfuncs
David Vernet
1
-69
/
+0
2023-04-01
bpf: Make struct task_struct an RCU-safe type
David Vernet
2
-4
/
+8
2023-03-31
iommu/sva: Move PASID helpers to sva code
Jacob Pan
1
-0
/
+1
2023-03-30
Merge tag 'dma-mapping-6.3-2023-03-31' of git://git.infradead.org/users/hch/d...
Linus Torvalds
1
-13
/
+16
2023-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-19
/
+51
2023-03-30
bpf: Handle PTR_MAYBE_NULL case in PTR_TO_BTF_ID helper call arg
David Vernet
1
-0
/
+4
2023-03-30
dma-debug: Use %pa to format phys_addr_t
Geert Uytterhoeven
1
-4
/
+4
2023-03-29
cgroup/cpuset: Include offline CPUs when tasks' cpumasks in top_cpuset are up...
Waiman Long
1
-9
/
+14
2023-03-29
cgroup/cpuset: Skip task update if hotplug doesn't affect current cpuset
Waiman Long
1
-0
/
+3
2023-03-29
Merge branch 'for-6.3-fixes' into for-6.4
Tejun Heo
2
-5
/
+11
2023-03-29
cgroup/cpuset: Fix partition root's cpuset.cpus update bug
Waiman Long
1
-2
/
+10
2023-03-29
tracing: Unbreak user events
Steven Rostedt (Google)
1
-1
/
+0
2023-03-29
tracing/user_events: Use print_format_fields() for trace output
Steven Rostedt (Google)
1
-6
/
+3
2023-03-29
tracing/user_events: Align structs with tabs for readability
Beau Belgrave
1
-41
/
+41
2023-03-29
tracing/user_events: Limit global user_event count
Beau Belgrave
1
-0
/
+47
2023-03-29
tracing/user_events: Charge event allocs to cgroups
Beau Belgrave
1
-10
/
+10
2023-03-29
tracing/user_events: Add ioctl for disabling addresses
Beau Belgrave
1
-2
/
+95
2023-03-29
tracing/user_events: Fixup enable faults asyncly
Beau Belgrave
1
-6
/
+114
2023-03-29
tracing/user_events: Use remote writes for event enablement
Beau Belgrave
2
-138
/
+453
2023-03-29
tracing/user_events: Track fork/exec/exit for mm lifetime
Beau Belgrave
2
-0
/
+4
2023-03-29
tracing/user_events: Split header into uapi and kernel
Beau Belgrave
1
-5
/
+0
2023-03-29
tracing: Add "fields" option to show raw trace event fields
Steven Rostedt (Google)
4
-2
/
+177
2023-03-29
Merge branch 'slab/for-6.4/slob-removal' into slab/for-next
Vlastimil Babka
1
-1
/
+0
2023-03-29
mm/slob: remove CONFIG_SLOB
Vlastimil Babka
1
-1
/
+0
2023-03-28
lazy tlb: shoot lazies, non-refcounting lazy tlb mm reference handling scheme
Nicholas Piggin
1
-0
/
+65
2023-03-28
lazy tlb: introduce lazy tlb mm refcount helper functions
Nicholas Piggin
4
-11
/
+20
[prev]
[next]