index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2017-11-26
2
-2
/
+13
|
\
|
*
genirq/matrix: Make - vs ?: Precedence explicit
Kees Cook
2017-11-23
1
-1
/
+1
|
*
Merge tag 'irqchip-4.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Thomas Gleixner
2017-11-14
1
-1
/
+12
|
|
\
|
|
*
genirq: Track whether the trigger type has been set
Marc Zyngier
2017-11-10
1
-1
/
+12
*
|
|
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2017-11-26
1
-0
/
+1
|
\
\
\
|
*
|
|
perf/core: Fix memory leak triggered by perf --namespace
Vasily Averin
2017-11-15
1
-0
/
+1
*
|
|
|
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2017-11-26
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
jump_label: Invoke jump_label_test() via early_initcall()
Jason Baron
2017-11-14
1
-1
/
+1
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2017-11-25
9
-77
/
+33
|
\
\
\
\
|
*
\
\
\
Merge tag 'for-linus-timers-conversion-final-v4.15-rc1' of git://git.kernel.o...
Thomas Gleixner
2017-11-23
96
-2119
/
+6304
|
|
\
\
\
\
|
|
*
|
|
|
treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts
Kees Cook
2017-11-22
2
-2
/
+2
|
|
*
|
|
|
timer: Pass function down to initialization routines
Kees Cook
2017-11-22
1
-6
/
+15
|
|
*
|
|
|
timer: Switch callback prototype to take struct timer_list * argument
Kees Cook
2017-11-22
1
-3
/
+3
|
|
*
|
|
|
timer: Pass timer_list pointer to callbacks unconditionally
Kees Cook
2017-11-22
1
-10
/
+7
|
|
*
|
|
|
treewide: setup_timer() -> timer_setup()
Kees Cook
2017-11-22
2
-5
/
+5
|
|
*
|
|
|
treewide: init_timer() -> setup_timer()
Kees Cook
2017-11-22
1
-2
/
+1
|
|
*
|
|
|
treewide: Switch DEFINE_TIMER callbacks to struct timer_list *
Kees Cook
2017-11-22
1
-2
/
+2
|
*
|
|
|
|
timekeeping: Remove CONFIG_GENERIC_TIME_VSYSCALL_OLD
Miroslav Lichvar
2017-11-14
2
-49
/
+0
|
*
|
|
|
|
Merge branch 'linus' into timers/urgent
Thomas Gleixner
2017-11-14
79
-1574
/
+2776
|
|
\
\
\
\
\
|
|
|
|
/
/
/
|
|
|
/
|
|
|
|
*
|
|
|
|
timer/debug: Change /proc/timer_list from 0444 to 0400
Ingo Molnar
2017-11-13
1
-1
/
+1
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2017-11-23
4
-51
/
+59
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
bpf: fix branch pruning logic
Alexei Starovoitov
2017-11-23
1
-0
/
+27
|
*
|
|
|
bpf: change bpf_perf_event_output arg5 type to ARG_CONST_SIZE_OR_ZERO
Gianluca Borello
2017-11-22
1
-2
/
+2
|
*
|
|
|
bpf: change bpf_probe_read_str arg2 type to ARG_CONST_SIZE_OR_ZERO
Gianluca Borello
2017-11-22
1
-1
/
+1
|
*
|
|
|
bpf: remove explicit handling of 0 for arg2 in bpf_probe_read
Gianluca Borello
2017-11-22
1
-5
/
+1
|
*
|
|
|
bpf: introduce ARG_PTR_TO_MEM_OR_NULL
Gianluca Borello
2017-11-22
1
-1
/
+3
|
*
|
|
|
bpf: revert report offload info to user space
Jakub Kicinski
2017-11-21
2
-17
/
+0
|
*
|
|
|
bpf: offload: ignore namespace moves
Jakub Kicinski
2017-11-21
1
-0
/
+4
|
*
|
|
|
bpf: turn bpf_prog_get_type() into a wrapper
Jakub Kicinski
2017-11-21
1
-10
/
+0
|
*
|
|
|
bpf: offload: move offload device validation out to the drivers
Jakub Kicinski
2017-11-21
1
-11
/
+12
|
*
|
|
|
bpf: offload: rename the ifindex field
Jakub Kicinski
2017-11-21
2
-3
/
+3
|
*
|
|
|
bpf: offload: limit offload to cls_bpf and xdp programs only
Jakub Kicinski
2017-11-21
1
-2
/
+3
|
*
|
|
|
bpf: offload: add comment warning developers about double destroy
Jakub Kicinski
2017-11-21
1
-0
/
+4
*
|
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...
Linus Torvalds
2017-11-21
2
-2
/
+2
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
added new line symbol after warning about dropped messages
Maxim Akristiniy
2017-10-30
1
-1
/
+1
|
*
|
|
|
printk: fix typo in printk_safe.c
Baoquan He
2017-10-30
1
-1
/
+1
*
|
|
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2017-11-18
10
-292
/
+396
|
\
\
\
\
\
|
*
|
|
|
|
kernel/reboot.c: add devm_register_reboot_notifier()
Andrey Smirnov
2017-11-18
1
-0
/
+27
|
*
|
|
|
|
kcov: support comparison operands collection
Victor Chibotaru
2017-11-18
1
-35
/
+179
|
*
|
|
|
|
kcov: remove pointless current != NULL check
Andrey Ryabinin
2017-11-18
1
-1
/
+1
|
*
|
|
|
|
kernel/panic.c: add TAINT_AUX
Borislav Petkov
2017-11-18
1
-0
/
+2
|
*
|
|
|
|
pid: remove pidhash
Gargi Sharma
2017-11-18
3
-42
/
+14
|
*
|
|
|
|
pid: replace pid bitmap implementation with IDR API
Gargi Sharma
2017-11-18
2
-195
/
+59
|
*
|
|
|
|
kernel/sysctl.c: code cleanups
Ola N. Kaldestad
2017-11-18
1
-5
/
+3
|
*
|
|
|
|
kdump: print a message in case parse_crashkernel_mem resulted in zero bytes
Dave Young
2017-11-18
1
-1
/
+2
|
*
|
|
|
|
kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE check in compl...
Oleg Nesterov
2017-11-18
1
-2
/
+2
|
*
|
|
|
|
kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from !sig_kernel_only() ...
Oleg Nesterov
2017-11-18
1
-1
/
+1
|
*
|
|
|
|
kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks from SIGKILL
Oleg Nesterov
2017-11-18
1
-5
/
+7
|
*
|
|
|
|
sysctl: check for UINT_MAX before unsigned int min/max
Joe Lawrence
2017-11-18
1
-6
/
+8
|
*
|
|
|
|
pipe: add proc_dopipe_max_size() to safely assign pipe_max_size
Joe Lawrence
2017-11-18
1
-0
/
+49
[next]