summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-08docs: w1: w1_therm: Fix broken xref, mistakes, clarify textIvan Zaentsev2-46/+43
2020-10-08misc: Kconfig: fix a HISI_HIKEY_USB dependencyMauro Carvalho Chehab1-1/+1
2020-10-07LSM: Fix type of id parameter in kernel_post_load_data prototypeNathan Chancellor1-1/+1
2020-10-07misc: Kconfig: add a new dependency for HISI_HIKEY_USBMauro Carvalho Chehab1-0/+1
2020-10-06firmware_loader: fix a kernel-doc markupMauro Carvalho Chehab1-0/+2
2020-10-05w1: w1_therm: make w1_poll_completion staticGreg Kroah-Hartman1-1/+1
2020-10-05binder: simplify the return expression of binder_mmapLiu Shixin1-14/+4
2020-10-05test_firmware: Test partial read supportScott Branden2-12/+233
2020-10-05firmware: Add request_partial_firmware_into_buf()Scott Branden3-18/+99
2020-10-05firmware: Store opt_flags in fw_privKees Cook5-23/+25
2020-10-05fs/kernel_file_read: Add "offset" arg for partial readsKees Cook7-34/+65
2020-10-05IMA: Add support for file reads without contentsScott Branden1-6/+16
2020-10-05LSM: Add "contents" flag to kernel_read_file hookKees Cook9-14/+41
2020-10-05module: Call security_kernel_post_load_data()Kees Cook1-4/+10
2020-10-05firmware_loader: Use security_post_load_data()Kees Cook3-15/+21
2020-10-05LSM: Introduce kernel_post_load_data() hookKees Cook12-15/+82
2020-10-05fs/kernel_read_file: Add file_size output argumentKees Cook7-11/+23
2020-10-05fs/kernel_read_file: Switch buffer size arg to size_tKees Cook4-15/+31
2020-10-05fs/kernel_read_file: Remove redundant size argumentKees Cook7-34/+36
2020-10-05fs/kernel_read_file: Split into separate source fileKees Cook3-133/+140
2020-10-05fs/kernel_read_file: Split into separate include fileScott Branden15-38/+64
2020-10-05fs/kernel_read_file: Remove FIRMWARE_EFI_EMBEDDED enumKees Cook2-3/+2
2020-10-05fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enumKees Cook7-14/+12
2020-10-05power: supply: Constify static w1_family_ops structsRikard Falkeborn3-3/+3
2020-10-05w1: Constify static w1_family_ops structsRikard Falkeborn17-19/+19
2020-10-05w1: Constify struct w1_family_opsRikard Falkeborn2-2/+2
2020-10-05intel_th: pci: Add Alder Lake CPU supportAlexander Shishkin1-0/+5
2020-10-05intel_th: pci: Add Alder Lake-S supportAlexander Shishkin1-0/+5
2020-10-05stm class: ftrace: Use different channel accroding to CPUTingwei Zhang1-1/+4
2020-10-05stm class: ftrace: Enable supported trace export flagTingwei Zhang1-0/+2
2020-10-05tracing: Add trace_export support for trace_markerTingwei Zhang2-0/+10
2020-10-05tracing: Add trace_export support for event traceTingwei Zhang2-125/+135
2020-10-05tracing: Add flag to control different tracesTingwei Zhang2-17/+24
2020-10-05stm class: ftrace: Change dependency to TRACINGTingwei Zhang1-1/+1
2020-10-05Merge tag 'extcon-next-for-5.10-v2' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman11-178/+185
2020-10-02bus/fsl-mc: Add a new version for dprc_get_obj_region commandDiana Craciun2-14/+27
2020-10-02bus/fsl-mc: Extend ICID size from 16bit to 32bitBharat Bhushan4-6/+5
2020-10-02bus/fsl-mc: Export IRQ pool handling functions to be used by VFIODiana Craciun4-19/+22
2020-10-02bus/fsl_mc: Do not rely on caller to provide non NULL mc_ioDiana Craciun1-1/+6
2020-10-02bus/fsl-mc: Add a container setup functionDiana Craciun2-22/+51
2020-10-02bus/fsl-mc: Export a cleanup function for DPRCDiana Craciun2-15/+49
2020-10-02bus/fsl-mc: Export dprc_scan/dprc_remove functions to be used by multiple ent...Diana Craciun3-15/+19
2020-10-02bus/fsl-mc: Add dprc-reset-container supportBharat Bhushan3-0/+85
2020-10-02bus/fsl-mc: Cache the DPRC API versionDiana Craciun1-9/+21
2020-10-02bus/fsl-mc: Set the QMAN/BMAN region flagsDiana Craciun3-11/+10
2020-10-02bus/fsl-mc: add support for 'driver_override' in the mc-busBharat Bhushan2-0/+56
2020-10-02bus/fsl-mc: Add a new parameter to dprc_scan_objects functionDiana Craciun1-4/+7
2020-10-02bus/fsl-mc: Do no longer export the total number of irqs outside dprc_scan_ob...Diana Craciun1-20/+10
2020-10-02mic: vop: copy data to kernel space then write to io memorySherry Sun1-6/+14
2020-10-02misc: vop: add round_up(x,4) for vring_size to avoid kernel panicSherry Sun3-5/+5