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-04-09
bpf: add syscall side map freeze support
Daniel Borkmann
1
-12
/
+54
2019-04-09
bpf: add program side {rd, wr}only support for maps
Daniel Borkmann
7
-13
/
+62
2019-04-09
bpf: do not retain flags that are not tied to map lifetime
Daniel Borkmann
1
-1
/
+13
2019-04-09
bpf: implement lookup-free direct value access for maps
Daniel Borkmann
5
-30
/
+124
2019-04-10
cpuidle: Export the next timer expiration for CPUs
Ulf Hansson
1
-0
/
+12
2019-04-09
Merge branches 'consolidate.2019.04.09a', 'doc.2019.03.26b', 'fixes.2019.03.2...
Paul E. McKenney
14
-826
/
+831
2019-04-09
treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
Sakari Ailus
12
-19
/
+19
2019-04-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-5
/
+9
2019-04-08
audit: purge unnecessary list_empty calls
Richard Guy Briggs
2
-39
/
+27
2019-04-08
time: Introduce jiffies64_to_msecs()
Li RongQing
1
-0
/
+10
2019-04-08
workqueue: Use normal rcu
Thomas Gleixner
1
-42
/
+51
2019-04-08
x86/dma: Remove the x86_dma_fallback_dev hack
Christoph Hellwig
1
-7
/
+0
2019-04-08
dma-mapping: remove leftover NULL device support
Christoph Hellwig
1
-1
/
+1
2019-04-08
dma: select GENERIC_ALLOCATOR for DMA_REMAP
Clément Leger
1
-0
/
+1
2019-04-08
rcu: validate arguments for rcu tracepoints
Yafang Shao
2
-11
/
+6
2019-04-08
tracing: Add error_log to README
Tom Zanussi
1
-0
/
+1
2019-04-08
tracing: Have the error logs show up in the proper instances
Steven Rostedt (VMware)
5
-23
/
+46
2019-04-08
tracing: Have histogram code pass around trace_array for error handling
Steven Rostedt (VMware)
1
-62
/
+80
2019-04-08
tracing: Add trace_array parameter to create_event_filter()
Steven Rostedt (VMware)
3
-13
/
+18
2019-04-08
tracing: stop making gpio tracing configurable
Uwe Kleine-König
1
-7
/
+0
2019-04-08
mmiowb: Hook up mmiowb helpers to spinlocks and generic I/O accessors
Will Deacon
1
-1
/
+5
2019-04-08
asm-generic/mmiowb: Add generic implementation of mmiowb() tracking
Will Deacon
2
-0
/
+14
2019-04-08
cpufreq: schedutil: Simplify iowait boosting
Rafael J. Wysocki
1
-11
/
+10
2019-04-05
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+2
2019-04-05
kernel/sysctl.c: fix out-of-bounds access when setting file-max
Will Deacon
1
-1
/
+2
2019-04-05
Merge tag 'trace-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
2
-4
/
+7
2019-04-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
7
-34
/
+70
2019-04-05
genirq/timings: Add array suffix computation code
Daniel Lezcano
1
-5
/
+457
2019-04-05
genirq/timings: Remove variance computation code
Daniel Lezcano
1
-250
/
+2
2019-04-05
genirq: Respect IRQCHIP_SKIP_SET_WAKE in irq_chip_set_wake_parent()
Stephen Boyd
1
-0
/
+4
2019-04-05
bpf: Add missed newline in verifier verbose log
Andrey Ignatov
1
-1
/
+1
2019-04-05
bpf: Sanity check max value for var_off stack access
Andrey Ignatov
1
-3
/
+15
2019-04-05
bpf: Reject indirect var_off stack access in unpriv mode
Andrey Ignatov
1
-0
/
+16
2019-04-05
bpf: Reject indirect var_off stack access in raw mode
Andrey Ignatov
1
-0
/
+9
2019-04-05
syscalls: Remove start and number from syscall_get_arguments() args
Steven Rostedt (Red Hat)
2
-3
/
+3
2019-04-05
genirq: Initialize request_mutex if CONFIG_SPARSE_IRQ=n
Kefeng Wang
1
-0
/
+1
2019-04-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
3
-19
/
+31
2019-04-04
acct_on(): don't mess with freeze protection
Al Viro
1
-2
/
+2
2019-04-04
cgroup: remove extra cgroup_migrate_finish() call
Shakeel Butt
1
-4
/
+1
2019-04-04
tracing/syscalls: Pass in hardcoded 6 into syscall_get_arguments()
Steven Rostedt (Red Hat)
1
-3
/
+6
2019-04-04
bpf: increase verifier log limit
Alexei Starovoitov
1
-1
/
+1
2019-04-04
bpf: increase complexity limit and maximum program size
Alexei Starovoitov
2
-2
/
+2
2019-04-04
bpf: verbose jump offset overflow check
Alexei Starovoitov
2
-6
/
+12
2019-04-04
bpf: convert temp arrays to kvcalloc
Alexei Starovoitov
1
-7
/
+7
2019-04-04
bpf: improve verification speed by not remarking live_read
Alexei Starovoitov
1
-0
/
+9
2019-04-04
bpf: improve verification speed by droping states
Alexei Starovoitov
1
-3
/
+41
2019-04-04
bpf: add verifier stats and log_level bit 2
Alexei Starovoitov
1
-24
/
+52
2019-04-03
locking/rwsem: Optimize down_read_trylock()
Waiman Long
1
-5
/
+8
2019-04-03
locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archs
Waiman Long
4
-346
/
+2
2019-04-03
locking/rwsem: Remove arch specific rwsem files
Waiman Long
2
-0
/
+132
[prev]
[next]