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-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
3
-20
/
+98
2019-06-15
bpf: fix nested bpf tracepoints with per-cpu data
Matt Mullins
1
-16
/
+84
2019-06-15
Merge tag 'trace-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
5
-14
/
+35
2019-06-15
processor: get rid of cpu_relax_yield
Heiko Carstens
1
-1
/
+6
2019-06-15
s390: improve wait logic of stop_machine
Martin Schwidefsky
1
-5
/
+9
2019-06-14
Merge branch 'for-5.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-32
/
+91
2019-06-14
sysctl: define proc_do_static_key()
Eric Dumazet
2
-22
/
+23
2019-06-15
bpf, devmap: Add missing RCU read lock on flush
Toshiaki Makita
1
-0
/
+4
2019-06-15
bpf, devmap: Add missing bulk queue free
Toshiaki Makita
1
-0
/
+1
2019-06-15
bpf, devmap: Fix premature entry free on destroying map
Toshiaki Makita
1
-2
/
+2
2019-06-14
ftrace: Fix NULL pointer dereference in free_ftrace_func_mapper()
Wei Li
1
-2
/
+5
2019-06-14
docs: power: convert docs to ReST and rename to *.rst
Mauro Carvalho Chehab
1
-3
/
+3
2019-06-14
module: Fix livepatch/ftrace module text permissions race
Josh Poimboeuf
2
-1
/
+15
2019-06-14
tracing/uprobe: Fix obsolete comment on trace_uprobe_create()
Eiichi Tsukata
1
-2
/
+0
2019-06-14
tracing/uprobe: Fix NULL pointer dereference in trace_uprobe_create()
Eiichi Tsukata
1
-3
/
+10
2019-06-14
tracing: Make two symbols static
YueHaibing
1
-2
/
+2
2019-06-14
tracing: avoid build warning with HAVE_NOP_MCOUNT
Vasily Gorbik
1
-3
/
+2
2019-06-14
docs: scheduler: convert docs to ReST and rename to *.rst
Mauro Carvalho Chehab
1
-1
/
+1
2019-06-14
docs: cgroup-v1: convert docs to ReST and rename to *.rst
Mauro Carvalho Chehab
1
-1
/
+1
2019-06-14
tracing: Fix out-of-range read in trace_stack_print()
Eiichi Tsukata
1
-1
/
+1
2019-06-14
cgroup: Move cgroup_parse_float() implementation out of CONFIG_SYSFS
Tejun Heo
1
-42
/
+42
2019-06-14
alarmtimer: Fix kerneldoc comment for alarmtimer_suspend()
Yangtao Li
1
-1
/
+0
2019-06-14
clocksource: Move inline keyword to the beginning of function declarations
Mathieu Malaterre
1
-2
/
+2
2019-06-14
dma-remap: Avoid de-referencing NULL atomic_pool
Florian Fainelli
1
-0
/
+3
2019-06-14
timekeeping: Repair ktime_get_coarse*() granularity
Thomas Gleixner
1
-2
/
+3
2019-06-14
PM: hibernate: powerpc: Expose pfn_is_nosave() prototype
Mathieu Malaterre
1
-2
/
+0
2019-06-14
kernel/module: Fix mem leak in module_add_modinfo_attrs
YueHaibing
1
-5
/
+17
2019-06-13
mm/devm_memremap_pages: fix final page put race
Dan Williams
1
-5
/
+12
2019-06-13
mm/devm_memremap_pages: introduce devm_memunmap_pages
Dan Williams
1
-0
/
+6
2019-06-13
rcu: Upgrade sync_exp_work_done() to smp_mb()
Paul E. McKenney
1
-2
/
+1
2019-06-12
cpuset: restore sanity to cpuset_cpus_allowed_fallback()
Joel Savitz
1
-1
/
+14
2019-06-12
bpf: silence warning messages in core
Valdis Klētnieks
1
-0
/
+1
2019-06-12
cpu/hotplug: Abort disabling secondary CPUs if wakeup is pending
Pavankumar Kondeti
1
-0
/
+7
2019-06-12
genirq/affinity: Remove unused argument from [__]irq_build_affinity_masks()
Minwoo Im
1
-7
/
+5
2019-06-12
genirq/timings: Add selftest for next event computation
Daniel Lezcano
1
-0
/
+66
2019-06-12
genirq/timings: Add selftest for irqs circular buffer
Daniel Lezcano
1
-0
/
+139
2019-06-12
genirq/timings: Add selftest for circular array
Daniel Lezcano
2
-0
/
+122
2019-06-12
genirq/timings: Encapsulate storing function
Daniel Lezcano
1
-19
/
+34
2019-06-12
genirq/timings: Encapsulate timings push
Daniel Lezcano
1
-9
/
+12
2019-06-12
genirq/timings: Optimize the period detection speed
Daniel Lezcano
1
-1
/
+1
2019-06-12
genirq/timings: Fix timings buffer inspection
Daniel Lezcano
1
-5
/
+18
2019-06-12
genirq/timings: Fix next event index function
Daniel Lezcano
1
-9
/
+42
2019-06-12
hrtimer: Remove unused header include
Yangtao Li
1
-1
/
+0
2019-06-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2
-2
/
+27
2019-06-11
ptrace: restore smp_rmb() in __ptrace_may_access()
Jann Horn
2
-0
/
+19
2019-06-11
swiotlb: Return consistent SWIOTLB segments/nr_tbl
Florian Fainelli
1
-4
/
+4
2019-06-11
swiotlb: Group identical cleanup in swiotlb_cleanup()
Florian Fainelli
1
-8
/
+10
2019-06-11
bpf: lpm_trie: check left child of last leftmost node for NULL
Jonathan Lemon
1
-2
/
+7
2019-06-10
bpf: Allow bpf_map_lookup_elem() on an xskmap
Jonathan Lemon
2
-2
/
+31
2019-06-10
Merge branch 'for-5.2-fixes' into for-5.3
Tejun Heo
1
-1
/
+5
[prev]
[next]