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-09-08
treewide: Fix wrong singular form of jiffies in comments
Anna-Maria Behnsen
5
-11
/
+11
2024-09-08
cpu: Use already existing usleep_range()
Anna-Maria Behnsen
1
-1
/
+1
2024-09-08
timers: Rename next_expiry_recalc() to be unique
Anna-Maria Behnsen
1
-3
/
+3
2024-09-04
timers: Annotate possible non critical data race of next_expiry
Anna-Maria Behnsen
1
-5
/
+37
2024-08-29
timers: Remove historical extra jiffie for timeout in msleep()
Anna-Maria Behnsen
1
-2
/
+2
2024-08-23
hrtimer: Use and report correct timerslack values for realtime tasks
Felix Moessbauer
3
-15
/
+13
2024-08-14
hrtimer: Annotate hrtimer_cpu_base_.*_expiry() for sparse.
Sebastian Andrzej Siewior
1
-0
/
+2
2024-08-14
timers: Add sparse annotation for timer_sync_wait_running().
Sebastian Andrzej Siewior
1
-0
/
+2
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
2024-07-29
posix-cpu-timers: Split up posix_cpu_timer_get()
Thomas Gleixner
1
-27
/
+24
2024-07-27
Merge tag 'timers-urgent-2024-07-26' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-205
/
+215
2024-07-25
Merge tag 'net-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-15
/
+13
2024-07-25
Merge tag 'printk-for-6.11-trivial' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-3
/
+3
2024-07-25
Merge tag 'constfy-sysctl-6.11-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
28
-71
/
+71
2024-07-25
Merge tag 'kgdb-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...
Linus Torvalds
4
-20
/
+8
2024-07-25
Merge tag 'dma-mapping-6.11-2024-07-24' of git://git.infradead.org/users/hch/...
Linus Torvalds
1
-1
/
+1
2024-07-25
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-15
/
+13
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
28
-71
/
+71
2024-07-23
Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
3
-14
/
+1
2024-07-23
Merge tag 'livepatching-for-6.11' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-3
/
+14
2024-07-22
Merge tag 'irq-msi-2024-07-22' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-76
/
+22
2024-07-22
Merge tag 'irq-core-2024-07-15' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
6
-128
/
+338
2024-07-22
timers/migration: Fix grammar in comment
Anna-Maria Behnsen
1
-1
/
+1
2024-07-22
timers/migration: Spare write when nothing changed
Anna-Maria Behnsen
1
-6
/
+5
2024-07-22
timers/migration: Rename childmask by groupmask to make naming more obvious
Anna-Maria Behnsen
2
-20
/
+19
2024-07-22
timers/migration: Read childmask and parent pointer in a single place
Anna-Maria Behnsen
1
-15
/
+5
2024-07-22
timers/migration: Use a single struct for hierarchy walk data
Anna-Maria Behnsen
1
-71
/
+55
2024-07-22
timers/migration: Improve tracing
Anna-Maria Behnsen
1
-6
/
+5
2024-07-22
timers/migration: Move hierarchy setup into cpuhotplug prepare callback
Anna-Maria Behnsen
1
-87
/
+119
2024-07-22
timers/migration: Do not rely always on group->parent
Anna-Maria Behnsen
2
-19
/
+26
2024-07-21
Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...
Linus Torvalds
9
-60
/
+110
2024-07-21
Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
9
-61
/
+67
2024-07-20
kallsyms: get rid of code for absolute kallsyms
Jann Horn
3
-9
/
+1
2024-07-19
Merge tag 'pci-v6.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-37
/
+31
[next]