aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-22mxc_udc: add workaround for ENGcm09152 for i.MX35Eric Bénard1-0/+1
2010-10-22USB: AM35x: Add musb supportAjay Kumar Gupta3-0/+55
2010-10-22USB: add platform glue driver for FSL USB DR controllerAnatolij Gustschin1-163/+0
2010-10-20Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds5-8/+12
2010-10-20Merge branch 'kvm-updates/2.6.36' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-44/+19
2010-10-19MIPS: O32 compat/N32: Fix to use compat syscall wrappers for AIO syscalls.Michel Thebeau2-6/+6
2010-10-19MIPS: jz4740: Fix Kbuild Platform file.David Daney1-1/+1
2010-10-19MIPS: Repair Kbuild make clean breakage.David Daney2-1/+5
2010-10-19KVM: Fix fs/gs reload oops with invalid ldtAvi Kivity3-44/+19
2010-10-18Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds12-44/+53
2010-10-18MIPS: Enable ISA_DMA_API config to fix build failureNamhyung Kim1-0/+4
2010-10-18MIPS: 32-bit: Fix build failure in asm/fcntl.hNamhyung Kim1-0/+1
2010-10-18MIPS: Remove all generated vmlinuz* files on "make clean"Wu Zhangjin1-1/+1
2010-10-18MIPS: do_sigaltstack() expects userland pointersAl Viro2-4/+6
2010-10-18MIPS: Fix error values in case of bad_stackAl Viro2-2/+2
2010-10-18MIPS: Sanitize restart logicsAl Viro7-35/+34
2010-10-18MIPS: secure_computing, syscall audit: syscall number should in r2, not r0.Al Viro1-2/+2
2010-10-18MIPS: Don't block signals if we'd failed to setup a sigframeAl Viro1-0/+3
2010-10-15m32r: test __LITTLE_ENDIAN__ instead of __LITTLE_ENDIANKyle McMartin1-2/+2
2010-10-15m32r: add kernel/.gitignore and ignore vmlinux.ldsKyle McMartin1-0/+1
2010-10-15m32r: get_user takes an lvalue, not a pointerKyle McMartin1-1/+1
2010-10-15m32r: restore _BLOCKABLEKyle McMartin1-0/+2
2010-10-15uml: fix buildFUJITA Tomonori1-9/+5
2010-10-15Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-4/+5
2010-10-15ubd: fix incorrect sector handling during request restartTejun Heo1-4/+5
2010-10-14Don't dump task struct in a.out core-dumpsLinus Torvalds1-17/+5
2010-10-13Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds11-17/+44
2010-10-13Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6Linus Torvalds1-0/+1
2010-10-13Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-10/+10
2010-10-13ARM: relax ioremap prohibition (309caa9) for -final and -stableRussell King1-2/+6
2010-10-12Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6Russell King2-1/+2
2010-10-12ARM: 6440/1: ep93xx: DMA: fix channel_disableMika Westerberg1-1/+1
2010-10-11x86, numa: For each node, register the memory blocks actually usedYinghai Lu1-3/+5
2010-10-11KVM: x86: Move TSC reset out of vmcb_initZachary Amsden1-1/+1
2010-10-11KVM: x86: Fix SVM VMCB resetZachary Amsden1-1/+1
2010-10-11x86, AMD, MCE thresholding: Fix the MCi_MISCj iteration orderBorislav Petkov1-6/+3
2010-10-09Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsungLinus Torvalds7-7/+30
2010-10-09Define _addr_lsb in siginfo_t for mipsAndi Kleen1-0/+1
2010-10-08cpuimx27: fix i2c bus selectionEric Bénard1-1/+1
2010-10-08cpuimx27: fix compile when ULPI is selectedEric Bénard1-0/+1
2010-10-08ARM: 6435/1: Fix HWCAP_TLS flag for ARM11MPCore/Cortex-A9Tony Lindgren1-1/+1
2010-10-08ARM: 6436/1: AT91: Fix power-saving in idle-mode on 926T processorsAnders Larsen1-4/+3
2010-10-08x86, mce, therm_throt.c: Fix missing curly braces in error handling logicJin Dongming1-1/+2
2010-10-08ARM: SAMSUNG: Add a workaround for get_clock() for serial driverMarek Szyprowski1-1/+26
2010-10-08ARM: S5P: Bug fix on errors of build with CONFIG_PREEMPT_NONESeungChull Suh4-0/+4
2010-10-08ARM: SAMSUNG: Fix build warnings because of unused codesKukjin Kim2-6/+0
2010-10-06Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds28-57/+125
2010-10-06Merge branch 'v2.6.36-rc6-urgent-fixes' of git://xenbits.xen.org/people/sstabellini/linux-pvhvmLinus Torvalds1-2/+3
2010-10-05powerpc: remove unused variableStephen Rothwell1-1/+0
2010-10-05Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-3/+11