summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-10-05fs/kernel_file_read: Add "offset" arg for partial readsKees Cook1-4/+4
2020-10-05LSM: Add "contents" flag to kernel_read_file hookKees Cook4-5/+12
2020-10-05LSM: Introduce kernel_post_load_data() hookKees Cook4-5/+36
2020-10-05fs/kernel_read_file: Add file_size output argumentKees Cook1-0/+4
2020-10-05fs/kernel_read_file: Switch buffer size arg to size_tKees Cook1-4/+4
2020-10-05fs/kernel_read_file: Remove redundant size argumentKees Cook1-4/+4
2020-10-05fs/kernel_read_file: Split into separate include fileScott Branden4-38/+53
2020-10-05fs/kernel_read_file: Remove FIRMWARE_EFI_EMBEDDED enumKees Cook1-2/+1
2020-10-05fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enumKees Cook1-1/+1
2020-10-05w1: Constify struct w1_family_opsRikard Falkeborn1-1/+1
2020-10-05tracing: Add trace_export support for trace_markerTingwei Zhang1-0/+1
2020-10-05tracing: Add trace_export support for event traceTingwei Zhang1-0/+1
2020-10-05tracing: Add flag to control different tracesTingwei Zhang1-0/+5
2020-10-02bus/fsl-mc: Extend ICID size from 16bit to 32bitBharat Bhushan1-1/+1
2020-10-02bus/fsl-mc: Export IRQ pool handling functions to be used by VFIODiana Craciun1-0/+11
2020-10-02bus/fsl-mc: Add a container setup functionDiana Craciun1-0/+2
2020-10-02bus/fsl-mc: Export a cleanup function for DPRCDiana Craciun1-0/+2
2020-10-02bus/fsl-mc: Export dprc_scan/dprc_remove functions to be used by multiple ent...Diana Craciun1-0/+7
2020-10-02bus/fsl-mc: Add dprc-reset-container supportBharat Bhushan1-0/+7
2020-10-02bus/fsl-mc: Set the QMAN/BMAN region flagsDiana Craciun1-0/+8
2020-10-02bus/fsl-mc: add support for 'driver_override' in the mc-busBharat Bhushan1-0/+2
2020-10-02bus: mhi: Remove unused nr_irqs_req variableLoic Poulain1-2/+0
2020-10-02bus: mhi: core: Introduce debugfs entries for MHIBhaumik Bhatt1-0/+2
2020-10-02bus: mhi: Remove include of rwlock_types.hClark Williams1-2/+1
2020-10-02bus: mhi: core: Add const qualifier to MHI config informationHemant Kumar1-3/+3
2020-10-02bus: mhi: core: Introduce APIs to allocate and free the MHI controllerBhaumik Bhatt1-0/+12
2020-10-02bus: mhi: core: Read and save device hardware information from BHIBhaumik Bhatt1-0/+6
2020-10-02bus: mhi: core: Introduce counters to track MHI device state transitionsBhaumik Bhatt1-0/+2
2020-10-02bus: mhi: core: Use generic name field for an MHI deviceBhaumik Bhatt1-4/+4
2020-10-02bus: mhi: fix doubled words and struct image_info kernel-docRandy Dunlap1-4/+6
2020-10-01Merge tag 'soundwire-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2-15/+40
2020-09-28coresight: cti: Don't disable ect device if it's not enabledTingwei Zhang1-0/+1
2020-09-28coresight: Use IS_ENABLED for CONFIGs that may be modulesKim Phillips1-1/+1
2020-09-24Merge tag 'icc-5.10-rc1' of https://git.linaro.org/people/georgi.djakov/linux...Greg Kroah-Hartman6-2/+407
2020-09-23soundwire: enable Data Port test modesPierre-Louis Bossart1-0/+6
2020-09-22Merge tag 'misc-habanalabs-next-2020-09-22' of git://people.freedesktop.org/~...Greg Kroah-Hartman1-3/+84
2020-09-22habanalabs: Add an option to map CB to device MMUTomer Tayar1-1/+11
2020-09-22habanalabs: allow to wait on CS without sleepOded Gabbay1-0/+3
2020-09-22habanalabs: count dropped CS because max CS in-flightOded Gabbay1-0/+2
2020-09-22habanalabs: replace armcp with the generic cpucpOded Gabbay1-2/+2
2020-09-22habanalabs: add support for getting device total energyfarah kassabri1-0/+10
2020-09-22habanalabs: extend busy engines mask to 64 bitsfarah kassabri1-0/+6
2020-09-22habanalabs: expose sync manager resources allocation in INFO IOCTLOfir Bitton1-0/+23
2020-09-22habanalabs: add information about PCIe controllerOfir Bitton1-0/+27
2020-09-22nitro_enclaves: Add ioctl interface definitionAndra Paraschiv2-0/+370
2020-09-18soundwire: Add generic bandwidth allocation algorithmBard Liao1-0/+3
2020-09-18Merge branch 'icc-syncstate' into icc-nextGeorgi Djakov1-0/+7
2020-09-18interconnect: Add sync state supportGeorgi Djakov1-0/+5
2020-09-18interconnect: Add get_bw() callbackGeorgi Djakov1-0/+2
2020-09-17coresight: stm: Support marked packetTingwei Zhang1-0/+1