summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-01-25nvmem: octop: Add support for imx6ulBai Ping1-0/+1
2017-01-25misc: sram: Integrate protect-exec reserved sram area typeDave Gerlach4-2/+25
2017-01-25misc: sram: Introduce support code for protect-exec sram typeDave Gerlach2-0/+123
2017-01-25misc: sram: Split sram data structures into local headerDave Gerlach2-28/+41
2017-01-25w1: Fixup source file headersAndrew F. Davis10-70/+0
2017-01-25w1: don't leak refcount on slave attach failure in w1_attach_slave_device()Maciej S. Szmigiero1-0/+1
2017-01-25w1: add DS2405 addressable switch driverMaciej S. Szmigiero5-0/+249
2017-01-25w1: ds2490: USB transfer buffers need to be DMAableMaciej S. Szmigiero1-58/+84
2017-01-25w1: omap_hdq: Free resources on error pathChristophe JAILLET1-1/+1
2017-01-25coresight: etm4x: Fix timestamp configuration when working from perfMathieu Poirier1-1/+2
2017-01-25coresight: etm4x: Fix enabling of cycle accurate tracing in perf.Mike Leach2-2/+6
2017-01-25coresight: fix kernel panic caused by invalid CPUWang Nan1-0/+1
2017-01-25VME: restore bus_remove function causing incomplete module unloadStefano Babic1-0/+15
2017-01-25lkdtm: Fix Oops when unloading the moduleJuerg Haefliger1-1/+3
2017-01-25eeprom: fix platform_no_drv_owner.cocci warningsJulia Lawall1-1/+0
2017-01-25eeprom: fix memory leak on buf when failed allocation of csraddr_strColin Ian King1-2/+4
2017-01-25char: xilinx_hwicap: Remove pointless local variablesMichal Simek1-4/+0
2017-01-25Merge tag 'extcon-next-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman16-134/+377
2017-01-25extcon: palmas: Use dev_dbg macro for the debug messagesRoger Quadros1-8/+8
2017-01-20Drivers: hv: vmbus: Cleanup hyperv_vmbus.hK. Y. Srinivasan1-150/+2
2017-01-20Drivers: hv: vmbus: Define an APIs to manage interrupt stateK. Y. Srinivasan1-4/+8
2017-01-20Drivers: hv: vmbus: Define an API to retrieve virtual processor indexK. Y. Srinivasan1-1/+1
2017-01-20Drivers: hv: vmbus: Define APIs to manipulate the synthetic interrupt controllerK. Y. Srinivasan1-4/+4
2017-01-20Drivers: hv: vmbus: Define APIs to manipulate the event pageK. Y. Srinivasan1-4/+4
2017-01-20Drivers: hv: vmbus: Define APIs to manipulate the message pageK. Y. Srinivasan1-4/+4
2017-01-20Drivers: hv: vmbus: Get rid of an unsused variableK. Y. Srinivasan1-4/+0
2017-01-20Drivers: hv: util: Use hv_get_current_tick() to get current tickK. Y. Srinivasan1-1/+2
2017-01-20Drivers: hv: vmbus: Restructure the clockevents codeK. Y. Srinivasan1-5/+5
2017-01-20Drivers: hv: vmbus: Move the code to signal end of messageK. Y. Srinivasan2-35/+1
2017-01-20Drivers: hv: vmbus: Move the check for hypercall page setupK. Y. Srinivasan1-6/+1
2017-01-20Drivers: hv: vmbus: Move the crash notification functionK. Y. Srinivasan2-35/+0
2017-01-20Drivers: hv: vmbus: Move the extracting of Hypervisor version informationK. Y. Srinivasan3-81/+2
2017-01-20Drivers: hv: vmbus: Consolidate all Hyper-V specific clocksource codeK. Y. Srinivasan2-103/+0
2017-01-20mei: make mei_cl_set_disconnected staticAlexander Usyskin2-2/+1
2017-01-20mei: make mei_io_list_flush staticAlexander Usyskin2-2/+1
2017-01-19lkdtm: hide stack overflow warning for corrupt-stack testArnd Bergmann1-1/+6
2017-01-19coresight: STM: Balance enable/disableSuzuki K Poulose1-1/+1
2017-01-19memory: aemif: allow passing device lookup table as platform dataBartosz Golaszewski1-1/+7
2017-01-19Drivers: hv: vmbus: Move Hypercall invocation code out of common codeK. Y. Srinivasan2-53/+0
2017-01-19Drivers: hv vmbus: Move Hypercall page setup out of common codeK. Y. Srinivasan1-42/+3
2017-01-19Drivers: hv: vmbus: Move the definition of generate_guest_id()K. Y. Srinivasan1-43/+0
2017-01-19Drivers: hv: vmbus: Move the definition of hv_x64_msr_hypercall_contentsK. Y. Srinivasan1-15/+0
2017-01-19eeprom: Add IDT 89HPESx EEPROM/CSR driverSerge Semin3-0/+1598
2017-01-16Merge 4.10-rc4 into char-misc-nextGreg Kroah-Hartman135-856/+1392
2017-01-15Merge tag 'char-misc-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds10-16/+34
2017-01-15Merge tag 'driver-core-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-22/+0
2017-01-15Merge tag 'tty-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds5-17/+25
2017-01-15Merge tag 'usb-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds6-66/+98
2017-01-15Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-12/+33
2017-01-15Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-41/+95