summaryrefslogtreecommitdiffstats
path: root/include/clocksource (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-25tools: firmware: add fallback cancelation testingLuis R. Rodriguez1-0/+32
2017-01-25tools: firmware: rename fallback mechanism scriptLuis R. Rodriguez2-3/+4
2017-01-25tools: firmware: check for distro fallback udev cancel ruleLuis R. Rodriguez1-2/+26
2017-01-25test_firmware: use device attribute groupsLuis R. Rodriguez1-24/+11
2017-01-25test_firmware: move misc_device downLuis R. Rodriguez1-6/+6
2017-01-25nvmem: core: Allow getting nvmem cell with a NULL cell idVivek Gautam1-3/+8
2017-01-25nvmem: core: Correct a bunch of function documentationsVivek Gautam1-14/+16
2017-01-25nvmem: core: Allow ignoring length when reading a cellVivek Gautam1-2/+4
2017-01-25devicetree: bindings: nvmem: Add compatible string for imx6ulBai Ping1-2/+4
2017-01-25nvmem: octop: Add support for imx6ulBai Ping1-0/+1
2017-01-25misc: sram: Integrate protect-exec reserved sram area typeDave Gerlach5-2/+31
2017-01-25misc: sram: Introduce support code for protect-exec sram typeDave Gerlach3-0/+150
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-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. Srinivasan2-4/+11
2017-01-20Drivers: hv: vmbus: Define an API to retrieve virtual processor indexK. Y. Srinivasan2-1/+3
2017-01-20Drivers: hv: vmbus: Define APIs to manipulate the synthetic interrupt controllerK. Y. Srinivasan2-4/+7
2017-01-20Drivers: hv: vmbus: Define APIs to manipulate the event pageK. Y. Srinivasan2-4/+7
2017-01-20Drivers: hv: vmbus: Define APIs to manipulate the message pageK. Y. Srinivasan2-4/+7
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. Srinivasan2-5/+9
2017-01-20Drivers: hv: vmbus: Move the code to signal end of messageK. Y. Srinivasan3-35/+38
2017-01-20Drivers: hv: vmbus: Move the check for hypercall page setupK. Y. Srinivasan3-6/+17
2017-01-20Drivers: hv: vmbus: Move the crash notification functionK. Y. Srinivasan5-35/+35
2017-01-20Drivers: hv: vmbus: Move the extracting of Hypervisor version informationK. Y. Srinivasan5-81/+41
2017-01-20Drivers: hv: vmbus: Consolidate all Hyper-V specific clocksource codeK. Y. Srinivasan5-126/+117
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-19ARM: da850: add the nand dev_id to the clock lookup tableBartosz Golaszewski2-10/+12
2017-01-19memory: aemif: allow passing device lookup table as platform dataBartosz Golaszewski2-1/+30
2017-01-19pc104: Introduce the PC104 Kconfig optionWilliam Breathitt Gray1-0/+7
2017-01-19Drivers: hv: vmbus: Move Hypercall invocation code out of common codeK. Y. Srinivasan4-59/+49
2017-01-19Drivers: hv vmbus: Move Hypercall page setup out of common codeK. Y. Srinivasan7-42/+82