aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* mutex: drop "inline" from mutex_lock() inside kernel/mutex.cH. Peter Anvin2009-04-061-1/+1
* perf_counter: add an mmap method to allow userspace to read hardware countersPaul Mackerras2009-04-061-0/+76
* perf_counter: avoid recursionPeter Zijlstra2009-04-061-0/+26
* perf_counter: remove the event config bitfieldsPeter Zijlstra2009-04-061-9/+13
* perf_counter: unify irq output codePeter Zijlstra2009-04-061-50/+56
* perf_counter: revamp syscall input ABIPeter Zijlstra2009-04-061-33/+50
* perf_counter: hook up the tracepoint eventsPeter Zijlstra2009-04-061-0/+43
* perf_counter: fix up counter free pathsPeter Zijlstra2009-04-061-3/+8
* perf_counter: generic context switch eventPeter Zijlstra2009-04-062-62/+4
* perf_counter: fix uninitialized usage of event_listPeter Zijlstra2009-04-061-1/+1
* perf_counter: abstract wakeup flag setting in core to fix powerpc buildPaul Mackerras2009-04-061-1/+1
* perf_counter: include missing headerTim Blechmann2009-04-061-0/+2
* perf_counter: fix hrtimer samplingPeter Zijlstra2009-04-061-4/+4
* perf_counter: add an event_listPeter Zijlstra2009-04-061-11/+19
* perf_counter: hrtimer based sampling for software time eventsPeter Zijlstra2009-04-061-37/+86
* perf_counter: provide major/minor page fault software eventsPeter Zijlstra2009-04-061-13/+9
* perf_counter: provide pagefault software eventsPeter Zijlstra2009-04-061-50/+3
* perf_counter: software counter event infrastructurePeter Zijlstra2009-04-061-0/+201
* perf_counter: use list_move_tail()Peter Zijlstra2009-04-061-4/+2
* Merge branch 'linus' into perfcounters/core-v2Ingo Molnar2009-04-06120-4937/+16606
|\
| * Merge branch 'audit.b62' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-04-054-28/+32
| |\
| | * Audit: remove spaces from audit_log_d_pathEric Paris2009-04-052-3/+3
| | * audit: audit_set_auditable defined but not usedEric Paris2009-04-051-8/+8
| | * audit: incorrect ref counting in audit tree tag_chunkEric Paris2009-04-051-0/+2
| | * audit: Fix possible return value truncation in audit_get_context()Paul Moore2009-04-051-1/+1
| | * audit: ignore terminating NUL in AUDIT_USER_TTY messagesMiloslav Trmac2009-04-051-0/+3
| | * Audit: fix handling of 'strings' with NULL charactersMiloslav Trmac2009-04-051-1/+1
| | * make the e->rule.xxx shorter in kernel auditfilter.cZhenwen Xu2009-04-051-8/+8
| | * auditsc: fix kernel-doc notationRandy Dunlap2009-04-051-2/+2
| | * audit: EXECVE record - removed bogus newlineJiri Pirko2009-04-051-5/+4
| * | Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-04-0550-2515/+11317
| |\ \
| | * \ Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar2009-04-0250-2529/+11325
| | |\ \
| | | * | ring-buffer: do not remove reader page from list on ring buffer freeSteven Rostedt2009-04-011-1/+0
| | | * | function-graph: allow unregistering twiceSteven Rostedt2009-04-011-0/+4
| | | | |
| | | | \
| | | | \
| | | | \
| | | | \
| | | | \
| | | *-----. \ Merge branches 'tracing/docs', 'tracing/filters', 'tracing/ftrace', 'tracing/...Ingo Molnar2009-03-3119-341/+1257
| | | |\ \ \ \ \
| | | | | | | * | tracing, Text Edit Lock: Fix one sparse warning in kernel/extable.cDmitri Vorobiev2009-03-221-0/+1
| | | | |_|_|/ / | | | |/| | | |
| | | | | | * | blktrace: print out BLK_TN_MESSAGE properlyLi Zefan2009-03-311-19/+61
| | | | | | * | blktrace: extract duplidate codeLi Zefan2009-03-311-32/+30
| | | | | | * | blktrace: fix memory leak when freeing struct blk_io_traceLi Zefan2009-03-311-17/+12
| | | | | | * | blktrace: fix blk_probes_ref chaosLi Zefan2009-03-311-8/+7
| | | | | | * | blktrace: make classic output more classicLi Zefan2009-03-311-4/+4
| | | | | | * | blktrace: fix off-by-one bugLi Zefan2009-03-311-2/+2
| | | | | | * | blktrace: fix the original blktraceLi Zefan2009-03-311-7/+5
| | | | | | * | blktrace: fix a race when creating blk_tree_root in debugfsLi Zefan2009-03-311-1/+5
| | | | | | * | blktrace: fix timestamp in binary outputLi Zefan2009-03-311-1/+1
| | | | | | * | blktrace: print human-readable act_maskLi Zefan2009-03-241-38/+65
| | | | | | * | blktrace: fix t_error()Li Zefan2009-03-241-1/+1
| | | | | | * | blktrace: fix wrong calculation of RWBSLi Zefan2009-03-241-6/+7
| | | | | | * | blktrace: mark ddir_act[] constLi Zefan2009-03-241-4/+4
| | | | | | * | blktrace: avoid accessing NULL bdev->bd_diskLi Zefan2009-03-211-2/+11