pandora-kernel.git
2008-10-16 Ingo Molnario_apic: make irq_mis_count available on 64-bit too
2008-10-16 Thomas Gleixnergenirq: fix name space collisions of nr_irqs in arch/*
2008-10-16 Thomas Gleixnergenirq: fix name space collision of nr_irqs in autoprobe.c
2008-10-16 Thomas Gleixnergenirq: use iterators for irq_desc loops
2008-10-16 Thomas Gleixnerproc: fixup irq iterator
2008-10-16 Thomas Gleixnergenirq: add reverse iterator for irq_desc
2008-10-16 Thomas Gleixnerx86: move ack_bad_irq() to irq.c
2008-10-16 Thomas Gleixnerx86: unify show_interrupts() and proc helpers
2008-10-16 Thomas Gleixnerx86: cleanup show_interrupts
2008-10-16 Thomas Gleixnergenirq: cleanup the sparseirq modifications
2008-10-16 Ingo Molnargenirq: remove artifacts from sparseirq removal
2008-10-16 Thomas Gleixnergenirq: revert dynarray
2008-10-16 Thomas Gleixnergenirq: remove irq_to_desc_alloc
2008-10-16 Thomas Gleixnergenirq: remove sparse irq code
2008-10-16 Thomas Gleixnergenirq: use inline function for irq_to_desc
2008-10-16 Thomas Gleixnergenirq: consolidate nr_irqs and for_each_irq_desc()
2008-10-16 Thomas Gleixnerx86: remove sparse irq from Kconfig
2008-10-16 Thomas Gleixnergenirq: define nr_irqs for architectures with GENERIC_H...
2008-10-16 Cyrill Gorcunovx86: apic - unify APIC_DIVISOR
2008-10-16 Yinghai Lux86: sparse_irq: fix typo in debug print out
2008-10-16 Russ Andersonx86: Add sysfs entries for UV v4
2008-10-16 Russ Andersonx86: Add UV partition call v4
2008-10-16 Russ Andersonx86: Add UV bios call infrastructure v4
2008-10-16 Russ Andersonx86: Add UV EFI table entry v4
2008-10-16 Ingo Molnarx86, UV: add uv_setup_irq() and uv_teardown_irq() funct...
2008-10-16 Dean Nelsonx86, UV: add uv_setup_irq() and uv_teardown_irq() funct...
2008-10-16 Venki Pallipadihpet: clean up warning
2008-10-16 Yinghai Lux86: print out irq nr for msi/ht, v3
2008-10-16 Cyrill Gorcunovx86: io-apic - interrupt remapping fix
2008-10-16 Yinghai Lux86: irq no should not use hex in /proc/interrupts
2008-10-16 Yinghai Lux86: fix typo in irq_desc array
2008-10-16 Jack Steinerx86, uv: fix ordering of calls to uv_system_init &...
2008-10-16 Cyrill Gorcunovx86: io-apic - interrupt remapping fix
2008-10-16 Andrew Mortonfix warning: "x86: sparse_irq needs spin_lock in alloca...
2008-10-16 Yinghai Lusparseirq: remove some debug print out
2008-10-16 Yinghai Luirq: fix irqpoll && sparseirq
2008-10-16 Cyrill Gorcunovx86: io-apic - do not use KERN_DEBUG marker too much...
2008-10-16 Cyrill Gorcunovx86: apic - fix unused vars warning in calibrate_APIC_clock
2008-10-16 Cyrill Gorcunovx86: apic - skip writting ESR register if we dont have on
2008-10-16 Cyrill Gorcunovx86: apic - lapic_setup_esr does not handle esr_disable...
2008-10-16 Yinghai Ludyn_array: use %pF instead of print_fn_descriptor_symbol
2008-10-16 Yinghai Lux86: print out apic id in hex format
2008-10-16 Cyrill Gorcunovx86: io-apic - get rid of __DO_ACTION macro
2008-10-16 Steven Noonanx86: fix HPET compiler error when not using CONFIG_PCI_MSI
2008-10-16 Venki Pallipadix86: using HPET in MSI mode and setting up per CPU...
2008-10-16 Cyrill Gorcunovx86: io-apic - do not use KERN_DEBUG marker too much
2008-10-16 Yinghai Lux86: lapic address print out like io apic addr
2008-10-16 Yinghai Ludyn_array: remove one panic
2008-10-16 Cyrill Gorcunovx86: io-apic - code style cleaning for setup_IO_APIC_irqs
2008-10-16 venkatesh.pallipadi... x86: HPET_MSI Initialise per-cpu HPET timers
2008-10-16 Ingo Molnarx86: HPET_MSI Basic HPET_MSI setup code, cleanups
2008-10-16 venkatesh.pallipadi... x86: HPET_MSI Basic HPET_MSI setup code
2008-10-16 venkatesh.pallipadi... x86: HPET_MSI Refactor code in preparation for HPET_MSI
2008-10-16 venkatesh.pallipadi... x86: HPET_MSI change IRQ affinity in process context...
2008-10-16 Yinghai Luirq: error missed ifndef CONFIG_HAVE_SPARSE_IRQ, v2
2008-10-16 Dean Nelsonirq: set_irq_chip() has redundant call to irq_to_desc()
2008-10-16 Dean Nelsonirq: error missed ifndef CONFIG_HAVE_SPARSE_IRQ
2008-10-16 Cyrill Gorcunovx86: io-apic - declare irq_cfg_lock for SPARSE_IRQ...
2008-10-16 Cyrill Gorcunovx86: io-apic - use ARRAY_SIZE macro
2008-10-16 Yinghai Ludyn_array: fix typo
2008-10-16 Yinghai Lux86: print out if acpi want physical flat of all
2008-10-16 H. Peter Anvindyn_array: don't break compiling for !CONFIG_SMP
2008-10-16 Suresh Siddhadmar: fix dmar_parse_dev() devices_cnt error condition...
2008-10-16 Suresh Siddhadmar: use list_for_each_entry_safe() in dmar_dev_scope_...
2008-10-16 Yinghai Ludmar: initialize the return value in dmar_parse_dev()
2008-10-16 Yinghai Ludmar: fix using early fixmap mapping for DMAR table...
2008-10-16 Yinghai Lux2apic: fix reserved APIC register accesses in print_lo...
2008-10-16 Ingo Molnarsparseirq: export nr_irqs on m68k/sparc/s390
2008-10-16 Cyrill Gorcunovx86: apic - unify smp_spurious/error_interrupt declaration
2008-10-16 Yinghai Lusparseirq: move kstat_irqs from kstat to irq_desc ...
2008-10-16 Yinghai Lux86: let 64 bit to use 32 bit calibrate_apic_clock
2008-10-16 Yinghai Lux86: rename apic_32.c and apic_64.c to apic.c
2008-10-16 Yinghai Lux86: apic copy apic_64.c to apic_32.c
2008-10-16 Yinghai Lux86: apic copy calibrate_APIC_clock to each other in...
2008-10-16 Yinghai Lux86: apic unify smp_spurious/error_interrupt
2008-10-16 Yinghai Lux86: merge header files in apic_xx.c
2008-10-16 Yinghai Lux86: copy detect_init_APIC to the other
2008-10-16 Yinghai Lux86: merge APIC_init_uniprocessor
2008-10-16 Yinghai Lux86: make apic_32/64.c more like
2008-10-16 Yinghai Lux86: add hard_smp_prossor_id with MACRO in io_apic_xx.c
2008-10-16 Yinghai Lux86: use HAVE_X2APIC in apic_64.c
2008-10-16 Yinghai Lux86: apic_xx.c order variables
2008-10-16 Cyrill Gorcunovx86: apic - unify smp_apic_timer_interrupt
2008-10-16 Cyrill Gorcunovx86: apic_32.c should use __cpuinit section
2008-10-16 Cyrill Gorcunovx86: apic - unify setup_local_APIC
2008-10-16 Cyrill Gorcunovx86: apic_64.c - add sanity check for spurious vector...
2008-10-16 Cyrill Gorcunovx86: apic - unify setup_apicpmtimer
2008-10-16 Cyrill Gorcunovx86: apic - introduce get_physical_broadcast for 64bit
2008-10-16 Cyrill Gorcunovx86: apic_64.c - setup_APIC_timer has to be __cpuinit...
2008-10-16 Alok Katariax86: VMI, initialize IRQ vector
2008-10-16 Yinghai Lux86: fix probe_nr_irqs for xen
2008-10-16 Yinghai Lux86: fix 32-bit ioapic lockup with sparseirqs
2008-10-16 Yinghai Lux86: sparse_irq needs spin_lock in allocations
2008-10-16 Suresh Siddhasparseirq: fix intr-remap with dyn_array/nr_irqs changes]
2008-10-16 Ingo Molnarwarning: fix arch x86 kernel io_apic c
2008-10-16 Alex Nixonxen: Fix bug `do_IRQ: cannot handle IRQ -1 vector 0x6...
2008-10-16 Yinghai Ludyn_array: split dyn_array functions from init/main.c
2008-10-16 Alex Nixonxen: fix memory access violation bug when CONFIG_HAVE_S...
2008-10-16 Yinghai Lux86: probe nr_irqs even only mptable is used
2008-10-16 Yinghai Lux86: make HAVE_SPARSE_IRQ support selectable
next