aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAge
...
| * [SPARC64]: Don't use in/local regs for ldx/stx data in N1 memcpy.David S. Miller2007-10-02
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-10-03
|\ \
| * | [MIPS] pg-r4k.c: Fix a typo in an R4600 v2 erratum workaroundMaciej W. Rozycki2007-10-03
| |/
* | Blackfin arch: fix PORT_J BUG for BF537/6 EMAC driver reported by Kalle Pokki...Michael Hennerich2007-10-03
* | Blackfin arch: gpio pinmux and resource allocation API required by BF537 on c...Michael Hennerich2007-10-03
* | Blackfin arch: add some missing syscallBryan Wu2007-09-22
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp...Linus Torvalds2007-10-02
|\
| * [SPARC64]: Fix missing load-twin usage in Niagara-1 memcpy.David S. Miller2007-10-02
| * [SPARC64]: Fix put_user() calls in binfmt_aout32.cDavid S. Miller2007-09-30
| * [SPARC]: Fix EBUS use of uninitialized variable.David S. Miller2007-09-27
* | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2007-10-02
|\ \
| * | [POWERPC] Fix xics set_affinity codeAnton Blanchard2007-10-01
* | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-10-01
|\ \ \
| * | | [MIPS] vmlinux.lds.S: Handle note sectionsMaciej W. Rozycki2007-10-01
* | | | x86_64: increase VDSO_TEXT_OFFSET for ancient binutilsAndi Kleen2007-10-01
| |/ / |/| |
* | | [ARM] Resolve PCI section warningsRussell King2007-09-30
|/ /
* | Merge branch 'for-2.6.23' of master.kernel.org:/pub/scm/linux/kernel/git/gala...Linus Torvalds2007-09-28
|\ \
| * | [POWERPC] mpc8349emitx.dts: Setup USB-DR for peripheral mode.jacmet@sunsite.dk2007-09-28
| * | [POWERPC] Fix mpc834x USB-MPH configuration.jacmet@sunsite.dk2007-09-28
| * | [PPC] Fix cpm_dpram_addr returning phys mem instead of virt memJochen Friedrich2007-09-28
| * | [POWERPC] Fix copy'n'paste typo in commproc.cJochen Friedrich2007-09-28
| |/
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-09-28
|\ \
| * | [MIPS] Fix fallocate on o32 binary compat ABIKyle McMartin2007-09-28
| * | [MIPS] IP32: Fix initialization of UART base addresses.Ralf Baechle2007-09-28
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hpa...Linus Torvalds2007-09-28
|\ \
| * | [x86 setup] Correct the SMAP check for INT 0x15, AX=0xe820H. Peter Anvin2007-09-28
| |/
* / [MIPS] IP32: Fix initialization of UART base addresses.Ralf Baechle2007-09-27
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hpa...Linus Torvalds2007-09-26
|\
| * [x86 setup] Handle case of improperly terminated E820 chainH. Peter Anvin2007-09-26
* | Revert "x86-64: Disable local APIC timer use on AMD systems with C1E"Linus Torvalds2007-09-26
* | xen: execve's error paths don't pin the mm before unpinningJeremy Fitzhardinge2007-09-26
* | x86-64: Disable local APIC timer use on AMD systems with C1EThomas Gleixner2007-09-26
* | [POWERPC] spufs: fix mismerge, making context signal{1,2} files readable againJeremy Kerr2007-09-26
* | [POWERPC] Ensure FULL_REGS on execRoland McGrath2007-09-25
* | [MIPS] SMTC: Make ack_bad_irq() safe with no IM backstop.Ralf Baechle2007-09-24
* | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-09-21
|\ \
| * | [ARM] 4569/1: ep93xx_gpio_irq_type(): fix spurious enumeration offset for FGP...Herbert Valerio Riedel2007-09-20
| * | [ARM] 4568/1: fix l2x0 cache invalidate handling of unaligned addressesRui Sousa2007-09-17
* | | Revert "x86_64: Quicklist support for x86_64"Linus Torvalds2007-09-21
* | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-09-21
|\ \ \
| * | | [MIPS] BCM1480: include <linux/init.h>.Ralf Baechle2007-09-21
| * | | [MIPS] BCM1480: Export zbbus_mhz.Ralf Baechle2007-09-21
| | |/ | |/|
* / | x86_64: Zero extend all registers after ptrace in 32bit entry path.Andi Kleen2007-09-21
|/ /
* | [x86 setup] Fix typo in arch/i386/boot/header.SPaul Bolle2007-09-20
* | [acpi] Correct the decoding of video mode numbers in wakeup.SH. Peter Anvin2007-09-20
* | [x86 setup] Present the canonical video mode number to the kernelH. Peter Anvin2007-09-20
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-09-19
|\ \
| * | [MIPS] cpu-bugs64.c: GCC 3.3 constraint workaroundMaciej W. Rozycki2007-09-19
| * | [MIPS] DEC: Initialise ioasic_ssr_lockMaciej W. Rozycki2007-09-19
| |/
* | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2007-09-19
|\ \