summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2012-05-26Merge tag 'soc2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds65-177/+2978
2012-05-26Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds48-771/+2447
2012-05-26Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds92-13682/+4149
2012-05-26Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds56-850/+718
2012-05-26Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds54-960/+1042
2012-05-26Merge tag 'defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Linus Torvalds4-1/+86
2012-05-25Merge tag 'x86-mce-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds3-12/+41
2012-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds70-1164/+2458
2012-05-25tile: default to tilegx_defconfig for ARCH=tileChris Metcalf1-1/+6
2012-05-25tile: fix bug where fls(0) was not returning 0Chris Metcalf1-6/+6
2012-05-25arch/tile: mark TILEGX as not EXPERIMENTALChris Metcalf1-6/+4
2012-05-25tile/mm/fault.c: Port OOM changes to handle_page_faultKautuk Consul1-5/+27
2012-05-25arch/tile: add descriptive text if the kernel reports a bad trapChris Metcalf1-2/+28
2012-05-25arch/tile: allow querying cpu module information from the hypervisorChris Metcalf2-1/+21
2012-05-25arch/tile: fix hardwall for tilegx and generalize for idn and ipiChris Metcalf8-280/+636
2012-05-25arch/tile: support multiple huge page sizes dynamicallyChris Metcalf15-158/+456
2012-05-25arch/tile: support kexec() for tilegxChris Metcalf5-9/+300
2012-05-25arch/tile: support <asm/cachectl.h> header for cacheflush() syscallChris Metcalf6-8/+55
2012-05-25arch/tile: Allow tilegx to build with either 16K or 64K page sizeChris Metcalf20-197/+345
2012-05-25arch/tile: optimize get_user/put_user and friendsChris Metcalf8-315/+241
2012-05-25arch/tile: support building big-endian kernelChris Metcalf10-29/+130
2012-05-25arch/tile: allow building Linux with transparent huge pages enabledChris Metcalf4-48/+107
2012-05-25arch/tile: use interrupt critical sections lessChris Metcalf7-99/+96
2012-05-25Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds3-27/+2
2012-05-25Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds20-547/+1475
2012-05-25Merge tag 'cris-for-linus' of git://jni.nu/crisLinus Torvalds16-1106/+40
2012-05-25openrisc: use generic strncpy_from_userJonas Bonn3-59/+4
2012-05-24Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds110-1902/+4884
2012-05-24Merge tag 'stable/for-linus-3.5-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds13-212/+350
2012-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds13-238/+16
2012-05-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+12
2012-05-24Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds22-445/+52
2012-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds5-5/+183
2012-05-24sparc: Fix user_addr_max() definition.David S. Miller2-2/+4
2012-05-24Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds26-209/+99
2012-05-24lib: Sparc's strncpy_from_user is generic enough, move under lib/David S. Miller2-144/+1
2012-05-24kernel: Move REPEAT_BYTE definition into linux/kernel.hDavid S. Miller2-4/+3
2012-05-24sparc: Increase portability of strncpy_from_user() implementation.David S. Miller2-5/+30
2012-05-24Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds3-5/+24
2012-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-10/+42
2012-05-24Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds7-1/+761
2012-05-24alpha: add io{read,write}{16,32}be functionsMichael Cree1-0/+5
2012-05-24alpha: implement various OSF/1 stat syscallsMans Rullgard3-5/+174
2012-05-24alpha: implement setsysinfo(SSI_LMF) as a no-opMans Rullgard2-0/+4
2012-05-24Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-3/+1
2012-05-24x86, relocs: Add jiffies and jiffies_64 to the relative whitelistH. Peter Anvin1-0/+1
2012-05-23sparc: Optimize strncpy_from_user() zero byte search.David S. Miller1-29/+21
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds51-799/+368
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds6-13/+23
2012-05-23Merge branch 'delete-mca' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds16-796/+9