index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2009-12-05
2
-0
/
+19
|
\
|
*
include/linux/compiler-gcc4.h: Fix build bug - gcc-4.0.2 doesn't understand _...
Andrew Morton
2009-12-03
1
-0
/
+2
|
*
x86: Add a Kconfig option to turn the copy_from_user warnings into errors
Arjan van de Ven
2009-10-02
2
-0
/
+4
|
*
x86: Turn the copy_from_user check into an (optional) compile time warning
Arjan van de Ven
2009-10-01
2
-0
/
+7
|
*
x86: Use __builtin_object_size() to validate the buffer size for copy_from_us...
Arjan van de Ven
2009-09-26
2
-0
/
+6
*
|
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2009-12-05
4
-9
/
+20
|
\
\
|
*
|
sched, cputime: Introduce thread_group_times()
Hidetoshi Seto
2009-12-02
1
-0
/
+4
|
*
|
sched, cputime: Cleanups related to task_times()
Hidetoshi Seto
2009-12-02
1
-0
/
+2
|
*
|
sched: Revert 498657a478c60be092208422fefa9c7b248729c2
Tejun Heo
2009-12-02
1
-0
/
+5
|
*
|
sched, time: Define nsecs_to_jiffies()
Hidetoshi Seto
2009-11-26
1
-0
/
+1
|
*
|
sched: Remove task_{u,s,g}time()
Hidetoshi Seto
2009-11-26
1
-3
/
+0
|
*
|
sched: Introduce task_times() to replace task_{u,s}time() pair
Hidetoshi Seto
2009-11-26
1
-0
/
+1
|
*
|
Merge branch 'sched/urgent' into sched/core
Ingo Molnar
2009-11-26
13
-16
/
+67
|
|
\
\
|
*
|
|
cpumask: Partition_sched_domains takes array of cpumask_var_t
Rusty Russell
2009-11-04
1
-2
/
+6
|
*
|
|
sched: Remove unused cpu_nr_migrations()
Hiroshi Shimamoto
2009-11-04
1
-1
/
+0
|
*
|
|
sched: Remove unused time_sync_thresh declaration
Hiroshi Shimamoto
2009-11-04
1
-2
/
+0
|
*
|
|
sched: Remove unused __schedule() declaration
Hiroshi Shimamoto
2009-11-04
1
-1
/
+0
|
*
|
|
sched, cpuacct: Fix niced guest time accounting
Ryota Ozaki
2009-10-25
1
-0
/
+1
*
|
|
|
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2009-12-05
7
-80
/
+236
|
\
\
\
\
|
*
|
|
|
tracing/syscalls: Make syscall events print callbacks static
Frederic Weisbecker
2009-12-02
1
-2
/
+2
|
*
|
|
|
trace_syscalls: Simplify syscall profile
Lai Jiangshan
2009-12-01
1
-27
/
+4
|
*
|
|
|
trace_syscalls: Remove duplicate init_enter_##sname()
Lai Jiangshan
2009-12-01
1
-28
/
+2
|
*
|
|
|
trace_syscalls: Add syscall_nr field to struct syscall_metadata
Lai Jiangshan
2009-12-01
1
-2
/
+2
|
*
|
|
|
trace_syscalls: Remove enter_id exit_id
Lai Jiangshan
2009-12-01
1
-2
/
+0
|
*
|
|
|
trace_syscalls: Set event_enter_##sname->data to its metadata
Lai Jiangshan
2009-12-01
1
-2
/
+4
|
*
|
|
|
trace_syscalls: Remove unused event_syscall_enter and event_syscall_exit
Lai Jiangshan
2009-12-01
1
-2
/
+2
|
*
|
|
|
hw-breakpoints: Use struct perf_event_attr to define kernel breakpoints
Frederic Weisbecker
2009-11-27
1
-20
/
+15
|
*
|
|
|
hw-breakpoints: Use struct perf_event_attr to define user breakpoints
Frederic Weisbecker
2009-11-27
1
-20
/
+16
|
*
|
|
|
events: Rename TRACE_EVENT_TEMPLATE() to DECLARE_EVENT_CLASS()
Ingo Molnar
2009-11-26
1
-1
/
+1
|
*
|
|
|
tracing: Create new DEFINE_EVENT_PRINT
Steven Rostedt
2009-11-24
1
-0
/
+2
|
*
|
|
|
tracing: Create new TRACE_EVENT_TEMPLATE
Steven Rostedt
2009-11-24
1
-0
/
+4
|
*
|
|
|
hw-breakpoints: Fix misordered ifdef
Frederic Weisbecker
2009-11-24
1
-1
/
+2
|
*
|
|
|
hw-breakpoints: Include only linux/perf_event.h from kernel part of bp headers
Frederic Weisbecker
2009-11-23
1
-2
/
+2
|
*
|
|
|
perf_events: Undo some recursion damage
Peter Zijlstra
2009-11-23
1
-4
/
+4
|
*
|
|
|
hw-breakpoints: Separate the kernel part from breakpoint headers
Frederic Weisbecker
2009-11-22
1
-0
/
+2
|
*
|
|
|
tracing: Use the perf recursion protection from trace event
Frederic Weisbecker
2009-11-22
2
-7
/
+6
|
*
|
|
|
perf: Fix event scaling for inherited counters
Peter Zijlstra
2009-11-21
1
-1
/
+2
|
*
|
|
|
perf: Allow for custom overflow handlers
Peter Zijlstra
2009-11-21
1
-0
/
+6
|
*
|
|
|
Merge branch 'tracing/hw-breakpoints' into perf/core
Ingo Molnar
2009-11-21
2
-1
/
+173
|
|
\
\
\
\
|
|
*
|
|
|
hw-breakpoints: Fix build on !perf architectures
Ingo Molnar
2009-11-14
1
-1
/
+2
|
|
*
|
|
|
hw-breakpoints: Provide an off-case for counter_arch_bp()
Frederic Weisbecker
2009-11-14
1
-5
/
+10
|
|
*
|
|
|
hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf events
Frederic Weisbecker
2009-11-08
2
-125
/
+144
|
|
*
|
|
|
hw-breakpoint: Move asm-generic/hw_breakpoint.h to linux/hw_breakpoint.h
Frederic Weisbecker
2009-11-05
1
-0
/
+136
|
|
*
|
|
|
perf/core: Add a callback to perf events
Frederic Weisbecker
2009-11-03
1
-1
/
+6
|
|
*
|
|
|
perf/core: Provide a kernel-internal interface to get to performance counters
Arjan van de Ven
2009-11-03
1
-0
/
+6
|
*
|
|
|
|
Merge branch 'perf/core' into perf/probes
Ingo Molnar
2009-11-17
22
-32
/
+83
|
|
\
\
\
\
\
|
|
*
|
|
|
|
perf_event: Optimize perf_output_lock()
Peter Zijlstra
2009-11-16
1
-1
/
+0
|
|
|
|
|
|
|
|
|
|
\
\
\
\
|
|
*
-
.
\
\
\
\
Merge branches 'perf/powerpc' and 'perf/bench' into perf/core
Ingo Molnar
2009-11-15
2
-0
/
+4
|
|
|
\
\
\
\
\
\
|
|
|
*
|
|
|
|
|
perf_event: Add alignment-faults and emulation-faults software events
Anton Blanchard
2009-10-28
2
-0
/
+4
|
|
*
|
|
|
|
|
|
Merge commit 'v2.6.32-rc7' into perf/core
Ingo Molnar
2009-11-15
4
-7
/
+29
|
|
|
\
\
\
\
\
\
\
[next]