summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* HID: Ignore battery for all ELAN I2C-HID devicesHans de Goede2024-08-062-48/+5
* Merge tag 'for-linus-2024072901' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-297-67/+55
|\
| * selftests/hid: add test for attaching multiple time the same struct_opsBenjamin Tissoires2024-07-241-0/+18
| * HID: bpf: prevent the same struct_ops to be attached more than onceBenjamin Tissoires2024-07-241-0/+5
| * selftests/hid: disable struct_ops auto-attachBenjamin Tissoires2024-07-241-0/+8
| * selftests/hid: fix bpf_wq new APIBenjamin Tissoires2024-07-242-2/+2
| * HID: amd_sfh: Move sensor discovery before HID device initializationBasavaraj Natikar2024-07-231-7/+11
| * hid: bpf: add BPF_JIT dependencyArnd Bergmann2024-07-221-1/+1
| * HID: wacom: more appropriate tool type categorizationTatsunosuke Tobita2024-07-181-56/+10
| * HID: wacom: Modify pen IDsTatsunosuke Tobita2024-07-181-2/+1
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2024-07-297-162/+240
|\ \
| * | virtio_pci_modern: remove admin queue serialization lockJiri Pirko2024-07-172-7/+0
| * | virtio_pci_modern: use completion instead of busy loop to wait on admin cmd r...Jiri Pirko2024-07-174-16/+77
| * | virtio_pci_modern: pass cmd as an identification tokenJiri Pirko2024-07-171-3/+3
| * | virtio_pci_modern: create admin queue of queried sizeJiri Pirko2024-07-171-2/+1
| * | virtio: create admin queues alongside other virtqueuesJiri Pirko2024-07-175-96/+46
| * | virtio_pci: pass vq info as an argument to vp_setup_vq()Jiri Pirko2024-07-171-6/+10
| * | virtio: push out code to vp_avq_index()Jiri Pirko2024-07-171-10/+21
| * | virtio_pci_modern: treat vp_dev->admin_vq.info.vq pointer as staticJiri Pirko2024-07-172-11/+2
| * | virtio_pci: introduce vector allocation fallback for slow path virtqueuesJiri Pirko2024-07-172-9/+51
| * | virtio_pci: pass vector policy enum to vp_find_one_vq_msix()Jiri Pirko2024-07-171-8/+9
| * | virtio_pci: pass vector policy enum to vp_find_vqs_msix()Jiri Pirko2024-07-171-3/+13
| * | virtio_pci: simplify vp_request_msix_vectors() call a bitJiri Pirko2024-07-171-2/+4
| * | virtio_pci: push out single vq find code to vp_find_one_vq_msix()Jiri Pirko2024-07-171-27/+41
| * | vdpa/octeon_ep: Fix error code in octep_process_mbox()Dan Carpenter2024-07-171-1/+1
| * | virtio: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-07-171-0/+1
* | | task_work: make TWA_NMI_CURRENT handling conditional on IRQ_WORKLinus Torvalds2024-07-291-0/+6
* | | profiling: attempt to remove per-cpu profile flip bufferLinus Torvalds2024-07-292-182/+2
* | | profiling: remove prof_cpu_maskTetsuo Handa2024-07-292-40/+13
* | | Input: MT - limit max slotsTetsuo Handa2024-07-291-0/+3
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds2024-07-2914-27/+42
|\ \ \
| * \ \ Merge branches 'fixes' and 'misc' into for-linusRussell King (Oracle)2024-07-2712-15/+31
| |\ \ \
| | * | | ARM: 9407/1: Add support for STACKLEAK gcc pluginJinjie Ruan2024-07-025-1/+14
| | * | | ARM: 9404/1: arm32: enable HAVE_LD_DEAD_CODE_DATA_ELIMINATIONYuntao Liu2024-06-107-7/+15
| | * | | ARM: 9403/1: Alpine: Spelling s/initialiing/initializing/Geert Uytterhoeven2024-06-101-1/+1
| | * | | ARM: 9402/1: Kconfig: Spelling s/Cortex A-/Cortex-A/Geert Uytterhoeven2024-06-101-1/+1
| | * | | ARM: 9400/1: Remove unused struct 'mod_unwind_map'Dr. David Alan Gilbert2024-06-101-5/+0
| * | | | ARM: 9408/1: mm: CFI: Fix some erroneous reset prototypesLinus Walleij2024-07-021-10/+10
| * | | | ARM: 9406/1: Fix callchain_trace() return valueJinjie Ruan2024-07-021-2/+1
* | | | | minmax: simplify min()/max()/clamp() implementationLinus Torvalds2024-07-291-23/+20
* | | | | minmax: don't use max() in situations that want a C constant expressionLinus Torvalds2024-07-296-6/+6
* | | | | minmax: scsi: fix mis-use of 'clamp()' in sr.cLinus Torvalds2024-07-291-1/+1
* | | | | minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds2024-07-2920-38/+43
* | | | | Linux 6.11-rc1v6.11-rc1Linus Torvalds2024-07-281-2/+2
* | | | | Merge tag 'kbuild-fixes-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-07-284-4/+4
|\ \ \ \ \
| * | | | | kbuild: Fix '-S -c' in x86 stack protector scriptsNathan Chancellor2024-07-282-2/+2
| * | | | | kbuild: rpm-pkg: ghost modules.weakdep fileJose Ignacio Tornos Martinez2024-07-281-1/+1
| * | | | | kbuild: rpm-pkg: Fix C locale setupPetr Vorel2024-07-241-1/+1
* | | | | | minmax: simplify and clarify min_t()/max_t() implementationLinus Torvalds2024-07-281-8/+11
* | | | | | minmax: add a few more MIN_T/MAX_T usersLinus Torvalds2024-07-287-10/+10