Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | tracepoints: use TABLE_SIZE macro | Mathieu Desnoyers | 2008-10-14 | 1 | -3/+3 | |
| * | | | tracing: clean up tracepoints kconfig structure | Ingo Molnar | 2008-10-14 | 1 | -0/+1 | |
| * | | | ftrace: port to tracepoints | Mathieu Desnoyers | 2008-10-14 | 2 | -197/+58 | |
| * | | | tracing, sched: LTTng instrumentation - scheduler | Mathieu Desnoyers | 2008-10-14 | 5 | -12/+26 | |
| * | | | tracing: Kernel Tracepoints | Mathieu Desnoyers | 2008-10-14 | 3 | -1/+542 | |
* | | | | Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2008-10-20 | 9 | -230/+298 | |
|\ \ \ \ | ||||||
| * | | | | genirq: fix name space collision of nr_irqs in autoprobe.c | Thomas Gleixner | 2008-10-16 | 1 | -4/+4 | |
| * | | | | genirq: use iterators for irq_desc loops | Thomas Gleixner | 2008-10-16 | 2 | -35/+15 | |
| * | | | | genirq: cleanup the sparseirq modifications | Thomas Gleixner | 2008-10-16 | 5 | -55/+48 | |
| * | | | | genirq: revert dynarray | Thomas Gleixner | 2008-10-16 | 2 | -130/+14 | |
| * | | | | genirq: remove irq_to_desc_alloc | Thomas Gleixner | 2008-10-16 | 1 | -1/+1 | |
| * | | | | genirq: remove sparse irq code | Thomas Gleixner | 2008-10-16 | 1 | -114/+0 | |
| * | | | | genirq: use inline function for irq_to_desc | Thomas Gleixner | 2008-10-16 | 1 | -14/+0 | |
| * | | | | x86: fix typo in irq_desc array | Yinghai Lu | 2008-10-16 | 1 | -1/+1 | |
| * | | | | fix warning: "x86: sparse_irq needs spin_lock in allocations" | Andrew Morton | 2008-10-16 | 1 | -2/+1 | |
| * | | | | sparseirq: remove some debug print out | Yinghai Lu | 2008-10-16 | 1 | -18/+0 | |
| * | | | | irq: fix irqpoll && sparseirq | Yinghai Lu | 2008-10-16 | 1 | -6/+11 | |
| * | | | | x86: HPET_MSI change IRQ affinity in process context when it is disabled | venkatesh.pallipadi@intel.com | 2008-10-16 | 1 | -1/+2 | |
| * | | | | irq: set_irq_chip() has redundant call to irq_to_desc() | Dean Nelson | 2008-10-16 | 1 | -1/+0 | |
| * | | | | sparseirq: move kstat_irqs from kstat to irq_desc - fix | Yinghai Lu | 2008-10-16 | 2 | -1/+30 | |
| * | | | | x86: sparse_irq needs spin_lock in allocations | Yinghai Lu | 2008-10-16 | 1 | -1/+12 | |
| * | | | | sparseirq: fix lockdep | Ingo Molnar | 2008-10-16 | 1 | -5/+0 | |
| * | | | | x86: remove irqbalance in kernel for 32 bit | Yinghai Lu | 2008-10-16 | 1 | -3/+0 | |
| * | | | | irq: separate sparse_irqs from sparse_irqs_free | Yinghai Lu | 2008-10-16 | 1 | -54/+61 | |
| * | | | | x86_64: rename irq_desc/irq_desc_alloc | Yinghai Lu | 2008-10-16 | 3 | -36/+24 | |
| * | | | | generic: add irq_desc in function in parameter | Yinghai Lu | 2008-10-16 | 1 | -0/+30 | |
| * | | | | irq: remove >= nr_irqs checking with config_have_sparse_irq | Yinghai Lu | 2008-10-16 | 2 | -38/+54 | |
| * | | | | irq: replace loop with nr_irqs with for_each_irq_desc | Yinghai Lu | 2008-10-16 | 3 | -8/+8 | |
| * | | | | irq: add irq_desc_without_new | Yinghai Lu | 2008-10-16 | 1 | -4/+24 | |
| * | | | | x86: move kstat_irqs from kstat to irq_desc | Yinghai Lu | 2008-10-16 | 3 | -41/+76 | |
| * | | | | irq: sparse irqs, fix IRQ auto-probe crash | Ingo Molnar | 2008-10-16 | 1 | -0/+10 | |
| * | | | | generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_... | Yinghai Lu | 2008-10-16 | 8 | -73/+199 | |
| * | | | | irq: make irqs in kernel stat use per_cpu_dyn_array | Yinghai Lu | 2008-10-16 | 1 | -1/+4 | |
| * | | | | irq: sparse irqs, export nr_irqs | Ingo Molnar | 2008-10-16 | 1 | -0/+1 | |
| * | | | | irq: make irq_desc to use dyn_array | Yinghai Lu | 2008-10-16 | 1 | -0/+31 | |
| * | | | | irq: introduce nr_irqs | Yinghai Lu | 2008-10-16 | 7 | -29/+30 | |
| * | | | | Merge branch 'linus' into genirq | Ingo Molnar | 2008-10-16 | 28 | -486/+839 | |
| |\ \ \ \ | ||||||
| * | | | | | genirq: record trigger type | David Brownell | 2008-10-02 | 3 | -10/+29 | |
| * | | | | | Merge commit 'v2.6.27-rc8' into genirq | Ingo Molnar | 2008-10-02 | 90 | -2568/+4255 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | genirq: irq_chip->startup() usage in setup_irq and set_irq_chained handler | Pawel MOLL | 2008-09-06 | 2 | -5/+2 | |
| * | | | | | | genirq: fix irq_desc->depth handling with DEBUG_SHIRQ | Anton Vorontsov | 2008-08-22 | 1 | -7/+10 | |
| * | | | | | | genirq: remove last NO_IDLE_HZ leftovers | Thomas Gleixner | 2008-07-22 | 1 | -2/+0 | |
| * | | | | | | genirq: enable polling for disabled screaming irqs | Eric W. Biederman | 2008-07-18 | 1 | -55/+91 | |
* | | | | | | | Merge branch 'v28-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2008-10-20 | 23 | -660/+778 | |
|\ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| *-------. \ \ \ \ \ \ | Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer... | Thomas Gleixner | 2008-10-20 | 72 | -1687/+2748 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | | * | | | | | | | timer_list: add base address to clock base | Thomas Gleixner | 2008-10-20 | 1 | -1/+2 | |
| | | | | | * | | | | | | | timer_list: print cpu number of clockevents device | Thomas Gleixner | 2008-10-20 | 1 | -3/+7 | |
| | | | | | * | | | | | | | timer_list: print real timer address | Thomas Gleixner | 2008-10-20 | 1 | -3/+4 | |
| | | | | * | | | | | | | | timers: fix itimer/many thread hang, fix | Ingo Molnar | 2008-09-30 | 1 | -1/+5 | |
| | | | | * | | | | | | | | timers: fix itimer/many thread hang, v3 | Frank Mayhar | 2008-09-27 | 2 | -89/+38 |