summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2011-09-29sparc64: Force the execute bit in OpenFirmware's translation entries.David S. Miller1-0/+5
2011-09-21sparc: Make '-p' boot option meaningful again.David S. Miller2-2/+2
2011-09-21sparc, exec: remove redundant addr_limit assignmentMathias Krause2-5/+1
2011-09-17sparc64: Future proof Niagara cpu detection.David S. Miller6-8/+53
2011-08-30sparc64: Only Panther cheetah+ chips have POPC.David S. Miller1-2/+8
2011-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2-2/+2
2011-08-30Merge branch 'rmobile-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds9-30/+199
2011-08-30Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-2/+40
2011-08-29sparc32,sun4d: Change IPI IRQ level to prevent collision between IPI and time...Kjetil Oftedal1-1/+1
2011-08-29sparc: Remove another reference to nfsservctlStephen Rothwell1-1/+1
2011-08-29ARM: mach-shmobile: sh7372 CMT3 and CMT4 clock supportMagnus Damm1-1/+5
2011-08-29ARM: mach-shmobile: sh7372 MSIOF clock supportMagnus Damm1-3/+9
2011-08-29ARM: mach-shmobile: clock-sh7372: fixup USB-DMAC1 settingsKuninori Morimoto1-2/+4
2011-08-29ARM: mach-shmobile: clock-sh73a0: tidyup CKSCR main clock selecterKuninori Morimoto1-1/+1
2011-08-29ARM: mach-shmobile: Remove 3DG/SGX from sh7372 INTCSMagnus Damm1-4/+3
2011-08-29Merge branch 'rmobile/dma' into rmobile-fixes-for-linusPaul Mundt3-1/+154
2011-08-29sh: fix the compile error in setup-sh7757.cYoshihiro Shimoda1-0/+1
2011-08-29sh: Add unaligned memory access for PC relative intructionsPhil Edworthy1-0/+35
2011-08-29sh: Fix unaligned memory access for branches without delay slotsPhil Edworthy1-0/+2
2011-08-28Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds4-1/+6
2011-08-27ARM: mach-shmobile: sh7372 LCDC1 suspend fix V2 (incremental)Magnus Damm1-1/+1
2011-08-27All Arch: remove linkage for sys_nfsservctl system callNeilBrown28-33/+26
2011-08-26Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2-9/+12
2011-08-26sfi: table irq 0xFF means 'no interrupt'Kirill A. Shutemov1-1/+3
2011-08-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt108-698/+1126
2011-08-26arch/powerpc/sysdev/fsl_rio.c: correct IECSR register clear valueLiu Gang-B341821-2/+3
2011-08-26cris: add arch/cris/include/asm/serial.hWANG Cong1-0/+9
2011-08-26alpha: unbreak osf_setsysinfo(SSI_NVPAIRS, [SSIN_UACPROC, UAC_SIGBUS])Sergei Trofimovich3-18/+11
2011-08-26x86-32: Fix boot with CONFIG_X86_INVD_BUGAndy Lutomirski1-6/+2
2011-08-25mtrr: fix UP breakage caused during switch to stop_machineTejun Heo1-2/+0
2011-08-25OMAP: omap_device: only override _noirq methods, not normal suspend/resumeKevin Hilman1-1/+2
2011-08-25ARM: mach-shmobile: sh7372 LCDC1 suspend fixMagnus Damm3-0/+4
2011-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds8-233/+468
2011-08-24[S390] Change default action from reipl to stop for on_restartMichael Holzheu1-2/+3
2011-08-24[S390] arch/s390/kernel/ipl.c: correct error detection checkJulia Lawall1-1/+1
2011-08-24[S390] nss,initrd: kernel image and initrd must be in different segmentsHeiko Carstens1-6/+8
2011-08-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-4/+3
2011-08-24x86-32, vdso: On system call restart after SYSENTER, use int $0x80H. Peter Anvin1-1/+1
2011-08-24m68k: fix __page_to_pfn for a const struct page argumentIan Campbell1-1/+1
2011-08-22Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-11/+15
2011-08-22xen/tracing: Fix tracing config option properlyJeremy Fitzhardinge1-1/+1
2011-08-22xen: Do not enable PV IPIs when vector callback not presentStefano Stabellini1-2/+2
2011-08-21sparc: Allow handling signals when stack is corrupted.David S. Miller8-233/+468
2011-08-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds1-0/+9
2011-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-2/+2
2011-08-19sparc: fix array bounds error setting up PCIC NMI trapIan Campbell1-2/+2
2011-08-17xen/x86: replace order-based range checking of M2P table by linear oneJan Beulich3-8/+12
2011-08-16Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+3
2011-08-16Merge branch 'fixallnoconfig' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-1/+1
2011-08-16KVM: uses TASKSTATS, depends on NETRandy Dunlap1-0/+2