index
:
linux/linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
events
Age
Commit message (
Expand
)
Author
2014-03-06
perf: Fix hotplug splat
Peter Zijlstra
2013-12-17
perf: Disable all pmus on unthrottling and rescheduling
Alexander Shishkin
2013-11-19
perf: Remove fragile swevent hlist optimization
Peter Zijlstra
2013-11-13
list: introduce list_next_entry() and list_prev_entry()
Oleg Nesterov
2013-11-12
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2013-11-09
uprobes: Fix the memory out of bound overwrite in copy_insn()
Oleg Nesterov
2013-11-09
uprobes: Fix the wrong usage of current->utask in uprobe_copy_process()
Oleg Nesterov
2013-11-07
Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2013-11-06
uprobes: Export write_opcode() as uprobe_write_opcode()
Oleg Nesterov
2013-11-06
uprobes: Introduce arch_uprobe->ixol
Oleg Nesterov
2013-11-06
uprobes: Kill module_init() and module_exit()
Oleg Nesterov
2013-11-06
perf: Factor out strncpy() in perf_event_mmap_event()
Oleg Nesterov
2013-11-06
perf: Fix arch_perf_out_copy_user default
Peter Zijlstra
2013-11-06
perf: Update a stale comment
Peter Zijlstra
2013-11-06
perf: Optimize perf_output_begin() -- address calculation
Peter Zijlstra
2013-11-06
perf: Optimize perf_output_begin() -- lost_event case
Peter Zijlstra
2013-11-06
perf: Optimize perf_output_begin()
Peter Zijlstra
2013-11-06
perf: Add unlikely() to the ring-buffer code
Peter Zijlstra
2013-11-06
perf: Simplify the ring-buffer code
Peter Zijlstra
2013-11-04
Merge branch 'perf/urgent' into perf/core to fix conflicts
Ingo Molnar
2013-10-29
uprobes: Teach uprobe_copy_process() to handle CLONE_VFORK
Oleg Nesterov
2013-10-29
uprobes: Change uprobe_copy_process() to dup xol_area
Oleg Nesterov
2013-10-29
uprobes: Change uprobe_copy_process() to dup return_instances
Oleg Nesterov
2013-10-29
uprobes: Teach __create_xol_area() to accept the predefined vaddr
Oleg Nesterov
2013-10-29
uprobes: Introduce __create_xol_area()
Oleg Nesterov
2013-10-29
uprobes: Change the callsite of uprobe_copy_process()
Oleg Nesterov
2013-10-29
perf: Fix the perf context switch optimization
Peter Zijlstra
2013-10-29
perf: Change zero-padding of strings in perf_event_mmap_event()
Peter Zijlstra
2013-10-29
perf: Do not waste PAGE_SIZE bytes for ALIGN(8) in perf_event_mmap_event()
Oleg Nesterov
2013-10-29
perf: Kill the dead !vma->vm_mm code in perf_event_mmap_event()
Oleg Nesterov
2013-10-29
perf: Remove useless atomic_t
Peter Zijlstra
2013-10-29
perf: Fix perf ring buffer memory ordering
Peter Zijlstra
2013-10-29
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
2013-10-19
Merge 3.12-rc6 into driver-core-next
Greg Kroah-Hartman
2013-10-17
perf: Disable PERF_RECORD_MMAP2 support
Stephane Eranian
2013-10-04
perf: Add generic transaction flags
Andi Kleen
2013-10-04
perf: Enforce 1 as lower limit for perf_event_max_sample_rate
Knut Petersen
2013-10-04
perf: Fix perf_pmu_migrate_context
Peter Zijlstra
2013-09-29
Merge 3.12-rc3 into driver-core-next
Greg Kroah-Hartman
2013-09-26
pmu_bus: convert bus code to use dev_groups
Greg Kroah-Hartman
2013-09-20
perf: Fix capabilities bitfield compatibility in 'struct perf_event_mmap_page'
Peter Zijlstra
2013-09-12
uprobes: Fix utask->depth accounting in handle_trampoline()
Oleg Nesterov
2013-09-11
perf: Fix up MMAP2 buffer space reservation
Arnaldo Carvalho de Melo
2013-09-04
Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git...
Linus Torvalds
2013-09-03
Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2013-09-02
perf: Add attr->mmap2 attribute to an event
Stephane Eranian
2013-09-02
perf: Prevent race in unthrottling code
Jiri Olsa
2013-08-29
perf: make events stream always parsable
Adrian Hunter
2013-08-26
cgroup: rename cgroup_css_from_dir() to css_from_dir() and update its syntax
Tejun Heo
2013-08-16
perf: Do not compute time values unnecessarily
Peter Zijlstra
[next]