index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf/tool: Make the event parser re-entrant
Zheng Yan
2012-06-18
4
-64
/
+98
*
perf/tool: Use data struct for arg passing in event parse function
Jiri Olsa
2012-06-18
3
-26
/
+50
*
perf/x86: Add Intel Nehalem and Sandy Bridge-EP uncore support
Yan, Zheng
2012-06-18
3
-0
/
+581
*
perf: Add generic PCI uncore PMU device support
Yan, Zheng
2012-06-18
2
-5
/
+236
*
perf/x86: Add Intel Nehalem and Sandy Bridge uncore PMU support
Yan, Zheng
2012-06-18
2
-0
/
+245
*
perf/x86: Add generic Intel uncore PMU support
Yan, Zheng
2012-06-18
3
-1
/
+1085
*
perf: Introduce perf_pmu_migrate_context()
Yan, Zheng
2012-06-18
2
-0
/
+38
*
perf: Allow the PMU driver to choose the CPU on which to install events
Yan, Zheng
2012-06-18
1
-4
/
+4
*
perf: Avoid race between cpu hotplug and installing event
Yan, Zheng
2012-06-18
1
-0
/
+5
*
perf: Export perf_assign_events()
Yan, Zheng
2012-06-18
2
-3
/
+5
*
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
2012-06-18
9
-14
/
+88
|
\
|
*
perf: Use css_tryget() to avoid propping up css refcount
Salman Qazi
2012-06-18
1
-3
/
+7
|
*
Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
2012-06-15
5
-8
/
+61
|
|
\
|
|
*
perf tools: Fix synthesizing tracepoint names from the perf.data headers
Arnaldo Carvalho de Melo
2012-06-12
1
-0
/
+32
|
|
*
perf stat: Fix default output file
Stephane Eranian
2012-06-11
1
-1
/
+7
|
|
*
perf tools: Fix endianity swapping for adds_features bitmask
David Ahern
2012-06-11
4
-7
/
+22
|
*
|
watchdog: Quiet down the boot messages
Don Zickus
2012-06-14
1
-1
/
+18
|
*
|
perf/x86: Fix broken LBR fixup code
Stephane Eranian
2012-06-13
1
-1
/
+1
|
|
/
|
*
Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...
Ingo Molnar
2012-06-08
1
-1
/
+1
|
|
\
|
|
*
tracing: Have tracing_off() actually turn tracing off
Steven Rostedt
2012-06-06
1
-1
/
+1
*
|
|
perf/x86/amd: Fix RDPMC index calculation for AMD family 15h
Robert Richter
2012-06-18
1
-1
/
+1
*
|
|
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
2012-06-18
3
-7
/
+6
|
\
\
\
|
*
|
|
tracing: Register the ftrace internal events during early boot
Steven Rostedt
2012-06-14
1
-1
/
+1
|
*
|
|
tracing: Add comments for the other bits of ftrace_event_call.flags
Steven Rostedt
2012-06-14
1
-0
/
+3
|
*
|
|
ftrace: Remove a superfluous check
Borislav Petkov
2012-06-14
1
-6
/
+2
*
|
|
|
uprobes: Remove the unnecessary initialization in add_utask()
Oleg Nesterov
2012-06-16
1
-1
/
+0
*
|
|
|
uprobes: __copy_insn() needs "loff_t offset"
Oleg Nesterov
2012-06-16
1
-6
/
+6
*
|
|
|
uprobes: Don't use loff_t for the valid virtual address
Oleg Nesterov
2012-06-16
1
-17
/
+9
*
|
|
|
uprobes: Simplify the usage of uprobe->pending_list
Oleg Nesterov
2012-06-16
1
-8
/
+4
*
|
|
|
uprobes: Move BUG_ON(UPROBE_SWBP_INSN_SIZE) from write_opcode() to install_br...
Oleg Nesterov
2012-06-16
1
-6
/
+5
*
|
|
|
uprobes: No need to re-check vma_address() in write_opcode()
Oleg Nesterov
2012-06-16
1
-5
/
+0
*
|
|
|
uprobes: Copy_insn() should not return -ENOMEM if __copy_insn() fails
Oleg Nesterov
2012-06-16
1
-4
/
+4
*
|
|
|
uprobes: Copy_insn() shouldn't depend on mm/vma/vaddr
Oleg Nesterov
2012-06-16
1
-9
/
+6
*
|
|
|
uprobes: Document uprobe_register() vs uprobe_mmap() race
Peter Zijlstra
2012-06-16
1
-3
/
+28
*
|
|
|
uprobes: Change build_map_info() to try kmalloc(GFP_NOWAIT) first
Oleg Nesterov
2012-06-16
1
-0
/
+10
*
|
|
|
uprobes: Rework register_for_each_vma() to make it O(n)
Oleg Nesterov
2012-06-16
1
-113
/
+86
*
|
|
|
uprobes: Install_breakpoint() should fail if is_swbp_insn() == T
Oleg Nesterov
2012-06-16
1
-1
/
+1
*
|
|
|
uprobes: Write_opcode()->__replace_page() can race with try_to_unmap()
Oleg Nesterov
2012-06-16
1
-28
/
+13
*
|
|
|
uprobes: __copy_insn() should ensure a_ops->readpage != NULL
Oleg Nesterov
2012-06-16
1
-0
/
+3
*
|
|
|
uprobes: Valid_vma() should reject VM_HUGETLB
Oleg Nesterov
2012-06-16
1
-1
/
+2
|
/
/
/
*
|
|
perf/x86: Convert obsolete simple_strtoul() usage to kstrtoul()
Shuah Khan
2012-06-11
1
-1
/
+6
*
|
|
Merge tag 'v3.5-rc2' into perf/core
Ingo Molnar
2012-06-11
111
-864
/
+1632
|
\
\
\
|
*
|
|
Linux 3.5-rc2
v3.5-rc2
Linus Torvalds
2012-06-08
1
-1
/
+1
|
*
|
|
mm, oom: fix badness score underflow
David Rientjes
2012-06-08
1
-2
/
+2
|
*
|
|
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2012-06-08
6
-39
/
+179
|
|
\
\
\
|
|
*
|
|
sched: Fix the relax_domain_level boot parameter
Dimitri Sivanich
2012-06-06
1
-6
/
+3
|
|
*
|
|
sched: Validate assumptions in sched_init_numa()
Peter Zijlstra
2012-06-06
1
-19
/
+80
|
|
*
|
|
sched: Always initialize cpu-power
Peter Zijlstra
2012-06-06
2
-2
/
+13
|
|
*
|
|
sched: Fix domain iteration
Peter Zijlstra
2012-06-06
4
-10
/
+72
|
|
*
|
|
sched/rt: Fix lockdep annotation within find_lock_lowest_rq()
Peter Zijlstra
2012-06-06
1
-1
/
+1
[next]