summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-10-209-230/+298
|\
| * genirq: fix name space collision of nr_irqs in autoprobe.cThomas Gleixner2008-10-161-4/+4
| * genirq: use iterators for irq_desc loopsThomas Gleixner2008-10-162-35/+15
| * genirq: cleanup the sparseirq modificationsThomas Gleixner2008-10-165-55/+48
| * genirq: revert dynarrayThomas Gleixner2008-10-162-130/+14
| * genirq: remove irq_to_desc_allocThomas Gleixner2008-10-161-1/+1
| * genirq: remove sparse irq codeThomas Gleixner2008-10-161-114/+0
| * genirq: use inline function for irq_to_descThomas Gleixner2008-10-161-14/+0
| * x86: fix typo in irq_desc arrayYinghai Lu2008-10-161-1/+1
| * fix warning: "x86: sparse_irq needs spin_lock in allocations"Andrew Morton2008-10-161-2/+1
| * sparseirq: remove some debug print outYinghai Lu2008-10-161-18/+0
| * irq: fix irqpoll && sparseirqYinghai Lu2008-10-161-6/+11
| * x86: HPET_MSI change IRQ affinity in process context when it is disabledvenkatesh.pallipadi@intel.com2008-10-161-1/+2
| * irq: set_irq_chip() has redundant call to irq_to_desc()Dean Nelson2008-10-161-1/+0
| * sparseirq: move kstat_irqs from kstat to irq_desc - fixYinghai Lu2008-10-162-1/+30
| * x86: sparse_irq needs spin_lock in allocationsYinghai Lu2008-10-161-1/+12
| * sparseirq: fix lockdepIngo Molnar2008-10-161-5/+0
| * x86: remove irqbalance in kernel for 32 bitYinghai Lu2008-10-161-3/+0
| * irq: separate sparse_irqs from sparse_irqs_freeYinghai Lu2008-10-161-54/+61
| * x86_64: rename irq_desc/irq_desc_allocYinghai Lu2008-10-163-36/+24
| * generic: add irq_desc in function in parameterYinghai Lu2008-10-161-0/+30
| * irq: remove >= nr_irqs checking with config_have_sparse_irqYinghai Lu2008-10-162-38/+54
| * irq: replace loop with nr_irqs with for_each_irq_descYinghai Lu2008-10-163-8/+8
| * irq: add irq_desc_without_newYinghai Lu2008-10-161-4/+24
| * x86: move kstat_irqs from kstat to irq_descYinghai Lu2008-10-163-41/+76
| * irq: sparse irqs, fix IRQ auto-probe crashIngo Molnar2008-10-161-0/+10
| * generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_...Yinghai Lu2008-10-168-73/+199
| * irq: make irqs in kernel stat use per_cpu_dyn_arrayYinghai Lu2008-10-161-1/+4
| * irq: sparse irqs, export nr_irqsIngo Molnar2008-10-161-0/+1
| * irq: make irq_desc to use dyn_arrayYinghai Lu2008-10-161-0/+31
| * irq: introduce nr_irqsYinghai Lu2008-10-167-29/+30
| * Merge branch 'linus' into genirqIngo Molnar2008-10-1628-486/+839
| |\
| * | genirq: record trigger typeDavid Brownell2008-10-023-10/+29
| * | Merge commit 'v2.6.27-rc8' into genirqIngo Molnar2008-10-0290-2568/+4255
| |\ \
| * | | genirq: irq_chip->startup() usage in setup_irq and set_irq_chained handlerPawel MOLL2008-09-062-5/+2
| * | | genirq: fix irq_desc->depth handling with DEBUG_SHIRQAnton Vorontsov2008-08-221-7/+10
| * | | genirq: remove last NO_IDLE_HZ leftoversThomas Gleixner2008-07-221-2/+0
| * | | genirq: enable polling for disabled screaming irqsEric W. Biederman2008-07-181-55/+91
* | | | Merge branch 'v28-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-10-2023-660/+778
|\ \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *-------. \ \ \ Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...Thomas Gleixner2008-10-2072-1687/+2748
| |\ \ \ \ \ \ \ \
| | | | | | * | | | timer_list: add base address to clock baseThomas Gleixner2008-10-201-1/+2
| | | | | | * | | | timer_list: print cpu number of clockevents deviceThomas Gleixner2008-10-201-3/+7
| | | | | | * | | | timer_list: print real timer addressThomas Gleixner2008-10-201-3/+4
| | | | | * | | | | timers: fix itimer/many thread hang, fixIngo Molnar2008-09-301-1/+5
| | | | | * | | | | timers: fix itimer/many thread hang, v3Frank Mayhar2008-09-272-89/+38
| | | | | * | | | | posix-timers: lock_timer: make it readableOleg Nesterov2008-09-241-13/+10
| | | | | * | | | | posix-timers: lock_timer: kill the bogus ->it_id checkOleg Nesterov2008-09-241-5/+4
| | | | | * | | | | posix-timers: kill ->it_sigev_signo and ->it_sigev_valueOleg Nesterov2008-09-241-10/+7
| | | | | * | | | | posix-timers: sys_timer_create: cleanup the error handlingOleg Nesterov2008-09-241-8/+7
| | | | | * | | | | posix-timers: move the initialization of timer->sigq from send to create pathOleg Nesterov2008-09-241-5/+5
OpenPOWER on IntegriCloud