summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
*---. Merge branches 'irq/sparseirq', 'x86/quirks' and 'x86/reboot' into cpus4096Ingo Molnar2008-12-1242-427/+724
|\ \ \
| | | * x86, apm: remove CONFIG_APM_REAL_MODE_POWER_OFF in favor of a kernel parameterNiels de Vos2008-12-022-11/+0
| | | * x86: drop REBOOT_CF9_COND from reboot fallback chainH. Peter Anvin2008-11-241-4/+4
| | | * x86: revert default reboot method to REBOOT_KBDH. Peter Anvin2008-11-221-1/+1
| | | * x86: attempt reboot via port CF9 if we have standard PCI portsH. Peter Anvin2008-11-114-9/+34
| | | * x86: call machine_shutdown and stop all CPUs in native_machine_haltIvan Vecera2008-11-115-13/+24
| | * | x86: clean up get_smp_config()Yinghai Lu2008-12-082-14/+22
| | * | Merge branch 'linus' into x86/quirksIngo Molnar2008-12-08195-2674/+5877
| | |\ \
| | * | | x86: fix wakeup_cpu with numaq/es7000 v2 - call ->update_genapic()Yinghai Lu2008-11-201-1/+11
| | * | | x86: use update_genapic to get rid of ES7000_CLUSTERED_APIC v2Yinghai Lu2008-11-185-32/+80
| | * | | x86: fix wakeup_cpu with numaq/es7000, v2, fix #2Ingo Molnar2008-11-181-2/+4
| | * | | x86: fix wakeup_cpu with numaq/es7000, v2, fixYinghai Lu2008-11-1811-15/+48
| | * | | x86: fix wakeup_cpu with numaq/es7000, v2Yinghai Lu2008-11-1715-95/+110
| * | | | sparseirq: fix !SMP && !PCI_MSI && !HT_IRQ buildYinghai Lu2008-12-091-1/+1
| * | | | sparseirq: fix typo in !CONFIG_IO_APIC caseIngo Molnar2008-12-081-5/+2
| * | | | x86, MSI: pass irq_cfg and irq_descYinghai Lu2008-12-081-137/+181
| * | | | x86: MSI start irq numbering from nr_irqs_gsiYinghai Lu2008-12-083-9/+19
| * | | | x86: use NR_IRQS_LEGACYYinghai Lu2008-12-084-7/+9
| * | | | sparse irq_desc[] array: core kernel and x86 changesYinghai Lu2008-12-088-113/+216
| | |/ / | |/| |
* | | | Merge branch 'sched/core' into cpus4096Ingo Molnar2008-12-1247-1033/+1727
|\ \ \ \
| * | | | sched: let arch_update_cpu_topology indicate if topology changedHeiko Carstens2008-12-121-2/+3
| * | | | Merge commit 'v2.6.28-rc8' into sched/coreIngo Molnar2008-12-1277-1700/+2613
| |\ \ \ \
| | * | | | MN10300: Give correct size when reserving interrupt vector tableAkira Takeuchi2008-12-101-1/+1
| | * | | | MN10300: Fix the preemption resume_kernel() routineAkira Takeuchi2008-12-101-1/+2
| | * | | | MN10300: Discard low-priority Tx interrupts when closing an on-chip serial portAkira Takeuchi2008-12-101-0/+5
| | * | | | MN10300: vmlinux.lds.S cleanup - use PAGE_SIZE, PERCPU macrosCyrill Gorcunov2008-12-101-12/+10
| | * | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2008-12-105-80/+161
| | |\ \ \ \
| | | * | | | [IA64] SN: prevent IRQ retargetting in request_irq()John Keller2008-12-091-1/+8
| | | * | | | [IA64] Clear up section mismatch with arch_unregister_cpu()Robin Holt2008-12-091-1/+3
| | | * | | | [IA64] Clear up section mismatch for sn_check_wars.Robin Holt2008-12-091-2/+2
| | | * | | | [IA64] Updated the generic_defconfig to work with the 2.6.28-rc7 kernel.Robin Holt2008-12-091-71/+147
| | | * | | | [IA64] eliminate NULL test and memset after alloc_bootmemJulia Lawall2008-12-091-4/+1
| | | * | | | [IA64] remove BUILD_BUG_ON from paravirt_getreg()Alexey Dobriyan2008-12-091-1/+0
| | * | | | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2008-12-102-0/+29
| | |\ \ \ \ \
| | | * | | | | MIPS: Better than nothing implementation of PCI mmap to fix X.Ralf Baechle2008-12-092-0/+29
| | * | | | | | uml: boot broken due to buffer overrunBalbir Singh2008-12-101-1/+3
| | | |/ / / / | | |/| | | |
| | * | | | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-12-097-18/+42
| | |\ \ \ \ \
| | | * | | | | [ARM] Fix alignment fault handling for ARMv6 and later CPUsRussell King2008-12-071-3/+23
| | | * | | | | [ARM] 5340/1: fix stack placement after noexecstack changesLennert Buytenhek2008-12-061-1/+1
| | | * | | | | [ARM] 5339/1: fix __fls() on ARMNicolas Pitre2008-12-041-6/+10
| | | * | | | | [ARM] Orion: fix bug in pcie configuration cycle function field maskSaeed Bishara2008-12-021-1/+1
| | | * | | | | [ARM] omap: fix a pile of issuesRussell King2008-12-013-7/+7
| | * | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2008-12-092-0/+4
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ Merge branch 'merge' of master.kernel.org:/pub/scm/linux/kernel/git/galak/pow...Paul Mackerras2008-12-092-2/+2
| | | |\ \ \ \ \ \
| | | * | | | | | | powerpc/virtex5: Fix Virtex5 machine check handlingGrant Likely2008-12-052-0/+4
| | * | | | | | | | x86: fix default_spin_lock_flags() prototypeIngo Molnar2008-12-081-1/+2
| | * | | | | | | | AMD IOMMU: __unmap_single: check for bad_dma_address instead of 0Joerg Roedel2008-12-081-1/+2
| | * | | | | | | | AMD IOMMU: fix WARN_ON in dma_ops unmap pathJoerg Roedel2008-12-081-1/+1
| | * | | | | | | | AMD IOMMU: fix typo in commentJoerg Roedel2008-12-081-2/+2
| | * | | | | | | | AMD IOMMU: fix loop counter in free_pagetable functionJoerg Roedel2008-12-081-1/+1
OpenPOWER on IntegriCloud