summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-01-3122-424/+465
|\
| * [ARM] 3289/1: Enable the LCD support for Integrator/CPCatalin Marinas2006-01-281-1/+3
| * [ARM] 3269/1: Add ARMv6 MT_NONSHARED_DEVICE mem_types[] indexGeorge G. Davis2006-01-263-0/+8
| * [ARM] 3266/1: S3C2400 - adds macro S3C24XXLucas Correia Villa Real2006-01-269-43/+83
| * [ARM] amba-clcd: Allow RGB555 and RGB565 with 16bppRussell King2006-01-261-25/+29
| * [ARM] Fix ioremap.c vfree type warningRussell King2006-01-201-1/+1
| * [ARM] safer handling of syscall table paddingAl Viro2006-01-192-332/+333
| * [ARM] Remove CONFIG_BROKEN=y from defconfigsRussell King2006-01-193-14/+3
| * [ARM] Convert request_irq+set_irq_type to request_irq with SA_TRIGGERRussell King2006-01-192-8/+5
* | [PATCH] rcu_torture_lock deadlock fixIngo Molnar2006-01-311-5/+5
* | [PATCH] fix deadlock in drivers/pci/msi.cIngo Molnar2006-01-311-2/+4
* | [PATCH] fix uidhash_lock <-> RCU deadlockIngo Molnar2006-01-311-8/+17
* | Merge branch 'for-linus' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2006-01-316-37/+50
|\ \
| * | [BLOCK] A few kerneldoc fixupsJens Axboe2006-01-312-0/+3
| * | [LIBATA] Blacklist certain Maxtor firmware revisions for FUA supportJens Axboe2006-01-301-1/+26
| * | [SCSI] Remove host template ordered_flush variableTetsuo Takata2006-01-251-1/+0
| * | [BLOCK] ll_rw_blk: fix setting of ->ordered on initTetsuo Takata2006-01-241-0/+1
| * | [BLOCK] elevator: allow default scheduler to potentially be modularNate Diller2006-01-241-4/+6
| * | [BLOCK] elevator: default choice selectionNate Diller2006-01-241-31/+14
| * | [BLOCK] ll_rw_blk: use preempt-disabling disk_stat_add() in completionJens Axboe2006-01-241-1/+1
| * | [BLOCK] ll_rw_blk: make max_sectors and max_hw_sectors unsigned intsJens Axboe2006-01-242-4/+4
* | | Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-01-3114-109/+148
|\ \ \
| * | | [PATCH] Clarify help text of SKGE/SK98LIN/SKY2Daniel Drake2006-01-311-3/+25
| * | | Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jeff Garzik2006-01-314-28/+34
| |\ \ \
| | * | | [PATCH] PCMCIA=m, HOSTAP_CS=y is not a legal configurationAdrian Bunk2006-01-301-1/+1
| | * | | [PATCH] Typo corrections for ieee80211Larry Finger2006-01-301-2/+2
| | * | | [PATCH] ipw2200: Fix a variable referenced after kfree() bugZhu Yi2006-01-301-1/+1
| | * | | [PATCH] ipw2200: Fix sw_reset doesn't clear the static essid problemZhu Yi2006-01-301-0/+4
| | * | | [PATCH] ipw2200: Fix "iwspy ethx off" causes kernel panicZhu Yi2006-01-301-1/+0
| | * | | [PATCH] ipw2100: Fix setting txpower failed problemZhu Yi2006-01-301-13/+14
| | * | | [PATCH] ipw2100: Fix a gcc compile warningZhu Yi2006-01-301-10/+12
| * | | | Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jeff Garzik2006-01-284-11/+31
| |\ \ \ \ | | |/ / /
| | * | | [PATCH] ieee80211: Fix A band min and max channel definitionsZhu Yi2006-01-271-2/+2
| | * | | [PATCH] ieee80211: Fix iwlist scan can only show about 20 APsZhu Yi2006-01-271-2/+10
| | * | | [PATCH] ieee80211: Fix problem with not decrypting broadcast packetsZhu Yi2006-01-271-5/+17
| | * | | [PATCH] orinoco_cs: tweak Vcc debugging messagesValdis.Kletnieks@vt.edu2006-01-271-2/+2
| | |/ /
| * | | [PATCH] mv643xx_eth: Fix for building as a moduleDale Farnsworth2006-01-271-2/+2
| * | | [PATCH] mv643xx_eth: Whitespace cleanupDale Farnsworth2006-01-271-48/+46
| * | | [PATCH] mv643xx_eth: Update dev->last_rx on packet receivePaolo Galtieri2006-01-271-0/+1
| * | | [PATCH] mv643xx_eth: Fix spinlock recursion bugDale Farnsworth2006-01-271-13/+0
| * | | [PATCH] s2io: scatter-gather fixAnanda Raju2006-01-261-1/+1
| * | | [PATCH] b44: fix laptop carrier detectStephen Hemminger2006-01-261-2/+3
| * | | [PATCH] acenic: fix checking of read_eeprom_byte() return valuesEric Sesterhenn2006-01-261-0/+4
| * | | [PATCH] bonding: fix ->get_settings error checkingEric Sesterhenn2006-01-261-1/+1
| |/ /
* | | [PATCH] Fix boot-time slowdown for measure_migration_costIngo Molnar2006-01-311-3/+3
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-01-3113-60/+122
|\ \ \
| * | | [TCP] H-TCP: Fix accountingBaruch Even2006-01-301-1/+0
| * | | [IPV4] igmp: remove pointless printkDave Jones2006-01-301-1/+0
| * | | [SCTP]: heartbeats exceed maximum retransmssion limitVlad Yasevich2006-01-301-1/+1
| * | | [SCTP]: correct the number of INIT retransmissionsVlad Yasevich2006-01-302-4/+4
OpenPOWER on IntegriCloud