summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-03-01Drivers: hv: vmbus: Support handling messages on multiple CPUsK. Y. Srinivasan3-7/+17
2016-03-01Drivers: hv: utils: Remove util transport handler from list if registration f...Alex Ng1-0/+3
2016-03-01Drivers: hv: util: Pass the channel information during the init callK. Y. Srinivasan4-3/+4
2016-03-01Drivers: hv: vmbus: avoid unneeded compiler optimizations in vmbus_wait_for_u...Vitaly Kuznetsov1-1/+1
2016-03-01Drivers: hv: vmbus: remove code duplication in message handlingVitaly Kuznetsov3-47/+27
2016-03-01Drivers: hv: vmbus: avoid wait_for_completion() on crashVitaly Kuznetsov4-6/+6
2016-03-01Drivers: hv: vmbus: don't loose HVMSG_TIMER_EXPIRED messagesVitaly Kuznetsov1-35/+33
2016-03-01misc: at24: replace memory_accessor with nvmem_device_readAndrew Lunn1-30/+1
2016-03-01eeprom: 93xx46: extend driver to plug into the NVMEM frameworkAndrew Lunn2-27/+95
2016-03-01eeprom: at25: extend driver to plug into the NVMEM frameworkAndrew Lunn2-55/+71
2016-03-01eeprom: at25: Remove in kernel API for accessing the EEPROMAndrew Lunn1-26/+0
2016-03-01eeprom: at24: extend driver to plug into the NVMEM frameworkAndrew Lunn2-41/+82
2016-03-01nvmem: Add backwards compatibility support for older EEPROM drivers.Andrew Lunn1-8/+76
2016-03-01nvmem: Add flag to export NVMEM to root onlyAndrew Lunn1-2/+55
2016-03-01misc: ad525x_dpot: Fix the enabling of the "otpXen" attributesDan Bogdan Nechita1-1/+1
2016-03-01drivers/misc/ad525x_dpot: AD5274 fix RDAC read back errorsMichael Hennerich1-1/+1
2016-03-01mei: me: add broxton pci device idsTomas Winkler2-0/+7
2016-03-01Merge tag 'lkdtm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/...Greg Kroah-Hartman4-3/+322
2016-03-01Merge tag 'extcon-next-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman9-11/+88
2016-03-01Merge 4.5-rc6 into char-misc-nextGreg Kroah-Hartman243-1649/+3165
2016-03-01lkdtm: improve use-after-free testsKees Cook1-4/+15
2016-03-01lkdtm: add test for atomic_t underflow/overflowDavid Windsor1-0/+13
2016-03-01lkdtm: Add read/write after free tests for buddy memoryLaura Abbott1-0/+45
2016-03-01lkdtm: Update WRITE_AFTER_FREE testLaura Abbott1-4/+13
2016-03-01lkdtm: Add READ_AFTER_FREE testLaura Abbott1-0/+38
2016-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds3-0/+203
2016-02-29extcon: palmas: Drop IRQF_EARLY_RESUME flagGrygorii Strashko1-2/+2
2016-02-28Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-11/+7
2016-02-28Merge tag 'staging-4.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2016-02-28Merge tag 'usb-4.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds18-70/+125
2016-02-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+22
2016-02-27Merge tag 'pci-v4.5-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-4/+14
2016-02-27Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+2
2016-02-27drivers: char: random: add get_random_long()Daniel Cashman1-0/+22
2016-02-27PCI: mvebu: Restrict build to 32-bit ARMThierry Reding1-0/+1
2016-02-27Revert "PCI, x86: Implement pcibios_alloc_irq() and pcibios_free_irq()"Bjorn Helgaas1-1/+8
2016-02-26Merge tag 'pm+acpi-4.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-94/+36
2016-02-26Merge branches 'pm-devfreq' and 'acpi-pci'Rafael J. Wysocki1-94/+34
2016-02-25Merge tag 'renesas-sh-drivers-fixes-for-v4.5' of git://git.kernel.org/pub/scm...Linus Torvalds1-1/+1
2016-02-25Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds24-121/+475
2016-02-25Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-56/+56
2016-02-25Merge tag 'for-v4.5-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...Linus Torvalds1-3/+34
2016-02-25drm/nouveau/disp/dp: ensure sink is powered up before attempting link trainingBen Skeggs2-0/+16
2016-02-25drm/nouveau: platform: Fix deferred probeThierry Reding2-12/+30
2016-02-25drivers: sh: Restore legacy clock domain on SuperH platformsGeert Uytterhoeven1-1/+1
2016-02-25Merge tag 'drm-intel-fixes-2016-02-22' of git://anongit.freedesktop.org/drm-i...Dave Airlie13-93/+367
2016-02-25Merge branch 'drm-fixes-4.5' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie7-16/+62
2016-02-24drm/amdgpu: disable direct VM updates when vm_debug is setChristian König1-1/+2
2016-02-24amdgpu: fix NULL pointer dereference at tonga_check_states_equalBradley Pankow1-2/+2
2016-02-24Merge tag 'fixes-for-v4.5-rc6' of http://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman13-63/+106