summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-03-033-14/+50
| |\ \ \ \
| | * | | | sched: don't allow setuid to succeed if the user does not have rt bandwidthDhaval Giani2009-02-273-13/+49
| | * | | | sched_rt: don't start timer when rt bandwidth disabledHiroshi Shimamoto2009-02-261-1/+1
| * | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-03-034-4/+19
| |\ \ \ \ \
| | * | | | | rcu: Teach RCU that idle task is not quiscent state at bootPaul E. McKenney2009-02-264-4/+19
| | |/ / / /
| * | | | | x86-64: seccomp: fix 32/64 syscall holeRoland McGrath2009-03-021-3/+4
* | | | | | Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2009-03-031-4/+4
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | tracing: fix return value to registering eventsSteven Rostedt2009-03-031-4/+4
* | | | | | Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2009-03-026-14/+182
|\| | | | |
| * | | | | tracing: add print format to event trace format filesSteven Rostedt2009-03-021-0/+2
| * | | | | tracing: add trace name and id to event formatsSteven Rostedt2009-03-021-1/+5
| * | | | | tracing: add ftrace headers to event format filesSteven Rostedt2009-03-021-1/+26
| * | | | | tracing: add format file to describe event struct fieldsSteven Rostedt2009-03-024-1/+110
| * | | | | tracing: make trace_seq_reset global and rename to trace_seq_initSteven Rostedt2009-03-022-12/+13
| * | | | | tracing: add protection around modify trace event fieldsSteven Rostedt2009-03-021-0/+7
| * | | | | tracing: add TRACE_FIELD_SPECIAL to record complex entriesSteven Rostedt2009-03-023-0/+20
| | | | | |
| \ \ \ \ \
*-. \ \ \ \ \ Merge branches 'tracing/ftrace', 'tracing/mmiotrace' and 'linus' into tracing...Ingo Molnar2009-03-029-99/+664
|\ \ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Fix recursive lock in free_uid()/free_user_ns()David Howells2009-02-271-4/+17
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2009-02-288-94/+646
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | tracing: add raw fast tracing interface for trace eventsSteven Rostedt2009-02-282-25/+181
| | * | | | tracing: add raw trace point recording infrastructureSteven Rostedt2009-02-287-59/+350
| | * | | | tracing: add interface to write into current tracer bufferSteven Rostedt2009-02-282-0/+20
| | * | | | tracing: make the set_event and available_events subsystem awareSteven Rostedt2009-02-281-3/+40
| | * | | | tracing: add subsystem level to trace eventsSteven Rostedt2009-02-283-0/+54
| | * | | | tracing: move trace point formats to files in include/trace directorySteven Rostedt2009-02-281-8/+2
| * | | | | Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2009-02-281-1/+1
|/| | | | | | |/ / / /
| * | | | tracing: replace kzalloc with kcallocSteven Rostedt2009-02-271-1/+1
* | | | | Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2009-02-271-35/+333
|\| | | |
| * | | | tracing: use newline separator for trace options listSteven Rostedt2009-02-271-7/+6
| * | | | tracing: use pointer error returns for __tracing_openSteven Rostedt2009-02-271-22/+24
| * | | | tracing: add protection around open use of current_tracerSteven Rostedt2009-02-261-6/+14
| * | | | tracing: add tracer dependent options to options directorySteven Rostedt2009-02-261-1/+173
| * | | | tracing: add options directory and core option filesSteven Rostedt2009-02-261-0/+117
| * | | | Merge branch 'sched/clock' into tracing/ftraceIngo Molnar2009-02-261-24/+22
| |\ \ \ \
* | \ \ \ \ Merge branch 'sched/clock' into tracing/ftraceIngo Molnar2009-02-271-24/+23
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * / / / sched: allow architectures to specify sched_clock_stableIngo Molnar2009-02-261-25/+20
| |/ / /
* | | | tracing: implement trace_clock_*() APIsIngo Molnar2009-02-263-3/+104
* | | | sched: sched_clock() improvement: use in_nmi()Ingo Molnar2009-02-261-0/+8
* | | | tracing, genirq: add irq enter and exit trace eventsJason Baron2009-02-262-0/+8
* | | | tracing/core: make the per cpu trace files in per cpu directoriesFrederic Weisbecker2009-02-261-11/+14
* | | | Merge branch 'tip/tracing/ftrace' of ssh://master.kernel.org/pub/scm/linux/ke...Ingo Molnar2009-02-261-2/+2
|\ \ \ \
| * | | | tracing: rename DEFINE_TRACE_FMT to just TRACE_FORMATSteven Rostedt2009-02-251-2/+2
| | | | |
| \ \ \ \
*-. \ \ \ \ Merge branches 'tracing/ftrace', 'tracing/hw-branch-tracing' and 'linus' into...Ingo Molnar2009-02-267-45/+85
|\ \ \ \ \ \ | |_|/ / / / |/| | / / / | | |/ / /
| * | | | tracing/hw-branch-tracing: convert bts-tracer mutex to a spinlockIngo Molnar2009-02-251-29/+28
| * | | | x86, ftrace: fix section mismatch in hw-branch-tracerMarkus Metzger2009-02-241-4/+3
| * | | | Merge branch 'tracing/ftrace'; commit 'v2.6.29-rc6' into tracing/coreIngo Molnar2009-02-246-12/+54
| |\| | |
| | * | | PM: Split up sysdev_[suspend|resume] from device_power_[down|up]Rafael J. Wysocki2009-02-223-2/+24
| | * | | Merge branch 'hibernate'Linus Torvalds2009-02-214-10/+30
| | |\ \ \
| | | * | | PM: Fix suspend_console and resume_console to use only one semaphoreArve Hjønnevåg2009-02-211-6/+9
| | | * | | PM: Wait for console in resumeArve Hjønnevåg2009-02-211-0/+6