summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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-193-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-193-18/+28
|\ \ \
| * | | workqueue: rename cpu_workqueue to pool_workqueueTejun Heo2013-02-132-11/+11
| * | | workqueue: add delayed_work->wq to simplify reentrancy handlingLai Jiangshan2013-02-061-0/+3
| * | | workqueue: replace WORK_CPU_NONE/LAST with WORK_CPU_ENDLai Jiangshan2013-02-061-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-192-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-193-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-081-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-151-0/+5
| | * | | | timekeeping: Add persistent_clock_exist flagFeng Tang2013-01-151-0/+6
| | * | | | NTP: Add a CONFIG_RTC_SYSTOHC configurationJason Gunthorpe2013-01-151-0/+1
| | * | | | time: create __getnstimeofday for WARNless callsKees Cook2013-01-151-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-191-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-1913-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
| * | | | | | | sched/rt: Add a tuning knob to allow changing SCHED_RR timesliceClark Williams2013-02-071-1/+14
| * | | | | | | sched: Move sched.h sysctl bits into separate headerClark Williams2013-02-072-91/+97
| * | | | | | | Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/l...Ingo Molnar2013-02-0511-91/+353
| |\ \ \ \ \ \ \
| | * | | | | | | cputime: Safely read cputime of full dynticks CPUsFrederic Weisbecker2013-01-275-33/+76
| | * | | | | | | kvm: Prepare to add generic guest entry/exit callbacksFrederic Weisbecker2013-01-272-11/+30
| | * | | | | | | cputime: Use accessors to read task cputime statsFrederic Weisbecker2013-01-272-0/+26
| | * | | | | | | cputime: Allow dynamic switch between tick/virtual based cputime accountingFrederic Weisbecker2013-01-271-0/+8
| | * | | | | | | cputime: Generic on-demand virtual cputime accountingFrederic Weisbecker2013-01-274-2/+32
| | * | | | | | | cputime: Move default nsecs_to_cputime() to jiffies based cputime fileFrederic Weisbecker2013-01-271-2/+8
| | * | | | | | | cputime: Librarize per nsecs resolution cputime definitionsFrederic Weisbecker2013-01-273-61/+163
| | * | | | | | | context_tracking: Export context state for generic vtimeFrederic Weisbecker2013-01-261-0/+28