index
:
kernel/git/stable/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2012-06-19
perf evsel: Make some methods private
Arnaldo Carvalho de Melo
2012-06-19
perf tools: Remove unused evsel parameter from machine__resolve_callchain
Jiri Olsa
2012-06-19
perf evsel: Reconstruct raw event with modifiers from perf_event_attr
Arnaldo Carvalho de Melo
2012-06-19
perf tools: Remove __event_name
Arnaldo Carvalho de Melo
2012-06-19
perf tools: Don't access evsel->name directly
Arnaldo Carvalho de Melo
2012-06-19
perf script: Replace __event_name uses with perf_evsel__name
Arnaldo Carvalho de Melo
2012-06-19
perf tools: Move all users of event_name to perf_evsel__name
Arnaldo Carvalho de Melo
2012-06-19
perf evsel: Handle all event types in perf_evsel__name
Arnaldo Carvalho de Melo
2012-06-19
perf tools: Reconstruct sw event with modifiers from perf_event_attr
Arnaldo Carvalho de Melo
2012-06-19
perf tools: Reconstruct hw cache event with modifiers from perf_event_attr
Arnaldo Carvalho de Melo
2012-06-19
perf evsel: Carve out event modifier formatting
Arnaldo Carvalho de Melo
2012-06-19
perf hists browser: Implement printing snapshots to files
Arnaldo Carvalho de Melo
2012-06-19
perf lib: Introduce rtrim
Arnaldo Carvalho de Melo
2012-06-19
perf ui/gtk: Use struct perf_error_ops
Namhyung Kim
2012-06-19
perf ui/gtk: Add GTK info_bar widget to browser window
Namhyung Kim
2012-06-19
perf ui/gtk: Add GTK statusbar widget to browser window
Namhyung Kim
2012-06-19
perf ui/gtk: Introduce struct perf_gtk_context
Namhyung Kim
2012-06-19
perf ui: Introduce struct perf_error_ops
Namhyung Kim
2012-06-19
perf tools: Add sort by src line/number
Arnaldo Carvalho de Melo
2012-06-16
uprobes: Remove the unnecessary initialization in add_utask()
Oleg Nesterov
2012-06-16
uprobes: __copy_insn() needs "loff_t offset"
Oleg Nesterov
2012-06-16
uprobes: Don't use loff_t for the valid virtual address
Oleg Nesterov
2012-06-16
uprobes: Simplify the usage of uprobe->pending_list
Oleg Nesterov
2012-06-16
uprobes: Move BUG_ON(UPROBE_SWBP_INSN_SIZE) from write_opcode() to install_br...
Oleg Nesterov
2012-06-16
uprobes: No need to re-check vma_address() in write_opcode()
Oleg Nesterov
2012-06-16
uprobes: Copy_insn() should not return -ENOMEM if __copy_insn() fails
Oleg Nesterov
2012-06-16
uprobes: Copy_insn() shouldn't depend on mm/vma/vaddr
Oleg Nesterov
2012-06-16
uprobes: Document uprobe_register() vs uprobe_mmap() race
Peter Zijlstra
2012-06-16
uprobes: Change build_map_info() to try kmalloc(GFP_NOWAIT) first
Oleg Nesterov
2012-06-16
uprobes: Rework register_for_each_vma() to make it O(n)
Oleg Nesterov
2012-06-16
uprobes: Install_breakpoint() should fail if is_swbp_insn() == T
Oleg Nesterov
2012-06-16
uprobes: Write_opcode()->__replace_page() can race with try_to_unmap()
Oleg Nesterov
2012-06-16
uprobes: __copy_insn() should ensure a_ops->readpage != NULL
Oleg Nesterov
2012-06-16
uprobes: Valid_vma() should reject VM_HUGETLB
Oleg Nesterov
2012-06-11
perf/x86: Convert obsolete simple_strtoul() usage to kstrtoul()
Shuah Khan
2012-06-11
Merge tag 'v3.5-rc2' into perf/core
Ingo Molnar
2012-06-08
Linux 3.5-rc2
v3.5-rc2
Linus Torvalds
2012-06-08
mm, oom: fix badness score underflow
David Rientjes
2012-06-08
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2012-06-08
sched/fair: fix lots of kernel-doc warnings
Randy Dunlap
2012-06-08
Revert "drm/i915/crt: Do not rely upon the HPD presence pin"
Linus Torvalds
2012-06-08
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2012-06-08
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...
Linus Torvalds
2012-06-08
Merge tag 'upstream-3.5-rc2' of git://git.infradead.org/linux-ubifs
Linus Torvalds
2012-06-08
Revert "vfs: stop d_splice_alias creating directory aliases"
Linus Torvalds
2012-06-08
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2012-06-08
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2012-06-08
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2012-06-08
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2012-06-08
Merge tag 'moduleparam-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
[next]