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-02-28
locking/lockdep: Fix two 32-bit compiler warnings
Bart Van Assche
1
-2
/
+2
2019-02-28
locking/qspinlock: Remove unnecessary BUG_ON() call
Waiman Long
1
-3
/
+0
2019-02-28
Merge branch 'linus' into locking/core, to pick up fixes
Ingo Molnar
21
-70
/
+217
2019-02-27
bpf: set inner_map_meta->spin_lock_off correctly
Yonghong Song
1
-0
/
+1
2019-02-27
bpf: expose program stats via bpf_prog_info
Alexei Starovoitov
1
-0
/
+5
2019-02-27
bpf: enable program stats
Alexei Starovoitov
4
-5
/
+101
2019-02-27
kbuild: compute false-positive -Wmaybe-uninitialized cases in Kconfig
Masahiro Yamada
1
-0
/
+1
2019-02-26
bpf: decrease usercnt if bpf_map_new_fd() fails in bpf_map_get_fd_by_id()
Peng Sun
1
-1
/
+1
2019-02-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-1
/
+2
2019-02-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-0
/
+1
2019-02-23
Merge tag 'irqchip-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...
Thomas Gleixner
6
-3
/
+513
2019-02-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-0
/
+1
2019-02-22
perf, pt, coresight: Fix address filters for vmas with non-zero offset
Alexander Shishkin
1
-34
/
+47
2019-02-22
perf: Copy parent's address filter offsets on clone
Alexander Shishkin
1
-0
/
+15
2019-02-22
bpf, lpm: fix lookup bug in map_delete_elem
Alban Crequy
1
-0
/
+1
2019-02-22
seccomp, bpf: disable preemption before calling into bpf prog
Alexei Starovoitov
1
-0
/
+2
2019-02-21
psi: avoid divide-by-zero crash inside virtual machines
Johannes Weiner
1
-1
/
+1
2019-02-21
workqueue: fix typo in comment
Liu Song
1
-1
/
+1
2019-02-21
tracing/perf: Use strndup_user() instead of buggy open-coded version
Jann Horn
1
-9
/
+7
2019-02-21
Merge branch 'topic/dma' into next
Michael Ellerman
4
-18
/
+11
2019-02-21
Merge branch 'ib-qcom-ssbi' into devel
Linus Walleij
2
-11
/
+45
2019-02-21
irqdomain: Allow the default irq domain to be retrieved
Marc Zyngier
1
-0
/
+14
2019-02-21
printk: Pass caller information to log_store().
Tetsuo Handa
1
-15
/
+22
2019-02-20
tracing: Fix spelling mistake: "analagous" -> "analogous"
Colin Ian King
1
-1
/
+1
2019-02-20
tracing: Comment why cond_snapshot is checked outside of max_lock protection
Steven Rostedt (VMware)
1
-0
/
+8
2019-02-20
tracing: Add alternative synthetic event trace action syntax
Tom Zanussi
2
-5
/
+39
2019-02-20
tracing: Add hist trigger onchange() handler
Tom Zanussi
2
-9
/
+52
2019-02-20
tracing: Add hist trigger snapshot() action
Tom Zanussi
2
-10
/
+259
2019-02-20
tracing: Add conditional snapshot
Tom Zanussi
3
-6
/
+244
2019-02-20
tracing: Generalize hist trigger onmax and save action
Tom Zanussi
1
-76
/
+160
2019-02-20
tracing: Split up onmatch action data
Tom Zanussi
2
-52
/
+63
2019-02-20
tracing: Refactor hist trigger action code
Tom Zanussi
1
-169
/
+238
2019-02-20
tracing: Do not free iter->trace in fail path of tracing_open_pipe()
zhangyi (F)
1
-1
/
+0
2019-02-20
dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flag
Christoph Hellwig
1
-18
/
+7
2019-02-20
dma-mapping: remove dma_mark_declared_memory_occupied
Christoph Hellwig
1
-23
/
+0
2019-02-20
dma-mapping: move CONFIG_DMA_CMA to kernel/dma/Kconfig
Christoph Hellwig
1
-0
/
+77
2019-02-20
dma-mapping: improve selection of dma_declare_coherent availability
Christoph Hellwig
2
-2
/
+2
2019-02-20
Merge tag 'gpio-v5.1-updates-for-linus-part-2' of git://git.kernel.org/pub/sc...
Linus Walleij
1
-0
/
+12
2019-02-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-11
/
+27
2019-02-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-5
/
+14
2019-02-19
bpf: check that BPF programs run with preemption disabled
Peter Zijlstra
1
-0
/
+28
2019-02-19
irq/irq_sim: add irq_set_type() callback
Bartosz Golaszewski
1
-0
/
+12
2019-02-19
cpuset: remove unused task_has_mempolicy()
Masahiro Yamada
1
-13
/
+0
2019-02-18
Merge tag 'trace-v5.0-rc4-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-9
/
+3
2019-02-18
swiotlb: remove swiotlb_dma_supported
Christoph Hellwig
1
-12
/
+0
2019-02-18
dma-mapping, powerpc: simplify the arch dma_set_mask override
Christoph Hellwig
2
-2
/
+10
2019-02-18
powerpc/dma: stop overriding dma_get_required_mask
Christoph Hellwig
1
-2
/
+0
2019-02-18
dma-direct: we might need GFP_DMA for 32-bit dma masks
Christoph Hellwig
1
-2
/
+1
2019-02-18
genirq/affinity: Remove the leftovers of the original set support
Thomas Gleixner
1
-16
/
+4
2019-02-18
genirq/affinity: Add new callback for (re)calculating interrupt sets
Ming Lei
1
-18
/
+44
[prev]
[next]