2008-10-16 |
Yinghai Lu | rename io_apic_64.c and io_apic_32.c to io_apic.c Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Ingo Molnar | x86: make io_apic_32.c the same as io_apic_64.c Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Yinghai Lu | x86: make io_apic_64.c and io_apic_32.c the same Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Yinghai Lu | x86: remove ioapic_force Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Yinghai Lu | x86: make 64 handle sis_apic_bug like the 32 bit [ mingo@elte.hu: nope, the problem chipset was... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Yinghai Lu | x86: make headers files the same in io_apic_xx.c Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Ingo Molnar | sparseirq: fix lockdep Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Yinghai Lu | x86: order variables in io_apic_xx.c Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Yinghai Lu | x86: ordering functions in io_apic_64.c Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Yinghai Lu | x86: ordering functions in io_apic_32.c Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Yinghai Lu | x86, io-apic: remove union about dest for log/phy Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Yinghai Lu | x86: add debug info for 32bit sparse_irq Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Yinghai Lu | x86: make 32bit support per_cpu vector Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Yinghai Lu | x86: make 32 bit to use sparse_irq Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Yinghai Lu | x86: make 32bit to use irq_2_pin in irq_cfg Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Yinghai Lu | x86: make 32bit use irq_cfg_alloc, etc Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Yinghai Lu | x86: add irq_cfg for 32bit Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Yinghai Lu | x86: remove irqbalance in kernel for 32 bit Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Yinghai Lu | x86: use 28 bits irq NR for pci msi/msix and ht Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Yinghai Lu | x86: put irq_2_iommu pointer into irq_desc Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Yinghai Lu | x86_64: make /proc/interrupts work with dyn irq_desc Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Yinghai Lu | x86_64: separate irq_cfgx from irq_cfgx_free Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Yinghai Lu | irq: separate sparse_irqs from sparse_irqs_free Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Yinghai Lu | x86_64: rename irq_desc/irq_desc_alloc Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Yinghai Lu | x86: check with without_new in show_interrupts Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Yinghai Lu | generic: add irq_desc in function in parameter Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Yinghai Lu | irq: remove >= nr_irqs checking with config_have_sparse_irq Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Yinghai Lu | x86, ioapic: replace loop with nr_irqs with for_each_irq_icfg Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Yinghai Lu | irq, fs/proc: replace loop with nr_irqs for proc/stat Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Yinghai Lu | irq: replace loop with nr_irqs with for_each_irq_desc Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Yinghai Lu | irq: add irq_desc_without_new Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Yinghai Lu | x86: move kstat_irqs from kstat to irq_desc v4: [mingo@elte.hu] fix typo [ mingo@elte.hu ] irq: build fix Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Yinghai Lu | x86: put timer_rand_state pointer into irq_desc Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Yinghai Lu | x86: put irq_2_pin pointer into irq_cfg Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Yinghai Lu | x86: add irq_cfg in io_apic_64.c Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Ingo Molnar | irq: sparse irqs, fix IRQ auto-probe crash Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Yinghai Lu | generic: sparse irqs: use irq_desc() together with... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Yinghai Lu | x86: remove nr_irq_vectors Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Yinghai Lu | x86, irq: get nr_irqs from madt Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Ingo Molnar | irq: sparse irqs, fix #3 Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Yinghai Lu | x86: use dyn_array in io_apic_xx.c Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Yinghai Lu | irq: make irqs in kernel stat use per_cpu_dyn_array Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Ingo Molnar | irq: sparse irqs, export nr_irqs Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Yinghai Lu | irq: make irq_desc to use dyn_array Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Yinghai Lu | irq: make irq2_iommu to use dyn_array Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Yinghai Lu | irqs: make irq_timer_state to use dyn_array Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Yinghai Lu | drivers/xen: use nr_irqs Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Yinghai Lu | fs/proc: use nr_irqs Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Yinghai Lu | drivers/serial: use nr_irqs Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Yinghai Lu | drivers/scsi: use nr_irqs Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Yinghai Lu | drivers/rtc: use nr_irqs Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Yinghai Lu | drivers/pcmcia: use nr_irqs Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Yinghai Lu | drivers/pci/ intr remapping: use nr_irqs Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Yinghai Lu | drivers/net: use nr_irqs Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Yinghai Lu | drivers/char: use nr_irqs Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Yinghai Lu | x86: use nr_irqs Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Yinghai Lu | irq: introduce nr_irqs Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Yinghai Lu | x86: enable dyn_array support Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Yinghai Lu | x86: alloc dyn_array all together Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Yinghai Lu | add per_cpu_dyn_array support Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Yinghai Lu | generic: add dyn_array support Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Yinghai Lu | x86: remove irq_vectors_limits Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Yinghai Lu | x86: add after_bootmem flag for 32bit Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Alan Cox | serial, 8250: remove NR_IRQ usage Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-16 |
Ingo Molnar | Merge branch 'linus' into genirq
|
commit | commitdiff | tree |
2008-10-13 |
Ingo Molnar | Merge branches 'oprofile-v2' and 'timers/hpet' into...
|
commit | commitdiff | tree |
2008-10-13 |
Ingo Molnar | Merge branch 'linus' into oprofile-v2
|
commit | commitdiff | tree |
2008-10-13 |
Yinghai Lu | x86: change early_ioremap to use slots instead of nesting Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-13 |
Jan Beulich | x86: adjust dependencies for CONFIG_X86_CMOV Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | dumpstack: x86: various small unification steps, fix Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-13 |
Thomas Gleixner | x86: remove additional_cpus Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-13 |
Ingo Molnar | x86: remove additional_cpus configurability Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-13 |
Thomas Gleixner | x86: improve UP kernel when CPU-hotplug and SMP is... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | dumpstack: x86: various small unification steps Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | dumpstack: i386: make kstack= an early boot-param and... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | dumpstack: x86: use log_lvl and unify trace formatting Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | dumptrace: x86: consistently include loglevel, print... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | dumpstack: x86: add "end" parameter to valid_stack_ptr... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | dumpstack: x86: make printk_address equal Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | dumpstack: x86: move die_nmi to dumpstack_32.c Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | traps: x86: finalize unification of traps.c Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | traps: x86: make traps_32.c and traps_64.c equal Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | traps: x86: various noop-changes preparing for unification... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | traps: x86_64: use task_pid_nr(tsk) instead of tsk... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | traps: i386: expand clear_mem_error and remove from... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | traps: x86_64: make io_check_error equal to the one... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | traps: i386: use preempt_conditional_sti/cli in do_int3 Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | traps: x86_64: make math_state_restore more like i386 Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | traps: x86: converge trap_init functions Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | x86, traps: converge do_debug handlers Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | x86, traps: introduce dotraplinkage Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | x86, traps, i386: factor out lazy io-bitmap copy Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | x86, traps: split out math_error and simd_math_error Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | x86_64: split out dumpstack code from traps_64.c Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-13 |
Alexander van Heukelum | i386: split out dumpstack code from traps_32.c Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-13 |
Vegard Nossum | x86: fix virt_addr_valid() with CONFIG_DEBUG_VIRTUAL... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-13 |
Chuck Ebbert | x86: allow number of additional hotplug CPUs to be... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-13 |
Krzysztof Helt | x86: do not allow to optimize flag_is_changeable_p... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-13 |
Pekka Enberg | x86: __show_registers() and __show_regs() API unification Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-10-13 |
Jack Steiner | x86, UV: new UV genapic functions for x2apic Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |