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
2024-08-02
uprobes: shift put_uprobe() from delete_uprobe() to uprobe_unregister()
Oleg Nesterov
1
-5
/
+9
2024-08-02
uprobes: fold __uprobe_unregister() into uprobe_unregister()
Oleg Nesterov
1
-15
/
+10
2024-08-02
uprobes: change uprobe_register() to use uprobe_unregister() instead of __upr...
Oleg Nesterov
1
-5
/
+7
2024-08-02
uprobes: make uprobe_register() return struct uprobe *
Oleg Nesterov
3
-60
/
+47
2024-08-02
uprobes: kill uprobe_register_refctr()
Oleg Nesterov
3
-28
/
+11
2024-08-02
uprobes: simplify error handling for alloc_uprobe()
Andrii Nakryiko
1
-3
/
+1
2024-08-02
uprobes: is_trap_at_addr: don't use get_user_pages_remote()
Oleg Nesterov
1
-7
/
+1
2024-08-02
uprobes: document the usage of mm->mmap_lock
Oleg Nesterov
1
-2
/
+8
2024-08-02
perf,x86: avoid missing caller address in stack traces captured in uprobe
Andrii Nakryiko
1
-0
/
+2
2024-08-02
perf: Support PERF_SAMPLE_READ with inherit
Ben Gainey
1
-14
/
+41
2024-08-02
perf: Rename perf_event_context.nr_pending to nr_no_switch_fast.
Ben Gainey
1
-6
/
+6
2024-08-01
kcsan: Use min() to fix Coccinelle warning
Thorsten Blum
1
-1
/
+1
2024-08-01
sched_ext: Build fix on !CONFIG_STACKTRACE[_SUPPORT]
Tejun Heo
2
-1
/
+4
2024-07-31
scx: Allow calling sleepable kfuncs from BPF_PROG_TYPE_SYSCALL
David Vernet
1
-16
/
+11
2024-07-31
cgroup: Show # of subsystem CSSes in cgroup.stat
Waiman Long
1
-2
/
+53
2024-07-31
jump_label: Fix the fix, brown paper bags galore
Peter Zijlstra
1
-2
/
+2
2024-07-31
tick/broadcast: Move per CPU pointer access into the atomic section
Thomas Gleixner
1
-1
/
+2
2024-07-30
cpuset: use Union-Find to optimize the merging of cpumasks
Xavier
1
-70
/
+44
2024-07-30
cgroup/cpuset: add decrease attach_in_progress helpers
Chen Ridong
1
-15
/
+24
2024-07-30
cgroup/cpuset: Remove cpuset_slab_spread_rotor
Xiu Jianfeng
2
-14
/
+0
2024-07-30
cgroup/pids: Avoid spurious event notification
Xiu Jianfeng
1
-11
/
+7
2024-07-30
cgroup/cpuset: remove child_ecpus_count
Chen Ridong
1
-19
/
+3
2024-07-30
Merge tag 'v6.11-rc1' into for-6.12
Tejun Heo
147
-2464
/
+5000
2024-07-29
profiling: remove stale percpu flip buffer variables
Linus Torvalds
1
-6
/
+0
2024-07-29
bpf, x86, riscv, arm: no_caller_saved_registers for bpf_get_smp_processor_id()
Eduard Zingerman
2
-2
/
+10
2024-07-29
bpf: no_caller_saved_registers attribute for helper calls
Eduard Zingerman
1
-3
/
+314
2024-07-29
bpf: add a get_helper_proto() utility function
Eduard Zingerman
1
-7
/
+18
2024-07-29
bpf: Get better reg range with ldsx and 32bit compare
Yonghong Song
1
-0
/
+38
2024-07-29
bpf: Fail verification for sign-extension of packet data/data_end/data_meta
Yonghong Song
1
-2
/
+3
2024-07-29
bpf: Fix compare error in function retval_range_within
Xu Kuohai
1
-5
/
+11
2024-07-29
bpf: Prevent tail call between progs attached to different hooks
Xu Kuohai
1
-3
/
+18
2024-07-29
bpf, lsm: Add check for BPF LSM return value
Xu Kuohai
3
-11
/
+88
2024-07-29
bpf, lsm: Add disabled BPF LSM hook list
Xu Kuohai
1
-2
/
+29
2024-07-29
signal: Replace BUG_ON()s
Thomas Gleixner
1
-4
/
+7
2024-07-29
signal: Remove task argument from dequeue_signal()
Thomas Gleixner
1
-13
/
+10
2024-07-29
posix-timers: Consolidate signal queueing
Thomas Gleixner
4
-19
/
+15
2024-07-29
posix-cpu-timers: Make k_itimer::it_active consistent
Thomas Gleixner
1
-0
/
+4
2024-07-29
posix-timers: Consolidate timer setup
Thomas Gleixner
3
-20
/
+21
2024-07-29
posix-timers: Convert timer list to hlist
Thomas Gleixner
2
-12
/
+9
2024-07-29
posix-timers: Clear overrun in common_timer_set()
Thomas Gleixner
1
-0
/
+1
2024-07-29
posix-timers: Retrieve interval in common timer_settime() code
Thomas Gleixner
2
-9
/
+6
2024-07-29
posix-cpu-timers: Simplify posix_cpu_timer_set()
Thomas Gleixner
1
-27
/
+17
2024-07-29
posix-cpu-timers: Remove incorrect comment in posix_cpu_timer_set()
Thomas Gleixner
1
-6
/
+1
2024-07-29
posix-cpu-timers: Use @now instead of @val for clarity
Thomas Gleixner
1
-13
/
+9
2024-07-29
posix-cpu-timers: Do not arm SIGEV_NONE timers
Thomas Gleixner
1
-16
/
+13
2024-07-29
posix-cpu-timers: Replace old expiry retrieval in posix_cpu_timer_set()
Thomas Gleixner
1
-31
/
+6
2024-07-29
posix-cpu-timers: Handle SIGEV_NONE timers correctly in timer_set()
Thomas Gleixner
1
-1
/
+11
2024-07-29
posix-cpu-timers: Handle SIGEV_NONE timers correctly in timer_get()
Thomas Gleixner
1
-5
/
+9
2024-07-29
posix-cpu-timers: Handle interval timers correctly in timer_get()
Thomas Gleixner
1
-1
/
+17
2024-07-29
posix-cpu-timers: Save interval only for armed timers
Thomas Gleixner
1
-8
/
+6
[prev]
[next]