aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-12-11[CRYPTO] sha512: Fix sha384 block sizeHerbert Xu1-1/+1
2006-12-11[PATCH] Fix typo in 'EXPERIMENTAL' in CC_STACKPROTECTOR on x86_64Brice Goglin1-1/+1
2006-12-11[PATCH] LOG2: Make powerpc's __ilog2_u64() take a 64-bit argumentDavid Howells1-1/+1
2006-12-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmcLinus Torvalds3-164/+190
2006-12-11Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6Linus Torvalds9-430/+334
2006-12-11Make sure we populate the initroot filesystem late enoughLinus Torvalds4-9/+6
2006-12-11Make SLES9 "get_kernel_version" work on the kernel binary againLinus Torvalds4-10/+17
2006-12-11[PATCH] smc91x: Kill off excessive versatile hooks.Paul Mundt1-90/+0
2006-12-11[PATCH] myri10ge: update driver version to 1.1.0Brice Goglin1-1/+1
2006-12-11[PATCH] myri10ge: fix big_bytes in case of vlan framesBrice Goglin1-2/+2
2006-12-11[PATCH] myri10ge: Full vlan frame in small_bytesBrice Goglin1-2/+2
2006-12-11[PATCH] myri10ge: drop contiguous skb routinesBrice Goglin1-204/+8
2006-12-11[PATCH] myri10ge: switch to page-based skbBrice Goglin1-79/+93
2006-12-11[PATCH] myri10ge: add page-based skb routinesBrice Goglin1-0/+190
2006-12-11[PATCH] myri10ge: indentation cleanupsBrice Goglin1-4/+4
2006-12-11[PATCH] chelsio: working NAPIStephen Hemminger4-83/+67
2006-12-11[PATCH] MACB: Use __raw register accessHaavard Skinnemoen2-3/+3
2006-12-11[PATCH] MACB: Use struct delayed_work instead of struct work_structHaavard Skinnemoen2-4/+4
2006-12-11[PATCH] ucc_geth: Initialize mdio_lock.Scott Wood1-0/+2
2006-12-11[PATCH] ucc_geth: compilation error fixesScott Wood1-5/+5
2006-12-11AT91 MMC update for 2.6.19Andrew Victor1-17/+24
2006-12-11mmc: Change SDHCI iomem error to a warningPierre Ossman1-2/+2
2006-12-11mmc: fix "prev->state: 2 != TASK_RUNNING??" problem on SD/MMC card removalVitaly Wool1-1/+3
2006-12-11AT91 MMC 5 : Minor cleanupsAndrew Victor1-9/+9
2006-12-11AT91 MMC 4 : Interrupt handler cleanupAndrew Victor1-45/+43
2006-12-11AT91 MMC 3 : Move global mci_clk variableAndrew Victor1-11/+11
2006-12-11AT91 MMC 2 : Use platform resourcesAndrew Victor1-7/+34
2006-12-11AT91 MMC 1: Pass host structure.Andrew Victor1-89/+81
2006-12-10[MIPS] Export local_flush_data_cache_page for sake of IDE.Ralf Baechle1-0/+1
2006-12-10[MIPS] Export pm_power_offRalf Baechle1-0/+2
2006-12-10[MIPS] Export csum_partial_copy_nocheck.Ralf Baechle1-0/+3
2006-12-10[MIPS] Move die and die_if_kernel() from system.h to ptrace.hRalf Baechle2-9/+8
2006-12-10[MIPS] Discard .exit.text at linktime.Ralf Baechle1-3/+1
2006-12-10[MIPS] Fix build of several IDE drivers by providing pci_get_legacy_ide_irqRalf Baechle1-0/+6
2006-12-10[CRYPTO] dm-crypt: Select CRYPTO_CBCHerbert Xu1-0/+1
2006-12-10[PATCH] add MODULE_* attributes to bit reversal libraryCal Peake1-0/+4
2006-12-10Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds30-195/+470
2006-12-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds124-4337/+15643
2006-12-10[PATCH] kvm: userspace interfaceAvi Kivity18-0/+9814
2006-12-10[PATCH] clocksource: small cleanupDaniel Walker4-12/+18
2006-12-10[PATCH] clocksource: add usage of CONFIG_SYSFSDaniel Walker1-0/+2
2006-12-10[PATCH] user of the jiffies rounding patch: SlabArjan van de Ven1-3/+5
2006-12-10[PATCH] user of the jiffies rounding code: JBDArjan van de Ven1-1/+1
2006-12-10[PATCH] round_jiffies infrastructureArjan van de Ven2-0/+138
2006-12-10[PATCH] fdtable: Implement new pagesize-based fdtable allocatorVadim Lobanov2-142/+72
2006-12-10[PATCH] fdtable: Remove the free_files fieldVadim Lobanov5-27/+11
2006-12-10[PATCH] fdtable: Make fdarray and fdsets equal in sizeVadim Lobanov13-81/+48
2006-12-10[PATCH] fdtable: Delete pointless code in dup_fd()Vadim Lobanov1-6/+5
2006-12-10[PATCH] dio: lock refcount operationsZach Brown1-31/+45
2006-12-10[PATCH] dio: only call aio_complete() after returning -EIOCBQUEUEDZach Brown3-62/+39