index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
events
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-07
perf: Do no try to schedule task events if there are none
Gleb Natapov
1
-2
/
+2
2011-12-05
perf: Fix loss of notification with multi-event
Peter Zijlstra
3
-2
/
+90
2011-11-14
perf: Do not set task_ctx pointer in cpuctx if there are no events in the con...
Gleb Natapov
1
-1
/
+2
2011-11-06
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+1
2011-11-03
Revert "perf: Add PM notifiers to fix CPU hotplug races"
Linus Torvalds
1
-95
/
+2
2011-10-31
mm: distinguish between mlocked and pinned pages
Christoph Lameter
1
-3
/
+3
2011-10-31
kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructure
Paul Gortmaker
1
-0
/
+1
2011-09-26
Merge commit 'v3.1-rc7' into perf/core
Ingo Molnar
1
-12
/
+55
2011-08-31
perf_event: Fix broken calc_timer_values()
Eric B Munson
1
-2
/
+2
2011-08-29
perf events: Fix slow and broken cgroup context switch code
Stephane Eranian
1
-10
/
+53
2011-08-14
perf: provide PMU when initing events
Mark Rutland
1
-2
/
+2
2011-08-14
perf: Add PM notifiers to fix CPU hotplug races
Peter Zijlstra
1
-2
/
+95
2011-07-21
perf: Remove perf_event_attr::type check
Lin Ming
1
-7
/
+0
2011-07-01
perf: export perf_event_refresh() to modules
Avi Kivity
1
-1
/
+2
2011-07-01
perf: Add context field to perf_event
Avi Kivity
2
-9
/
+22
2011-07-01
perf: Remove the perf_output_begin(.sample) argument
Peter Zijlstra
2
-24
/
+21
2011-07-01
perf: Remove the nmi parameter from the swevent and overflow interface
Peter Zijlstra
3
-43
/
+31
2011-07-01
events: Ensure that timers are updated without requiring read() call
Eric B Munson
1
-2
/
+13
2011-07-01
events: Move lockless timer calculation into helper function
Eric B Munson
1
-7
/
+15
2011-07-01
events: Add note to update_event_times comment about holding ctx->lock
Eric B Munson
1
-0
/
+1
2011-07-01
perf_events: Fix perf buffer watermark setting
Vince Weaver
2
-9
/
+13
2011-06-09
perf: Split up buffer handling from core code
Frederic Weisbecker
4
-498
/
+568
2011-06-07
perf, core: Fix initial task_ctx/event installation
Peter Zijlstra
1
-11
/
+17
2011-06-04
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
1
-18
/
+4
2011-06-04
Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Ingo Molnar
1
-0
/
+8
2011-05-31
perf, cgroups: Fix up for new API
Peter Zijlstra
1
-18
/
+4
2011-05-28
perf: De-schedule a task context when removing the last event
Peter Zijlstra
1
-0
/
+4
2011-05-28
perf: Change close() semantics for group events
Peter Zijlstra
1
-7
/
+1
2011-05-28
perf: Collect the schedule-in rules in one function
Peter Zijlstra
1
-12
/
+15
2011-05-28
perf: Change and simplify ctx::is_active semantics
Peter Zijlstra
1
-6
/
+8
2011-05-28
perf: Simplify and fix __perf_install_in_context()
Peter Zijlstra
1
-45
/
+35
2011-05-28
perf: Remove task_ctx_sched_in()
Peter Zijlstra
1
-20
/
+6
2011-05-28
perf: Optimize event scheduling locking
Peter Zijlstra
1
-25
/
+36
2011-05-28
perf: Clean up 'ctx' reference counting
Peter Zijlstra
1
-7
/
+3
2011-05-28
perf: Optimize ctx_sched_out()
Peter Zijlstra
1
-2
/
+2
2011-05-28
perf: Fix SIGIO handling
Peter Zijlstra
1
-0
/
+8
2011-05-19
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-18
/
+2
2011-05-04
perf events: Clean up definitions and initializers, update copyrights
Ingo Molnar
1
-20
/
+20
2011-05-03
hw breakpoints: Move to kernel/events/
Borislav Petkov
2
-1
/
+661
2011-05-03
perf: Start the restructuring
Borislav Petkov
2
-0
/
+7460