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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'acpi-fixes'
Rafael J. Wysocki
2013-05-14
7
-20
/
+74
|
\
|
*
ACPI / AC: Add sleep quirk for Thinkpad e530
Lan Tianyu
2013-05-12
1
-0
/
+33
|
*
ACPI / EC: Restart transaction even when the IBF flag set
Lan Tianyu
2013-05-12
1
-3
/
+1
|
*
ACPI video: ignore BIOS initial backlight value for HP 1000
Alex Hung
2013-05-12
1
-0
/
+8
|
*
ACPI: Fix section to __init. Align with usage in acpixf.h
Jan-Simon Möller
2013-05-12
1
-1
/
+1
|
*
ACPI / PM: Move processor suspend/resume to syscore_ops
Rafael J. Wysocki
2013-05-12
3
-16
/
+31
*
|
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
2013-05-14
12
-138
/
+72
|
\
\
|
|
/
|
/
|
|
*
cpufreq / intel_pstate: use vzalloc() instead of vmalloc()/memset(0)
Wei Yongjun
2013-05-14
1
-2
/
+1
|
*
cpufreq, ondemand: Remove leftover debug line
Borislav Petkov
2013-05-13
1
-1
/
+0
|
*
cpufreq / kirkwood: don't check resource with devm_ioremap_resource
Wolfram Sang
2013-05-12
1
-4
/
+0
|
*
cpufreq / intel_pstate: remove #ifdef MODULE compile fence
Dirk Brandewie
2013-05-12
1
-2
/
+1
|
*
cpufreq / intel_pstate: Remove idle mode PID
Dirk Brandewie
2013-05-12
1
-49
/
+0
|
*
cpufreq / intel_pstate: fix ffmpeg regression
Dirk Brandewie
2013-05-12
1
-8
/
+2
|
*
cpufreq / intel_pstate: use lowest requested max performance
Dirk Brandewie
2013-05-12
1
-3
/
+9
|
*
cpufreq / intel_pstate: remove idle time and duration from sample and calcula...
Dirk Brandewie
2013-05-12
1
-37
/
+8
|
*
cpufreq: Fix incorrect dependecies for ARM SA11xx drivers
Alexander Shiyan
2013-05-12
1
-1
/
+1
|
*
cpufreq: ARM big LITTLE: Fix Kconfig entries
Viresh Kumar
2013-05-12
1
-8
/
+8
|
*
cpufreq: cpufreq-cpu0: Free parent node for error cases
Viresh Kumar
2013-05-12
1
-1
/
+4
|
*
cpufreq: cpufreq-cpu0: defer probe when regulator is not ready
Nishanth Menon
2013-05-12
1
-6
/
+16
|
*
cpufreq: Issue CPUFREQ_GOV_POLICY_EXIT notifier before dropping policy refcount
Viresh Kumar
2013-05-12
1
-3
/
+3
|
*
cpufreq: governors: Fix CPUFREQ_GOV_POLICY_{INIT|EXIT} notifiers
Viresh Kumar
2013-05-12
2
-4
/
+8
|
*
cpufreq: ARM big LITTLE: Improve print message
Viresh Kumar
2013-05-12
1
-1
/
+1
|
*
cpufreq: ARM big LITTLE: Move cpu_to_cluster() to arm_big_little.h
Viresh Kumar
2013-05-12
2
-5
/
+5
|
*
cpufreq: ARM big LITTLE DT: Return CPUFREQ_ETERNAL if clock-latency isn't found
Viresh Kumar
2013-05-12
1
-3
/
+4
|
*
cpufreq: ARM big LITTLE DT: Return correct transition latency
Viresh Kumar
2013-05-12
1
-1
/
+1
|
*
cpufreq: ARM big LITTLE: Select PM_OPP
Viresh Kumar
2013-05-12
1
-0
/
+1
|
/
*
Linux 3.10-rc1
Linus Torvalds
2013-05-12
1
-2
/
+2
*
Merge tag 'trace-fixes-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2013-05-12
6
-108
/
+368
|
\
|
*
tracing/kprobes: Support soft-mode disabling
Masami Hiramatsu
2013-05-10
1
-0
/
+6
|
*
tracing/kprobes: Support ftrace_event_file base multibuffer
Masami Hiramatsu
2013-05-10
1
-36
/
+214
|
*
tracing/kprobes: Pass trace_probe directly from dispatcher
Masami Hiramatsu
2013-05-10
1
-17
/
+16
|
*
tracing/kprobes: Increment probe hit-count even if it is used by perf
Masami Hiramatsu
2013-05-10
1
-4
/
+4
|
*
tracing/kprobes: Use bool for retprobe checker
Masami Hiramatsu
2013-05-10
1
-1
/
+1
|
*
ftrace: Fix function probe when more than one probe is added
Steven Rostedt (Red Hat)
2013-05-10
1
-1
/
+5
|
*
ftrace: Fix the output of enabled_functions debug file
Steven Rostedt (Red Hat)
2013-05-10
1
-1
/
+1
|
*
ftrace: Fix locking in register_ftrace_function_probe()
Steven Rostedt (Red Hat)
2013-05-10
1
-4
/
+6
|
*
tracing: Add helper function trace_create_new_event() to remove duplicate code
Steven Rostedt (Red Hat)
2013-05-10
1
-12
/
+20
|
*
tracing: Modify soft-mode only if there's no other referrer
Masami Hiramatsu
2013-05-10
2
-2
/
+11
|
*
tracing: Indicate enabled soft-mode in enable file
Masami Hiramatsu
2013-05-10
1
-0
/
+2
|
*
tracing/kprobes: Fix to increment return event probe hit-count
Masami Hiramatsu
2013-05-10
1
-0
/
+2
|
*
ftrace: Cleanup regex_lock and ftrace_lock around hash updating
Masami Hiramatsu
2013-05-10
1
-27
/
+32
|
*
ftrace, kprobes: Fix a deadlock on ftrace_regex_lock
Masami Hiramatsu
2013-05-10
2
-21
/
+56
|
*
ftrace: Have ftrace_regex_write() return either read or error
Steven Rostedt (Red Hat)
2013-05-09
1
-1
/
+1
|
*
tracing: Return error if register_ftrace_function_probe() fails for event_ena...
Steven Rostedt (Red Hat)
2013-05-09
1
-2
/
+9
|
*
tracing: Don't succeed if event_enable_func did not register anything
Masami Hiramatsu
2013-05-09
1
-1
/
+4
|
*
ring-buffer: Select IRQ_WORK
Steven Rostedt (Red Hat)
2013-05-04
1
-1
/
+1
*
|
Merge tag 'stable/for-linus-3.10-rc0-tag-two' of git://git.kernel.org/pub/scm...
Linus Torvalds
2013-05-12
5
-7
/
+55
|
\
\
|
*
|
xen/pci: Used cached MSI-X capability offset
Bjorn Helgaas
2013-05-10
1
-2
/
+1
|
*
|
xen/pci: Use PCI_MSIX_TABLE_BIR, not PCI_MSIX_FLAGS_BIRMASK
Bjorn Helgaas
2013-05-10
1
-1
/
+1
|
*
|
xen: clear IRQ_NOAUTOEN and IRQ_NOREQUEST
Julien Grall
2013-05-08
1
-1
/
+2
[next]