summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-05-28sparc32: introduce run-time patching of srmmu access functionsSam Ravnborg
2012-05-28sparc32: introduce support for run-time patching for all shared assembler codeSam Ravnborg
2012-05-28sparc32,leon: fix section mismatch warningSam Ravnborg
2012-05-28sparc32,leon: always include leon_smp + leon_mm in buildSam Ravnborg
2012-05-28sparc32,leon: always include leon_kernel in buildSam Ravnborg
2012-05-28sparc32,leon: clean up leon.hSam Ravnborg
2012-05-28sparc32: handle leon in cpu.cSam Ravnborg
2012-05-28sparc32: handle leon in irq_32.cSam Ravnborg
2012-05-28sparc32: add support for run-time patching of leon/sun single instructionsSam Ravnborg
2012-05-28sparc32: introduce sparc32_start_kernel called from head_32.SSam Ravnborg
2012-05-28sparc32: implement proper LEON support in head_32 (after highmem)Sam Ravnborg
2012-05-28sparc32: implement proper LEON support in head_32 (before highmem)Sam Ravnborg
2012-05-28sparc32: string and whitespace cleanup in head_32.SSam Ravnborg
2012-05-28sparc: fix bad merge of sparc KconfigStephen Rothwell
2012-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller
2012-05-28openrisc: use generic strnlen_user() functionJonas Bonn
2012-05-28powerpc: Use the new generic strncpy_from_user() and strnlen_user()Paul Mackerras
2012-05-28lib: Fix generic strnlen_user for 32-bit big-endian machinesPaul Mackerras
2012-05-26Merge branch 'generic-string-functions'Linus Torvalds
2012-05-26Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds
2012-05-26Merge tag 'cleanup-initcall' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-05-26Merge tag 'soc2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-05-26Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-05-26Merge tag 'stmp-dev' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds
2012-05-26Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-05-26Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds
2012-05-26Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-05-26Merge tag 'defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Linus Torvalds
2012-05-26sparc: use the new generic strnlen_user() functionDavid Miller
2012-05-26x86: use the new generic strnlen_user() functionLinus Torvalds
2012-05-26lib: add generic strnlen_user() functionLinus Torvalds
2012-05-26word-at-a-time: make the interfaces truly genericLinus Torvalds
2012-05-26x86: use generic strncpy_from_user routineLinus Torvalds
2012-05-25Merge tag 'x86-mce-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2012-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds
2012-05-25intel-iommu: Move duplicate list-mangling code into unlink_domain_info() helperDavid Woodhouse
2012-05-25intel-iommu: Add device info into list before doing context mappingDavid Woodhouse
2012-05-25tile: default to tilegx_defconfig for ARCH=tileChris Metcalf
2012-05-25tile: fix bug where fls(0) was not returning 0Chris Metcalf
2012-05-25arch/tile: mark TILEGX as not EXPERIMENTALChris Metcalf
2012-05-25tile/mm/fault.c: Port OOM changes to handle_page_faultKautuk Consul
2012-05-25arch/tile: add descriptive text if the kernel reports a bad trapChris Metcalf
2012-05-25arch/tile: allow querying cpu module information from the hypervisorChris Metcalf
2012-05-25arch/tile: fix hardwall for tilegx and generalize for idn and ipiChris Metcalf
2012-05-25arch/tile: support multiple huge page sizes dynamicallyChris Metcalf
2012-05-25mm: add new arch_make_huge_pte() method for tile supportChris Metcalf
2012-05-25arch/tile: support kexec() for tilegxChris Metcalf
2012-05-25arch/tile: support <asm/cachectl.h> header for cacheflush() syscallChris Metcalf
2012-05-25arch/tile: Allow tilegx to build with either 16K or 64K page sizeChris Metcalf
2012-05-25arch/tile: optimize get_user/put_user and friendsChris Metcalf