Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
c4854ec8c483fb8deea7400c11cd7fd7c03e306c
/
kernel
/
events
7a62711
Merge tag 'driver-core-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 11 years ago
b9b3259
sysfs.h: add __ATTR_RW() macro
by Greg Kroah-Hartman
· 11 years ago
0db0628
kernel: delete __cpuinit usage from all core kernel files
by Paul Gortmaker
· 12 years ago
058ebd0
perf: Fix perf_lock_task_context() vs RCU
by Peter Zijlstra
· 11 years ago
06f4179
perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid scenario
by Jiri Olsa
· 11 years ago
734df5a
perf: Clone child context from parent context pmu
by Jiri Olsa
· 11 years ago
e530292
perf: Fix interrupt handler timing harness
by Stephane Eranian
· 11 years ago
14c63f1
perf: Drop sample rate when sampling is too slow
by Dave Hansen
· 12 years ago
bde9603
hw_breakpoint: Introduce "struct bp_cpuinfo"
by Oleg Nesterov
· 12 years ago
e12cbc1
hw_breakpoint: Simplify *register_wide_hw_breakpoint()
by Oleg Nesterov
· 12 years ago
1c10adb
hw_breakpoint: Introduce cpumask_of_bp()
by Oleg Nesterov
· 12 years ago
7ab71f3
hw_breakpoint: Simplify the "weight" usage in toggle_bp_slot() paths
by Oleg Nesterov
· 12 years ago
e1ebe86
hw_breakpoint: Simplify list/idx mess in toggle_bp_slot() paths
by Oleg Nesterov
· 12 years ago
f070a4d
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 12 years ago
c790b0a
hw_breakpoint: Use cpu_possible_mask in {reserve,release}_bp_slot()
by Oleg Nesterov
· 12 years ago
8b4d801
hw_breakpoint: Fix cpu check in task_bp_pinned(cpu)
by Oleg Nesterov
· 12 years ago
03d8e80
perf: Add const qualifier to perf_pmu_register's 'name' arg
by Mischa Jonker
· 12 years ago
e712209
perf: Fix hypervisor branch sampling permission check
by Stephane Eranian
· 12 years ago
eff2108
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 12 years ago
9bb5d40
perf: Fix mmap() accounting hole
by Peter Zijlstra
· 12 years ago
26cb63a
perf: Fix perf mmap bugs
by Peter Zijlstra
· 12 years ago
2b923c8
perf/x86: Check branch sampling priv level in generic code
by Stephane Eranian
· 12 years ago
62b8563
perf: Add sysfs entry to adjust multiplexing interval per PMU
by Stephane Eranian
· 12 years ago
9e63020
perf: Use hrtimers for event multiplexing
by Stephane Eranian
· 12 years ago
ab57384
perf: Fix hw breakpoints overflow period sampling
by Jiri Olsa
· 12 years ago
52d857a
perf: Factor out auxiliary events notification
by Jiri Olsa
· 12 years ago
524eff1
perf: Fix EXIT event notification
by Jiri Olsa
· 12 years ago
534c97b
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
64049d1
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
c032862
Merge commit '8700c95adb03' into timers/nohz
by Frederic Weisbecker
· 12 years ago
5919b30
perf: Fix vmalloc ring buffer pages handling
by Jiri Olsa
· 12 years ago
e097291
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
191a712
Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 12 years ago
026249e
perf: New helper to prevent full dynticks CPUs from stopping tick
by Frederic Weisbecker
· 12 years ago
12351ef
perf: Kick full dynticks CPU if events rotation is needed
by Frederic Weisbecker
· 12 years ago
c79aa0d9
events: Protect access via task_subsys_state_check()
by Paul E. McKenney
· 12 years ago
73e21ce
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 12 years ago
8176cce
perf: Treat attr.config as u64 in perf_swevent_init()
by Tommi Rantala
· 12 years ago
a0d60ae
uretprobes: Remove -ENOSYS as return probes implemented
by Anton Arapov
· 12 years ago
ded49c5
uretprobes: Limit the depth of return probe nestedness
by Anton Arapov
· 12 years ago
fec8898
uretprobes: Return probe exit, invoke handlers
by Anton Arapov
· 12 years ago
0dfd0eb
uretprobes: Return probe entry, prepare_uretprobe()
by Anton Arapov
· 12 years ago
e78aebf
uretprobes: Reserve the first slot in xol_vma for trampoline
by Anton Arapov
· 12 years ago
ea02487
uretprobes: Introduce uprobe_consumer->ret_handler()
by Anton Arapov
· 12 years ago
c481420
perf: Fix error return code
by Wei Yongjun
· 12 years ago
ef824fa
perf: make perf_event cgroup hierarchical
by Tejun Heo
· 12 years ago
c97847d
perf: Fix strncpy() use, always make sure it's NUL terminated
by Chen Gang
· 12 years ago
3f47107
uprobes: Change write_opcode() to use copy_*page()
by Oleg Nesterov
· 12 years ago
5669cce
uprobes: Introduce copy_to_page()
by Oleg Nesterov
· 12 years ago
98763a1
uprobes: Kill the unnecesary filp != NULL check in __copy_insn()
by Oleg Nesterov
· 12 years ago
2edb7b5
uprobes: Change __copy_insn() to use copy_from_page()
by Oleg Nesterov
· 12 years ago
ab0d805
uprobes: Turn copy_opcode() into copy_from_page()
by Oleg Nesterov
· 12 years ago
0908ad6
uprobes: Add trap variant helper
by Ananth N Mavinakayanahalli
· 12 years ago
f281769
uprobes: Use file_inode()
by Oleg Nesterov
· 12 years ago
2fe8542
perf: Add PERF_RECORD_MISC_MMAP_DATA to RECORD_MMAP
by Stephane Eranian
· 12 years ago
d6be9ad
perf: Add generic memory sampling interface
by Stephane Eranian
· 12 years ago
c3feedf
perf/core: Add weighted samples
by Andi Kleen
· 12 years ago
dd9c086
perf: Fix ring_buffer perf_output_space() boundary calculation
by Stephane Eranian
· 12 years ago
3bf2391
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 12 years ago
86e213e
perf/cgroup: Add __percpu annotation to perf_cgroup->info
by Namhyung Kim
· 12 years ago
d610d98
perf: Generate EXIT event only once per task context
by Namhyung Kim
· 12 years ago
778141e
perf: Reset hwc->last_period on sw clock events
by Namhyung Kim
· 12 years ago
877c685
perf: Remove include of cgroup.h from perf_event.h
by Li Zefan
· 12 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
0e9c3be
events: convert to idr_alloc()
by Tejun Heo
· 12 years ago
d895cb1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
8f55cea
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
02e176a
perf/hwbp: Fix cleanup in case of kzalloc failure
by Daniel Baluta
· 12 years ago
bdf8647
uprobes: Introduce uprobe_apply()
by Oleg Nesterov
· 12 years ago
f22c1bb
perf: Introduce hw_perf_event->tp_target and ->tp_list
by Oleg Nesterov
· 12 years ago
e8440c1
uprobes: Add exports for module use
by Josh Stone
· 12 years ago
af4355e
uprobes: Kill the bogus IS_ERR_VALUE(xol_vaddr) check
by Oleg Nesterov
· 12 years ago
608e742
uprobes: Do not allocate current->utask unnecessary
by Oleg Nesterov
· 12 years ago
aba5102
uprobes: Fix utask->xol_vaddr leak in pre_ssout()
by Oleg Nesterov
· 12 years ago
a6cb3f6
uprobes: Do not play with utask in xol_get_insn_slot()
by Oleg Nesterov
· 12 years ago
5a2df66
uprobes: Turn add_utask() into get_utask()
by Oleg Nesterov
· 12 years ago
9b545df
uprobes: Fold xol_alloc_area() into get_xol_area()
by Oleg Nesterov
· 12 years ago
c8a8253
uprobes: Move alloc_page() from xol_add_vma() to xol_alloc_area()
by Oleg Nesterov
· 12 years ago
74e59df
uprobes: Change handle_swbp() to expose bp_vaddr to handler_chain()
by Oleg Nesterov
· 12 years ago
da1816b
uprobes: Teach handler_chain() to filter out the probed task
by Oleg Nesterov
· 12 years ago
8a7f2fa
uprobes: Reintroduce uprobe_consumer->filter()
by Oleg Nesterov
· 12 years ago
806a98b
uprobes: Rationalize the usage of filter_chain()
by Oleg Nesterov
· 12 years ago
66d06df
uprobes: Kill uprobes_mutex[], separate alloc_uprobe() and __uprobe_register()
by Oleg Nesterov
· 12 years ago
06b7bcd
uprobes: Introduce uprobe_is_active()
by Oleg Nesterov
· 12 years ago
441f1eb7
uprobes: Kill uprobe_events, use RB_EMPTY_ROOT() instead
by Oleg Nesterov
· 12 years ago
d4d3ccc
uprobes: Kill uprobe->copy_mutex
by Oleg Nesterov
· 12 years ago
bb92928
uprobes: Kill UPROBE_RUN_HANDLER flag
by Oleg Nesterov
· 12 years ago
1ff6fee
uprobes: Change filter_chain() to iterate ->consumers list
by Oleg Nesterov
· 12 years ago
e591c8d
uprobes: Introduce uprobe->register_rwsem
by Oleg Nesterov
· 12 years ago
9a98e03
uprobes: _register() should always do register_for_each_vma(true)
by Oleg Nesterov
· 12 years ago
04aab9b
uprobes: _unregister() should always do register_for_each_vma(false)
by Oleg Nesterov
· 12 years ago
63633cb
uprobes: Introduce filter_chain()
by Oleg Nesterov
· 12 years ago
fe20d71
uprobes: Kill uprobe_consumer->filter()
by Oleg Nesterov
· 12 years ago
f0744af
uprobes: Kill the pointless inode/uc checks in register/unregister
by Oleg Nesterov
· 12 years ago
bbc33d0
uprobes: Move __set_bit(UPROBE_SKIP_SSTEP) into alloc_uprobe()
by Oleg Nesterov
· 12 years ago
0231bb5
perf: Fix event group context move
by Jiri Olsa
· 12 years ago
c91368c
uprobes: remove redundant check
by Sasha Levin
· 12 years ago
6a2b60b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 12 years ago
d206e09
Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 12 years ago
Next »