aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* cpumask: convert struct clock_event_device to cpumask pointers.Rusty Russell2008-12-1347-53/+53
* cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell2008-12-1333-119/+120
* cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Rusty Russell2008-12-135-7/+7
* cpumask: centralize cpu_online_map and cpu_possible_mapRusty Russell2008-12-1332-125/+27
* 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
* | | | | AMD IOMMU: fix iommu_map_page functionJoerg Roedel2008-12-081-1/+1
* | | | | MIPS: Fix incorrect use of loose in vpe.cNick Andrew2008-12-051-1/+1
| |_|_|/ |/| | |
* | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/p...Linus Torvalds2008-12-042-2/+2
|\ \ \ \ | | |/ / | |/| |
| * | | powerpc/83xx: Enable FIXED_PHY in mpc834x_itx and mpc83xx defconfigsAnton Vorontsov2008-12-042-2/+2
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-12-043-3/+6
|\ \ \
| * | | sparc64: Sync FPU state in VIS emulation handler.Hong H. Pham2008-12-041-0/+2
| * | | sparc64: Fix VIS emulation bugsJoseph Myers2008-12-031-2/+2
| * | | sparc: asm/bitops.h should define __flsRusty Russell2008-12-031-0/+1
| * | | sparc64: Fix bug in PTRACE_SETFPREGS64 handling.Chris Torek2008-12-031-1/+1
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-12-047-39/+41
|\ \ \ \
| * | | | x86: fix early panic with boot option "nosmp"Andi Kleen2008-12-041-0/+3
| * | | | Merge branch 'oprofile-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2008-12-032-3/+6
| |\ \ \ \
| | * | | | x86/oprofile: fix Intel cpu family 6 detectionWilliam Cohen2008-12-031-3/+2
| | * | | | oprofile: fix CPU unplug panic in ppro_stop()Eric Dumazet2008-12-031-0/+4
| * | | | | Merge branch 'iommu-fixes-2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2008-12-0390-840/+3162
| |\ \ \ \ \
| | * | | | | AMD IOMMU: fix possible race while accessing iommu->need_syncJoerg Roedel2008-12-031-20/+13
| | * | | | | AMD IOMMU: set device table entry for aliased devicesJoerg Roedel2008-12-031-0/+3
| | * | | | | AMD IOMMU: struct amd_iommu remove padding on 64 bitRichard Kennedy2008-12-031-12/+12
| | |/ / / /