summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] i386: modpost smpboot code warning fixVivek Goyal2007-01-051-2/+2
* [PATCH] i386: fix another modpost warningVivek Goyal2007-01-051-1/+1
* [PATCH] i386: fix modpost warning in SMP trampoline codeVivek Goyal2007-01-051-0/+5
* [PATCH] i386: Restore CONFIG_PHYSICAL_START optionVivek Goyal2007-01-051-0/+41
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2007-01-041-1/+1
|\
| * ACPI: fix section mis-match build warningLen Brown2007-01-021-1/+1
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2007-01-034-74/+63
|\ \
| * | [CPUFREQ] longhaul: Kill off warnings introduced by recent changes.Dave Jones2007-01-021-4/+1
| * | [CPUFREQ] Uninitialized use of cmd.val in arch/i386/kernel/cpu/cpufreq/acpi-c...Guillaume Chazarain2007-01-021-0/+1
| * | [CPUFREQ] Longhaul - Always guess FSBRafał Bilski2007-01-021-30/+14
| * | [CPUFREQ] Longhaul - Fix up powersaver assumptions.Rafał Bilski2006-12-291-33/+38
| * | [CPUFREQ] longhaul: Fix up unreachable code.Dave Jones2006-12-281-1/+1
| * | [CPUFREQ] speedstep-centrino: missing space and bracketBrice Goglin2006-12-221-3/+3
| * | [CPUFREQ] Bug fix for acpi-cpufreq and cpufreq_stats oops on frequency change...Venkatesh Pallipadi2006-12-221-4/+5
| * | [CPUFREQ] select consistentlyRandy Dunlap2006-12-221-0/+1
* | | [PATCH] x86_64: Fix dump_trace()OGAWA Hirofumi2007-01-031-1/+1
* | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-01-028-7/+59
|\ \ \
| * | | [ARM] Fix VFP initialisation issue for SMP systemsRussell King2007-01-021-0/+15
| * | | [ARM] 4078/1: Fix ARM copypage cache coherency problemsRichard Purdie2006-12-303-0/+16
| * | | [ARM] 4077/1: iop13xx: fix __io() macroDan Williams2006-12-301-0/+19
| * | | [ARM] 4066/1: correct a comment about PXA's sched_clock rangeNicolas Pitre2006-12-301-1/+3
| * | | [ARM] 4065/1: S3C24XX: dma printk fixesArnaud Patard2006-12-301-2/+2
| * | | [ARM] 4064/1: make pxa_get_cycles() staticNicolas Pitre2006-12-301-4/+4
* | | | [PATCH] Fix insta-reboot with "i386: Relocatable kernel support"Segher Boessenkool2007-01-021-1/+1
| |_|/ |/| |
* | | Revert "[PATCH] x86_64: fix boot hang caused by CALGARY_IOMMU_ENABLED_BY_DEFA...Linus Torvalds2007-01-011-2/+3
* | | [SPARC64]: Handle ISA devices with no 'regs' property.David S. Miller2006-12-311-12/+8
* | | [SPARC64]: Update defconfig.David S. Miller2006-12-311-8/+26
* | | [SPARC64]: Fix of_iounmap() region release.David S. Miller2006-12-312-3/+6
* | | [SPARC64]: Fix "mem=xxx" handling.David S. Miller2006-12-311-23/+124
* | | [PATCH] sparc32: add offset in pci_map_sg()Jan Andersson2006-12-301-1/+2
* | | [PATCH] ARM: OMAP: fix missing header on apollon boardKyungmin Park2006-12-301-0/+1
* | | [PATCH] ARM: OMAP: fix GPMC compiler errorsKyungmin Park2006-12-301-13/+8
* | | [PATCH] make fn_keys work again on power/macbooksSoeren Sonnenburg2006-12-303-3/+3
* | | [PATCH] Add .gitignore file for relocs in arch/i386Thomas Meyer2006-12-301-0/+1
|/ /
* | [PATCH] arch/i386/pci/mmconfig.c tlb flush fixOGAWA Hirofumi2006-12-231-1/+5
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2006-12-222-3/+23
|\ \
| * | ACPI: replace kmalloc+memset with kzallocBurman Yan2006-12-201-3/+1
| * | merge linus into test branchLen Brown2006-12-2025-661/+693
| |\ \
| * | | ACPI: fix git automerge failureLen Brown2006-12-161-1/+0
| * | | Pull trivial into test branchLen Brown2006-12-162-0/+23
| |\ \ \
| | * | | ACPI: acpi-cpufreq: remove unused data when !CONFIG_SMPAndrew Morton2006-10-211-0/+2
| | * | | ACPI: uninline ACPI global locking functionsAndrew Morton2006-10-211-0/+22
* | | | | [PATCH] sched: fix bad missed wakeups in the i386, x86_64, ia64, ACPI and APM...Ingo Molnar2006-12-224-5/+24
* | | | | [PATCH] ptrace: Fix EFL_OFFSET value according to i386 pda changesJeremy Fitzhardinge2006-12-221-11/+10
* | | | | [PATCH] memory hotplug: fix compile error for i386 with NUMA configYasunori Goto2006-12-222-8/+30
* | | | | [PATCH] microcode: fix mc_cpu_notifier section warningJean Delvare2006-12-221-1/+1
* | | | | [PATCH] compile error of register_memory()Yasunori Goto2006-12-222-2/+2
* | | | | [PATCH] x86_64: fix boot time hang in detect_calgary()Ingo Molnar2006-12-211-3/+8
* | | | | [PATCH] x86_64: fix boot hang caused by CALGARY_IOMMU_ENABLED_BY_DEFAULTIngo Molnar2006-12-211-3/+2
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2006-12-212-4/+11
|\ \ \ \ \