summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* locking: add typecheck on irqsave and friends for correct flagsSteven Rostedt2008-07-252-31/+95
* split the typecheck macros out of include/linux/kernel.hAndrew Morton2008-07-252-20/+25
* flag parameters: fix compile error of sys_epoll_create1Wang Chen2008-07-251-0/+1
* mfd: don't use memzeroAndrew Morton2008-07-251-1/+1
* endian: Always evaluate arguments.David Miller2008-07-252-12/+12
* char/xilinx_hwicap/xilinx_hwicap.c: Removed duplicated includeHuang Weiyi2008-07-251-1/+0
* Undo duplicate "m68k: drivers/input/serio/hp_sdc.c needs <linux/semaphore.h>"Linus Torvalds2008-07-251-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2008-07-2428-124/+385
|\
| * virtio: Add transport feature handling stub for virtio_ring.Rusty Russell2008-07-255-0/+27
| * virtio: Rename set_features to finalize_featuresRusty Russell2008-07-255-20/+24
| * virtio: Formally reserve bits 28-31 to be 'transport' features.Rusty Russell2008-07-252-0/+11
| * s390: use virtio_console for KVM on s390Christian Borntraeger2008-07-254-1/+34
| * virtio: console as a config optionChristian Borntraeger2008-07-252-1/+9
| * virtio_console: use virtqueue notification for hvc_consoleChristian Borntraeger2008-07-251-7/+33
| * hvc_console: rework setup to replace irq functions with callbacksChristian Borntraeger2008-07-258-67/+105
| * virtio_blk: check for hardsector size from hostChristian Borntraeger2008-07-252-1/+12
| * virtio: Use bus_type probe and remove methodsMark McLoughlin2008-07-251-9/+9
| * virtio: don't always force a notification when ring is fullRusty Russell2008-07-251-2/+5
| * virtio: clarify that ABI is usable by any implementationsRusty Russell2008-07-258-3/+17
| * virtio: Recycle unused recv buffer pages for large skbs in net driverRusty Russell2008-07-251-1/+35
| * virtio net: Allow receiving SG packetsHerbert Xu2008-07-251-5/+39
| * virtio net: Add ethtool ops for SG/GSOHerbert Xu2008-07-251-0/+18
| * virtio: fix virtio_net xmit of freed skb bugMark McLoughlin2008-07-251-10/+10
* | Label kthread_create() with printf attribute tag.Rusty Russell2008-07-241-1/+2
* | fix fs/nfs/nfsroot.c compilationAdrian Bunk2008-07-241-1/+1
* | x86/oprofile/nmi_int: add Nehalem to list of ppro coresLinus Torvalds2008-07-241-11/+25
* | x86-64: Clean up 'save/restore_i387()' usageLinus Torvalds2008-07-242-54/+53
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-07-2471-1474/+1397
|\
| * ide: use proper printk() KERN_* levels in ide-probe.cBartlomiej Zolnierkiewicz2008-07-241-23/+28
| * ide: fix for EATA SCSI HBA in ATA emulating modeBartlomiej Zolnierkiewicz2008-07-241-12/+0
| * ide: remove stale comments from drivers/ide/MakefileBartlomiej Zolnierkiewicz2008-07-241-8/+1
| * ide: enable local IRQs in all handlers for TASKFILE_NO_DATA data phaseBartlomiej Zolnierkiewicz2008-07-241-2/+10
| * ide-scsi: remove kmalloced struct requestFUJITA Tomonori2008-07-241-10/+15
| * ht6560b: remove old historyJan Evert van Grootheest2008-07-241-22/+0
| * ht6560b: update email addressJan Evert van Grootheest2008-07-241-1/+1
| * ide-cd: fix oops when using growisofsJens Axboe2008-07-241-5/+22
| * gayle: release resources on ide_host_add() failureBartlomiej Zolnierkiewicz2008-07-241-2/+6
| * palm_bk3710: add UltraDMA/100 supportSergei Shtylyov2008-07-241-3/+6
| * ide: trivial sparse annotationsHarvey Harrison2008-07-243-7/+5
| * ide: ide-tape.c sparse annotations and unaligned access removalHarvey Harrison2008-07-241-10/+10
| * ide: drop 'name' parameter from ->init_chipset methodBartlomiej Zolnierkiewicz2008-07-2419-48/+39
| * ide: prefix messages from IDE PCI host drivers by driver nameBartlomiej Zolnierkiewicz2008-07-2431-327/+308
| * it821x: remove DECLARE_ITE_DEV() macroBartlomiej Zolnierkiewicz2008-07-241-12/+7
| * it8213: remove DECLARE_ITE_DEV() macroBartlomiej Zolnierkiewicz2008-07-241-16/+10
| * ide: include PCI device name in messages from IDE PCI host driversBartlomiej Zolnierkiewicz2008-07-2412-99/+131
| * ide: remove <asm/ide.h> for some archsBartlomiej Zolnierkiewicz2008-07-249-171/+6
| * ide-generic: remove ide_default_{io_base,irq}() inlines (take 3)Bartlomiej Zolnierkiewicz2008-07-246-162/+29
| * ide-generic: is no longer needed on ppc32Bartlomiej Zolnierkiewicz2008-07-241-1/+1
| * ide-generic: remove broken PPC_PREP supportBartlomiej Zolnierkiewicz2008-07-241-18/+0
| * ide: define MAX_HWIFS in <linux/ide.h>Bartlomiej Zolnierkiewicz2008-07-2414-65/+8