summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | [HDLC] Fix dev->header_cache_update having a random value.Krzysztof Halasa2007-03-026-23/+23
| * | [NetLabel]: Verify sensitivity level has a valid CIPSO mappingPaul Moore2007-03-021-3/+4
| * | [PPPOE]: Key connections properly on local device.Florian Zumbiehl2007-03-021-20/+32
| * | [AF_UNIX]: Test against sk_max_ack_backlog properly.David S. Miller2007-03-021-3/+3
| * | [NET]: Fix bugs in "Whether sock accept queue is full" checkingWei Dong2007-03-021-1/+1
| |/
* | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-03-0436-802/+280
|\ \
| * | [ARM] Acorn: move the i2c bus driver into drivers/i2cRussell King2007-03-047-694/+108
| * | [ARM] ARM SCSI: Don't try to dma_map_sg too many scatterlist entriesRussell King2007-03-043-6/+7
| * | [ARM] ARM FAS216: don't modify scsi_cmnd request_bufflenRussell King2007-03-042-4/+7
| * | [ARM] rtc-pcf8583: Final fixes for this RTC on RiscPCRussell King2007-03-042-4/+6
| * | [ARM] rtc-pcf8583: correct month and year offsetsRussell King2007-03-041-5/+6
| * | [ARM] rtc-pcf8583: don't use BCD_TO_BIN/BIN_TO_BCDRussell King2007-03-041-10/+10
| * | [ARM] EBSA110: Work around build errorsRussell King2007-03-031-0/+1
| * | Merge branch 'omap-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/tmli...Russell King2007-03-0215-55/+72
| |\ \
| | * | ARM: OMAP: Add missing get_irqnr_preamble and arch_ret_to_user for omap2Tony Lindgren2007-03-021-0/+6
| | * | ARM: OMAP: Use linux/delay.h not asm/delay.hTony Lindgren2007-03-022-2/+1
| | * | ARM: OMAP: Remove obsolete alsa typedefsTony Lindgren2007-03-021-6/+6
| | * | ARM: OMAP: omap1510->15xx conversions needed for sx1Vladimir Ananiev2007-03-023-4/+4
| | * | ARM: OMAP: Add missing includes to board-nokia770Dirk Behme2007-03-021-0/+2
| | * | ARM: OMAP: Workqueue changes for board-h4.cDirk Behme2007-03-021-5/+7
| | * | ARM: OMAP: dmtimer.c omap1 register fixMatthew Percival2007-03-021-2/+2
| | * | ARM: OMAP: board-nokia770: correct lcd nameArnaud Patard2007-03-021-1/+1
| | * | ARM: OMAP: omap GP timer: HZ != 100David Brownell2007-03-021-1/+1
| | * | ARM: OMAP: Fix warning in mach-omap1Dirk Behme2007-03-021-1/+5
| | * | ARM: OMAP: Fix CONFIG_DEBUG_LLDirk Behme2007-03-021-0/+7
| | * | ARM: OMAP: Fix warning in mach-omap2Dirk Behme2007-03-021-0/+1
| | * | ARM: OMAP: Fix warnings in plat-omapDirk Behme2007-03-021-0/+2
| | * | ARM: OMAP: No IRQF_TRIGGER set_type function for IRQ 353 (MPUIO)Dirk Behme2007-03-021-4/+5
| | * | ARM: OMAP: OMAP310 SerialMarek Vašut2007-03-021-9/+9
| | * | ARM: OMAP: Proper handling of DMA4_IRQSTATUS_L0Timo Teras2007-03-021-11/+3
| | * | ARM: OMAP: Fix warning in clock.cDirk Behme2007-03-021-6/+4
| | * | ARM: OMAP: correct misc 15xx and non-15xx platform codeAndrzej Zaborowski2007-03-023-5/+8
| * | | [ARM] 4241/1: Define mb() as compiler barrier on a uniprocessor systemCatalin Marinas2007-03-021-21/+19
| * | | [ARM] 4239/1: S3C24XX: Update kconfig entries for PMBen Dooks2007-03-021-0/+7
| * | | [ARM] 4238/1: S3C24XX: docs: update suspend and resumeBen Dooks2007-03-021-2/+33
| * | | [ARM] 4237/2: oprofile: Always allow backtraces on ARMRichard Purdie2007-03-021-1/+2
| * | | [ARM] Yet more asm/apm-emulation.h stuffRussell King2007-03-022-2/+4
| |/ /
* | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-03-0473-1021/+429
|\ \ \
| * | | [MIPS] MTX1: clear PCI errorsFlorian Fainelli2007-03-041-1/+5
| * | | [MIPS] MTX1: add idsel cardbus ressourcesFlorian Fainelli2007-03-042-1/+30
| * | | [MIPS] MTX1: remove unneeded settingsFlorian Fainelli2007-03-041-3/+1
| * | | [MIPS] dma_sync_sg_for_cpu is a no-op except for non-coherent R10000s.Ralf Baechle2007-03-041-1/+1
| * | | [MIPS] Cobalt: update reserved resourcesYoichi Yuasa2007-03-041-23/+24
| * | | [MIPS] SN: PCI fixup needs to include <irq.h>.Ralf Baechle2007-03-041-0/+2
| * | | [MIPS] DMA: Fix a bunch of warnings due to missing inline keywords.Ralf Baechle2007-03-041-4/+6
| * | | [MIPS] RM: It should be #ifdef CONFIG_FOO not #if CONFIG_FOO ...Ralf Baechle2007-03-041-1/+1
| * | | [MIPS] Fix and cleanup the mess that a dozen prom_printf variants are.Ralf Baechle2007-03-0442-427/+254
| * | | [MIPS] DEC: Remove redeclarations of mips_machgroup and mips_machtype.Ralf Baechle2007-03-041-3/+0
| * | | [MIPS] No need to write c0_compare in plat_timer_setupAtsushi Nemoto2007-03-045-26/+0
| * | | [MIPS] Convert to RTC-class ds1742 driverAtsushi Nemoto2007-03-0412-339/+86
OpenPOWER on IntegriCloud