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
2018-10-16
locking/qspinlock, x86: Provide liveness guarantee
Peter Zijlstra
1
-1
/
+15
2018-10-16
locking/qspinlock: Rework some comments
Peter Zijlstra
1
-10
/
+26
2018-10-16
locking/qspinlock: Re-order code
Peter Zijlstra
1
-29
/
+27
2018-10-16
Merge branch 'x86/build' into locking/core, to pick up dependent patches and ...
Ingo Molnar
17
-120
/
+180
2018-10-16
sched/fair: Fix the min_vruntime update logic in dequeue_entity()
Song Muchun
1
-1
/
+1
2018-10-16
locking/lockdep: Remove duplicated 'lock_class_ops' percpu array
Waiman Long
1
-1
/
+0
2018-10-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
8
-2644
/
+29
2018-10-15
bpf, sockmap: convert to generic sk_msg interface
Daniel Borkmann
4
-2620
/
+3
2018-10-15
tcp, ulp: remove ulp bits from sockmap
Daniel Borkmann
1
-29
/
+10
2018-10-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-8
/
+2
2018-10-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-9
/
+22
2018-10-12
bpf: wait for running BPF programs when updating map-in-map
Daniel Colascione
1
-0
/
+13
2018-10-12
tracing: probeevent: Fix uninitialized used of offset in parse args
Steven Rostedt (VMware)
1
-1
/
+1
2018-10-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Greg Kroah-Hartman
1
-0
/
+6
2018-10-12
printk: fix integer overflow in setup_log_buf()
Sergey Senozhatsky
1
-1
/
+1
2018-10-12
printk: do not preliminary split up cont buffer
Sergey Senozhatsky
1
-3
/
+0
2018-10-12
printk: lock/unlock console only for new logbuf entries
Sergey Senozhatsky
1
-3
/
+7
2018-10-12
printk: keep kernel cont support always enabled
Sergey Senozhatsky
1
-18
/
+4
2018-10-11
Merge branch 'for-4.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Greg Kroah-Hartman
1
-9
/
+16
2018-10-11
sched/fair: Fix throttle_list starvation with low CFS quota
Phil Auld
2
-3
/
+21
2018-10-11
xsk: do not call synchronize_net() under RCU read lock
Björn Töpel
1
-8
/
+2
2018-10-10
tracing/kprobes: Allow kprobe-events to record module symbol
Masami Hiramatsu
3
-10
/
+68
2018-10-10
tracing/kprobes: Check the probe on unloaded module correctly
Masami Hiramatsu
1
-13
/
+26
2018-10-10
tracing/uprobes: Fix to return -EFAULT if copy_from_user failed
Masami Hiramatsu
1
-1
/
+1
2018-10-10
tracing: probeevent: Add $argN for accessing function args
Masami Hiramatsu
5
-20
/
+49
2018-10-10
tracing: probeevent: Add array type support
Masami Hiramatsu
4
-40
/
+170
2018-10-10
tracing: probeevent: Add symbol type
Masami Hiramatsu
3
-4
/
+18
2018-10-10
tracing: probeevent: Unify fetch_insn processing common part
Masami Hiramatsu
3
-82
/
+63
2018-10-10
tracing: probeevent: Append traceprobe_ for exported function
Masami Hiramatsu
4
-6
/
+6
2018-10-10
tracing: probeevent: Return consumed bytes of dynamic area
Masami Hiramatsu
4
-110
/
+88
2018-10-10
tracing: probeevent: Unify fetch type tables
Masami Hiramatsu
4
-75
/
+39
2018-10-10
tracing: probeevent: Introduce new argument fetching code
Masami Hiramatsu
5
-678
/
+491
2018-10-10
tracing: probeevent: Remove NOKPROBE_SYMBOL from print functions
Masami Hiramatsu
1
-3
/
+1
2018-10-10
tracing: probeevent: Cleanup argument field definition
Masami Hiramatsu
4
-41
/
+29
2018-10-10
tracing: probeevent: Cleanup print argument functions
Masami Hiramatsu
4
-31
/
+29
2018-10-10
trace_uprobe: support reference counter in fd-based uprobe
Song Liu
4
-15
/
+48
2018-10-10
signal: Guard against negative signal numbers in copy_siginfo_from_user32
Eric W. Biederman
1
-1
/
+1
2018-10-10
signal: Guard against negative signal numbers in copy_siginfo_from_user
Eric W. Biederman
1
-1
/
+1
2018-10-10
tick/sched : Remove redundant cpu_online() check
Peng Hao
1
-1
/
+1
2018-10-09
bpf: return EOPNOTSUPP when map lookup isn't supported
Prashant Bhole
4
-4
/
+4
2018-10-09
bpf: error handling when map_lookup_elem isn't supported
Prashant Bhole
1
-2
/
+7
2018-10-09
bpf: btf: Fix a missing check bug
Wenwen Wang
1
-0
/
+3
2018-10-09
resource: Clean it up a bit
Borislav Petkov
1
-29
/
+26
2018-10-09
resource: Fix find_next_iomem_res() iteration issue
Bjorn Helgaas
1
-54
/
+42
2018-10-09
resource: Include resource end in walk_*() interfaces
Bjorn Helgaas
1
-2
/
+2
2018-10-09
smp,cpumask: introduce on_each_cpu_cond_mask
Rik van Riel
2
-7
/
+24
2018-10-09
smp: use __cpumask_set_cpu in on_each_cpu_cond
Rik van Riel
1
-1
/
+1
2018-10-09
dma-direct: respect DMA_ATTR_NO_WARN
Christoph Hellwig
1
-0
/
+3
2018-10-09
printk: Give error on attempt to set log buffer length to over 2G
He Zhe
1
-6
/
+12
2018-10-09
futex: Replace spin_is_locked() with lockdep
Lance Roy
1
-2
/
+2
[prev]
[next]