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-02-05
PM: sleep: stats: Use unsigned int for success and failure counters
Rafael J. Wysocki
1
-3
/
+3
2024-02-05
PM: sleep: stats: Use an array of step failure counters
Rafael J. Wysocki
2
-25
/
+27
2024-02-05
PM: sleep: stats: Use array of suspend step names
Rafael J. Wysocki
1
-32
/
+18
2024-02-04
workqueue: Implement BH workqueues to eventually replace tasklets
Tejun Heo
2
-53
/
+241
2024-02-04
workqueue: Factor out init_cpu_worker_pool()
Tejun Heo
1
-14
/
+18
2024-02-04
workqueue: Update lock debugging code
Tejun Heo
1
-17
/
+34
2024-02-04
workqueue: make wq_subsys const
Ricardo B. Marliere
1
-1
/
+1
2024-02-04
workqueue: Fix pwq->nr_in_flight corruption in try_to_grab_pending()
Tejun Heo
1
-2
/
+8
2024-02-02
bpf: don't emit warnings intended for global subprogs for static subprogs
Andrii Nakryiko
1
-0
/
+6
2024-02-02
bpf: handle trusted PTR_TO_BTF_ID_OR_NULL in argument check logic
Andrii Nakryiko
1
-0
/
+1
2024-02-02
Merge tag 'trace-v6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2
-4
/
+4
2024-02-02
bpf: Handle scalar spill vs all MISC in stacksafe()
Eduard Zingerman
1
-3
/
+69
2024-02-02
bpf: Preserve boundaries and track scalars on narrowing fill
Maxim Mikityanskiy
1
-4
/
+11
2024-02-02
bpf: Track spilled unbounded scalars
Maxim Mikityanskiy
1
-15
/
+1
2024-02-02
modules: Remove #ifdef CONFIG_STRICT_MODULE_RWX around rodata_enabled
Christophe Leroy
1
-5
/
+1
2024-02-02
pid: kill the obsolete PIDTYPE_PID code in transfer_pid()
Oleg Nesterov
1
-2
/
+1
2024-02-02
pidfd_poll: report POLLHUP when pid_task() == NULL
Oleg Nesterov
2
-15
/
+12
2024-02-02
pidfd: implement PIDFD_THREAD flag for pidfd_open()
Oleg Nesterov
4
-20
/
+45
2024-02-02
pidfd: don't do_notify_pidfd() if !thread_group_empty()
Oleg Nesterov
1
-3
/
+5
2024-02-02
pidfd: cleanup the usage of __pidfd_prepare's flags
Oleg Nesterov
2
-7
/
+4
2024-02-02
fork: Using clone_flags for legacy clone check
Wang Jinchao
1
-2
/
+2
2024-02-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
7
-11
/
+55
2024-02-01
cap_syslog: remove CAP_SYS_ADMIN when dmesg_restrict
Jingzi Meng
1
-11
/
+0
2024-02-01
bpf: Minor clean-up to sleepable_lsm_hooks BTF set
Matt Bobrowski
1
-4
/
+2
2024-02-01
tracing/timerlat: Move hrtimer_init to timerlat_fd open()
Daniel Bristot de Oliveira
1
-3
/
+3
2024-01-31
bpf: treewide: Annotate BPF kfuncs in BTF
Daniel Xu
6
-14
/
+22
2024-01-31
ring-buffer: Clean ring_buffer_poll_wait() error return
Vincent Donnefort
1
-1
/
+1
2024-01-30
workqueue: Avoid premature init of wq->node_nr_active[].max
Tejun Heo
1
-0
/
+8
2024-01-30
workqueue: Don't call cpumask_test_cpu() with -1 CPU in wq_update_node_max_ac...
Tejun Heo
1
-1
/
+1
2024-01-30
bpf: add arg:nullable tag to be combined with trusted pointers
Andrii Nakryiko
1
-0
/
+10
2024-01-30
bpf: add __arg_trusted global func arg tag
Andrii Nakryiko
2
-13
/
+110
2024-01-29
bpf,token: Use BIT_ULL() to convert the bit mask
Haiyue Wang
1
-8
/
+8
2024-01-29
Merge tag 'trace-v6.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+4
2024-01-29
workqueue: Avoid using isolated cpus' timers on queue_delayed_work
Leonardo Bras
1
-3
/
+11
2024-01-29
Merge tag 'mm-hotfixes-stable-2024-01-28-23-21' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-1
/
+1
2024-01-29
perf/bpf: Fix duplicate type check
Florian Lehner
1
-5
/
+1
2024-01-29
bpf: move arg:ctx type enforcement check inside the main logic loop
Andrii Nakryiko
1
-17
/
+4
2024-01-29
module: Change module_enable_{nx/x/ro}() to more explicit names
Christophe Leroy
3
-10
/
+10
2024-01-29
module: Use set_memory_rox()
Christophe Leroy
3
-7
/
+9
2024-01-29
workqueue: Implement system-wide nr_active enforcement for unbound workqueues
Tejun Heo
1
-32
/
+309
2024-01-29
workqueue: Introduce struct wq_node_nr_active
Tejun Heo
1
-7
/
+135
2024-01-29
workqueue: Move pwq_dec_nr_in_flight() to the end of work item handling
Tejun Heo
1
-1
/
+10
2024-01-29
workqueue: RCU protect wq->dfl_pwq and implement accessors for it
Tejun Heo
1
-24
/
+40
2024-01-29
workqueue: Make wq_adjust_max_active() round-robin pwqs while activating
Tejun Heo
1
-12
/
+19
2024-01-29
workqueue: Move nr_active handling into helpers
Tejun Heo
1
-19
/
+67
2024-01-29
workqueue: Replace pwq_activate_inactive_work() with [__]pwq_activate_work()
Tejun Heo
1
-6
/
+25
2024-01-29
workqueue: Factor out pwq_is_empty()
Tejun Heo
1
-4
/
+9
2024-01-29
workqueue: Move pwq->max_active to wq->max_active
Tejun Heo
1
-67
/
+66
2024-01-29
genirq/irq_sim: Shrink code by using <linux/cleanup.h> helpers
Bartosz Golaszewski
1
-15
/
+10
2024-01-28
Merge tag 'locking_urgent_for_v6.8_rc2' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2
-6
/
+20
[prev]
[next]