aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2006-06-26[PATCH] md: merge raid5 and raid6 codeNeilBrown4-2527/+1002
2006-06-26[PATCH] md: increase the delay before marking metadata clean, and make it con...NeilBrown1-2/+52
2006-06-26[PATCH] md: remove useless ioctl warningNeilBrown1-5/+0
2006-06-26[PATCH] md: remove arbitrary limit on chunk sizeNeilBrown3-5/+5
2006-06-26[PATCH] md: reformat code in raid1_end_write_request to avoid gotoNeilBrown1-17/+17
2006-06-26[PATCH] dm: improve error message consistencyAlasdair G Kergon16-112/+141
2006-06-26[PATCH] dm: prevent removal if openAlasdair G Kergon3-21/+78
2006-06-26[PATCH] dm: create error tableDavid Teigland1-0/+38
2006-06-26[PATCH] dm: add exportsAlasdair G Kergon2-80/+7
2006-06-26[PATCH] dm: consolidate creation functionsAlasdair G Kergon3-31/+26
2006-06-26[PATCH] dm table split_args: handle no inputDavid Teigland1-0/+6
2006-06-26[PATCH] dm kcopyd: error accumulation fixJonathan Brassow2-3/+3
2006-06-26[PATCH] dm mirror log: sync_count fixAlasdair G Kergon1-1/+5
2006-06-26[PATCH] dm mirror log: bitset_size fixAlasdair G Kergon1-2/+2
2006-06-26[PATCH] dm mirror log: refactor contextAlasdair G Kergon1-50/+63
2006-06-26[PATCH] dm mirror log: sector size fixKevin Corry2-50/+20
2006-06-26[PATCH] dm table: get_target: fix last indexMilan Broz1-1/+1
2006-06-26[PATCH] dm: mirror sector offset fixNeil Brown1-31/+32
2006-06-26[PATCH] dm: fix block device initialisationJeff Mahoney1-4/+4
2006-06-26[PATCH] dm: add module ref countingJeff Mahoney1-0/+6
2006-06-26[PATCH] dm: fix mapped device ref countingJeff Mahoney1-10/+24
2006-06-26[PATCH] dm: add DMF_FREEINGJeff Mahoney1-2/+30
2006-06-26[PATCH] dm: change minor_lock to spinlockJeff Mahoney1-14/+13
2006-06-26[PATCH] dm: move idr_pre_getJeff Mahoney1-14/+9
2006-06-26[PATCH] dm: fix idr minor allocationJeff Mahoney1-3/+16
2006-06-26[PATCH] dm snapshot: unify chunk_sizeAlasdair G Kergon2-26/+45
2006-06-26[PATCH] VT binding: Make sticon support bindingAntonino A. Daplas1-1/+1
2006-06-26[PATCH] VT binding: Make promcon support bindingAntonino A. Daplas1-2/+2
2006-06-26[PATCH] VT binding: Make newport_con support bindingAntonino A. Daplas1-10/+28
2006-06-26[PATCH] VT binding: Make mdacon support bindingAntonino A. Daplas1-1/+1
2006-06-26[PATCH] VT binding: Do not create a device file for class device 'fbcon'Antonino A. Daplas1-4/+2
2006-06-26[PATCH] VT binding: Make VT binding a Kconfig optionAntonino A. Daplas2-16/+44
2006-06-26[PATCH] VT binding: Add sysfs control to the VT layerAntonino A. Daplas1-147/+232
2006-06-26[PATCH] VT binding: Update fbcon to support bindingAntonino A. Daplas2-61/+150
2006-06-26[PATCH] VT binding: Add binding/unbinding support for the VT consoleAntonino A. Daplas1-33/+434
2006-06-26[PATCH] Detaching fbcon: add capability to attach/detach fbconAntonino A. Daplas1-58/+97
2006-06-26[PATCH] Detaching fbcon: clean up exit codeAntonino A. Daplas1-0/+43
2006-06-26[PATCH] Detaching fbcon: sdd sysfs class device entry for fbconAntonino A. Daplas5-76/+112
2006-06-26[PATCH] Detaching fbcon: remove calls to pci_disable_device()Antonino A. Daplas7-20/+2
2006-06-26[PATCH] Detaching fbcon: fix give_up_console()Antonino A. Daplas1-8/+21
2006-06-26[PATCH] Detaching fbcon: fix vgacon to allow retaking of the consoleAntonino A. Daplas1-6/+22
2006-06-26[PATCH] fbdev: tag by scantype in sysfsDaniel R Thompson1-1/+10
2006-06-26[PATCH] imacfb: Add Intel-based Macintosh Framebuffer SupportEdgar Hucek3-0/+355
2006-06-26[PATCH] atyfb: Fix section warningsAntonino A. Daplas2-14/+14
2006-06-26[PATCH] macmodes: Fix section warningAntonino A. Daplas3-23/+25
2006-06-26[PATCH] fbdev: Fix logo rotation if width != heightAntonino A. Daplas1-10/+10
2006-06-26[PATCH] neofb: fix unblank logic interfering with lid toggled backlightChristian Trefzer1-9/+23
2006-06-26[PATCH] skeletonfb: remove duplicate module init, exit, license linesArnaldo Carvalho de Melo1-5/+0
2006-06-26[PATCH] au1100fb: add power management supportRodolfo Giometti1-2/+39
2006-06-26[PATCH] backlight: Fix Kconfig dependencyAntonino A. Daplas1-2/+2
2006-06-26[PATCH] s3c2410fb: Fix resumeArnaud Patard1-6/+11
2006-06-26[PATCH] fbdev: Remove unused exportsAdrian Bunk4-6/+0
2006-06-26[PATCH] fbdev: Coverity Bug 90Antonino A. Daplas1-2/+3
2006-06-26[PATCH] fbdev: Coverity Bug 85Antonino A. Daplas1-0/+1
2006-06-26[PATCH] atyfb: Fix dead codeAntonino A. Daplas1-0/+3
2006-06-26[PATCH] vt: Delay the update of the visible consoleDavid Hollister1-9/+17
2006-06-26[PATCH] vesafb: Prefer VGA registers over PMIAntonino A. Daplas1-15/+17
2006-06-26[PATCH] vesafb: Fix return code of vesafb_setcolregAntonino A. Daplas1-5/+11
2006-06-26[PATCH] fbdev: Add 1366x768 (WXGA) mode to mode databaseDennis Munsie1-0/+4
2006-06-26[PATCH] nvidiafb: Add support for Geforce 6100 and related chipsetsAntonino A. Daplas2-2/+9
2006-06-26[PATCH] fbdev: Firmware EDID fixesAntonino A. Daplas2-17/+16
2006-06-26[PATCH] savagefb: Whitespace cleanupAntonino A. Daplas1-497/+496
2006-06-26[PATCH] fbdev: Static pseudocolor with depth less than 4 does existAntonino A. Daplas1-1/+1
2006-06-26[PATCH] vga16fb: Update platform codeAntonino A. Daplas1-17/+23
2006-06-26[PATCH] vfb: Update platform codeAntonino A. Daplas1-16/+13
2006-06-26[PATCH] vesafb: Update platform codeAntonino A. Daplas1-5/+12
2006-06-26[PATCH] epson1355fb: Update platform codeAntonino A. Daplas1-15/+14
2006-06-26[PATCH] atyfb: Set correct acceleration flagsAntonino A. Daplas1-1/+13
2006-06-26[PATCH] atyfb: Remove unneeded calls to wait_for_idleAntonino A. Daplas1-10/+0
2006-06-26[PATCH] atyfb: Fix hardware cursor handlingAntonino A. Daplas1-19/+12
2006-06-26[PATCH] nvidiafb: Revise pci_device_id tableAntonino A. Daplas1-356/+6
2006-06-26[PATCH] fbdev: More accurate sync range extrapolationAntonino A. Daplas1-4/+24
2006-06-26[PATCH] fbdev: Remove duplicate #include'sAdrian Bunk3-5/+1
2006-06-26[PATCH] fbdev: cleanup the CONFIG_VIDEO_SELECT messAdrian Bunk2-12/+1
2006-06-26[PATCH] backlight: LOCOMO Backlight Driver updatesRichard Purdie3-17/+116
2006-06-26[PATCH] savagefb: Add state save and_restore hooksAntonino A. Daplas1-18/+191
2006-06-26[PATCH] savagefb: Allocate space for current and saved register statesAntonino A. Daplas2-278/+282
2006-06-26[PATCH] Remove code that has long been commented out from pdc20265_oldTobias Oed1-6/+0
2006-06-26[PATCH] pdc202xx_old depends on CONFIG_BLK_DEV_IDEDMATobias Oed1-4/+0
2006-06-26[PATCH] fix IDE deadlock in error reporting codeIngo Molnar1-2/+2
2006-06-26[PATCH] ide: pdc202xx_old: remove the obsolete busprocSergei Shtylyov1-28/+1
2006-06-26[PATCH] ide: actually honor drive's minimum PIO/DMA cycle timesSergei Shtylyov1-1/+7
2006-06-26[PATCH] ide-io: increase timeout value to allow for slave wakeupAl Boldi1-1/+1
2006-06-26[PATCH] Fix IDE locking errorAlan Cox1-2/+10
2006-06-26[PATCH] ide: pdc202xx_old.c: remove unneeded tuneproc() callTobias Oed1-1/+0
2006-06-26[PATCH] isdn4linux: Gigaset driver cleanupTilman Schmidt1-9/+4
2006-06-26[PATCH] isdn4linux: Gigaset base driver: improve error recoveryTilman Schmidt1-117/+181
2006-06-26[PATCH] Fix typo in drivers/isdn/hisax/q931.cEric Sesterhenn1-2/+2
2006-06-26[PATCH] CAPI crash / race conditionMichael Buesch1-22/+32
2006-06-26[PATCH] GTOD: add scx200 HRT clocksourceJim Cromie2-2/+104
2006-06-26[PATCH] generic-time: add macro to simplify/hide mask constantsJim Cromie2-3/+3
2006-06-26[PATCH] make pmtmr_ioport __read_mostlyAndreas Mohr1-2/+2
2006-06-26[PATCH] time: rename clocksource functionsjohn stultz2-2/+2
2006-06-26[PATCH] Time: i386 Clocksource Driversjohn stultz4-0/+299
2006-06-26[PATCH] Time: i386 Conversion - part 2: Rework TSC Supportjohn stultz1-0/+9
2006-06-26[PATCH] hangcheck: remove monotomic_clock on x86Andrew Morton1-2/+2
2006-06-26[PATCH] Add bcm43xx HW RNG supportMichael Buesch3-0/+44
2006-06-26[PATCH] Add TI OMAP CPU family HW RNG driverMichael Buesch3-0/+223
2006-06-26[PATCH] Add ixp4xx HW RNG driverMichael Buesch3-0/+87
2006-06-26[PATCH] Add VIA HW RNG driverMichael Buesch3-0/+197
2006-06-26[PATCH] Add Geode HW RNG driverMichael Buesch3-0/+142
2006-06-26[PATCH] Add AMD HW RNG driverMichael Buesch3-0/+166
2006-06-26[PATCH] Add Intel HW RNG driverMichael Buesch3-0/+203
2006-06-26[PATCH] Add new generic HW RNG coreMichael Buesch5-0/+373
2006-06-26[PATCH] Remove old HW RNG supportMichael Buesch3-714/+0
2006-06-26[PATCH] drivers: use list_move()Akinobu Mita14-53/+28
2006-06-26[PATCH] core: use list_move()Akinobu Mita2-12/+7
2006-06-26[PATCH] fix magic sysrq on strange keyboardsFredrik Roubert1-2/+8
2006-06-26[PATCH] Bluetooth: fix potential NULL ptr deref in dtl1_cs.c::dtl1_hci_send_f...Jesper Juhl1-0/+3
2006-06-26[PATCH] fix "USB: move <linux/usb_input.h> to <linux/usb/input.h>"Andrew Morton1-1/+1
2006-06-25[PATCH] m68knommu: 532x UART supportGreg Ungerer1-3/+25
2006-06-25[PATCH] m68knommu: 532x FEC eth struct mapGreg Ungerer1-1/+1
2006-06-25Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds12-7/+3130
2006-06-25Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds1-1/+1
2006-06-25Merge master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds263-5750/+17515
2006-06-25[PATCH] parport: add to kernel-docRandy Dunlap2-2/+2
2006-06-25[PATCH] synclink_gt: add GT2 adapter supportPaul Fulghum1-1/+7
2006-06-25[PATCH] fix synclink_gt diagnostics error reportingPaul Fulghum1-3/+3
2006-06-25[PATCH] add synclink_gt crc return featurePaul Fulghum1-22/+33
2006-06-25[PATCH] add synclink_gt custom hdlc idlePaul Fulghum1-13/+33
2006-06-25[PATCH] irda-usb printk fixAndrew Morton1-1/+1
2006-06-25[PATCH] DMI: cleanup kernel-doc, add to DocBookRandy Dunlap1-4/+9
2006-06-25[PATCH] LED: add LED heartbeat triggerAtsushi Nemoto3-0/+128
2006-06-25[PATCH] fix memory leak in rocketport rp_do_receivePaul Fulghum1-39/+23
2006-06-25[PATCH] add "select GPIO_VR41XX" for TANBAC_TB0229Yoichi Yuasa1-0/+1
2006-06-25[PATCH] CCISS: tidy up product table indentationBjorn Helgaas1-36/+18
2006-06-25[PATCH] CCISS: run through LindentBjorn Helgaas1-1534/+1581
2006-06-25[PATCH] CCISS: remove parens around return valuesBjorn Helgaas1-23/+23
2006-06-25[PATCH] CCISS: fix a few spelling errorsBjorn Helgaas1-8/+8
2006-06-25[PATCH] CCISS: use ARRAY_SIZE without intermediatesBjorn Helgaas1-4/+2
2006-06-25[PATCH] CCISS: announce cciss%d devices with PCI address/IRQ/DAC infoBjorn Helgaas1-7/+9
2006-06-25[PATCH] CCISS: request all PCI resourcesBjorn Helgaas2-46/+18
2006-06-25[PATCH] CCISS: disable device when returning failureBjorn Helgaas1-9/+18
2006-06-25[PATCH] kthread: update loop.c to use kthreadSerge E. Hallyn1-13/+11
2006-06-25[PATCH] ide-floppy: fix debug-only syntax errorRandy Dunlap1-1/+1
2006-06-25[PATCH] More !tty cleanups in drivers/charEric Sesterhenn5-10/+10
2006-06-25[PATCH] Clean up char/esp.cEric Sesterhenn1-2/+2
2006-06-25[PATCH] Cyclades CleanupEric Sesterhenn1-4/+3
2006-06-25[PATCH] R3964: fix GFP_KERNEL allocations in timer functionDavid Woodhouse1-1/+2
2006-06-25[PATCH] advansys section fixesRandy Dunlap1-3/+3
2006-06-25[PATCH] char/ip2: more section fixes (replacement)Randy Dunlap1-6/+6
2006-06-25[PATCH] cdrom/mcdx: section fixesRandy Dunlap1-1/+1
2006-06-25[PATCH] trident fb section fixesRandy Dunlap1-3/+3
2006-06-25[PATCH] wan/sdla section fixesRandy Dunlap1-2/+2
2006-06-25[PATCH] RTC: add rtc-ds1742 driverAtsushi Nemoto3-0/+270
2006-06-25[PATCH] RTC: add rtc-ds1553 driverAtsushi Nemoto3-0/+425
2006-06-25[PATCH] at91rm9200-rtc-driver-tidyAndrew Morton1-30/+49
2006-06-25[PATCH] AT91RM9200 RTC driverAndrew Victor3-0/+395
2006-06-25[PATCH] RTC: Add rtc_year_days() to calculate tm_ydayAndrew Victor1-0/+19
2006-06-25[PATCH] Add v3020 RTC supportRaphael Assenat3-0/+275
2006-06-25[PATCH] Add max6902 RTC supportRaphael Assenat3-0/+297
2006-06-25[PATCH] rtc subsystem: add capability checksAlessandro Zummo4-19/+23
2006-06-25[PATCH] rtc subsystem, fix capability checks in kernel interfaceAlessandro Zummo1-16/+6
2006-06-25[PATCH] drivers/acorn/char/pcf8583.[hc] vs. RTC subsystemG. Liakhovetski3-0/+405
2006-06-25[PATCH] RTC: rtc-dev UIE emulationAtsushi Nemoto2-0/+109
2006-06-25[PATCH] "RTC-framework" driver for DS1307 and similar RTC chipsDavid Brownell3-0/+407
2006-06-25[PATCH] megaraid_mbox: fix section mismatch warningsRandy Dunlap1-1/+1
2006-06-25[PATCH] wd7000: fix section mismatch warningsRandy.Dunlap1-1/+1
2006-06-25[PATCH] AX88796 parallel port driverBen Dooks3-1/+457
2006-06-25[PATCH] moxa: partial CodingStyle cleanup & spelling fixesJesper Juhl1-344/+450
2006-06-25[PATCH] moxa: remove pointless check of 'tty' argument vs NULLJesper Juhl1-2/+2
2006-06-25[PATCH] moxa: remove pointless castsJesper Juhl1-21/+21
2006-06-25[PATCH] EDD isn't EXPERIMENTAL anymoreChris Wedgwood1-2/+1
2006-06-25[PATCH] cpqarray section fixAndrew Morton1-2/+2
2006-06-25[PATCH] IDE CD end-of media error fixAlan Cox2-28/+149
2006-06-25[PATCH] nbd: kill obsolete changelog, add GPLPavel Machek1-32/+2
2006-06-25[PATCH] kernel/sys.c: cleanupsAdrian Bunk2-2/+2
2006-06-25[PATCH] Add driver for ARM AMBA PL031 RTCDeepak Saxena3-0/+244
2006-06-25[PATCH] idetape gcc 4.1 warning fixDaniel Walker1-16/+33
2006-06-25[PATCH] drivers/char/applicom.c: proper module_{init,exit}Adrian Bunk1-36/+4
2006-06-25[PATCH] oprofile: convert from semaphores to mutexesMarkus Armbruster4-25/+25
2006-06-25[PATCH] pnp: card_probe(): fix memory leakJesper Juhl1-22/+26
2006-06-25[PATCH] random: remove redundant SA_SAMPLE_RANDOM from touchscreen driversMatt Mackall2-6/+3
2006-06-25[PATCH] random: change cpqarray to use add_disk_randomnessMatt Mackall1-2/+3
2006-06-25[PATCH] random: make CCISS use add_disk_randomnessMatt Mackall1-2/+2
2006-06-25[PATCH] Rewritten backlight infrastructure for portable Apple computersMichael Hanselmann20-529/+1366
2006-06-25[PATCH] m68k: convert mac irq codeRoman Zippel2-10/+4
2006-06-25[PATCH] m68k: introduce irq controllerRoman Zippel1-0/+1
2006-06-25[PATCH] m68k: cleanup generic irq namesRoman Zippel1-1/+1
2006-06-25[PATCH] m68k: Add the generic dma API functionsRoman Zippel1-4/+4
2006-06-25[PATCH] mm: remove VM_LOCKED before remap_pfn_range and drop VM_SHMChristoph Lameter4-6/+1
2006-06-25[PATCH] ieee1394: nodemgr: do not peek into struct semaphoreStefan Richter2-2/+5
2006-06-25Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust48-1733/+1989
2006-06-25V4L/DVB (4210a): git-dvb versus matroxfbAndrew Morton1-25/+27
2006-06-25Fixes some sync issues between V4L/DVB development and GITMauro Carvalho Chehab2-210/+31
2006-06-25V4L/DVB (4206): Cx88-blackbird: always set encoder height based on tvnorm->idMichael Krufky1-15/+4
2006-06-25V4L/DVB (4205): Merge tda9887 module into tuner.Mauro Carvalho Chehab5-395/+120
2006-06-25V4L/DVB (4202): allow selecting CX2341x port modeHans Verkuil2-1/+3
2006-06-25V4L/DVB (4200): Disable bitrate_mode when encoding mpeg-1.Hans Verkuil1-0/+6
2006-06-25V4L/DVB (4199): Add cx2341x-specific control array to cx2341x.cHans Verkuil1-0/+35
2006-06-25V4L/DVB (4198): Avoid newer usages of obsoleted experimental MPEGCOMP APIHans Verkuil3-0/+9
2006-06-25V4L/DVB (4197): Port new MPEG API to saa7134-empress with saa6752hsHans Verkuil2-32/+247
2006-06-25V4L/DVB (4196): Port cx88-blackbird to the new MPEG API.Hans Verkuil2-713/+74
2006-06-25V4L/DVB (4192): Use control helpers for saa7115, cx25840, msp3400.Hans Verkuil3-222/+44
2006-06-25V4L/DVB (4191): Add CX2341X MPEG encoder module.Hans Verkuil4-0/+878
2006-06-25V4L/DVB (4190): Add helper functions for control processing to v4l2-common.Hans Verkuil1-1/+506
2006-06-25V4L/DVB (4189): Add videodev support for VIDIOC_S/G/TRY_EXT_CTRLS.Hans Verkuil1-2/+103
2006-06-25V4L/DVB (4186): Add support for the DNTV Live! mini DVB-T card.Cameron Hutchinson2-1/+4
2006-06-25V4L/DVB (4185): Conditionally enable 5 byte diseqc commandsYeasah Pell1-2/+5
2006-06-25V4L/DVB (4184): Static variables mustn't be EXPORT_SYMBOL 'edAdrian Bunk1-2/+0