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
2020-01-15
bpf: Add lookup and update batch ops to arraymap
Brian Vazquez
1
-0
/
+2
2020-01-15
bpf: Add generic support for update and delete batch ops
Brian Vazquez
1
-0
/
+115
2020-01-15
bpf: Add generic support for lookup batch op
Brian Vazquez
1
-4
/
+156
2020-01-15
bpf: Add bpf_map_{value_size, update_value, map_copy_value} functions
Brian Vazquez
1
-128
/
+152
2020-01-15
bpf: Fix incorrect verifier simulation of ARSH under ALU32
Daniel Borkmann
2
-5
/
+17
2020-01-15
tick/common: Touch watchdog in tick_unfreeze() on all CPUs
Chunyan Zhang
1
-0
/
+2
2020-01-15
bpf: Add bpf_send_signal_thread() helper
Yonghong Song
1
-3
/
+24
2020-01-15
cgroup: Prevent double killing of css when enabling threaded cgroup
Michal Koutný
1
-5
/
+6
2020-01-15
workqueue: add worker function to workqueue_execute_end tracepoint
Daniel Jordan
1
-1
/
+1
2020-01-15
cgroup: fix function name in comment
Chen Zhou
1
-1
/
+1
2020-01-15
modsign: print module name along with error message
Jessica Yu
1
-1
/
+1
2020-01-15
alarmtimer: Unregister wakeup source when module get fails
Stephen Boyd
1
-3
/
+5
2020-01-15
tick/sched: Annotate lockless access to last_jiffies_update
Eric Dumazet
1
-5
/
+9
2020-01-14
tracing: trigger: Replace unneeded RCU-list traversals
Masami Hiramatsu
2
-16
/
+45
2020-01-14
ring-buffer: Fix kernel doc for rb_update_event()
Steven Rostedt (VMware)
1
-3
/
+3
2020-01-14
ring-bufer: kernel-doc warning fixes
Fabian Frederick
1
-0
/
+3
2020-01-14
tracing/uprobe: Fix double perf_event linking on multiprobe uprobe
Masami Hiramatsu
4
-48
/
+86
2020-01-14
Merge branch 'dhowells' (patches from DavidH)
Linus Torvalds
1
-2
/
+2
2020-01-14
bpf: Fix seq_show for BPF_MAP_TYPE_STRUCT_OPS
Martin KaFai Lau
1
-4
/
+10
2020-01-14
keys: Fix request_key() cache
David Howells
1
-2
/
+2
2020-01-14
mm/mmu_notifier: Rename struct mmu_notifier_mm to mmu_notifier_subscriptions
Jason Gunthorpe
1
-2
/
+2
2020-01-14
fs/proc: Introduce /proc/pid/timens_offsets
Andrei Vagin
1
-0
/
+101
2020-01-14
x86/vdso: Zap vvar pages when switching to a time namespace
Dmitry Safonov
1
-0
/
+10
2020-01-14
time: Allocate per-timens vvar page
Dmitry Safonov
1
-1
/
+103
2020-01-14
posix-timers: Make clock_nanosleep() time namespace aware
Andrei Vagin
2
-4
/
+25
2020-01-14
hrtimers: Prepare hrtimer_nanosleep() for time namespaces
Andrei Vagin
3
-8
/
+12
2020-01-14
alarmtimer: Make nanosleep() time namespace aware
Andrei Vagin
1
-0
/
+2
2020-01-14
posix-timers: Make timer_settime() time namespace aware
Andrei Vagin
1
-0
/
+2
2020-01-14
time: Add do_timens_ktime_to_host() helper
Andrei Vagin
1
-0
/
+36
2020-01-14
posix-clocks: Wire up clock_gettime() with timens offsets
Andrei Vagin
3
-1
/
+16
2020-01-14
posix-timers: Use clock_get_ktime() in common_timer_get()
Andrei Vagin
1
-7
/
+1
2020-01-14
posix-clocks: Introduce clock_get_ktime() callback
Andrei Vagin
3
-2
/
+46
2020-01-14
alarmtimer: Provide get_timespec() callback
Andrei Vagin
1
-1
/
+6
2020-01-14
alarmtimer: Rename gettime() callback to get_ktime()
Andrei Vagin
1
-17
/
+17
2020-01-14
posix-clocks: Rename .clock_get_timespec() callbacks accordingly
Andrei Vagin
2
-11
/
+11
2020-01-14
posix-clocks: Rename the clock_get() callback to clock_get_timespec()
Andrei Vagin
5
-35
/
+35
2020-01-14
time: Add timens_offsets to be used for tasks in time namespace
Andrei Vagin
1
-0
/
+2
2020-01-14
ns: Introduce Time Namespace
Andrei Vagin
4
-10
/
+265
2020-01-13
tracing: trigger: Replace unneeded RCU-list traversals
Masami Hiramatsu
2
-16
/
+45
2020-01-13
pid: Implement pidfd_getfd syscall
Sargun Dhillon
1
-0
/
+90
2020-01-13
tracing/boot: Add function tracer filter options
Masami Hiramatsu
1
-0
/
+40
2020-01-13
tracing/boot: Add cpu_mask option support
Masami Hiramatsu
2
-13
/
+43
2020-01-13
tracing/boot: Add instance node support
Masami Hiramatsu
1
-5
/
+38
2020-01-13
tracing/boot: Add synthetic event support
Masami Hiramatsu
2
-0
/
+52
2020-01-13
tracing/boot Add kprobe event support
Masami Hiramatsu
2
-0
/
+51
2020-01-13
tracing/boot: Add per-event settings
Masami Hiramatsu
2
-1
/
+61
2020-01-13
tracing/boot: Add boot-time tracing
Masami Hiramatsu
4
-5
/
+128
2020-01-13
tracing: Add NULL trace-array check in print_synth_event()
Masami Hiramatsu
1
-1
/
+1
2020-01-13
tracing: Accept different type for synthetic event fields
Masami Hiramatsu
1
-2
/
+5
2020-01-13
tracing: kprobes: Register to dynevent earlier stage
Masami Hiramatsu
1
-4
/
+15
[prev]
[next]