summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* PCI: return error on failure to read PCI ROMsTimothy S. Nelson2009-02-122-2/+2
* x86: APIC: enable workaround on AMD Fam10h CPUsBorislav Petkov2009-02-121-1/+1
* prevent kprobes from catching spurious page faultsMasami Hiramatsu2009-02-121-2/+6
* ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernelsMatthew Wilcox2009-02-061-4/+4
* ACPI: Avoid array address overflow when _CST MWAIT hint bits are setZhao Yakui2009-02-061-1/+3
* cpuidle: upon BIOS bug, default to default_idle rather than pollingVenkatesh Pallipadi2009-02-061-0/+3
* x86: fix page attribute corruption with cpa()Suresh Siddha2009-02-061-15/+34
* PCI: irq and pci_ids patch for Intel Tigerpoint DeviceIDsSeth Heasley2009-02-061-0/+1
* x86: use early clobbers in usercopy*.cAndi Kleen2009-02-062-4/+4
* m68knommu: set NO_DMAAdrian Bunk2009-02-061-0/+4
* alpha: nautilus - fix compile failure with gcc-4.3Ivan Kokshaysky2009-02-021-0/+2
* powerpc: is_hugepage_only_range() must account for both 4kB and 64kB slicesDave Kleikamp2009-01-241-1/+10
* IA64: Turn on CONFIG_HAVE_UNSTABLE_CLOCKTony Luck2009-01-241-0/+1
* x86: fix RIP printout in early_idt_handlerJiri Slaby2009-01-181-1/+1
* x86, cpa: dont use large pages for kernel identity mapping with DEBUG_PAGEALLOCSuresh Siddha2009-01-182-10/+34
* x86: avoid theoretical vmalloc fault loopAndi Kleen2009-01-181-1/+1
* powerpc: Disable Collaborative Memory Manager for kdumpBrian King2009-01-181-1/+1
* s390 specific system call wrappersHeiko Carstens2009-01-186-44/+50
* s390: enable system call wrappersHeiko Carstens2009-01-181-0/+1
* powerpc: Enable syscall wrappers for 64-bitBenjamin Herrenschmidt2009-01-181-0/+1
* System call wrapper infrastructureHeiko Carstens2009-01-181-0/+3
* Remove __attribute__((weak)) from sys_pipe/sys_pipe2Heiko Carstens2009-01-1813-18/+17
* Rename old_readdir to sys_old_readdirHeiko Carstens2009-01-1813-13/+13
* x86, UV: remove erroneous BAU initializationCliff Wickman2009-01-181-9/+0
* x86: fix incorrect __read_mostly on _boot_cpu_pdaRavikiran G Thirumalai2009-01-181-1/+1
* x86: default to SWIOTLB=y on x86_64Joerg Roedel2009-01-181-1/+1
* AMD IOMMU: fix wrong loop counter in free_pagetablesJoerg Roedel2009-01-141-1/+1
* AMD IOMMU: initialize phys_addr correctly in iommu_page_mapJoerg Roedel2009-01-141-1/+1
* AMD IOMMU: allocate rlookup_table with __GFP_ZEROJoerg Roedel2009-01-141-1/+2
* AMD IOMMU: reset command buffer pointers manuallyJoerg Roedel2009-01-141-0/+4
* powerpc: Fix corruption error in rh_alloc_fixed()Guillaume Knispel2009-01-141-0/+1
* x86 Fix VMI crash on boot in 2.6.28-rc8Zachary Amsden2008-12-183-14/+16
* AMD IOMMU: enable device isolation per defaultJoerg Roedel2008-12-181-1/+1
* powerpc: Use cpu_thread_in_core in smp_init for of_spin_mapMilton Miller2008-12-132-16/+7
* powerpc/virtex5: Fix Virtex5 machine check handlingGrant Likely2008-12-132-0/+4
* uml: boot broken due to buffer overrunBalbir Singh2008-12-131-1/+3
* x86: remove debug code from arch_add_memory()Gary Hade2008-12-131-1/+1
* x86, memory hotplug: remove wrong -1 in calling init_memory_mapping()Shaohua Li2008-12-131-1/+1
* x86: HPET: convert WARN_ON to WARN_ON_ONCEMatt Fleming2008-12-131-1/+1
* powerpc/mpic: Don't reset affinity for secondary MPIC on bootArnd Bergmann2008-12-131-2/+7
* sparc64: Sync FPU state in VIS emulation handler.Hong H. Pham2008-12-131-0/+2
* sparc64: Fix VIS emulation bugsJoseph Myers2008-12-131-2/+2
* sparc64: Fix bug in PTRACE_SETFPREGS64 handling.Chris Torek2008-12-131-1/+1
* sparc64: Fix PCI resource mapping on sparc64Max Dmitrichenko2008-12-131-1/+9
* sparc64: Fix __copy_{to,from}_user_inatomic defines.Hugh Dickins2008-12-131-2/+2
* sparc64: Fix offset calculation in compute_size()David S. Miller2008-12-131-1/+1
* powerpc/spufs: add a missing mutex_unlockKou Ishizaki2008-12-051-0/+2
* powerpc/spufs: Fix spinning in spufs_ps_fault on signalJeremy Kerr2008-12-051-0/+3
* x86: call dmi-quirks for HP Laptops after early-quirks are executedAndreas Herrmann2008-12-051-0/+8
* x86: SB600: skip ACPI IRQ0 override if it is not routed to INT2 of IOAPICAndreas Herrmann2008-12-051-3/+52