index
:
profile/common/kernel-common
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0_common
accepted/tizen_4.0_unified
accepted/tizen_common
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/dkson95/gcc6
sandbox/jaehun77/hardfp
sandbox/jkozerski/ima-evm
sandbox/jobol/upstream
sandbox/jobol/v3.19.1
sandbox/jobol/v4.0
sandbox/lstelmach/memfd
sandbox/mwereski/kdbus-integration
sandbox/mwereski/memfd
sandbox/pcoval/devel-sdk
sandbox/pcoval/efi
sandbox/pcoval/ivi-devel
sandbox/pcoval/latest
sandbox/pcoval/rcar-m2
sandbox/pcoval/snapshot
sandbox/pcoval/tizen
sandbox/pcoval/tizen_common
sandbox/sdx/displaylink
sandbox/zjasinski/ima-evm
sandbox/zjasinski/ima-evm2
tizen
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m2
tizen_3.14.14
tizen_3.14.19
tizen_3.14.4
tizen_4.0
tizen_common
tizen_common_3.14.20
tizen_common_3.14.25
upstream
Domain: SCM / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
events
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-19
perf: Remove fragile swevent hlist optimization
Peter Zijlstra
1
-8
/
+0
2013-11-13
list: introduce list_next_entry() and list_prev_entry()
Oleg Nesterov
1
-3
/
+0
2013-11-12
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-59
/
+97
2013-11-07
Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-5
/
+8
2013-11-06
perf: Factor out strncpy() in perf_event_mmap_event()
Oleg Nesterov
1
-16
/
+16
2013-10-29
perf: Fix the perf context switch optimization
Peter Zijlstra
1
-18
/
+46
2013-10-29
perf: Change zero-padding of strings in perf_event_mmap_event()
Peter Zijlstra
1
-6
/
+11
2013-10-29
perf: Do not waste PAGE_SIZE bytes for ALIGN(8) in perf_event_mmap_event()
Oleg Nesterov
1
-7
/
+8
2013-10-29
perf: Kill the dead !vma->vm_mm code in perf_event_mmap_event()
Oleg Nesterov
1
-8
/
+6
2013-10-29
perf: Remove useless atomic_t
Peter Zijlstra
1
-9
/
+9
2013-10-29
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
1
-0
/
+4
2013-10-19
Merge 3.12-rc6 into driver-core-next
Greg Kroah-Hartman
1
-3
/
+3
2013-10-17
perf: Disable PERF_RECORD_MMAP2 support
Stephane Eranian
1
-0
/
+4
2013-10-04
perf: Add generic transaction flags
Andi Kleen
1
-0
/
+6
2013-10-04
perf: Enforce 1 as lower limit for perf_event_max_sample_rate
Knut Petersen
1
-1
/
+1
2013-10-04
perf: Fix perf_pmu_migrate_context
Peter Zijlstra
1
-3
/
+3
2013-09-29
Merge 3.12-rc3 into driver-core-next
Greg Kroah-Hartman
1
-0
/
+21
2013-09-26
pmu_bus: convert bus code to use dev_groups
Greg Kroah-Hartman
1
-5
/
+8
2013-09-20
perf: Fix capabilities bitfield compatibility in 'struct perf_event_mmap_page'
Peter Zijlstra
1
-0
/
+21
2013-09-11
perf: Fix up MMAP2 buffer space reservation
Arnaldo Carvalho de Melo
1
-0
/
+1
2013-09-04
Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git...
Linus Torvalds
1
-140
/
+243
2013-09-03
Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
1
-11
/
+16
2013-09-02
perf: Add attr->mmap2 attribute to an event
Stephane Eranian
1
-4
/
+42
2013-09-02
perf: Prevent race in unthrottling code
Jiri Olsa
1
-1
/
+1
2013-08-29
perf: make events stream always parsable
Adrian Hunter
1
-1
/
+10
2013-08-26
cgroup: rename cgroup_css_from_dir() to css_from_dir() and update its syntax
Tejun Heo
1
-1
/
+1
2013-08-16
perf: Do not compute time values unnecessarily
Peter Zijlstra
1
-4
/
+4
2013-08-16
perf: Account freq events globally
Frederic Weisbecker
1
-11
/
+8
2013-08-13
cgroup: cgroup_css_from_dir() now should be called with RCU read locked
Tejun Heo
1
-0
/
+3
2013-08-08
cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroup
Tejun Heo
1
-1
/
+1
2013-08-08
cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methods
Tejun Heo
1
-8
/
+10
2013-08-08
cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/
Tejun Heo
1
-3
/
+3
2013-08-07
perf: Do not get values from disabled counters in group format read
Jiri Olsa
1
-1
/
+2
2013-08-07
perf: Add PERF_EVENT_IOC_ID ioctl to return event ID
Jiri Olsa
1
-0
/
+9
2013-07-30
perf: Implement finer grained full dynticks kick
Frederic Weisbecker
1
-8
/
+9
2013-07-30
perf: Account freq events per cpu
Frederic Weisbecker
1
-0
/
+7
2013-07-30
perf: Migrate per cpu event accounting
Frederic Weisbecker
1
-0
/
+2
2013-07-30
perf: Split the per-cpu accounting part of the event accounting code
Frederic Weisbecker
1
-32
/
+55
2013-07-30
perf: Factor out event accounting code to account_event()/__free_event()
Frederic Weisbecker
1
-32
/
+47
2013-07-30
perf: Sanitize get_callchain_buffer()
Frederic Weisbecker
1
-20
/
+21
2013-07-30
perf: Fix branch stack refcount leak on callchain init failure
Frederic Weisbecker
1
-6
/
+6
2013-07-23
perf: Update perf_event_type documentation
Peter Zijlstra
1
-15
/
+16
2013-07-19
Merge branch 'linus' into perf/core
Ingo Molnar
1
-4
/
+2
2013-07-18
Merge tag 'driver-core-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+0
2013-07-16
sysfs.h: add __ATTR_RW() macro
Greg Kroah-Hartman
1
-2
/
+0
2013-07-14
kernel: delete __cpuinit usage from all core kernel files
Paul Gortmaker
1
-2
/
+2
2013-07-12
perf: Remove the 'match' callback for auxiliary events processing
Jiri Olsa
1
-40
/
+39
2013-07-12
perf: Fix perf_lock_task_context() vs RCU
Peter Zijlstra
1
-1
/
+14
2013-07-12
perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid scenario
Jiri Olsa
1
-1
/
+10
2013-07-12
perf: Clone child context from parent context pmu
Jiri Olsa
1
-1
/
+1
[next]