summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-07-03ipw2200: convert __list_for_each usage to list_for_eachDave Jones1-1/+1
2013-07-03radeon: remove redundant __list_for_each definition from mkregtable.cDave Jones1-13/+0
2013-07-03backlight: convert from legacy pm ops to dev_pm_opsShuah Khan1-3/+7
2013-07-03lcd: add devm_lcd_device_{register,unregister}()Jingoo Han1-0/+70
2013-07-03backlight: add devm_backlight_device_{register,unregister}()Jingoo Han1-0/+75
2013-07-03backlight: pcf50633: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-07-03backlight: lp8788: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-07-03backlight: ep93xx: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-07-03backlight: atmel-pwm-bl: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-07-03drivers/misc/sgi-gru/grufault.c: fix a sanity test in gru_set_context_option()Dimitri Sivanich1-2/+3
2013-07-03drivers/dma: remove unused support for MEMSET operationsBartlomiej Zolnierkiewicz9-343/+8
2013-07-03drm/i915: quirk away phantom LVDS on Intel's D525MW mainboardJani Nikula1-0/+8
2013-07-03drm/i915: quirk away phantom LVDS on Intel's D510MO mainboardChris Wilson1-0/+8
2013-07-03dmi: add support for exact DMI matches in addition to substring matchingJani Nikula1-3/+9
2013-07-03drivers: avoid parsing names as kthread_run() format stringsKees Cook14-15/+22
2013-07-03drivers: avoid format strings in names passed to alloc_workqueue()Kees Cook9-16/+13
2013-07-03drivers: avoid format string in dev_set_nameKees Cook21-22/+22
2013-07-03clean up scary strncpy(dst, src, strlen(src)) usesKees Cook3-8/+4
2013-07-03mm: correctly update zone->managed_pagesJiang Liu2-21/+9
2013-07-03uio: use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFTLibin1-1/+1
2013-07-03block: do not pass disk names as format stringsKees Cook2-2/+3
2013-07-03drivers/cdrom/cdrom.c: use kzalloc() for failing hardwareJonathan Salwan1-1/+1
2013-07-03drivers/cdrom/gdrom.c: fix device number leakLibo Chen1-1/+1
2013-07-03drivers/dma/pl330.c: fix locking in pl330_free_chan_resources()Bartlomiej Zolnierkiewicz1-2/+2
2013-07-03Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds3-57/+135
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds17-289/+27
2013-07-02Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2-5/+6
2013-07-02Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+36
2013-07-02Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2013-07-02Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-12/+150
2013-07-02Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-11/+529
2013-07-02Merge tag 'late-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds12-83/+1051
2013-07-02Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds44-572/+4899
2013-07-02Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds11-51/+777
2013-07-02Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds73-3514/+15568
2013-07-02Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-211/+266
2013-07-02Merge tag 'fixes-non-critical-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds12-21/+16
2013-07-02Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds16-157/+219
2013-07-02Merge tag 'char-misc-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds98-867/+3316
2013-07-02Merge tag 'staging-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds867-21073/+280421
2013-07-02Merge tag 'tty-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds39-375/+1988
2013-07-02Merge tag 'usb-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds212-3288/+15111
2013-07-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds9-12/+88
2013-06-30Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds10-92/+60
2013-06-30Revert "serial: 8250_pci: add support for another kind of NetMos Technology P...Greg Kroah-Hartman1-4/+0
2013-06-29Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+5
2013-06-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-1/+5
2013-06-29Merge branch 'devel-stable' into for-nextRussell King1-18/+5
2013-06-29Merge branches 'fixes', 'mcpm', 'misc' and 'mmci' into for-nextRussell King2-39/+130
2013-06-29cpqphp_sysfs: switch to fixed_size_llseek()Al Viro1-20/+2