summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2018-09-25coresight: etb10: Splitting function etb_enable()Mathieu Poirier
2018-09-25coresight: etb10: Refactor etb_drvdata::mode handlingMathieu Poirier
2018-09-25coresight: etm-perf: Add support for ETR backendSuzuki K Poulose
2018-09-25coresight: perf: Remove set_buffer call backSuzuki K Poulose
2018-09-25coresight: perf: Add helper to retrieve sink configurationSuzuki K Poulose
2018-09-25coresight: perf: Remove reset_buffer call back for sinksSuzuki K Poulose
2018-09-25coresight: Convert driver messages to dev_dbgSuzuki K Poulose
2018-09-25coresight: tmc-etr: Relax collection of trace from sysfs modeSuzuki K Poulose
2018-09-25coresight: tmc-etr: Handle driver mode specific ETR buffersSuzuki K Poulose
2018-09-25coresight: perf: Disable trace path upon source errorSuzuki K Poulose
2018-09-25coresight: perf: Allow tracing on hotplugged CPUsSuzuki K Poulose
2018-09-25coresight: perf: Avoid unncessary CPU hotplug read lockSuzuki K Poulose
2018-09-25coresight: perf: Fix per cpu path managementSuzuki K Poulose
2018-09-25coresight: etb10: Fix handling of perf modeSuzuki K Poulose
2018-09-25coresight: Fix handling of sinksSuzuki K Poulose
2018-09-25coresight: Use ERR_CAST instead of ERR_PTRzhong jiang
2018-09-25coresight: Cleanup coresight DT bindingsSuzuki K Poulose
2018-09-25coresight: platform: Cleanup coresight connection handlingSuzuki K Poulose
2018-09-25coresight: Add helper to check if the endpoint is inputSuzuki K Poulose
2018-09-25coresight: Fix remote endpoint parsingSuzuki K Poulose
2018-09-25coresight: platform: Fix leaking device referenceSuzuki K Poulose
2018-09-25coresight: platform: Fix refcounting for graph nodesSuzuki K Poulose
2018-09-25coresight: platform: Refactor graph endpoint parsingSuzuki K Poulose
2018-09-25coresight: Document error handling in coresight_registerSuzuki K Poulose
2018-09-20misc: sgi-gru: fix fall-through annotationsGustavo A. R. Silva
2018-09-16Merge b4.19-rc4 into char-misc-nextGreg Kroah-Hartman
2018-09-14Merge tag 'devicetree-fixes-for-4.19-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2018-09-14Merge tag 'for-linus-4.19c-rc4-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-09-14Merge tag 'dmaengine-fix-4.19-rc4' of git://git.infradead.org/users/vkoul/sla...Linus Torvalds
2018-09-14Merge tag 'usb-4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2018-09-14Merge tag 'tty-4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2018-09-14Merge tag 'staging-4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-09-14Merge tag 'char-misc-4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-09-14firmware: coreboot: Only populate devices in coreboot_table_init()Stephen Boyd
2018-09-14firmware: coreboot: Remap RAM with memremap() instead of ioremap()Stephen Boyd
2018-09-14firmware: coreboot: Collapse platform drivers into bus coreStephen Boyd
2018-09-14firmware: coreboot: Make bus registration symmetricStephen Boyd
2018-09-14firmware: coreboot: Unmap ioregion after device populationStephen Boyd
2018-09-14firmware: coreboot: Let OF core populate platform deviceStephen Boyd
2018-09-14drivers: misc: ad525x_dpot: Update MODULE AUTHOR email addressMichael Hennerich
2018-09-14misc: sgi-xp: remove meaningless null check before kfreezhong jiang
2018-09-14slimbus: ngd: mark PM functions as __maybe_unusedArnd Bergmann
2018-09-14platform: goldfish: pipe: Replace "x==NULL" to "!x"Roman Kiryanov
2018-09-14platform: goldfish: pipe: Move logical ops to the end of the prev lineRoman Kiryanov
2018-09-14platform: goldfish: pipe: Fix alignment to match parenthesisRoman Kiryanov
2018-09-14platform: goldfish: pipe: Fix lines to not end an opening bracketRoman Kiryanov
2018-09-14platform: goldfish: pipe: Rename goldfish_x to goldfish_pipe_xRoman Kiryanov
2018-09-14platform: goldfish: pipe: Remove reduntant casting to (void)Roman Kiryanov
2018-09-14platform: goldfish: pipe: Rename 'wakeBit' to 'wake_bit'Roman Kiryanov
2018-09-14platform: goldfish: pipe: Remove a blank line before '}'Roman Kiryanov