summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | input: Add support for "Do Not Disturb"Aseda Aboagye2024-06-073-0/+10
| * | | | | input: Add event code for accessibility keyAseda Aboagye2024-06-073-0/+3
| * | | | | 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 'kbuild-fixes-v6.10-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-06-088-50/+17
|\ \ \ \ \ \
| * | | | | | modpost: do not warn about missing MODULE_DESCRIPTION() for vmlinux.oMasahiro Yamada2024-06-071-2/+3
| * | | | | | kbuild: explicitly run mksysmap as sed script from link-vmlinux.shRichard Acayan2024-06-071-1/+1
| * | | | | | kconfig: remove wrong expr_trans_bool()Masahiro Yamada2024-06-063-32/+0
| * | | | | | kconfig: doc: document behavior of 'select' and 'imply' followed by 'if'Masahiro Yamada2024-06-061-0/+10
| * | | | | | kconfig: doc: fix a typo in the note about 'imply'Masahiro Yamada2024-06-061-1/+1
| * | | | | | kconfig: gconf: give a proper initial state to the Save buttonMasahiro Yamada2024-06-061-1/+2
| * | | | | | kconfig: remove unneeded code for user-supplied values being out of rangeMasahiro Yamada2024-06-061-13/+0
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'media/v6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2024-06-086-40/+56
|\ \ \ \ \ \
| * | | | | | 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: Documentation: v4l: Fix ACTIVE route flagSakari Ailus2024-05-281-1/+1
| * | | | | | 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 'x86-urgent-2024-06-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-06-082-3/+17
|\ \ \ \ \ \
| * | | | | | x86/amd_nb: Check for invalid SMN readsYazen Ghannam2024-06-051-1/+8
| * | | | | | x86/kexec: Fix bug with call depth trackingDavid Kaplan2024-06-031-2/+9
| |/ / / / /
* | | | | | Merge tag 'perf-urgent-2024-06-08' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-06-081-0/+13
|\ \ \ \ \ \
| * | | | | | perf/core: Fix missing wakeup when waiting for context referenceHaifeng Xu2024-06-051-0/+13
| |/ / / / /
* | | | | | Merge tag 'locking-urgent-2024-06-08' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-06-084-10/+10
|\ \ \ \ \ \
| * | | | | | locking/atomic: scripts: fix ${atomic}_sub_and_test() kerneldocCarlos Llamas2024-06-054-10/+10
| |/ / / / /
* | | | | | Merge tag 'mm-hotfixes-stable-2024-06-07-15-24' of git://git.kernel.org/pub/s...Linus Torvalds2024-06-0721-62/+115
|\ \ \ \ \ \
| * | | | | | nilfs2: fix nilfs_empty_dir() misjudgment and long loop on I/O errorsRyusuke Konishi2024-06-051-1/+1
| * | | | | | mm: fix xyz_noprof functions calling profiled functionsSuren Baghdasaryan2024-06-053-7/+7
| * | | | | | codetag: avoid race at alloc_slab_obj_extsThadeu Lima de Souza Cascardo2024-06-051-2/+3
| * | | | | | mm/hugetlb: do not call vma_add_reservation upon ENOMEMOscar Salvador2024-06-051-2/+14
| * | | | | | mm/ksm: fix ksm_zero_pages accountingChengming Zhou2024-06-054-11/+21
| * | | | | | mm/ksm: fix ksm_pages_scanned accountingChengming Zhou2024-06-051-4/+2
| * | | | | | kmsan: do not wipe out origin when doing partial unpoisoningAlexander Potapenko2024-06-051-4/+11
| * | | | | | vmalloc: check CONFIG_EXECMEM in is_vmalloc_or_module_addr()Cong Wang2024-06-051-1/+1
| * | | | | | mm: page_alloc: fix highatomic typing in multi-block buddiesJohannes Weiner2024-06-051-16/+34