summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | x86, intr-remap: fix x2apic/intr-remap resumeWeidong Han2009-04-191-6/+9
| * | | | | | | x86, intr-remap: enable interrupt remapping earlyWeidong Han2009-04-191-40/+36
| * | | | | | | x86, intr-remap: fix ack for interrupt remappingWeidong Han2009-04-191-27/+5
| * | | | | | | Merge branch 'linus' into x86/apicIngo Molnar2009-04-174-5/+26
| |\ \ \ \ \ \ \
| * | | | | | | | x86: fix function definitions after: x86: apic - introduce imcr_ helpersAlexander van Heukelum2009-04-131-2/+2
| * | | | | | | | x86: apic - introduce dummy apic operationsCyrill Gorcunov2009-04-121-0/+24
| * | | | | | | | x86: apic - introduce imcr_ helpersCyrill Gorcunov2009-04-121-4/+25
| * | | | | | | | x86: consolidate SMP code in io_apic.cGary Hade2009-04-091-114/+109
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | x86/irq: use move_irq_desc() in create_irq_nr()Yinghai Lu2009-05-011-5/+1
* | | | | | | | x86/irq: change MSI irq_desc to be more numa awareYinghai Lu2009-04-281-4/+13
* | | | | | | | irq: change io_apic_set_pci_routing() to use device parameterYinghai Lu2009-04-281-1/+6
* | | | | | | | irq: change ACPI GSI APIs to also take a device argumentYinghai Lu2009-04-281-1/+2
* | | | | | | | x86/irq: change irq_desc_alloc() to take node instead of cpuYinghai Lu2009-04-281-32/+26
* | | | | | | | irq: change ->set_affinity() to return statusYinghai Lu2009-04-281-23/+41
* | | | | | | | x86/irq: remove leftover code from NUMA_MIGRATE_IRQ_DESCYinghai Lu2009-04-281-52/+4
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-04-262-2/+18
|\ \ \ \ \ \ \
| * | | | | | | x86: avoid theoretical spurious NMI backtraces with CONFIG_CPUMASK_OFFSTACK=yRusty Russell2009-04-211-1/+1
| * | | | | | | x86: fix boot crash in NMI watchdog with CONFIG_CPUMASK_OFFSTACK=y and flat APICRusty Russell2009-04-211-1/+2
| * | | | | | | x86/uv: fix for no memory at paddr 0Jack Steiner2009-04-201-0/+1
| * | | | | | | Merge branch 'linus' into x86/urgentIngo Molnar2009-04-202-2/+20
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | x86/uv: fix init of cpu-less nodesJack Steiner2009-04-171-0/+14
* | | | | | | | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-04-261-0/+2
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | x86, irq: Remove IRQ_DISABLED check in process context IRQ movePallipadi, Venkatesh2009-04-141-0/+2
* | | | | | | | Merge branch 'x86/uv' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/li...Linus Torvalds2009-04-161-2/+14
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | x86, UV: Fix for nodes with memory and no cpusJack Steiner2009-04-031-2/+14
* | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-04-131-1/+4
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | x86, intr-remap: fix eoi for interrupt remapping without x2apicWeidong Han2009-04-101-1/+4
* | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-04-091-2/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | x86: make 64 bit to use default_inquire_remote_apicYinghai Lu2009-04-081-2/+2
| | |/ / / / / | |/| | | | |
* | | | | | | x86 ACPI: Add support for Always Running APIC timerVenkatesh Pallipadi2009-04-071-0/+6
|/ / / / / /
* | | | | | Merge git://git.infradead.org/iommu-2.6Linus Torvalds2009-04-062-54/+156
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | x2apic/intr-remap: decouple interrupt remapping from x2apicHan, Weidong2009-04-041-5/+24
| * | | | | Intel IOMMU Suspend/Resume Support - Interrupt RemappingFenghua Yu2009-04-032-49/+132
| |/ / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds2009-04-056-39/+40
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch 'linus' into cpumask-for-linusIngo Molnar2009-03-306-178/+171
| |\ \ \ \
| * | | | | cpumask: remove x86 cpumask_t uses.Rusty Russell2009-03-133-9/+9
| * | | | | cpumask: remove cpumask_t assignment from vector_allocation_domain()Rusty Russell2009-03-134-4/+8
| * | | | | cpumask: clean up summit's send_IPI functionsRusty Russell2009-03-131-7/+3
| * | | | | cpumask: use new cpumask functions throughout x86Rusty Russell2009-03-133-12/+12
| * | | | | cpumask: convert arch/x86/kernel/nmi.c's backtrace_mask to a cpumask_var_tRusty Russell2009-03-131-5/+6
| * | | | | cpumask: remove dangerous CPU_MASK_ALL_PTR, &CPU_MASK_ALL.: x86Rusty Russell2009-03-132-2/+2
* | | | | | sgi-gru: add macros for using the UV hub to send interruptsJack Steiner2009-04-021-7/+2
* | | | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-04-011-0/+4
| |/ / / / |/| | | |
| | | | |
| \ \ \ \
*-. \ \ \ \ Merge branches 'x86/apic', 'x86/cleanups' and 'x86/mm' into x86/coreIngo Molnar2009-03-281-5/+4
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'x86/core' of git://git.kernel.org/pub/scm/linux/kernel/git/jasw...Ingo Molnar2009-03-241-5/+4
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | x86: apic/io_apic.c define msi_ir_chip and ir_ioapic_chip all the timeJaswinder Singh Rajput2009-03-231-5/+4
* | | | | | | x86: Correct behaviour of irq affinityRusty Russell2009-03-251-2/+3
* | | | | | | x86: use default_cpu_mask_to_apicid for 64bitYinghai Lu2009-03-241-16/+2
* | | | | | | x86: fix set_extra_move_desc callingYinghai Lu2009-03-241-1/+2
|/ / / / / /
| | | | | |
| \ \ \ \ \
*-. \ \ \ \ \ Merge branches 'x86/apic', 'x86/cleanups', 'x86/mm', 'x86/pat', 'x86/setup' a...Ingo Molnar2009-03-241-2/+2
|\ \ \ \ \ \ \ | | |/ / / / /
OpenPOWER on IntegriCloud