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
/
events
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf: Fix hotplug splat
Peter Zijlstra
2014-02-27
1
-6
/
+6
*
Merge tag 'trace-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2014-01-23
1
-0
/
+4
|
\
|
*
uprobes: Allocate ->utask before handler_chain() for tracing handlers
Oleg Nesterov
2014-01-03
1
-0
/
+4
*
|
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
2014-01-16
1
-3
/
+18
|
\
\
|
*
|
perf: Disable all pmus on unthrottling and rescheduling
Alexander Shishkin
2013-12-17
1
-3
/
+18
|
|
/
*
|
perf: Introduce a flag to enable close-on-exec in perf_event_open()
Yann Droneaud
2014-01-12
1
-3
/
+9
*
|
perf/x86: Fix active_entry initialization
Stephane Eranian
2014-01-12
1
-0
/
+2
*
|
perf: Fix PERF_EVENT_IOC_PERIOD to force-reset the period
Peter Zijlstra
2013-12-17
1
-1
/
+15
*
|
perf: Optimize ring-buffer write by depending on control dependencies
Peter Zijlstra
2013-12-11
1
-16
/
+26
*
|
perf: Add active_entry list head to struct perf_event
Stephane Eranian
2013-11-27
1
-0
/
+1
*
|
Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Ingo Molnar
2013-11-21
1
-17
/
+43
|
\
\
|
|
/
|
/
|
|
*
uprobes: Document xol_area and arch_uprobe->insn/ixol
Oleg Nesterov
2013-11-20
1
-0
/
+15
|
*
uprobes: Cleanup !CONFIG_UPROBES decls, unexport xol_area
Oleg Nesterov
2013-11-20
1
-0
/
+19
|
*
uprobes: Don't assume that arch_uprobe->insn/ixol is u8[MAX_UINSN_BYTES]
Oleg Nesterov
2013-11-20
1
-5
/
+5
|
*
uprobes: Add uprobe_task->dup_xol_work/dup_xol_addr
Oleg Nesterov
2013-11-20
1
-12
/
+4
*
|
perf: Remove fragile swevent hlist optimization
Peter Zijlstra
2013-11-19
1
-8
/
+0
*
|
list: introduce list_next_entry() and list_prev_entry()
Oleg Nesterov
2013-11-13
1
-3
/
+0
*
|
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2013-11-12
4
-203
/
+312
|
\
|
|
*
uprobes: Fix the memory out of bound overwrite in copy_insn()
Oleg Nesterov
2013-11-09
1
-22
/
+21
|
*
uprobes: Fix the wrong usage of current->utask in uprobe_copy_process()
Oleg Nesterov
2013-11-09
1
-1
/
+1
|
*
uprobes: Export write_opcode() as uprobe_write_opcode()
Oleg Nesterov
2013-11-06
1
-7
/
+7
|
*
uprobes: Introduce arch_uprobe->ixol
Oleg Nesterov
2013-11-06
1
-1
/
+2
|
*
uprobes: Kill module_init() and module_exit()
Oleg Nesterov
2013-11-06
1
-6
/
+1
|
*
perf: Factor out strncpy() in perf_event_mmap_event()
Oleg Nesterov
2013-11-06
1
-16
/
+16
|
*
perf: Fix arch_perf_out_copy_user default
Peter Zijlstra
2013-11-06
1
-9
/
+26
|
*
perf: Update a stale comment
Peter Zijlstra
2013-11-06
1
-2
/
+2
|
*
perf: Optimize perf_output_begin() -- address calculation
Peter Zijlstra
2013-11-06
1
-7
/
+7
|
*
perf: Optimize perf_output_begin() -- lost_event case
Peter Zijlstra
2013-11-06
1
-5
/
+8
|
*
perf: Optimize perf_output_begin()
Peter Zijlstra
2013-11-06
1
-8
/
+9
|
*
perf: Add unlikely() to the ring-buffer code
Peter Zijlstra
2013-11-06
1
-8
/
+8
|
*
perf: Simplify the ring-buffer code
Peter Zijlstra
2013-11-06
1
-33
/
+4
|
*
Merge branch 'perf/urgent' into perf/core to fix conflicts
Ingo Molnar
2013-11-04
1
-4
/
+27
|
|
\
|
*
|
uprobes: Teach uprobe_copy_process() to handle CLONE_VFORK
Oleg Nesterov
2013-10-29
1
-2
/
+8
|
*
|
uprobes: Change uprobe_copy_process() to dup xol_area
Oleg Nesterov
2013-10-29
1
-0
/
+28
|
*
|
uprobes: Change uprobe_copy_process() to dup return_instances
Oleg Nesterov
2013-10-29
1
-0
/
+43
|
*
|
uprobes: Teach __create_xol_area() to accept the predefined vaddr
Oleg Nesterov
2013-10-29
1
-8
/
+12
|
*
|
uprobes: Introduce __create_xol_area()
Oleg Nesterov
2013-10-29
1
-22
/
+25
|
*
|
uprobes: Change the callsite of uprobe_copy_process()
Oleg Nesterov
2013-10-29
1
-8
/
+8
|
*
|
perf: Fix the perf context switch optimization
Peter Zijlstra
2013-10-29
1
-18
/
+46
|
*
|
perf: Change zero-padding of strings in perf_event_mmap_event()
Peter Zijlstra
2013-10-29
1
-6
/
+11
|
*
|
perf: Do not waste PAGE_SIZE bytes for ALIGN(8) in perf_event_mmap_event()
Oleg Nesterov
2013-10-29
1
-7
/
+8
|
*
|
perf: Kill the dead !vma->vm_mm code in perf_event_mmap_event()
Oleg Nesterov
2013-10-29
1
-8
/
+6
|
*
|
perf: Remove useless atomic_t
Peter Zijlstra
2013-10-29
1
-9
/
+9
|
*
|
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
2013-10-29
1
-0
/
+4
|
|
\
\
|
*
|
|
perf: Add generic transaction flags
Andi Kleen
2013-10-04
1
-0
/
+6
|
*
|
|
perf: Enforce 1 as lower limit for perf_event_max_sample_rate
Knut Petersen
2013-10-04
1
-1
/
+1
*
|
|
|
Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2013-11-07
1
-5
/
+8
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Merge 3.12-rc6 into driver-core-next
Greg Kroah-Hartman
2013-10-19
1
-3
/
+3
|
|
\
|
|
|
*
|
|
Merge 3.12-rc3 into driver-core-next
Greg Kroah-Hartman
2013-09-30
1
-0
/
+21
|
|
\
\
\
|
*
|
|
|
pmu_bus: convert bus code to use dev_groups
Greg Kroah-Hartman
2013-09-27
1
-5
/
+8
[next]