summaryrefslogtreecommitdiffstats
path: root/drivers/ata (unfollow)
Commit message (Expand)AuthorFilesLines
2007-07-18V4L/DVB (5651): Dibusb-mb: convert pll handling to properly use dvb-pllMichael Krufky2-10/+12
2007-07-18V4L/DVB (5650): Umt-010: trivial whitespace cleanupMichael Krufky1-2/+2
2007-07-18V4L/DVB (5649): Umt-010: convert tua6034 handling to properly use dvb-pllMichael Krufky1-3/+1
2007-07-18V4L/DVB (5648): Dvb/frontends: remove unnecessary #include's of "dvb-pll.h"Michael Krufky3-3/+0
2007-07-18V4L/DVB (5647): Saa7134: enable ir-remote for 10moons TM300Tony Wan2-0/+7
2007-07-18V4L/DVB (5646): V4l: saa7134: add support for 10moons TM300 cardTony Wan3-0/+40
2007-07-18V4L/DVB (5644): Usbvision: video_ioctl2 conversionThierry MERLE3-686/+787
2007-07-18V4L/DVB (5643): Usbvision: make common video and radio ioctlsThierry MERLE1-144/+22
2007-07-18V4L/DVB (5642): add comment that VO_MODE is also being set.David Warman1-1/+1
2007-07-18V4L/DVB (5641): change VideoNorm to NTSC for Belkin USB Videobus IIDavid Warman1-1/+1
2007-07-18V4L/DVB (5635): Budget-av: convert philips sd1878 / tda8261 to use dvb-pllMichael Krufky1-23/+3
2007-07-18V4L/DVB (5634): Saa7134-dvb: convert philips td1316 handling to use dvb-pllMichael Krufky1-11/+2
2007-07-18V4L/DVB (5633): Tuv1236d: move rf input switching code into dvb-pllMichael Krufky5-38/+21
2007-07-18V4L/DVB (5632): Dvb-pll: pass dvb_frontend_parameters to generic set() functionMichael Krufky6-62/+49
2007-07-18V4L/DVB (5631): Dvb-core: Add level fixes to printk()s, plus spelling/grammerSimon Arlott1-5/+5
2007-07-18V4L/DVB (5629): Cx88: VP3054 support can't be a module when cx88 is compiled inTrent Piepho2-9/+11
2007-07-18V4L/DVB (5563a): Add experimental support for tea5761 tunerMauro Carvalho Chehab7-1/+289
2007-07-18zs: move to the serial subsystemMaciej W. Rozycki12-2746/+1610
2007-07-18serial: add early_serial_setup() back to header fileYinghai Lu24-0/+25
2007-07-18fbdev: make fb_append_extra_logo() depend on fb=yArnd Bergmann1-1/+1
2007-07-18dm: fix memory leak in dm_create_persistent() when starting metadata update t...Jesper Juhl1-0/+1
2007-07-18slob: Kill off duplicate kzalloc() definition.Paul Mundt1-10/+0
2007-07-18Revert drivers/ide/ide.c scsi_cmd_ioctl() usage changesLinus Torvalds1-5/+5
2007-07-18Make the "z/VM unit record device driver" depend on S390Linus Torvalds1-0/+1
2007-07-17smp_call_function_single() should be a macro on UPAl Viro1-10/+8
2007-07-17[SPARC64]: Kill bogus set_fs(KERNEL_DS) in do_rt_sigreturn().Oleg Nesterov1-12/+3
2007-07-17[ISDN] HiSax hfc_pci: minor cleanupsJeff Garzik1-98/+93
2007-07-17[ISDN] HiSax bkm_a4t: split setup into two smaller functionsJeff Garzik1-45/+63
2007-07-17[ISDN] HiSax enternow: split setup into 3 smaller functionsJeff Garzik1-76/+89
2007-07-17[ISDN] HiSax netjet_u: split setup into 3 smaller functionsJeff Garzik1-74/+93
2007-07-17[ISDN] HiSax netjet_s: code movement, prep for hotplugJeff Garzik1-86/+108
2007-07-17[ISDN] HiSax: move card state alloc/setup code into separate functionsJeff Garzik1-18/+54
2007-07-17[ISDN] HiSax: move card setup into separate functionJeff Garzik1-88/+99
2007-07-17mixart: Add missing vmalloc.h includeFrank Lichtenheld1-0/+1
2007-07-17hppb: Add missing dma-mapping.h includeFrank Lichtenheld1-0/+1
2007-07-17arch/i386/* fs/* ipc/*: mark variables with uninitialized_var()Jeff Garzik5-6/+7
2007-07-17drivers/*: mark variables with uninitialized_var()Jeff Garzik8-11/+25
2007-07-17drivers/atm/ambassador: kill uninit'd var warning, and fix bugJeff Garzik1-1/+3
2007-07-17[libata] sata_mv: use pci_try_set_mwi()Jeff Garzik1-1/+1
2007-07-17drivers/infiniband/hw/mthca/mthca_qp: kill uninit'd var warningJeff Garzik1-2/+2
2007-07-17drivers/net/wan/sbni: kill uninit'd var warningJeff Garzik1-4/+3
2007-07-17drivers/mtd/ubi/eba: minor cleanup: tighten scope of a local varJeff Garzik1-2/+2
2007-07-17drivers/telephony/ixj: cleanup and fix gcc warningJeff Garzik1-1/+6
2007-07-17drivers/net/wan/pc300_drv: fix bug caught by gcc warningJeff Garzik1-0/+2
2007-07-17drivers/usb/misc/auerswald: fix status check, remove redundant checkJeff Garzik1-1/+1
2007-07-17[netdrvr] eepro100, ne2k-pci: abort resume if pci_enable_device() failsJeff Garzik2-2/+12
2007-07-17[netdrvr] natsemi: Fix device removal bugJeff Garzik1-1/+1
2007-07-17kernel/auditfilter: kill bogus uninit'd-var compiler warningJeff Garzik1-8/+4
2007-07-17[SPARC64]: Update defconfig.David S. Miller1-123/+32
2007-07-17[SPARC64]: Kill explicit %gl register reference.David S. Miller1-1/+2