| Commit message (Expand) | Author | Age |
... | |
| * | | | | | | | | | | | | | | genirq: consolidate nr_irqs and for_each_irq_desc() | Thomas Gleixner | 2008-10-16 |
| * | | | | | | | | | | | | | | genirq: define nr_irqs for architectures with GENERIC_HARDIRQS=n | Thomas Gleixner | 2008-10-16 |
| * | | | | | | | | | | | | | | x86: Add sysfs entries for UV v4 | Russ Anderson | 2008-10-16 |
| * | | | | | | | | | | | | | | x86: Add UV partition call v4 | Russ Anderson | 2008-10-16 |
| * | | | | | | | | | | | | | | x86: Add UV bios call infrastructure v4 | Russ Anderson | 2008-10-16 |
| * | | | | | | | | | | | | | | x86: Add UV EFI table entry v4 | Russ Anderson | 2008-10-16 |
| * | | | | | | | | | | | | | | x86, UV: add uv_setup_irq() and uv_teardown_irq() functions, v3 | Dean Nelson | 2008-10-16 |
| * | | | | | | | | | | | | | | x86: HPET_MSI Basic HPET_MSI setup code | venkatesh.pallipadi@intel.com | 2008-10-16 |
| * | | | | | | | | | | | | | | dmar: fix using early fixmap mapping for DMAR table parsing | Yinghai Lu | 2008-10-16 |
| * | | | | | | | | | | | | | | x2apic: fix reserved APIC register accesses in print_local_APIC() | Yinghai Lu | 2008-10-16 |
| * | | | | | | | | | | | | | | x86: apic - unify smp_spurious/error_interrupt declaration | Cyrill Gorcunov | 2008-10-16 |
| * | | | | | | | | | | | | | | sparseirq: move kstat_irqs from kstat to irq_desc - fix | Yinghai Lu | 2008-10-16 |
| * | | | | | | | | | | | | | | x86: probe nr_irqs even only mptable is used | Yinghai Lu | 2008-10-16 |
| * | | | | | | | | | | | | | | x86: remove first_free_entry/pin_map_size | Yinghai Lu | 2008-10-16 |
| * | | | | | | | | | | | | | | x86: irq: interrupt array size should be NR_VECTORS | Yinghai Lu | 2008-10-16 |
| * | | | | | | | | | | | | | | pci: change msi-x vector to 32bit | Yinghai Lu | 2008-10-16 |
| * | | | | | | | | | | | | | | x86: remove ioapic_force | Yinghai Lu | 2008-10-16 |
| * | | | | | | | | | | | | | | x86, io-apic: remove union about dest for log/phy | Yinghai Lu | 2008-10-16 |
| * | | | | | | | | | | | | | | x86: make 32bit support per_cpu vector | Yinghai Lu | 2008-10-16 |
| * | | | | | | | | | | | | | | x86: remove irqbalance in kernel for 32 bit | Yinghai Lu | 2008-10-16 |
| * | | | | | | | | | | | | | | x86: use 28 bits irq NR for pci msi/msix and ht | Yinghai Lu | 2008-10-16 |
| * | | | | | | | | | | | | | | x86: put irq_2_iommu pointer into irq_desc | Yinghai Lu | 2008-10-16 |
| * | | | | | | | | | | | | | | irq: separate sparse_irqs from sparse_irqs_free | Yinghai Lu | 2008-10-16 |
| * | | | | | | | | | | | | | | x86_64: rename irq_desc/irq_desc_alloc | Yinghai Lu | 2008-10-16 |
| * | | | | | | | | | | | | | | generic: add irq_desc in function in parameter | Yinghai Lu | 2008-10-16 |
| * | | | | | | | | | | | | | | irq, fs/proc: replace loop with nr_irqs for proc/stat | Yinghai Lu | 2008-10-16 |
| * | | | | | | | | | | | | | | irq: replace loop with nr_irqs with for_each_irq_desc | Yinghai Lu | 2008-10-16 |
| * | | | | | | | | | | | | | | irq: add irq_desc_without_new | Yinghai Lu | 2008-10-16 |
| * | | | | | | | | | | | | | | x86: move kstat_irqs from kstat to irq_desc | Yinghai Lu | 2008-10-16 |
| * | | | | | | | | | | | | | | x86: put timer_rand_state pointer into irq_desc | Yinghai Lu | 2008-10-16 |
| * | | | | | | | | | | | | | | generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_... | Yinghai Lu | 2008-10-16 |
| * | | | | | | | | | | | | | | x86: remove nr_irq_vectors | Yinghai Lu | 2008-10-16 |
| * | | | | | | | | | | | | | | x86, irq: get nr_irqs from madt | Yinghai Lu | 2008-10-16 |
| * | | | | | | | | | | | | | | irq: make irqs in kernel stat use per_cpu_dyn_array | Yinghai Lu | 2008-10-16 |
| * | | | | | | | | | | | | | | irq: make irq_desc to use dyn_array | Yinghai Lu | 2008-10-16 |
| * | | | | | | | | | | | | | | x86: use nr_irqs | Yinghai Lu | 2008-10-16 |
| * | | | | | | | | | | | | | | irq: introduce nr_irqs | Yinghai Lu | 2008-10-16 |
| * | | | | | | | | | | | | | | x86: alloc dyn_array all together | Yinghai Lu | 2008-10-16 |
| * | | | | | | | | | | | | | | add per_cpu_dyn_array support | Yinghai Lu | 2008-10-16 |
| * | | | | | | | | | | | | | | generic: add dyn_array support | Yinghai Lu | 2008-10-16 |
| * | | | | | | | | | | | | | | x86: remove irq_vectors_limits | Yinghai Lu | 2008-10-16 |
| * | | | | | | | | | | | | | | Merge branch 'linus' into genirq | Ingo Molnar | 2008-10-16 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge commit 'v2.6.27-rc8' into genirq | Ingo Molnar | 2008-10-02 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | genirq: remove last NO_IDLE_HZ leftovers | Thomas Gleixner | 2008-07-22 |
* | | | | | | | | | | | | | | | | | Merge branch 'v28-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2008-10-20 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |
| *-------. \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer... | Thomas Gleixner | 2008-10-20 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | |_|_|_|_|_|_|_|_|/ / / / / / /
| | | | | | |/| | | | | | | | | | | | | | | |
|
| | | | | * | | | | | | | | | | | | | | | | | timers: fix itimer/many thread hang, v3 | Frank Mayhar | 2008-09-27 |
| | | | | * | | | | | | | | | | | | | | | | | posix-timers: kill ->it_sigev_signo and ->it_sigev_value | Oleg Nesterov | 2008-09-24 |
| | | | | * | | | | | | | | | | | | | | | | | timers: fix itimer/many thread hang, v2 | Frank Mayhar | 2008-09-23 |
| | | | | * | | | | | | | | | | | | | | | | | timers: fix itimer/many thread hang, cleanups | Ingo Molnar | 2008-09-14 |