aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-25um: clean up vm-flags.hRichard Weinberger3-39/+5
2011-07-25cris, exec: remove redundant set_fs(USER_DS)Mathias Krause2-2/+0
2011-07-25cris: fix some build warnings in pinmux.cWANG Cong1-4/+6
2011-07-25m68k, exec: remove redundant set_fs(USER_DS)Mathias Krause3-6/+2
2011-07-25m32r, exec: remove redundant set_fs(USER_DS)Mathias Krause1-1/+0
2011-07-25alpha, exec: remove redundant set_fs(USER_DS)Mathias Krause1-1/+0
2011-07-25h8300, exec: remove redundant set_fs(USER_DS)Mathias Krause1-2/+0
2011-07-25sparc64: implement get_user_pages_fast()David S. Miller2-1/+182
2011-07-25sparc64: add support for _PAGE_SPECIALDavid S. Miller1-4/+11
2011-07-25sparc64: use RCU page table freeingDavid S. Miller2-2/+47
2011-07-25sparc64: kill page table quicklistsDavid S. Miller3-21/+26
2011-07-25xtensa: fix a build error in arch/xtensa/include/asm/uaccess.hWANG Cong1-0/+1
2011-07-25xtensa: prevent arbitrary read in ptraceDan Rosenberg1-0/+3
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds91-155/+135
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+1
2011-07-25Merge branch 'next/deletion' of git+ssh://master.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-socLinus Torvalds49-1892/+4
2011-07-25Merge branch 'next/cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-socLinus Torvalds219-8099/+4681
2011-07-25Merge branch 'next/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-socLinus Torvalds23-151/+140
2011-07-25MIPS: RB532: Use hex_to_bin()Andy Shevchenko1-15/+9
2011-07-25MIPS: Enable cpu_has_clo_clz for MIPS Technologies' platformsShinya Kuribayashi2-0/+4
2011-07-25MIPS: PowerTV: Provide cpu-feature-overrides.hDavid VomLehn1-0/+59
2011-07-25MIPS: Remove pointless return statement from empty void functions.Ralf Baechle11-15/+0
2011-07-25MIPS: Limit fixrange_init() to the FIXMAP regionKevin Cernekee3-5/+5
2011-07-25MIPS: Install handlers for software IRQsKevin Cernekee1-8/+6
2011-07-25MIPS: Move FIXADDR_TOP into spaces.hKevin Cernekee5-9/+56
2011-07-25MIPS: Add SYNC after cacheflushKevin Cernekee1-0/+4
2011-07-25MIPS: pfn_valid() is broken on low memory HIGHMEM systemsKevin Cernekee1-1/+1
2011-07-25MIPS: HIGHMEM DMA on noncoherent MIPS32 processorsDezhong Diao1-46/+68
2011-07-25MIPS: topdown mmap supportJian Peng2-23/+171
2011-07-25MIPS: Remove redundant addr_limit assignment on exec.Mathias Krause1-1/+0
2011-07-25MIPS: AR7: Replace __attribute__((__packed__)) with __packedFlorian Fainelli1-1/+1
2011-07-25MIPS: AR7: Remove 'space before tabs' in platform.cFlorian Fainelli1-1/+1
2011-07-25Merge branch 'tegra/fixes' of git+ssh://master.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc into next/fixesArnd Bergmann2-2/+2
2011-07-25microblaze: PCI fix typo fault in of_node pointer moving into pci_busMichal Simek1-1/+1
2011-07-25microblaze: Add support for early console on mdmMichal Simek2-2/+3
2011-07-25microblaze: Simplify early console binding from DTMichal Simek3-82/+70
2011-07-25microblaze: Get early printk console earlierMichal Simek3-4/+22
2011-07-25microblaze: Standardise cpuinfo output for cache policyJohn A. Williams1-2/+3
2011-07-25microblaze: Unprivileged stream instruction awarenessJohn A. Williams6-1/+13
2011-07-25microblaze: trivial: Fix typo faultMichal Simek1-1/+1
2011-07-25microblaze: exec: Remove redundant set_fs(USER_DS)Mathias Krause1-1/+0
2011-07-25microblaze: Remove duplicated prototype of start_thread()Mathias Krause1-3/+0
2011-07-25microblaze: Fix unaligned value saving to the stack for system with MMUMichal Simek1-28/+28
2011-07-25microblaze/irqs: Do not trace arch_local_{*,irq_*} functionsSteven Rostedt1-10/+10
2011-07-24Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds7-1334/+0
2011-07-25m68k: Revive reporting of spurious interruptsGeert Uytterhoeven5-8/+12
2011-07-25m68knommu: Move forward declaration of do_IRQ() from machdep.h to irq.hGeert Uytterhoeven2-1/+2
2011-07-25m68k: fix some atomic operation asm address modes for ColdFireGreg Ungerer1-3/+3
2011-07-25m68k: use CPU_HAS_NO_BITFIELDS for signal functionsGreg Ungerer1-8/+7
2011-07-25m68k: merge and clean up delay.h filesGreg Ungerer5-158/+95