index
:
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.17.y
linux-6.18.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
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
events
Age
Commit message (
Expand
)
Author
2012-09-29
uprobes: Do not leak UTASK_BP_HIT if find_active_uprobe() fails
Oleg Nesterov
2012-09-26
switch simple cases of fget_light to fdget
Al Viro
2012-09-26
events: don't use get_unused_fd_flags() when get_unused_fd() will do
Al Viro
2012-09-15
uprobes: Introduce arch_uprobe_enable/disable_step()
Sebastian Andrzej Siewior
2012-09-15
uprobes: Teach find_active_uprobe() to clear MMF_HAS_UPROBES
Oleg Nesterov
2012-09-15
uprobes: Introduce MMF_RECALC_UPROBES
Oleg Nesterov
2012-09-15
uprobes: uprobes_treelock should not disable irqs
Oleg Nesterov
2012-09-15
uprobes: Don't put NULL pointer in uprobe_register()
Sebastian Andrzej Siewior
2012-09-14
cgroup: mark subsystems with broken hierarchy support and whine if cgroups ar...
Tejun Heo
2012-09-04
perf/hwpb: Invoke __perf_event_disable() if interrupts are already disabled
K.Prasad
2012-09-04
perf_event: Switch to internal refcount, fix race with close()
Al Viro
2012-08-28
uprobes: Remove "verify" argument from set_orig_insn()
Oleg Nesterov
2012-08-28
uprobes: Fold uprobe_reset_state() into uprobe_dup_mmap()
Oleg Nesterov
2012-08-28
uprobes: Introduce MMF_HAS_UPROBES
Oleg Nesterov
2012-08-28
uprobes: Do not use -EEXIST in install_breakpoint() paths
Oleg Nesterov
2012-08-28
uprobes: Change uprobe_mmap() to ignore the errors but check fatal_signal_pen...
Oleg Nesterov
2012-08-28
uprobes: Kill dup_mmap()->uprobe_mmap(), simplify uprobe_mmap/munmap
Oleg Nesterov
2012-08-28
uprobes: Kill uprobes_state->count
Oleg Nesterov
2012-08-28
uprobes: Remove check for uprobe variable in handle_swbp()
Sebastian Andrzej Siewior
2012-08-28
uprobes: Remove redundant lock_page/unlock_page
Srikar Dronamraju
2012-08-10
perf: Add attribute to filter out callchains
Frederic Weisbecker
2012-08-10
perf: Add ability to attach user stack dump to sample
Jiri Olsa
2012-08-10
perf: Add perf_output_skip function to skip bytes in sample
Jiri Olsa
2012-08-10
perf: Factor __output_copy to be usable with specific copy function
Frederic Weisbecker
2012-08-10
perf: Add ability to attach user level registers dump to sample
Jiri Olsa
2012-07-31
perf/trace: Add ability to set a target task for events
Andrew Vagin
2012-07-30
uprobes: __replace_page() needs munlock_vma_page()
Oleg Nesterov
2012-07-30
uprobes: Rename vma_address() and make it return "unsigned long"
Oleg Nesterov
2012-07-30
uprobes: Fix register_for_each_vma()->vma_address() check
Oleg Nesterov
2012-07-30
uprobes: Introduce vaddr_to_offset(vma, vaddr)
Oleg Nesterov
2012-07-30
uprobes: Teach build_probe_list() to consider the range
Oleg Nesterov
2012-07-30
uprobes: Fix overflow in vma_address()/find_active_uprobe()
Oleg Nesterov
2012-07-30
uprobes: Suppress uprobe_munmap() from mmput()
Oleg Nesterov
2012-07-30
uprobes: Uprobe_mmap/munmap needs list_for_each_entry_safe()
Oleg Nesterov
2012-07-30
uprobes: Clean up and document write_opcode()->lock_page(old_page)
Oleg Nesterov
2012-07-30
uprobes: Kill write_opcode()->lock_page(new_page)
Oleg Nesterov
2012-07-30
uprobes: __replace_page() should not use page_address_in_vma()
Oleg Nesterov
2012-07-30
uprobes: Don't recheck vma/f_mapping in write_opcode()
Oleg Nesterov
2012-06-18
perf: Introduce perf_pmu_migrate_context()
Yan, Zheng
2012-06-18
perf: Allow the PMU driver to choose the CPU on which to install events
Yan, Zheng
2012-06-18
perf: Avoid race between cpu hotplug and installing event
Yan, Zheng
2012-06-18
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
2012-06-18
perf: Use css_tryget() to avoid propping up css refcount
Salman Qazi
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
[prev]
[next]