summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* HID: bpf: rework hid_bpf_ops_btf_struct_accessBenjamin Tissoires2024-06-141-22/+69
* bpf: allow bpf helpers to be used into HID-BPF struct_opsBenjamin Tissoires2024-06-141-0/+1
* HID: bpf: error on warnings when compiling bpf objectsBenjamin Tissoires2024-06-141-1/+1
* HID: bpf: Artist24: remove unused variableBenjamin Tissoires2024-06-141-1/+0
* HID: bpf: remove tracing HID-BPF capabilityBenjamin Tissoires2024-06-148-1134/+7
* HID: bpf: convert in-tree fixes into struct_opsBenjamin Tissoires2024-06-149-6/+53
* HID: bpf: add defines for HID-BPF SEC in in-tree bpf fixesBenjamin Tissoires2024-06-149-13/+16
* HID: bpf: implement HID-BPF through bpf_struct_opsBenjamin Tissoires2024-06-145-8/+305
* HID: bpf: add hid_get/put_device() helpersBenjamin Tissoires2024-06-141-20/+27
* HID: rename struct hid_bpf_ops into hid_opsBenjamin Tissoires2024-06-142-14/+14
* Merge tag 'for-linus-2024060801' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-06-0812-68/+140
|\
| * HID: Ignore battery for ELAN touchscreens 2F2C and 4116Louis Dalibard2024-06-072-0/+6
| * HID: i2c-hid: elan: fix reset suspend current leakageJohan Hovold2024-06-071-12/+47
| * input: Add support for "Do Not Disturb"Aseda Aboagye2024-06-072-0/+9
| * input: Add event code for accessibility keyAseda Aboagye2024-06-072-0/+2
| * hid: asus: asus_report_fixup: fix potential read out of boundsAndrew Ballance2024-06-071-2/+2
| * HID: logitech-hidpp: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-06-041-0/+1
| * HID: intel-ish-hid: fix endian-conversionArnd Bergmann2024-06-042-45/+57
| * HID: nintendo: Fix an error handling path in nintendo_hid_probe()Christophe JAILLET2024-06-041-2/+4
| * HID: logitech-dj: Fix memory leak in logi_dj_recv_switch_to_dj_mode()José Expósito2024-06-041-1/+3
| * HID: core: remove unnecessary WARN_ON() in implement()Nikita Zhandarovich2024-06-041-1/+0
| * HID: nvidia-shield: Add missing check for input_ff_create_memlessChen Ni2024-05-231-1/+3
| * HID: intel-ish-hid: Fix build error for COMPILE_TESTZhang Lixu2024-05-231-4/+6
* | Merge tag 'media/v6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2024-06-085-39/+55
|\ \
| * | media: intel/ipu6: add csi2 port sanity check in notifier boundBingbu Cao2024-05-301-0/+6
| * | media: intel/ipu6: update the maximum supported csi2 port number to 6Bingbu Cao2024-05-301-1/+1
| * | media: mei: csi: Warn less verbosely of a missing device fwnodeSakari Ailus2024-05-301-1/+3
| * | media: mei: csi: Put the IPU device referenceSakari Ailus2024-05-301-0/+1
| * | media: intel/ipu6: fix the buffer flags caused by wrong parenthesesBingbu Cao2024-05-281-3/+3
| * | media: intel/ipu6: Fix an error handling path in isys_probe()Christophe JAILLET2024-05-281-9/+18
| * | media: intel/ipu6: Move isys_remove() close to isys_probe()Christophe JAILLET2024-05-281-35/+35
| * | media: intel/ipu6: Fix some redundant resources freeing in ipu6_pci_remove()Christophe JAILLET2024-05-281-3/+0
| * | media: mgb4: Fix double debugfs removeMartin Tůma2024-05-271-3/+4
* | | Merge tag 'irq-urgent-2024-06-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-06-083-51/+36
|\ \ \
| * | | irqchip/gic-v3-its: Fix potential race condition in its_vlpi_prop_update()Hagar Hemdan2024-06-031-32/+12
| * | | irqchip/sifive-plic: Chain to parent IRQ after handlers are readySamuel Holland2024-06-031-17/+17
| * | | irqchip/riscv-intc: Prevent memory leak when riscv_intc_init_common() failsSunil V L2024-06-031-2/+7
* | | | Merge tag 'gpio-fixes-for-v6.10-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-06-086-31/+85
|\ \ \ \
| * | | | gpio: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-074-0/+4
| * | | | gpio: tqmx86: fix broken IRQ_TYPE_EDGE_BOTH interrupt typeMatthias Schiffer2024-06-031-4/+42
| * | | | gpio: tqmx86: store IRQ trigger type and unmask status separatelyMatthias Schiffer2024-06-031-20/+28
| * | | | gpio: tqmx86: introduce shadow register for GPIO output valueMatthias Schiffer2024-06-031-7/+11
| * | | | gpio: tqmx86: fix typo in Kconfig labelGregor Herburger2024-06-031-1/+1
| | |/ / | |/| |
* | | | Merge tag 'block-6.10-20240607' of git://git.kernel.dk/linuxLinus Torvalds2024-06-083-6/+6
|\ \ \ \
| * \ \ \ Merge tag 'nvme-6.10-2024-06-05' of git://git.infradead.org/nvme into block-6.10Jens Axboe2024-06-052-4/+4
| |\ \ \ \
| | * | | | nvme: fix nvme_pr_* status code parsingWeiwen Hu2024-05-311-1/+1
| | * | | | nvme-fabrics: use reserved tag for reg read/write commandChunguang Xu2024-05-311-3/+3
| * | | | | null_blk: fix validation of block sizeAndreas Hindborg2024-06-051-2/+2
| |/ / / /
* | | | | Merge tag 'platform-drivers-x86-v6.10-3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2024-06-075-142/+90
|\ \ \ \ \
| * | | | | platform/x86/amd/hsmp: Check HSMP support on AMD family of processorsSuma Hegde2024-06-031-7/+43