Age | Commit message (Expand) | Author | Files | Lines |
2006-06-25 | [PATCH] CCISS: tidy up product table indentation | Bjorn Helgaas | 1 | -36/+18 |
2006-06-25 | [PATCH] CCISS: run through Lindent | Bjorn Helgaas | 1 | -1534/+1581 |
2006-06-25 | [PATCH] CCISS: remove parens around return values | Bjorn Helgaas | 1 | -23/+23 |
2006-06-25 | [PATCH] CCISS: fix a few spelling errors | Bjorn Helgaas | 1 | -8/+8 |
2006-06-25 | [PATCH] CCISS: use ARRAY_SIZE without intermediates | Bjorn Helgaas | 1 | -4/+2 |
2006-06-25 | [PATCH] CCISS: announce cciss%d devices with PCI address/IRQ/DAC info | Bjorn Helgaas | 1 | -7/+9 |
2006-06-25 | [PATCH] CCISS: request all PCI resources | Bjorn Helgaas | 2 | -46/+18 |
2006-06-25 | [PATCH] CCISS: disable device when returning failure | Bjorn Helgaas | 1 | -9/+18 |
2006-06-25 | [PATCH] kthread: update loop.c to use kthread | Serge E. Hallyn | 1 | -13/+11 |
2006-06-25 | [PATCH] cpqarray section fix | Andrew Morton | 1 | -2/+2 |
2006-06-25 | [PATCH] nbd: kill obsolete changelog, add GPL | Pavel Machek | 1 | -32/+2 |
2006-06-25 | [PATCH] random: change cpqarray to use add_disk_randomness | Matt Mackall | 1 | -2/+3 |
2006-06-25 | [PATCH] random: make CCISS use add_disk_randomness | Matt Mackall | 1 | -2/+2 |
2006-06-25 | [PATCH] m68k: introduce irq controller | Roman Zippel | 1 | -0/+1 |
2006-06-23 | [PATCH] drivers/block/loop.c: don't return garbage if LOOP_SET_STATUS not called | Constantine Sapuntzakis | 1 | -1/+1 |
2006-06-23 | [PATCH] frv: initrd is grossly broken on frv (never built) | Al Viro | 1 | -0/+1 |
2006-06-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc | Linus Torvalds | 1 | -1/+1 |
2006-06-22 | [PATCH] ub: random cleanups | Pete Zaitcev | 1 | -48/+12 |
2006-06-22 | [PATCH] ub: atomic add_disk | Pete Zaitcev | 1 | -7/+3 |
2006-06-22 | [PATCH] USB: clean out an unnecessary NULL check from ub | Pete Zaitcev | 1 | -6/+2 |
2006-06-21 | [PATCH] CCISS: add device symlink to the block cciss block devices in sysfs | Greg Kroah-Hartman | 1 | -0/+1 |
2006-06-21 | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2 | -9/+10 |
2006-06-18 | [NET]: Clean up skb_linearize | Herbert Xu | 1 | -2/+1 |
2006-06-10 | Merge ../linux-2.6 | James Bottomley | 3 | -56/+60 |
2006-06-06 | [SCSI] fix up request buffer reference in various scsi drivers | Christoph Hellwig | 1 | -3/+3 |
2006-05-20 | [SCSI] fix (unlikely) memory leak in DAC960 driver | Jesper Juhl | 1 | -6/+7 |
2006-05-19 | Merge ../linux-2.6 | Paul Mackerras | 1 | -8/+10 |
2006-05-19 | [PATCH] powerpc: update iSeries viodasd device-tree entries | Stephen Rothwell | 1 | -1/+1 |
2006-05-09 | [PATCH] USB: ub oops in block_uevent | Pete Zaitcev | 1 | -8/+10 |
2006-04-28 | [PATCH] powerpc: Use check_legacy_ioport() on ppc32 too. | David Woodhouse | 1 | -1/+1 |
2006-04-18 | [PATCH] cciss: bug fix for crash when running hpacucli | Mike Miller | 1 | -47/+49 |
2006-04-01 | [PATCH] Don't pass boot parameters to argv_init[] | OGAWA Hirofumi | 1 | -0/+1 |
2006-03-28 | [PATCH] Replace 0xff.. with correct DMA_xBIT_MASK | Matthias Gehre | 1 | -2/+3 |
2006-03-28 | [PATCH] drivers/block/*: use time_after() and friends | Marcelo Feitoza Parisi | 2 | -12/+14 |
2006-03-28 | [PATCH] drivers/block/acsi_slm.c: size_t can't be < 0 | Alexey Dobriyan | 1 | -2/+0 |
2006-03-28 | [PATCH] drivers/block/paride/pd.c: fix an off-by-one error | Adrian Bunk | 1 | -1/+2 |
2006-03-28 | [PATCH] paride-pt: register_chrdev fix | Andrew Morton | 1 | -3/+5 |
2006-03-28 | [PATCH] paride: register_chrdev fix | Andrew Morton | 1 | -3/+5 |
2006-03-28 | [PATCH] let BLK_DEV_RAM_COUNT depend on BLK_DEV_RAM | Adrian Bunk | 1 | -1/+2 |
2006-03-27 | [PATCH] unused label in drivers/block/cciss. | Eric Sesterhenn | 1 | -1/+1 |
2006-03-27 | [PATCH] kzalloc() conversion in drivers/block | Eric Sesterhenn | 4 | -16/+7 |
2006-03-26 | [PATCH] mempool: use mempool_create_slab_pool() | Matthew Dobson | 1 | -3/+1 |
2006-03-26 | [PATCH] mempool: use common mempool kmalloc allocator | Matthew Dobson | 1 | -22/+4 |
2006-03-26 | [PATCH] Update documentation for BLK_DEV_INITRD to match current usage | H. Peter Anvin | 1 | -6/+9 |
2006-03-26 | [PATCH] loop: potential kernel hang waiting for kthread | Herbert Poetzl | 1 | -1/+3 |
2006-03-26 | [PATCH] drivers/block/floppy.c: dont free_irq() from irq context | Ingo Molnar | 1 | -1/+22 |
2006-03-25 | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/aoe-2.6 | Linus Torvalds | 7 | -120/+235 |
2006-03-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 4 | -7/+4 |
2006-03-25 | [PATCH] BLK_DEV_INITRD: do not require BLK_DEV_RAM=y | Zdenek Pavlas | 1 | -1/+0 |
2006-03-25 | [PATCH] block/floppy: fix section mismatch warnings | Sam Ravnborg | 1 | -1/+1 |