summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2010-10-29x86: detect scattered cpuid features earlierJacob Pan1-1/+1
2010-10-29powerpc: Don't use kernel stack with translation offMichael Neuling1-3/+9
2010-10-29powerpc: Initialise paca->kstack before early_setup_secondaryMatt Evans1-3/+3
2010-10-29x86, AMD, MCE thresholding: Fix the MCi_MISCj iteration orderBorislav Petkov1-6/+3
2010-10-29ubd: fix incorrect sector handling during request restartTejun Heo1-4/+5
2010-10-29x86, irq: Plug memory leak in sparse irqThomas Gleixner1-3/+8
2010-10-29x86, hpet: Fix bogus error check in hpet_assign_irq()Thomas Gleixner1-1/+1
2010-10-29tracing/x86: Don't use mcount in kvmclock.cSteven Rostedt1-0/+1
2010-10-29tracing/x86: Don't use mcount in pvclock.cJeremy Fitzhardinge1-0/+1
2010-10-29x86/amd-iommu: Work around S3 BIOS bugJoerg Roedel2-0/+33
2010-10-29x86/amd-iommu: Fix rounding-bug in __unmap_singleJoerg Roedel1-1/+3
2010-10-29x86/amd-iommu: Set iommu configuration flags in enable-loopJoerg Roedel2-22/+30
2010-10-29oprofile: Add Support for Intel CPU Family 6 / Model 29Jiri Olsa1-0/+1
2010-10-29x86, cpu: After uncapping CPUID, re-run CPU feature detectionH. Peter Anvin3-1/+3
2010-09-27x86: Add memory modify constraints to xchg() and cmpxchg()H. Peter Anvin2-49/+20
2010-09-27alpha: Fix printk format errorsMichael Cree1-3/+3
2010-09-27MIPS: Sibyte: Fix M3 TLB exception handler workaround.Ralf Baechle1-6/+16
2010-09-27MIPS: uasm: Add OR instruction.Ralf Baechle2-1/+4
2010-09-27MIPS: Set io_map_base for several PCI bridges lacking itBen Hutchings5-1/+6
2010-09-27MIPS: Quit using undefined behavior of ADDU in 64-bit atomic operations.David Daney1-12/+12
2010-09-27AT91: change dma resource indexNicolas Ferre1-1/+1
2010-09-27IA64: Optimize ticket spinlocks in fsys_rt_sigprocmaskPetr Tesarik1-31/+11
2010-09-27IA64: fix siglockTony Luck1-7/+39
2010-09-27oprofile: Add Support for Intel CPU Family 6 / Model 22 (Intel Celeron 540)Patrick Simmons1-1/+3
2010-09-27sparc64: Get rid of indirect p1275 PROM call buffer.David S. Miller7-297/+456
2010-09-27sparc: Provide io{read,write}{16,32}be().David S. Miller2-0/+8
2010-09-21arm: fix really nasty sigreturn bugAl Viro1-0/+2
2010-09-21x86-64, compat: Retruncate rax after ia32 syscall entry tracingRoland McGrath1-1/+7
2010-09-21compat: Make compat_alloc_user_space() incorporate the access_ok()H. Peter Anvin7-7/+7
2010-09-21x86-64, compat: Test %rax for the syscall number, not %eaxH. Peter Anvin1-7/+7
2010-09-21x86, tsc: Fix a preemption leak in restore_sched_clock_state()Peter Zijlstra1-1/+1
2010-09-21oprofile, x86: fix init_sysfs() function stubRobert Richter1-2/+4
2010-09-21oprofile, x86: fix init_sysfs error handlingRobert Richter1-3/+13
2010-09-21PCI: MSI: Restore read_msi_msg_desc(); add get_cached_msi_msg_desc()Ben Hutchings3-3/+3
2010-09-21x86, tsc, sched: Recompute cyc2ns_offset's during resume from sleep statesSuresh Siddha3-0/+42
2010-08-27x86, apic: ack all pending irqs when crashed/on kexecKerstin Jonsson1-8/+33
2010-08-27powerpc: Fix typo in uImage targetAnatolij Gustschin1-1/+1
2010-08-27oprofile: add support for Intel processor model 30Josh Hunt1-0/+1
2010-08-27Oprofile: Change CPUIDS from decimal to hex, and add some commentsJohn Villalovos1-2/+14
2010-08-27sparc64: Fix atomic64_t routine return values.David S. Miller1-5/+5
2010-08-27sparc64: Fix rwsem constant bug leading to hangs.David S. Miller1-1/+1
2010-08-27sparc64: Add missing ID to parport probing code.David S. Miller1-0/+4
2010-08-27ARM: Tighten check for allowable CPSR valuesRussell King1-4/+13
2010-08-27x86, apic: Fix apic=debug boot crashDaniel Kiper1-0/+2
2010-08-27x86, hotplug: Serialize CPU hotplug to avoid bringup concurrency issuesBorislav Petkov2-0/+24
2010-08-14x86: don't send SIGBUS for kernel page faultsLinus Torvalds1-1/+3
2010-08-14powerpc/eeh: Fix a bug when pci structure is nullBreno Leitao4-5/+10
2010-08-14x86: Fix out of order of gsiEric W. Biederman1-18/+10
2010-08-14memory hotplug: fix a bug on /dev/mem for 64-bit kernelsShaohui Zheng1-0/+19
2010-08-14fix SBA IOMMU to handle allocation failure properlyFUJITA Tomonori1-9/+29