aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2009-10-12net: Introduce recvmmsg socket syscallGravatar Arnaldo Carvalho de Melo 18-5/+23
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgGravatar Neil Horman 16-0/+32
2009-10-03Merge branch 'for-linus' of git://www.linux-m32r.org/git/takata/linux-2.6_devGravatar Linus Torvalds 7-13/+34
2009-10-04m32r: Fix IPI function calls for SMPGravatar Toshihiro HANAWA 1-2/+2
2009-10-04m32r: Fix set_memory() for DISCONTIGMEMGravatar Hirokazu Takata 1-1/+4
2009-10-04m32r: add rtc_lock variableGravatar Hirokazu Takata 1-0/+9
2009-10-04m32r: define ioread* and iowrite* macrosGravatar Hirokazu Takata 1-0/+7
2009-10-04m32r: export delay loop symbolsGravatar Hirokazu Takata 2-6/+4
2009-10-04m32r: fix tme_handlerGravatar Hirokazu Takata 1-4/+8
2009-10-02Merge master.kernel.org:/home/rmk/linux-2.6-armGravatar Linus Torvalds 56-253/+721
2009-10-02ARM: 5728/1: Proper prefetch abort handling on ARMv6 and ARMv7Gravatar Kirill A. Shutemov 1-1/+50
2009-10-02ARM: 5727/1: Pass IFSR register to do_PrefetchAbort()Gravatar Kirill A. Shutemov 33-78/+144
2009-10-02ARM: 5740/1: fix valid_phys_addr_range() range checkGravatar Greg Ungerer 1-1/+1
2009-10-02ARM: 5739/1: ARM: allow empty ATAG_COREGravatar David Brown 1-1/+3
2009-10-02ARM: 5735/1: sa1111: CodingStyle cleanupsGravatar Hartley Sweeten 1-13/+12
2009-10-02Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/xs...Gravatar Russell King 6-131/+433
2009-10-01s3cmci: add better support for no card detect or write protect availableGravatar Ben Dooks 1-0/+2
2009-10-01s3cmci: Kconfig selection for PIO/DMA/BothGravatar Ben Dooks 1-0/+1
2009-10-01x86: fix csum_ipv6_magic asm memory clobberGravatar Samuel Thibault 1-1/+2
2009-10-01mn10300: fix kernel build failures when using gcc-4.xGravatar Mark Salter 3-40/+45
2009-10-01revert "m68k: convert to asm-generic/hardirq.h"Gravatar Andrew Morton 1-2/+10
2009-10-01const: constify remaining file_operationsGravatar Alexey Dobriyan 8-8/+8
2009-10-01ARM: 5734/1: arm: fix compilation of entry-common.S for older CPUsGravatar Dmitry Artamonow 1-2/+2
2009-10-01ARM: 5733/1: fix bcmring compile errorGravatar Leo Chen 1-1/+0
2009-10-01ARM: 5732/1: remove redundant include fileGravatar Leo Chen 1-1/+0
2009-10-01ARM: 5731/2: Fix U300 generic GPIO, remove ifdefs from MMCI v3Gravatar Linus Walleij 2-0/+11
2009-09-30Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 4-14/+83
2009-09-30x86: Provide an alternative() based cmpxchg64()Gravatar Arjan van de Ven 4-14/+83
2009-09-30MIPS: Avoid spurious make includecheck messageGravatar Ralf Baechle 1-2/+2
2009-09-30MIPS: VPE: Get rid of BKL.Gravatar Ralf Baechle 2-42/+50
2009-09-30MIPS: VPE: Fix build after the credential changes a while ago.Gravatar Ralf Baechle 1-10/+23
2009-09-30MIPS: Excite: Get rid of BKL.Gravatar Ralf Baechle 1-2/+0
2009-09-30MIPS: Sibyte: Get rid of BKL.Gravatar Ralf Baechle 1-18/+15
2009-09-30MIPS: BCM63xx: Add PCMCIA & Cardbus support.Gravatar Maxime Bizon 4-1/+162
2009-09-30MIPS: MSP71xx: request_irq() failure ignored in msp_pcibios_config_access()Gravatar Roel Kluin 1-1/+4
2009-09-30MIPS: Decrease size of au1xxx_dbdma_pm_regs[][]Gravatar Roel Kluin 1-5/+3
2009-09-30MIPS: SMP: Inline arch_send_call_function_{single_ipi,ipi_mask}Gravatar Ralf Baechle 2-15/+13
2009-09-30MIPS: SMP: Fix build.Gravatar Ralf Baechle 2-2/+2
2009-09-30MIPS: MIPSxx SC: Avoid destructive invalidation on partial L2 cachelines.Gravatar Kevin Cernekee 1-0/+5
2009-09-30MIPS: Sibyte: Fix compilation error.Gravatar Mark Mason 1-1/+1
2009-09-30MIPS: BCM1480: Re-apply patch lost due to bad resolution of merge conflict.Gravatar Ralf Baechle 1-4/+0
2009-09-30MIPS: BCM63xx: Add serial driver for bcm63xx integrated UART.Gravatar Maxime Bizon 4-1/+51
2009-09-30MIPS: Loongson2: Fix typo "enalbe" -> "enable"Gravatar Uwe Kleine-König 1-7/+7
2009-09-30MIPS: SMTC: Remove duplicate structure field initializationGravatar Julia Lawall 1-3/+2
2009-09-30MIPS: Remove duplicated #includeGravatar Huang Weiyi 1-1/+0
2009-09-30MIPS: BCM63xx: Remove duplicated #includeGravatar Huang Weiyi 1-1/+0
2009-09-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Gravatar Linus Torvalds 2-9/+47
2009-09-30Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 19-69/+145
2009-09-30Revert "x86, mce: do not compile mcelog message on AMD"Gravatar Linus Torvalds 1-4/+1
2009-09-29sparc64: implement page mapping percpu first chunk allocatorGravatar Tejun Heo 2-9/+47