summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2011-11-11apic, i386/bigsmp: Fix false warnings regarding logical APIC ID mismatchesJan Beulich3-13/+19
2011-11-11x86: Fix compilation bug in kprobes' twobyte_is_boostableJosh Stone1-1/+3
2011-11-11x86: uv2: Workaround for UV2 Hub bug (system global address format)Jack Steiner4-16/+46
2011-10-25x86: Fix S4 regressionTakashi Iwai1-2/+1
2011-10-25ARM: 7117/1: perf: fix HW_CACHE_* events on Cortex-A9Will Deacon1-2/+2
2011-10-25ARM: 7113/1: mm: Align bank start to MAX_ORDER_NR_PAGESLinus Walleij1-0/+7
2011-10-17MIPS: PM: Use struct syscore_ops instead of sysdevs for PM (v2)Rafael J. Wysocki1-30/+22
2011-10-17ARM: mach-ux500: enable fix for ARM errata 754322srinidhi kasagar1-0/+1
2011-10-17x86/PCI: use host bridge _CRS info on ASUS M2V-MX SEPaul Menzel1-0/+11
2011-10-17sparc64: Force the execute bit in OpenFirmware's translation entries.David S. Miller1-0/+5
2011-10-03ARM: 7099/1: futex: preserve oldval in SMP __futex_atomic_opWill Deacon1-17/+17
2011-10-03ARM: 7091/1: errata: D-cache line maintenance operation by MVA may not succeedWill Deacon3-0/+44
2011-10-03ARM: dma-mapping: free allocated page if unable to mapRussell King1-0/+2
2011-10-03perf, x86: Add model 45 SandyBridge supportYouquan Song1-0/+1
2011-10-03xen/e820: if there is no dom0_mem=, don't tweak extra_pages.David Vrabel1-4/+6
2011-10-03xen: use maximum reservation to limit amount of usable RAMDavid Vrabel1-0/+19
2011-10-03ARM: Dove: fix second SPI initialization callNicolas Pitre1-1/+1
2011-10-03iommu/amd: Make sure iommu->need_sync contains correct valueJoerg Roedel1-3/+10
2011-10-03iommu/amd: Don't take domain->lock recursivlyJoerg Roedel1-5/+0
2011-10-03ARM: davinci: fix cache flush build errorLinus Walleij1-1/+5
2011-10-03ARM: davinci: da850 EVM: read mac address from SPI flashSudhakar Rajashekhara1-0/+28
2011-10-03ARM: 7081/1: mach-integrator: fix the clocksourceLinus Walleij1-3/+3
2011-10-03xen/smp: Warn user why they keel over - nosmp or noapic and what to use instead.Konrad Rzeszutek Wilk1-0/+10
2011-10-03xen: x86_32: do not enable iterrupts when returning from exception in interru...Igor Mammedov1-3/+5
2011-10-03x86, perf: Check that current->mm is alive before getting user callchainAndrey Vagin1-0/+3
2011-10-03MXC: iomux-v3: correct NO_PAD_CTRL definitionTroy Kisky1-1/+1
2011-10-03ARM: 7014/1: cache-l2x0: Fix L2 Cache size calculation.Srinivas Kandagatla1-1/+1
2011-10-03sparc64: Only Panther cheetah+ chips have POPC.David S. Miller1-2/+8
2011-10-03sparc32,sun4d: Change IPI IRQ level to prevent collision between IPI and time...Kjetil Oftedal1-1/+1
2011-10-03sparc: fix array bounds error setting up PCIC NMI trapIan Campbell1-2/+2
2011-10-03sparc64: Set HAVE_C_RECORDMCOUNTDavid S. Miller1-0/+1
2011-10-03sparc: Allow handling signals when stack is corrupted.David S. Miller8-233/+468
2011-10-03sparc32: unbreak arch_write_unlock()Mikael Pettersson1-2/+9
2011-10-03sparc64: remove unnecessary macros from spinlock_64.hMikael Pettersson1-6/+0
2011-10-03arch/powerpc/sysdev/fsl_rio.c: correct IECSR register clear valueLiu Gang-B341821-2/+3
2011-08-30x86, UV: Remove UV delay in starting slave cpusJack Steiner1-1/+0
2011-08-30x86-32, vdso: On system call restart after SYSENTER, use int $0x80H. Peter Anvin1-1/+1
2011-08-30x86, olpc: Wait for last byte of EC command to be acceptedPaul Fox1-2/+2
2011-08-30xen: Do not enable PV IPIs when vector callback not presentStefano Stabellini1-2/+2
2011-08-30xen/x86: replace order-based range checking of M2P table by linear oneJan Beulich3-8/+12
2011-08-30x86, mtrr: lock stop machine during MTRR rendezvous sequenceSuresh Siddha1-0/+23
2011-08-30x86, intel, power: Correct the MSR_IA32_ENERGY_PERF_BIAS messageLen Brown1-5/+5
2011-08-16sparc: Don't do hypervisor calls on non-sun4v in DS driver.David S. Miller1-6/+7
2011-08-16powerpc: pseries: Fix kexec on machines with more than 4TB of RAMAnton Blanchard1-1/+1
2011-08-16powerpc: Fix device tree claim codeAnton Blanchard1-3/+3
2011-08-16powerpc/pseries: Fix kexec on recent firmware versionsAnton Blanchard3-3/+14
2011-08-16sparc: Fix build with DEBUG_PAGEALLOC enabled.David S. Miller1-2/+4
2011-08-16sparc: Size mondo queues more sanely.David S. Miller1-7/+23
2011-08-16sparc: Access kernel TSB using physical addressing when possible.David S. Miller4-40/+85
2011-08-16sparc: Use popc when possible for ffs/__ffs/ffz.David S. Miller7-15/+126