summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | mm: copy over oom_adj value at fork timeRik van Riel2009-07-291-0/+1
| | |/ | |/|
| * | update the comment in kthread_stop()Oleg Nesterov2009-07-271-4/+6
| * | module: use MODULE_SYMBOL_PREFIX with module_layoutMike Frysinger2009-07-271-1/+2
| * | genirq: Fix UP compile failure caused by irq_thread_check_affinityBruno Premont2009-07-221-0/+5
| * | Merge branch 'perf-counters-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-07-222-100/+94
| |\ \
| | * | perf_counter: Fix throttle/unthrottle event loggingAnton Blanchard2009-07-221-1/+4
| | * | perf_counter: PERF_SAMPLE_ID and inherited countersPeter Zijlstra2009-07-221-61/+31
| | * | perf_counter: Plug more stack leaksPeter Zijlstra2009-07-221-2/+21
| | * | perf: Fix stack data leakArjan van de Ven2009-07-221-0/+1
| | * | Merge commit 'tip/perfcounters/core' into perf-counters-for-linusPeter Zijlstra2009-07-221-19/+17
| | |\ \
| | | * | perf_counter: Stop open coding unclone_ctxPeter Zijlstra2009-07-101-19/+17
| | * | | perf_counter: Log vfork as a fork eventAnton Blanchard2009-07-181-6/+3
| | * | | perf_counter: Make sure we dont leak kernel memory to userspaceAnton Blanchard2009-07-181-4/+15
| | * | | perf_counter: Fix the tracepoint channel to perfcountersChris Wilson2009-07-131-7/+3
| | |/ /
| * | | Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-07-221-1/+63
| |\ \ \
| | * | | softirq: introduce tasklet_hrtimer infrastructurePeter Zijlstra2009-07-221-1/+63
| | | |/ | | |/|
| * | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-07-222-2/+2
| |\ \ \
| | * | | clocksource: Prevent NULL pointer dereferenceThomas Gleixner2009-07-191-1/+1
| | * | | timer: Avoid reading uninitialized dataPavel Roskin2009-07-181-1/+1
| | |/ /
| * | | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-07-223-9/+46
| |\ \ \
| | * | | genirq: Delegate irq affinity setting to the irq threadThomas Gleixner2009-07-213-9/+46
| | |/ /
| * | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-07-223-4/+17
| |\ \ \
| | * | | sched: fix nr_uninterruptible accounting of frozen tasks reallyThomas Gleixner2009-07-181-0/+7
| | * | | sched: fix load average accounting vs. cpu hotplugThomas Gleixner2009-07-181-2/+2
| | * | | sched: Account for vruntime wrappingFabio Checconi2009-07-181-2/+8
| | |/ /
| * | | perf: fix stack data leakArjan van de Ven2009-07-221-0/+1
| |/ /
* | | tracing/filters: Don't use pred on alloc failureTom Zanussi2009-08-081-0/+2
* | | tracing/events: Only define remove_subsystem_dir() if CONFIG_MODULESFrederic Weisbecker2009-08-061-26/+26
* | | tracing/function-graph-tracer: Move graph event insertion helpers in the grap...Frederic Weisbecker2009-08-064-113/+121
* | | tracing: Move sched event insertion helpers in the sched switch tracer fileFrederic Weisbecker2009-08-062-56/+57
* | | tracing/core: Make the stack entry helpers globalFrederic Weisbecker2009-08-062-19/+33
* | | tracing/core: Turn ftrace_cpu_disabled into a global varFrederic Weisbecker2009-08-062-1/+2
* | | tracing: Simplify print_graph_cpu()Lai Jiangshan2009-08-061-26/+4
* | | tracing/filters: improve subsystem filterLi Zefan2009-07-202-43/+84
* | | tracing: cleanup for tracing_trace_options_read()Xiao Guangrong2009-07-201-3/+3
* | | tracing/events: record the size of dynamic arraysLi Zefan2009-07-201-2/+4
* | | tracing: Remove unused fields/variablesjolsa@redhat.com2009-07-182-5/+1
* | | Merge branch 'linus' into tracing/coreIngo Molnar2009-07-1831-795/+1191
|\ \ \ | |/ /
| * | tracing/function: Fix the return value of ftrace_trace_onoff_callback()Xiao Guangrong2009-07-161-1/+1
| * | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-07-163-12/+52
| |\ \
| | * | sched: Fix bug in SCHED_IDLE interaction with group schedulingPaul Turner2009-07-111-1/+2
| | * | sched: Fix rt_rq->pushable_tasks initialization in init_rt_rq()Fabio Checconi2009-07-101-1/+1
| | * | sched: Reset sched stats on fork()Lucas De Marchi2009-07-101-9/+31
| | * | sched_rt: Fix overload bug on rt group schedulingPeter Zijlstra2009-07-102-1/+18
| * | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-07-142-57/+64
| |\ \ \
| | * | | hrtimer: Fix migration expiry checkThomas Gleixner2009-07-102-68/+64
| | * | | hrtimer: migration: do not check expiry time on current CPUThomas Gleixner2009-07-101-2/+13
| * | | | Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-07-141-0/+1
| |\ \ \ \
| | * | | | futexes: Fix infinite loop in get_futex_key() on huge pageSonny Rao2009-07-111-0/+1
| * | | | | tracing/function-profiler: do not free per cpu variable statSteven Rostedt2009-07-131-3/+2
OpenPOWER on IntegriCloud