aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-09[Blackfin] arch: add "memmap=nn[KMG]@ss[KMG]" and "memmap=nn[KMG]$ss[KMG]" options to blackfin, based on arch/i386/kernel/e820.cYi Li2-122/+431
2008-02-02[Blackfin] arch: error out if ANOMALY_05000263 applies while enabling the MPUMike Frysinger1-0/+4
2008-02-08Merge branch 'cris' of git://www.jni.nu/crisLinus Torvalds124-6754/+13323
2008-02-08Merge branch 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds9-58/+133
2008-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds5-301/+110
2008-02-08uml: fix mm_context memory leakJeff Dike2-0/+6
2008-02-08uml: improved error handling while locating temp dirJim Meyering1-9/+6
2008-02-08uml: style fixes in arch/um/os-LinuxJeff Dike14-129/+98
2008-02-08uml: runtime host VMSPLIT detectionJeff Dike13-72/+148
2008-02-08CONFIG_HIGHPTE vs. sub-page page tables.Martin Schwidefsky8-21/+45
2008-02-08MIPS: Mark all but i8259 interrupts as no-probe.Ralf Baechle2-1/+8
2008-02-08mount options: fix spufsMiklos Szeredi1-0/+3
2008-02-08avoid overflows in kernel/time.cH. Peter Anvin10-0/+45
2008-02-08Basic PWM driver for AVR32 and AT91David Brownell1-0/+54
2008-02-08procfs: constify function pointer tablesJan Engelhardt12-12/+12
2008-02-08libfs: rename simple_attr_close to simple_attr_releaseChristoph Hellwig1-1/+1
2008-02-08libfs: allow error return from simple attributesChristoph Hellwig2-11/+15
2008-02-08Fix container_of() usageAlexey Dobriyan1-1/+1
2008-02-08misc: removal of final callers using fastcallHarvey Harrison1-1/+1
2008-02-08mn10300: add platform MTD support for the ASB2303 boardDavid Howells3-2/+105
2008-02-08mn10300: add the MN10300/AM33 architecture to the kernelDavid Howells100-0/+18189
2008-02-08aout: remove unnecessary inclusions of {asm, linux}/a.out.hDavid Howells22-23/+0
2008-02-08aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUTDavid Howells10-238/+2
2008-02-08aout: mark arches that support A.OUT formatDavid Howells14-2/+42
2008-02-08time: fix typo in commentsLi Zefan2-8/+8
2008-02-08pid: fix solaris_procidsEric W. Biederman1-2/+2
2008-02-08pid: fix mips irix emulation pid usageEric W. Biederman3-19/+23
2008-02-08proc: seqfile convert proc_pid_status to properly handle pid namespacesEric W. Biederman1-12/+12
2008-02-08CRIS v32: Change drivers/i2c.c locking.Jesper Nilsson1-49/+12
2008-02-08CRIS v32: Rewrite ARTPEC-3 gpio driver to avoid volatiles and general cleanup.Jesper Nilsson1-174/+174
2008-02-08CRIS: Add new timerfd syscall entries.Jesper Nilsson2-2/+6
2008-02-08CRIS v32: Correct spelling of bandwidth in function name.Jesper Nilsson2-4/+4
2008-02-08CRIS v32: Clean up nandflash.c for ARTPEC-3 and ETRAX FS.Jesper Nilsson2-20/+24
2008-02-08CRIS v10: Cleanup of drivers/gpio.cJesper Nilsson1-32/+29
2008-02-08CRIS: Move ETRAX_AXISFLASHMAP to common Kconfig file.Jesper Nilsson3-31/+15
2008-02-08CRIS: Drop regs parameter from call to profile_tick in kernel/time.cJesper Nilsson1-1/+1
2008-02-08CRIS v32: Fix minor formatting issue in mach-a3/io.cJesper Nilsson1-2/+1
2008-02-08CRIS v32: Initialize GIO even if we're rambooting in kernel/head.SJesper Nilsson1-0/+2
2008-02-08CRIS v32: Remove kernel/arbiter.c, it now exists in machine dependent directory.Jesper Nilsson1-296/+0
2008-02-08CRIS: Add sched_clock to kernel/time.cJesper Nilsson1-4/+9
2008-02-08CRIS: Register cpus in kernel/setup.cJesper Nilsson1-8/+21
2008-02-08CRIS: Remove include of linux/init.h, not needed anymore.Jesper Nilsson1-1/+0
2008-02-08CRIS: Remove CONFIG_NO_IOMEM from ARTPEC-3 default config.Jesper Nilsson1-1/+0
2008-02-08CRIS: Remove useless CVS log from kernel/ptrace.cJesper Nilsson1-56/+2
2008-02-08CRIS: Remove useless CVS id and log from kernel/process.cJesper Nilsson1-101/+2
2008-02-08CRIS: Add configuration possibility for using kmalloc for modules.Jesper Nilsson1-3/+11
2008-02-08CRIS: Remove CONFIG_NO_IOMEM from default configs.Jesper Nilsson2-2/+0
2008-02-08CRIS v32: Fix startup oops and replace hardcoded pagesize in vmlinux.lds.SJesper Nilsson1-37/+37
2008-02-08CRIS v32: Avoid work when switching between tasks with shared memory descriptors in mm/tlb.cJesper Nilsson1-28/+28
2008-02-08CRIS v32: Add workaround for MMU hardware bug for ETRAX FS in mm/mmu.SJesper Nilsson1-12/+81