| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | | | | | | | | x86: unify native_init_IRQ() in irqinit_{32,64}.c | Pekka Enberg | 2009-04-10 | 2 | -20/+115 |
| | * | | | | | | | | | x86: unify init_ISA_irqs() in irqinit_{32,64}.c | Pekka Enberg | 2009-04-10 | 2 | -5/+7 |
| | * | | | | | | | | | x86: unify smp_intr_init() in irqinit_{32,64}.h | Pekka Enberg | 2009-04-10 | 2 | -3/+7 |
| | * | | | | | | | | | x86: use identical loop constructs in 32-bit and 64-bit native_init_IRQ() | Pekka Enberg | 2009-04-10 | 2 | -5/+6 |
| | * | | | | | | | | | x86: introduce apic_intr_init() in irqinit_32.c | Pekka Enberg | 2009-04-10 | 1 | -18/+22 |
| | * | | | | | | | | | x86: introduce smp_intr_init() in irqinit_32.c | Pekka Enberg | 2009-04-10 | 1 | -28/+33 |
| | * | | | | | | | | | x86: move init_ISA_irqs() in irqinit_32.c to match ordering in irqinit_64.c | Pekka Enberg | 2009-04-10 | 1 | -24/+24 |
| | * | | | | | | | | | x86: move x86_quirk_pre_intr_init() to irqinit_32.c | Pekka Enberg | 2009-04-10 | 4 | -24/+19 |
| | * | | | | | | | | | x86: consolidate SMP code in io_apic.c | Gary Hade | 2009-04-09 | 1 | -114/+109 |
| | * | | | | | | | | | x86: consistent about warm_reset_vector for UN_NON_UNIQUE_APIC | Yinghai Lu | 2009-04-08 | 1 | -4/+6 |
| | * | | | | | | | | | x86: make wakeup_secondary_cpu_via_init static | Yinghai Lu | 2009-04-08 | 1 | -1/+1 |
| * | | | | | | | | | | x86/irq: use move_irq_desc() in create_irq_nr() | Yinghai Lu | 2009-05-01 | 2 | -5/+5 |
| * | | | | | | | | | | x86/irq: change MSI irq_desc to be more numa aware | Yinghai Lu | 2009-04-28 | 1 | -4/+13 |
| * | | | | | | | | | | irq: change io_apic_set_pci_routing() to use device parameter | Yinghai Lu | 2009-04-28 | 1 | -1/+6 |
| * | | | | | | | | | | irq: change ACPI GSI APIs to also take a device argument | Yinghai Lu | 2009-04-28 | 5 | -10/+14 |
| * | | | | | | | | | | x86/irq: change irq_desc_alloc() to take node instead of cpu | Yinghai Lu | 2009-04-28 | 2 | -33/+27 |
| * | | | | | | | | | | irq: change ->set_affinity() to return status | Yinghai Lu | 2009-04-28 | 20 | -66/+128 |
| * | | | | | | | | | | x86/irq: remove leftover code from NUMA_MIGRATE_IRQ_DESC | Yinghai Lu | 2009-04-28 | 3 | -63/+4 |
* | | | | | | | | | | | x86, mce: drop "extern" from function prototypes in asm/mce.h | H. Peter Anvin | 2009-05-28 | 1 | -5/+5 |
* | | | | | | | | | | | x86: trivial clean up for arch/x86/Kconfig | Hidetoshi Seto | 2009-05-28 | 1 | -7/+7 |
* | | | | | | | | | | | x86: trivial clean up for irq_vectors.h | Andi Kleen | 2009-05-28 | 1 | -2/+1 |
* | | | | | | | | | | | x86, mce: trivial clean up for mce-inject.c | Hidetoshi Seto | 2009-05-28 | 1 | -2/+2 |
* | | | | | | | | | | | x86, mce: trivial clean up for mce_intel_64.c | Hidetoshi Seto | 2009-05-28 | 1 | -1/+1 |
* | | | | | | | | | | | x86, mce: trivial clean up for mce_amd_64.c | Hidetoshi Seto | 2009-05-28 | 1 | -13/+6 |
* | | | | | | | | | | | x86, mce: trivial clean up for mce.c | Hidetoshi Seto | 2009-05-28 | 1 | -6/+6 |
* | | | | | | | | | | | x86, mce: trivial clean up for therm_throt.c | Hidetoshi Seto | 2009-05-28 | 1 | -1/+0 |
* | | | | | | | | | | | x86, mce: use strict_strtoull | Hidetoshi Seto | 2009-05-28 | 2 | -15/+10 |
* | | | | | | | | | | | x86, mce: drop BKL in mce_open | Andi Kleen | 2009-05-28 | 1 | -4/+0 |
* | | | | | | | | | | | x86, mce: rename and align out2 label | Andi Kleen | 2009-05-28 | 1 | -3/+3 |
* | | | | | | | | | | | x86, mce: remove mce_init unused argument | Thomas Gleixner | 2009-05-28 | 1 | -4/+4 |
* | | | | | | | | | | | x86, mce: remove unused mce_events variable | Andi Kleen | 2009-05-28 | 1 | -2/+0 |
* | | | | | | | | | | | x86, mce: use extended sysattrs for the check_interval attribute. | Andi Kleen | 2009-05-28 | 1 | -24/+15 |
* | | | | | | | | | | | x86, mce: synchronize core after machine check handling | Andi Kleen | 2009-05-28 | 1 | -0/+3 |
* | | | | | | | | | | | x86, mce: fix comment style in mce-inject.c | H. Peter Anvin | 2009-05-28 | 1 | -1/+2 |
* | | | | | | | | | | | x86, mce: add comment about mce_chrdev_ops being writable | H. Peter Anvin | 2009-05-28 | 1 | -0/+1 |
* | | | | | | | | | | | x86, mce: add basic error injection infrastructure | Andi Kleen | 2009-05-28 | 5 | -1/+176 |
* | | | | | | | | | | | x86, mce: add MSR read wrappers for easier error injection | Andi Kleen | 2009-05-28 | 1 | -12/+25 |
* | | | | | | | | | | | x86, mce: enable MCE_AMD for 32bit NEW_MCE | Andi Kleen | 2009-05-28 | 1 | -1/+1 |
* | | | | | | | | | | | x86, mce: enable MCE_INTEL for 32bit new MCE | Andi Kleen | 2009-05-28 | 8 | -7/+16 |
* | | | | | | | | | | | x86, mce: use 64bit machine check code on 32bit | Andi Kleen | 2009-05-28 | 12 | -21/+92 |
* | | | | | | | | | | | x86, mce: remove oops_begin() use in 64bit machine check | Andi Kleen | 2009-05-28 | 1 | -1/+2 |
* | | | | | | | | | | | x86, mce: remove machine check handler idle notify on 64bit | Andi Kleen | 2009-05-28 | 1 | -23/+0 |
* | | | | | | | | | | | x86, mce: move mce_disabled option into common 32bit/64bit code | Andi Kleen | 2009-05-28 | 1 | -18/+11 |
* | | | | | | | | | | | x86, mce: rename 64bit mce_dont_init to mce_disabled | Andi Kleen | 2009-05-28 | 2 | -10/+7 |
* | | | | | | | | | | | x86, mce: use a call vector to call the 64bit mce handler | Andi Kleen | 2009-05-28 | 3 | -13/+15 |
* | | | | | | | | | | | x86, mce: port K7 bank 0 quirk to 64bit mce code | Andi Kleen | 2009-05-28 | 1 | -0/+6 |
* | | | | | | | | | | | x86, mce: implement the PPro bank 0 quirk in the 64bit machine check code | Andi Kleen | 2009-05-28 | 1 | -6/+34 |
* | | | | | | | | | | | x86, mce: initial steps to make 64bit mce code 32bit clean | Andi Kleen | 2009-05-28 | 1 | -5/+5 |
* | | | | | | | | | | | x86, mce: Cleanup MCG definitions | Thomas Gleixner | 2009-05-28 | 2 | -5/+10 |
* | | | | | | | | | | | x86, mce: Cleanup symbols in intel thermal codes | Thomas Gleixner | 2009-05-28 | 4 | -6/+14 |