aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-22debug_core: refactor locking for master/slave cpusJason Wessel
2010-10-22x86,kgdb: remove unnecessary call to kgdb_correct_hw_break()Dongdong Deng
2010-10-22debug_core: disable hw_breakpoints on all cores in kgdb_cpu_enter()Dongdong Deng
2010-10-22kdb,kgdb: fix sparse fixupsJason Wessel
2010-10-22kdb: Fix oops in kdb_unregisterJason Wessel
2010-10-22kdb,ftdump: Remove reference to internal kdb includeJason Wessel
2010-10-22kdb: Allow kernel loadable modules to add kdb shell functionsJason Wessel
2010-10-22debug_core: stop rcu warnings on kernel resumeJason Wessel
2010-10-22debug_core: move all watch dog syncs to a single functionJason Wessel
2010-10-22x86,kgdb: fix debugger hw breakpoint test regression in 2.6.35Jason Wessel
2010-10-22Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/...Linus Torvalds
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-22Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-22Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-22Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-22pcmcia: fix ni_daq_700 compilationDominik Brodowski
2010-10-22Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2010-10-22Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-10-22bluetooth: Fix missing NULL checkAlan Cox
2010-10-22pcmcia: IOCARD is also required for using IRQsDominik Brodowski
2010-10-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2010-10-21Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2010-10-21Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2010-10-21Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2010-10-21include/linux/libata.h: fix typoAndrea Gelmini
2010-10-21pata_bf54x: fix return type of bfin_set_devctlMike Frysinger
2010-10-21Drivers: ata: Makefile: replace the use of <module>-objs with <module>-yTracey Dent
2010-10-21libahci: fix result_tf handling after an ATA PIO data-in commandTejun Heo
2010-10-21pata_sl82c105: implement sff_irq_check() methodSergei Shtylyov
2010-10-21pata_sil680: implement sff_irq_check() methodSergei Shtylyov
2010-10-21pata_pdc202xx_old: implement sff_irq_check() methodSergei Shtylyov
2010-10-21pata_cmd640: implement sff_irq_check() methodSergei Shtylyov
2010-10-21ata_piix: Add device ID for ICH4-LBen Hutchings
2010-10-21pata_sil680: make sil680_sff_exec_command() 'static'Sergei Shtylyov
2010-10-21ata: Intel IDE-R supportAlan Cox
2010-10-21libata: reorder ata_queued_cmd to remove alignment padding on 64 bit buildsRichard Kennedy
2010-10-21libata: Signal that our SATL supports WRITE SAME(16) with UNMAPMartin K. Petersen
2010-10-21ata_piix: remove SIDPR lockingTejun Heo
2010-10-21libata: implement cross-port EH exclusionTejun Heo
2010-10-21libata: add @ap to ata_wait_register() and introduce ata_msleep()Tejun Heo
2010-10-21ata_piix: implement LPM supportTejun Heo
2010-10-21libata: implement LPM support for port multipliersTejun Heo
2010-10-21libata: reimplement link power managementTejun Heo
2010-10-21libata: implement sata_link_scr_lpm() and make ata_dev_set_feature() globalTejun Heo
2010-10-21libata: clean up lpm related symbols and sysfs show/store functionsTejun Heo
2010-10-21[libata] Fix section mismatch: ata_sff_exitLuck, Tony
2010-10-21drivers/ata/libata-transport.c: include linux/slab.hJeff Garzik
2010-10-21[libata] support for > 512 byte sectors (e.g. 4K Native)Grant Grundler
2010-10-21libata: always use ata_qc_complete_multiple() for NCQ command completionsTejun Heo