summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* tracing: Add skip argument to trace_dump_stack()Steven Rostedt (Red Hat)2013-03-151-1/+1
* tracing: Add a way to soft disable trace eventsSteven Rostedt (Red Hat)2013-03-152-6/+22
* ftrace: Clean up function probe methodsSteven Rostedt (Red Hat)2013-03-151-2/+4
* tracing: Fix comments for ftrace_event_file/call flagsSteven Rostedt (Red Hat)2013-03-151-7/+10
* tracing: Optimize trace_printk() with one arg to use trace_puts()Steven Rostedt (Red Hat)2013-03-151-1/+22
* tracing: Add trace_puts() for even faster trace_printk() tracingSteven Rostedt (Red Hat)2013-03-151-1/+40
* tracing: Add internal tracing_snapshot() functionsSteven Rostedt (Red Hat)2013-03-151-0/+4
* tracing: Consolidate max_tr into main trace_array structureSteven Rostedt (Red Hat)2013-03-151-0/+2
* tracing: Only clear trace buffer on module unload if event was tracedSteven Rostedt (Red Hat)2013-03-151-0/+5
* tracing: Add comment for trace event flag IGNORE_ENABLESteven Rostedt (Red Hat)2013-03-151-0/+1
* tracing: Fix some section mismatch warningsLi Zefan2013-03-151-1/+1
* tracing: Annotate event field-defining functions with __initLi Zefan2013-03-151-1/+1
* tracing: Add a helper function for event print functionsLi Zefan2013-03-152-19/+12
* tracing/ring-buffer: Move poll wake ups into ring buffer codeSteven Rostedt (Red Hat)2013-03-151-0/+6
* tracing: Pass the ftrace_file to the buffer lock reserve codeSteven Rostedt2013-03-152-4/+12
* tracing: Separate out trace events from global variablesSteven Rostedt2013-03-152-12/+42
* Merge branch 'for-3.9-async' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-02-203-6/+9
|\
| * async: keep pending tasks on async_domain and remove async_pendingTejun Heo2013-01-231-6/+3
| * async: bring sanity to the use of words domain and runningTejun Heo2013-01-231-3/+3
| * Merge branch 'master' into for-3.9-asyncTejun Heo2013-01-23145-651/+1639
| |\
| * | init, block: try to load default elevator module early during bootTejun Heo2013-01-182-0/+6
* | | Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2013-02-203-18/+28
|\ \ \
| * | | workqueue: rename cpu_workqueue to pool_workqueueTejun Heo2013-02-142-11/+11
| * | | workqueue: add delayed_work->wq to simplify reentrancy handlingLai Jiangshan2013-02-071-0/+3
| * | | workqueue: replace WORK_CPU_NONE/LAST with WORK_CPU_ENDLai Jiangshan2013-02-071-2/+1
| * | | workqueue: move global_cwq->cpu to worker_poolTejun Heo2013-01-241-1/+1
| * | | workqueue: record pool ID instead of CPU in work->data when off-queueTejun Heo2013-01-241-9/+9
| * | | workqueue: introduce WORK_OFFQ_CPU_NONETejun Heo2013-01-241-1/+9
| * | | workqueue: unexport work_cpu()Tejun Heo2013-01-241-1/+0
| |/ /
| * | workqueue: implement current_is_async()Tejun Heo2013-01-181-0/+1
* | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-02-202-0/+15
|\ \ \
| * | | x86, msi: Use IRQ remapping specific setup_msi_irqs routineJoerg Roedel2013-01-281-0/+3
| * | | PCI/MSI: Enable multiple MSIs with pci_enable_msi_block_auto()Alexander Gordeev2013-01-241-0/+7
| * | | x86/MSI: Support multiple MSIs in presense of IRQ remappingAlexander Gordeev2013-01-241-0/+5
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-02-203-0/+23
|\ \ \ \
| * \ \ \ Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner2013-02-141-0/+1
| |\ \ \ \
| | * | | | time, Fix setting of hardware clock in NTP codePrarit Bhargava2013-02-091-0/+1
| * | | | | Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner2013-02-042-0/+13
| |\| | | |
| | * | | | timekeeping: Switch HAS_PERSISTENT_CLOCK to ALWAYS_USE_PERSISTENT_CLOCKJohn Stultz2013-01-291-1/+1
| | * | | | timekeeping: Add CONFIG_HAS_PERSISTENT_CLOCK optionFeng Tang2013-01-161-0/+5
| | * | | | timekeeping: Add persistent_clock_exist flagFeng Tang2013-01-161-0/+6
| | * | | | NTP: Add a CONFIG_RTC_SYSTOHC configurationJason Gunthorpe2013-01-161-0/+1
| | * | | | time: create __getnstimeofday for WARNless callsKees Cook2013-01-161-0/+1
| * | | | | clockevents: Add generic timer broadcast functionMark Rutland2013-01-311-0/+5
| * | | | | clockevents: Add generic timer broadcast receiverMark Rutland2013-01-311-0/+4
* | | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-02-201-0/+5
|\ \ \ \ \ \
| * | | | | | smpboot: Allow selfparking per cpu threadsThomas Gleixner2013-02-141-0/+5
* | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-2013-234/+524
|\ \ \ \ \ \ \
| * | | | | | | sched/rt: Add <linux/sched/rt.h> header to <linux/init_task.h>Ingo Molnar2013-02-191-0/+1
| * | | | | | | sched/rt: Move rt specific bits into new header fileClark Williams2013-02-072-53/+60