summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2012-12-06Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds5-20/+24
2012-12-05MIPS: Fix endless loop when processing signals for kernel tasksDmitry Adamushko1-1/+6
2012-12-05MIPS: R3000/R3081: Fix CPU detection.Ralf Baechle1-1/+0
2012-12-05MIPS: N32: Fix signalfd4 syscall entry pointRalf Baechle1-1/+1
2012-12-04MIPS: N32: Fix preadv(2) and pwritev(2) entry points.Ralf Baechle1-2/+2
2012-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds4-10/+20
2012-12-04MIPS: Avoid mcheck by flushing page range in huge_ptep_set_access_flags()David Daney2-15/+15
2012-12-03sparc: Fix piggyback with newer binutils.David S. Miller1-6/+6
2012-12-03sparc64: exit_group should kill register windows just like plain exit.David S. Miller3-4/+14
2012-12-03[parisc] open(2) compat bugAl Viro1-1/+1
2012-12-02open*(2) compat fixes (s390, arm64)Al Viro2-2/+2
2012-12-01Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+7
2012-12-01Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+3
2012-11-30Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds4-10/+22
2012-11-30Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingLinus Torvalds5-33/+41
2012-11-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds5-15/+9
2012-11-30x86, fpu: Avoid FPU lazy restore after suspendVincent Palatin2-6/+14
2012-11-30Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-9/+28
2012-11-30Merge tag 'ixp4xx-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds8-56/+44
2012-11-29Merge branch 'v3.7-samsung-fixes-4' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann1-4/+5
2012-11-28microblaze: rt_sigreturn is too trigger-happy about sigaltstack errorsAl Viro1-1/+1
2012-11-28score: do_sigaltstack() expects a userland pointer...Al Viro1-5/+2
2012-11-28sh64: fix altstack switching on sigreturnAl Viro1-4/+2
2012-11-28openrisk: fix altstack switching on sigreturnAl Viro1-4/+2
2012-11-28um: get_safe_registers() should be done in flush_thread(), not start_thread()Al Viro1-1/+2
2012-11-28c6x: use generic kvm_para.hMark Salter2-1/+2
2012-11-28c6x: remove internal kernel symbols from exported setup.hMark Salter2-30/+36
2012-11-28ARM: 7586/1: sp804: set cpumask to cpu_possible_mask for clock event deviceWill Deacon1-1/+1
2012-11-27x86-32: Unbreak booting on some 486 clonesH. Peter Anvin1-2/+7
2012-11-26Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2-2/+14
2012-11-26x86, kvm: Remove incorrect redundant assembly constraintH. Peter Anvin1-2/+1
2012-11-26c6x: fix misleading commentMark Salter1-2/+1
2012-11-26c6x: run do_notify_resume with interrupts enabledMark Salter1-0/+2
2012-11-25Merge tag 'orion_fixes_for_3.7' of git://git.infradead.org/users/jcooper/linu...Olof Johansson4-5/+23
2012-11-25Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2-2/+3
2012-11-25Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2-10/+24
2012-11-26powerpc/eeh: Do not invalidate PE properlyGavin Shan1-1/+1
2012-11-23Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds12-38/+120
2012-11-23Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-1/+4
2012-11-23of/address: sparc: Declare of_iomap as an extern function for sparc againAndreas Larsson1-1/+4
2012-11-23Merge branch 'i2c-embedded/for-current' of git://git.pengutronix.de/git/wsa/l...Linus Torvalds1-0/+21
2012-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-3/+1
2012-11-23Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-0/+4
2012-11-23MIPS: Fix crash that occurs when function tracing is enabledAl Cooper1-4/+4
2012-11-23MIPS: Merge overlapping bootmem rangesRalf Baechle1-6/+20
2012-11-23ARM: 7583/1: decompressor: Enable unaligned memory access for v6 and aboveDave Martin1-1/+13
2012-11-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-14/+20
2012-11-22Merge branch 'v3.7-samsung-fixes-3' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2-0/+4
2012-11-23powerpc/pseries: Fix oops with MSIs when missing EEH PEsAlexey Kardashevskiy1-1/+2
2012-11-22Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-2/+7