summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-21181-730/+643
* treewide: init_timer() -> setup_timer()Kees Cook2017-11-2126-97/+47
* treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-2126-56/+56
* lightnvm: Convert timers to use timer_setup()Kees Cook2017-11-216-13/+13
* drivers/net: cris: Convert timers to use timer_setup()Kees Cook2017-11-211-19/+17
* drm/vc4: Convert timers to use timer_setup()Kees Cook2017-11-212-12/+7
* drm/i915/selftests: Convert timers to use timer_setup()Kees Cook2017-11-211-3/+3
* usb: usbatm: Convert timers to use timer_setup()Kees Cook2017-11-213-20/+29
* drivers/firmware: psci: Convert timers to use timer_setup()Kees Cook2017-11-211-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-11-2111-33/+60
|\
| * Merge tag 'mac80211-for-davem-2017-11-20' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-11-211-1/+4
| |\
| | * mac80211_hwsim: Fix memory leak in hwsim_new_radio_nl()Ben Hutchings2017-11-201-1/+4
| * | nfp: flower: add missing kdocJakub Kicinski2017-11-211-0/+1
| * | net: qmi_wwan: add Quectel BG96 2c7c:0296Sebastian Sjoholm2017-11-211-0/+1
| * | mlxsw: spectrum: Do not try to create non-existing ports during unsplitIdo Schimmel2017-11-212-2/+8
| |/
| * net: vxge: Fix some indentation issuesChristophe JAILLET2017-11-201-19/+18
| * net: ena: fix race condition between device reset and link up setupNetanel Belgazal2017-11-202-3/+11
| * r8169: use same RTL8111EVL green settings as in vendor driverHeiner Kallweit2017-11-191-0/+5
| * r8169: fix RTL8111EVL EEE and green settingsHeiner Kallweit2017-11-191-6/+6
| * tun: fix rcu_read_lock imbalance in tun_build_skbXin Long2017-11-191-1/+2
| * usbnet: ipheth: fix potential null pointer dereference in ipheth_carrier_setGustavo A. R. Silva2017-11-191-1/+4
* | Merge tag 'ceph-for-4.15-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2017-11-211-52/+13
|\ \
| * | rbd: default to single-major device number schemeIlya Dryomov2017-11-131-4/+3
| * | rbd: set discard_alignment to zeroDavid Disseldorp2017-11-131-1/+0
| * | rbd: get rid of rbd_mapping::read_onlyIlya Dryomov2017-11-131-19/+4
| * | rbd: fix and simplify rbd_ioctl_set_ro()Ilya Dryomov2017-11-131-28/+6
* | | Merge tag 'fbdev-v4.15' of git://github.com/bzolnier/linuxLinus Torvalds2017-11-2026-723/+147
|\ \ \
| * | | OMAPFB: prevent buffer underflow in omapfb_parse_vram_param()Dan Carpenter2017-11-171-1/+1
| * | | video: fbdev: sm501fb: fix potential null pointer dereference on fbiColin Ian King2017-11-171-2/+4
| * | | fbcon: Initialize ops->info earlyThierry Reding2017-11-131-0/+1
| * | | video: fbdev: Convert timers to use timer_setup()Kees Cook2017-11-105-18/+13
| * | | video: fbdev: pxa3xx_gcu: Convert timers to use timer_setup()Kees Cook2017-11-101-8/+10
| * | | fbdev: controlfb: Add missing modes to fix out of bounds accessGeert Uytterhoeven2017-11-091-0/+2
| * | | video: fbdev: sis_main: mark expected switch fall-throughsGustavo A. R. Silva2017-11-091-0/+4
| * | | video: fbdev: cirrusfb: mark expected switch fall-throughsGustavo A. R. Silva2017-11-091-2/+4
| * | | video: fbdev: aty: radeon_pm: mark expected switch fall-throughsGustavo A. R. Silva2017-11-091-0/+3
| * | | video: fbdev: sm501fb: mark expected switch fall-through in sm501fb_blank_crtGustavo A. R. Silva2017-11-091-0/+1
| * | | video: fbdev: intelfb: remove redundant variablesColin Ian King2017-11-091-7/+2
| * | | video/fbdev/dnfb: Use common error handling code in dnfb_probe()Markus Elfring2017-11-091-6/+7
| * | | sm501fb: suspend and resume fb if it existsSudip Mukherjee2017-11-091-0/+6
| * | | sm501fb: unregister framebuffer only if registeredSudip Mukherjee2017-11-091-2/+4
| * | | sm501fb: deallocate colormap only if allocatedSudip Mukherjee2017-11-091-0/+3
| * | | video: goldfishfb: Add support for device tree bindingsAleksandar Markovic2017-11-091-1/+7
| * | | video: udlfb: Fix read EDID timeoutLadislav Michl2017-11-091-5/+5
| * | | video: fbdev: remove dead igafb driverBartlomiej Zolnierkiewicz2017-11-093-590/+0
| * | | video: fbdev: mxsfb: fix pixelclock polarityStefan Agner2017-11-091-2/+11
| * | | video: fbdev: au1200fb: Style clean upChristophe JAILLET2017-11-091-4/+4
| * | | video: fbdev: au1200fb: Propagate an error codeChristophe JAILLET2017-11-091-3/+4
| * | | video: fbdev: au1200fb: Remove some dead codeChristophe JAILLET2017-11-091-6/+0
| * | | video: fbdev: au1200fb: Fix error handling pathChristophe JAILLET2017-11-091-2/+10