aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-26/+12
2023-11-02Merge tag 'pci-v6.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+4
2023-11-01Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 1-2/+0
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 10-238/+4
2023-10-30Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+29
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 2-2/+2
2023-10-23misc: pci_endpoint_test: Add Device ID for R-Car S4-8 PCIe controllerGravatar Yoshihiro Shimoda 1-0/+4
2023-10-18misc: convert to new timestamp accessorsGravatar Jeff Layton 1-1/+1
2023-10-18ibmasm: convert to new timestamp accessorsGravatar Jeff Layton 1-1/+1
2023-10-16misc: fastrpc: Unmap only if buffer is unmapped from DSPGravatar Ekansh Gupta 1-3/+5
2023-10-16misc: fastrpc: Clean buffers on remote invocation failuresGravatar Ekansh Gupta 1-5/+5
2023-10-16misc: fastrpc: Free DMA handles for RPC calls with no argumentsGravatar Ekansh Gupta 1-13/+10
2023-10-16misc: fastrpc: Reset metadata buffer to avoid incorrect freeGravatar Ekansh Gupta 1-0/+1
2023-10-11sgi-xp: Remove the now superfluous sentinel element from ctl_table arrayGravatar Joel Granados 1-2/+0
2023-10-04vmw_balloon: dynamically allocate the vmw-balloon shrinkerGravatar Qi Zheng 1-26/+12
2023-09-28lkdtm/bugs: add test for panic() with stuck secondary CPUsGravatar Mark Rutland 1-1/+29
2023-09-25misc: rtsx: Fix some platforms can not boot and move the l1ss judgment to probeGravatar Ricky WU 6-212/+102
2023-09-11arch: Remove Itanium (IA-64) architectureGravatar Ard Biesheuvel 10-238/+4
2023-09-01Merge tag 'char-misc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 30-118/+571
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 3-25/+11
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 2-15/+1
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-4/+4
2023-08-28Merge tag 'hardening-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-5/+46
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 2-2/+2
2023-08-24cxl: Drop unused detach_spa()Gravatar Michael Ellerman 1-5/+0
2023-08-22misc: fastrpc: Pass proper scm arguments for static process initGravatar Ekansh Gupta 1-4/+9
2023-08-22misc: fastrpc: Fix incorrect DMA mapping unmap requestGravatar Ekansh Gupta 1-3/+5
2023-08-22misc: fastrpc: Fix remote heap allocation requestGravatar Ekansh Gupta 1-7/+7
2023-08-22mei: make mei_class a static const structureGravatar Ivan Orlov 1-13/+12
2023-08-20Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Gravatar Greg Kroah-Hartman 7-59/+24
2023-08-18mmu_notifiers: rename invalidate_range notifierGravatar Alistair Popple 1-4/+4
2023-08-17lkdtm: Add FAM_BOUNDS test for __counted_byGravatar Kees Cook 1-3/+44
2023-08-16cxl: Use pci_find_vsec_capability() to simplify the codeGravatar Xiongfeng Wang 1-10/+1
2023-08-15list: Introduce CONFIG_LIST_HARDENEDGravatar Marco Elver 1-2/+2
2023-08-13Merge 6.5-rc6 into char-misc-nextGravatar Greg Kroah-Hartman 7-59/+24
2023-08-12misc: microchip: pci1xxxx: Fix some NULL vs IS_ERR() bugsGravatar Dan Carpenter 1-4/+4
2023-08-12misc: tps6594: Remove redundant dev_err_probe() for platform_get_irq_byname()Gravatar Ruan Jinjie 2-4/+2
2023-08-11misc: hpilo: make ilo_class a static const structureGravatar Ivan Orlov 1-9/+9
2023-08-11misc: genwqe: make class_genwqe a static const structureGravatar Ivan Orlov 2-24/+27
2023-08-11misc: eeprom/idt_89hpesx: Use devm_kmemdup to replace devm_kmalloc + memcpyGravatar Li Zetao 1-5/+6
2023-08-11misc: eeprom/idt_89hpesx: Switch to memdup_user_nul() helperGravatar Ruan Jinjie 1-9/+3
2023-08-11tty: make tty_operations::write()'s count size_tGravatar Jiri Slaby (SUSE) 1-1/+2
2023-08-11tty: propagate u8 data to tty_operations::write()Gravatar Jiri Slaby (SUSE) 1-3/+1
2023-08-11misc: ti-st: make st_recv() conforming to tty_ldisc_ops::receive_buf()Gravatar Jiri Slaby (SUSE) 2-7/+6
2023-08-11tty: use u8 for flagsGravatar Jiri Slaby (SUSE) 1-1/+1
2023-08-11tty: use u8 for charsGravatar Jiri Slaby (SUSE) 1-1/+1
2023-08-11tty: make tty_ldisc_ops::*buf*() hooks operate on size_tGravatar Jiri Slaby (SUSE) 1-1/+1
2023-08-04misc: tps6594-esm: Disable ESM for rev 1 PMICGravatar Esteban Blanc 1-1/+18
2023-08-04misc: rtsx: judge ASPM Mode to set PETXCFG RegGravatar Ricky WU 6-58/+6
2023-08-04misc: bcm_vk: Fix potential deadlock on &vk->ctx_lockGravatar Chengfeng Ye 2-8/+8