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
2019-08-28
posix-cpu-timers: Move expiry cache into struct posix_cputimers
Thomas Gleixner
3
-42
/
+34
2019-08-28
posix-cpu-timers: Create a container struct
Thomas Gleixner
2
-17
/
+14
2019-08-28
posix-cpu-timers: Move prof/virt_ticks into caller
Thomas Gleixner
1
-21
/
+9
2019-08-28
posix-cpu-timers: Sample task times once in expiry check
Thomas Gleixner
1
-4
/
+6
2019-08-28
posix-cpu-timers: Get rid of pointer indirection
Thomas Gleixner
1
-28
/
+22
2019-08-28
posix-cpu-timers: Simplify sample functions
Thomas Gleixner
1
-15
/
+13
2019-08-28
posix-cpu-timers: Remove pointless return value check
Thomas Gleixner
1
-3
/
+2
2019-08-28
posix-cpu-timers: Use clock ID in posix_cpu_timer_rearm()
Thomas Gleixner
1
-2
/
+3
2019-08-28
posix-cpu-timers: Use clock ID in posix_cpu_timer_get()
Thomas Gleixner
1
-2
/
+3
2019-08-28
posix-cpu-timers: Use clock ID in posix_cpu_timer_set()
Thomas Gleixner
1
-5
/
+6
2019-08-28
posix-cpu-timers: Consolidate thread group sample code
Thomas Gleixner
1
-39
/
+20
2019-08-28
posix-cpu-timers: Rename thread_group_cputimer() and make it static
Thomas Gleixner
1
-2
/
+15
2019-08-28
posix-cpu-timers: Sample directly in timer check
Thomas Gleixner
1
-3
/
+4
2019-08-28
itimers: Use quick sample function
Thomas Gleixner
1
-1
/
+1
2019-08-28
posix-cpu-timers: Provide quick sample function for itimer
Thomas Gleixner
1
-0
/
+21
2019-08-28
posix-cpu-timers: Use common permission check in posix_cpu_timer_create()
Thomas Gleixner
1
-32
/
+3
2019-08-28
posix-cpu-timers: Use common permission check in posix_cpu_clock_get()
Thomas Gleixner
1
-43
/
+14
2019-08-28
posix-cpu-timers: Provide task validation functions
Thomas Gleixner
1
-21
/
+44
2019-08-28
perf: Allow normal events to output AUX data
Alexander Shishkin
1
-0
/
+93
2019-08-28
sched/cpufreq: Align trace event behavior of fast switching
Douglas RAILLARD
1
-1
/
+6
2019-08-28
bpf: introduce verifier internal test flag
Alexei Starovoitov
2
-1
/
+5
2019-08-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
12
-40
/
+89
2019-08-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2
-16
/
+23
2019-08-27
kallsyms: Don't let kallsyms_lookup_size_offset() fail on retrieving the firs...
Marc Zyngier
1
-2
/
+4
2019-08-27
genirq/affinity: Spread vectors on node according to nr_cpu ratio
Ming Lei
1
-39
/
+200
2019-08-27
genirq/affinity: Improve __irq_build_affinity_masks()
Ming Lei
1
-8
/
+18
2019-08-26
bpf: handle 32-bit zext during constant blinding
Naveen N. Rao
1
-2
/
+6
2019-08-25
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-9
/
+18
2019-08-25
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+4
2019-08-25
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-4
/
+4
2019-08-25
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+14
2019-08-25
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+8
2019-08-24
Merge tag 'dma-mapping-5.3-5' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2
-7
/
+11
2019-08-24
psi: get poll_work to run when calling poll syscall next time
Jason Xing
1
-0
/
+8
2019-08-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2
-16
/
+23
2019-08-24
bpf: fix use after free in prog symbol exposure
Daniel Borkmann
1
-12
/
+18
2019-08-24
bpf: fix precision tracking in presence of bpf2bpf calls
Alexei Starovoitov
1
-4
/
+5
2019-08-23
Merge tag 'modules-for-v5.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+2
2019-08-23
timekeeping/vsyscall: Prevent math overflow in BOOTTIME update
Thomas Gleixner
2
-9
/
+18
2019-08-22
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
19
-703
/
+1263
2019-08-21
Merge branch 'odp_fixes' into hmm.git
Jason Gunthorpe
24
-553
/
+236
2019-08-21
posix-cpu-timers: Remove tsk argument from run_posix_cpu_timers()
Thomas Gleixner
2
-3
/
+4
2019-08-21
posix-cpu-timers: Sanitize bogus WARNONS
Thomas Gleixner
1
-7
/
+13
2019-08-21
bpf: clarify description for CONFIG_BPF_EVENTS
Peter Wu
1
-1
/
+2
2019-08-21
hrtimer: Don't take expiry_lock when timer is currently migrated
Julien Grall
1
-1
/
+5
2019-08-21
hrtimer: Protect lockless access to timer->base
Julien Grall
1
-1
/
+2
2019-08-21
extable: Add function to search only kernel exception table
Santosh Sivaraj
1
-2
/
+9
2019-08-21
modules: page-align module section allocations only for arches supporting str...
He Zhe
1
-1
/
+6
2019-08-21
PM: QoS: Get rid of unused flags
Amit Kucheria
1
-48
/
+0
2019-08-21
PM / wakeup: Show wakeup sources stats in sysfs
Tri Vo
3
-3
/
+3
[prev]
[next]