index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf session: Move ui_progress_update in __perf_session__process_events()
Thomas Gleixner
2010-11-30
1
-1
/
+1
*
perf session: Cleanup __perf_session__process_events()
Thomas Gleixner
2010-11-30
1
-40
/
+37
*
perf session: Use appropriate pointer type instead of silly typecasting
Thomas Gleixner
2010-11-30
1
-2
/
+2
*
perf session: Fix list sort algorithm
Thomas Gleixner
2010-11-30
2
-68
/
+49
*
perf events: Precalculate the header space for PERF_SAMPLE_ fields
Arnaldo Carvalho de Melo
2010-11-30
2
-59
/
+93
*
perf tools: Fix lost and unknown events handling
Arnaldo Carvalho de Melo
2010-11-27
4
-1
/
+46
*
perf trace: Handle DT_UNKNOWN on filesystems that don't support d_type
Shawn Bohrer
2010-11-27
1
-8
/
+25
*
perf symbols: Correct final kernel map guesses
Ian Munsie
2010-11-27
2
-2
/
+2
*
perf events: Default to using event__process_lost
Arnaldo Carvalho de Melo
2010-11-26
1
-1
/
+1
*
perf record: Add option to disable collecting build-ids
Arnaldo Carvalho de Melo
2010-11-26
4
-5
/
+26
*
perf, x86: P4 PMU - describe config format
Cyrill Gorcunov
2010-11-26
1
-8
/
+55
*
perf, arch: Cleanup perf-pmu init vs lockup-detector
Peter Zijlstra
2010-11-26
24
-42
/
+38
*
x86: Set cpu masks before calling CPU_STARTING notifiers
Andi Kleen
2010-11-26
1
-4
/
+7
*
perf: Ignore non-sampling overflows
Peter Zijlstra
2010-11-26
1
-0
/
+7
*
perf: Don't bother to init the hrtimer for no SW sampling counters
Franck Bui-Huu
2010-11-26
1
-11
/
+13
*
perf: Limit event refresh to sampling event
Franck Bui-Huu
2010-11-26
1
-1
/
+1
*
perf: Introduce is_sampling_event()
Franck Bui-Huu
2010-11-26
3
-6
/
+11
*
scripts/tags.sh: Add magic for trace-events
Peter Zijlstra
2010-11-26
1
-1
/
+3
*
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
2010-11-26
12
-46
/
+144
|
\
|
*
perf: Fix the software context switch counter
Peter Zijlstra
2010-11-26
2
-16
/
+15
|
*
perf, x86: Fixup Kconfig deps
Peter Zijlstra
2010-11-26
1
-1
/
+1
|
*
x86, perf, nmi: Disable perf if counters are not accessible
Don Zickus
2010-11-26
1
-0
/
+20
|
*
perf: Fix inherit vs. context rotation bug
Thomas Gleixner
2010-11-26
2
-2
/
+21
|
*
perf symbols: Remove incorrect open-coded container_of()
Rabin Vincent
2010-11-23
1
-1
/
+3
|
*
perf record: Handle restrictive permissions in /proc/{kallsyms,modules}
Arnaldo Carvalho de Melo
2010-11-22
1
-8
/
+9
|
*
x86/kprobes: Prevent kprobes to probe on save_args()
Masami Hiramatsu
2010-11-18
1
-0
/
+2
|
*
irq_work: Drop cmpxchg() result
Sergio Aguirre
2010-11-18
1
-1
/
+3
|
*
perf: Fix owner-list vs exit
Peter Zijlstra
2010-11-18
1
-12
/
+51
|
*
Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...
Ingo Molnar
2010-11-18
4
-2
/
+15
|
|
\
|
|
*
perf,hw_breakpoint: Initialize hardware api earlier
Jason Wessel
2010-11-12
3
-2
/
+11
|
|
*
x86: Ignore trap bits on single step exceptions
Frederic Weisbecker
2010-11-12
1
-0
/
+4
|
*
|
x86, hw_nmi: Move backtrace_mask declaration under ARCH_HAS_NMI_WATCHDOG
Rakib Mullick
2010-11-18
1
-3
/
+4
*
|
|
Merge commit 'v2.6.37-rc3' into perf/core
Ingo Molnar
2010-11-26
412
-1329
/
+2474
|
\
\
\
|
*
|
|
Linux 2.6.37-rc3
v2.6.37-rc3
Linus Torvalds
2010-11-21
1
-1
/
+1
|
*
|
|
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...
Linus Torvalds
2010-11-19
6
-56
/
+37
|
|
\
\
\
|
|
*
|
|
ext4: Add EXT4_IOC_TRIM ioctl to handle batched discard
Lukas Czerner
2010-11-19
1
-0
/
+24
|
|
*
|
|
fs: Do not dispatch FITRIM through separate super_operation
Lukas Czerner
2010-11-19
3
-41
/
+0
|
|
*
|
|
ext4: ext4_fill_super shouldn't return 0 on corruption
Darrick J. Wong
2010-11-19
1
-2
/
+3
|
|
*
|
|
jbd2: fix /proc/fs/jbd2/<dev> when using an external journal
yangsheng
2010-11-17
1
-8
/
+8
|
|
*
|
|
ext4: missing unlock in ext4_clear_request_list()
Dan Carpenter
2010-11-17
1
-3
/
+0
|
|
*
|
|
ext4: fix setting random pages PageUptodate
Markus Trippelsdorf
2010-11-17
1
-2
/
+2
|
*
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
2010-11-19
14
-76
/
+129
|
|
\
\
\
\
|
|
*
|
|
|
ceph: fix readdir EOVERFLOW on 32-bit archs
Sage Weil
2010-11-18
1
-3
/
+7
|
|
*
|
|
|
ceph: fix frag offset for non-leftmost frags
Sage Weil
2010-11-11
1
-1
/
+4
|
|
*
|
|
|
ceph: fix dangling pointer
Sage Weil
2010-11-11
1
-0
/
+1
|
|
*
|
|
|
ceph: explicitly specify page alignment in network messages
Sage Weil
2010-11-09
3
-5
/
+9
|
|
*
|
|
|
ceph: make page alignment explicit in osd interface
Sage Weil
2010-11-09
5
-19
/
+44
|
|
*
|
|
|
ceph: fix comment, remove extraneous args
Sage Weil
2010-11-09
3
-15
/
+11
|
|
*
|
|
|
ceph: fix update of ctime from MDS
Sage Weil
2010-11-08
1
-2
/
+4
|
|
*
|
|
|
ceph: fix version check on racing inode updates
Sage Weil
2010-11-08
1
-4
/
+9
[next]