summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-05-22habanalabs: add user API to get valid DRAM page sizesOhad Sharabi4-0/+40
2022-05-22habanalabs: convert all MMU masks/shifts to arraysOhad Sharabi6-92/+52
2022-05-22habanalabs: change mmu_get_real_page_size to be ASIC-specificOhad Sharabi4-98/+112
2022-05-22habanalabs: add DRAM default page size to HW infoOhad Sharabi1-0/+1
2022-05-22habanalabs: set non-0 value in dram default page sizeOhad Sharabi4-1/+8
2022-05-20Revert "speakup: Generate speakupmap.h automatically"Greg Kroah-Hartman6-418/+66
2022-05-19Merge tag 'icc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dja...Greg Kroah-Hartman28-600/+4887
2022-05-19speakup: Generate speakupmap.h automaticallySamuel Thibault6-66/+418
2022-05-19driver: soc: xilinx: Update function prototype for xlnx_unregister_eventAbhyuday Godhasara2-22/+43
2022-05-19driver: soc: xilinx: Add support of multiple callbacks for same event in even...Abhyuday Godhasara1-34/+117
2022-05-19misc: fastrpc: fix list iterator in fastrpc_req_mem_unmap_implSrinivas Kandagatla1-4/+5
2022-05-19misc: alcor_pci: set NULL intfdata and clear pci masterShuah Khan1-1/+5
2022-05-19edd: simplify the check of 'attr->test' in edd_populate_dir()Yang Yingliang1-2/+1
2022-05-19bus: ti-sysc: Fix warnings for unbind for serialTony Lindgren1-1/+3
2022-05-19firmware: dmi-sysfs: Fix memory leak in dmi_sysfs_register_handleMiaoqian Lin1-1/+1
2022-05-19drivers: dio: add missing iounmap() in dio_init()Yang Yingliang1-1/+4
2022-05-19accessiblity: speakup: Add missing misc_deregister in softsynth_probeZheng Bin1-0/+1
2022-05-19slimbus: qcom: Remove unnecessary print function dev_err()Yang Li1-3/+1
2022-05-19slimbus: qcom: Fix IRQ check in qcom_slim_probeMiaoqian Lin1-2/+2
2022-05-19drivers: comedi: replace ternary operator with min()Guo Zhengkui1-1/+1
2022-05-19binder: fix atomic sleep when get extended errorSchspa Shi1-9/+6
2022-05-19binder: fix potential UAF of target_{proc,thread}Carlos Llamas1-4/+5
2022-05-19binder: fix printk format for commandsCarlos Llamas1-2/+2
2022-05-19Merge tag 'lkdtm-next' of https://git.kernel.org/pub/scm/linux/kernel/git/kee...Greg Kroah-Hartman2-15/+99
2022-05-19Merge tag 'fpga-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman7-36/+59
2022-05-19Merge tag 'coresight-next-v5.19' of gitolite.kernel.org:pub/scm/linux/kernel/...Greg Kroah-Hartman7-212/+268
2022-05-19Merge tag 'extcon-next-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman14-67/+135
2022-05-19Merge tag 'soundwire-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman5-27/+76
2022-05-19Merge tag 'phy-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Greg Kroah-Hartman13-124/+935
2022-05-19Merge tag 'mhi-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Greg Kroah-Hartman6-63/+223
2022-05-19Merge tag 'iio-for-5.19a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman106-772/+1494
2022-05-18Merge branch 'icc-rpm' into icc-nextGeorgi Djakov2-7/+11
2022-05-18Merge branch 'icc-sc8180x' into icc-nextGeorgi Djakov2-270/+1588
2022-05-18Merge branch 'icc-const' into icc-nextGeorgi Djakov21-323/+323
2022-05-18interconnect: qcom: sc8180x: Reformat node and bcm definitionsBjorn Andersson1-181/+1559
2022-05-18interconnect: qcom: sc8180x: Mark some BCMs keepaliveBjorn Andersson1-7/+7
2022-05-18interconnect: qcom: sc8180x: Fix QUP0 nodesBjorn Andersson2-3/+34
2022-05-18interconnect: qcom: sc8180x: Modernize sc8180x probeBjorn Andersson1-93/+2
2022-05-18Merge branch 'icc-sdx65' into icc-nextGeorgi Djakov4-0/+307
2022-05-18Merge branch 'icc-sc8280xp' into icc-nextGeorgi Djakov4-0/+2658
2022-05-18lkdtm/heap: Hide allocation size from -Warray-boundsKees Cook1-0/+1
2022-05-18lkdtm/usercopy: Check vmalloc and >0-order foliosKees Cook1-0/+83
2022-05-13extcon: Modify extcon device to be created after driver data is setbumwoo lee1-12/+17
2022-05-13extcon: sm5502: Clarify SM5703's i2c device IDMarkuss Broks1-1/+1
2022-05-13extcon: ptn5150: Add usb role class supportLi Jun2-0/+26
2022-05-13extcon: ptn5150: Add queue work sync before driver releaseLi Jun1-0/+11
2022-05-13extcon: sm5502: Add support for SM5703Markuss Broks2-1/+3
2022-05-13extcon: usb-gpio: Remove disable irq operation in system sleepBruce Chen1-15/+0
2022-05-13extcon: Fix some kernel-doc commentsYang Li1-0/+4
2022-05-13extcon: usbc-cros-ec: Use struct_size() helper in kzalloc()Gustavo A. R. Silva1-1/+1