summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-03-25ide: move xfer mode tuning code to ide-xfer-mode.cBartlomiej Zolnierkiewicz5-247/+263
2009-03-25ide: move device settings code to ide-devsets.cBartlomiej Zolnierkiewicz5-192/+193
2009-03-25ide: move ide_do_park_unpark() to ide-park.cBartlomiej Zolnierkiewicz3-24/+27
2009-03-25ide: factor out processing of special commands from ide_special_rq()Bartlomiej Zolnierkiewicz1-34/+41
2009-03-25ide: remove ide_do_drive_cmd()Bartlomiej Zolnierkiewicz4-32/+7
2009-03-25ide: move ide_dma_timeout_retry() to ide-dma.cBartlomiej Zolnierkiewicz3-57/+59
2009-03-25ide: move drive_is_ready() to ide-io.cBartlomiej Zolnierkiewicz3-27/+23
2009-03-25ide: unexport ide_devset_execute()Bartlomiej Zolnierkiewicz1-1/+0
2009-03-25ide: remove stale comments from drive_is_ready()Bartlomiej Zolnierkiewicz1-9/+0
2009-03-25ide-acpi: remove taskfile_load_raw()Bartlomiej Zolnierkiewicz1-47/+24
2009-03-25ide-acpi: cleanup do_drive_set_taskfiles()Bartlomiej Zolnierkiewicz1-20/+1
2009-03-25ide-acpi: cleanup do_drive_get_GTF()Bartlomiej Zolnierkiewicz1-27/+0
2009-03-25ide: sanitize ACPI initializationBartlomiej Zolnierkiewicz4-12/+10
2009-03-25ide: add ide_for_each_present_dev() iteratorBartlomiej Zolnierkiewicz4-48/+29
2009-03-25ide-acpi: init ACPI handles early for devicesBartlomiej Zolnierkiewicz1-44/+21
2009-03-25ide-acpi: no need to zero ->acpidata for devicesBartlomiej Zolnierkiewicz1-2/+0
2009-03-25ide: remove superfluous check from ide_proc_port_register_devices()Bartlomiej Zolnierkiewicz1-1/+1
2009-03-25ide: init_irq() doesn't need to hold ide_cfg_mtxBartlomiej Zolnierkiewicz1-4/+0
2009-03-25ide: move ->lock and ->timer init from init_irq() to ide_init_port_data()Bartlomiej Zolnierkiewicz1-5/+6
2009-03-25ide: no need to touch local IRQs in ide_probe_port()Bartlomiej Zolnierkiewicz1-6/+0
2009-03-25ide: move ide_pktcmd_tf_load() to ide-atapi.cBartlomiej Zolnierkiewicz3-23/+20
2009-03-25ide: fix IDE_DFLAG_NO_IO_32BIT handlingBartlomiej Zolnierkiewicz1-7/+2
2009-03-24Linux 2.6.29v2.6.29Linus Torvalds1-2/+2
2009-03-24Build with -fno-dwarf2-cfi-asmKyle McMartin1-0/+3
2009-03-24trivial: fix orphan dates in ext2 documentationJody McIntyre1-2/+3
2009-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds39-121/+314
2009-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds6-25/+12
2009-03-23fix ptrace slownessMiklos Szeredi1-0/+8
2009-03-23Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/p...Linus Torvalds1-0/+9
2009-03-23powerpc/mm: Fix Respect _PAGE_COHERENT on classic ppc32 SW TLB load machinesKumar Gala1-0/+9
2009-03-23ucc_geth: Fix oops when using fixed-link supportAnton Vorontsov2-26/+11
2009-03-23dm9000: locking bugfixDavid Brownell1-2/+4
2009-03-23net: update dnet.c for bus_id removalStephen Rothwell1-3/+3
2009-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesLinus Torvalds2-16/+51
2009-03-22Merge branch 'fix-includes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds24-1907/+1209
2009-03-22Update my email addressGertjan van Wingerde3-3/+3
2009-03-22eCryptfs: NULL crypt_stat dereference during lookupTyler Hicks3-25/+18
2009-03-22eCryptfs: Allocate a variable number of pages for file headersTyler Hicks1-13/+26
2009-03-22radeonfb: Whack the PCI PM register until it sticksBenjamin Herrenschmidt1-0/+24
2009-03-22dnet: DNET should depend on HAS_IOMEMIlya Yanok1-1/+1
2009-03-21dca: add missing copyright/license headersMaciej Sosnowski2-0/+41
2009-03-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-0/+11
2009-03-20nl80211: Check that function pointer != NULL before using itJouni Malinen1-0/+11
2009-03-20sungem: missing net_device_opsStephen Hemminger1-5/+4
2009-03-20be2net: fix to restore vlan ids into BE2 during a IF DOWN->UP cycleSathya Perla1-5/+5
2009-03-20be2net: replenish when posting to rx-queue is starved in out of mem conditionsSathya Perla2-21/+30
2009-03-20aio: lookup_ioctx can return the wrong value when looking up a bogus contextJeff Moyer1-2/+3
2009-03-20eventfd: remove fput() call from possible IRQ contextDavide Libenzi1-10/+27
2009-03-20Move cc-option to below arch-specific setupLinus Torvalds1-1/+3
2009-03-20Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds8-40/+48