aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2021-09-02Merge tag 'platform-drivers-x86-v5.15-1' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-1/+0
2021-09-01Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-4/+4
2021-09-01Merge tag 'staging-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-0/+318
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-5/+2
2021-08-27misc/pvpanic: fix set driver dataGravatar Mihai Carabas 1-0/+2
2021-08-27VMCI: fix NULL pointer dereference when unmapping queue pairGravatar Wang Hai 1-2/+4
2021-08-26platform/x86: hp_accel: Remove _INI method callGravatar Andy Shevchenko 1-1/+0
2021-08-19lkdtm: remove IDE_CORE_CP crashpointGravatar Kevin Mitchell 1-1/+0
2021-08-19lkdtm: replace SCSI_DISPATCH_CMD with SCSI_QUEUE_RQGravatar Kevin Mitchell 1-1/+1
2021-08-18lkdtm/heap: Avoid __alloc_size hint warning for VMALLOC_LINEAR_OVERFLOWGravatar Kees Cook 1-1/+8
2021-08-18lkdtm: Add kernel version to failure hintsGravatar Kees Cook 1-8/+12
2021-08-18lkdtm/fortify: Consolidate FORTIFY_SOURCE testsGravatar Kees Cook 4-54/+57
2021-08-18lkdtm/bugs: Add ARRAY_BOUNDS to selftestsGravatar Kees Cook 1-0/+1
2021-08-16misc: gehc-achc: Fix spelling mistake "Verfication" -> "Verification"Gravatar Colin Ian King 1-1/+1
2021-08-09Merge 5.14-rc5 into staging-nextGravatar Greg Kroah-Hartman 1-10/+7
2021-08-09Merge 5.14-rc5 into tty-nextGravatar Greg Kroah-Hartman 1-10/+7
2021-08-05misc: gehc-achc: new driverGravatar Sebastian Reichel 3-0/+578
2021-08-05misc: sram: Only map reserved areas in Tegra SYSRAMGravatar Mikko Perttunen 2-30/+82
2021-08-03sgi-xpc: Replace deprecated CPU-hotplug functions.Gravatar Sebastian Andrzej Siewior 1-4/+4
2021-07-29mei: constify passed buffers and structuresGravatar Krzysztof Kozlowski 3-11/+11
2021-07-27tty: drop put_tty_driverGravatar Jiri Slaby 1-4/+4
2021-07-27Merge 5.14-rc3 into driver-core-nextGravatar Greg Kroah-Hartman 1-10/+7
2021-07-26Merge 5.14-rc3 into char-misc-nextGravatar Greg Kroah-Hartman 1-10/+7
2021-07-21misc: pci_endpoint_test: Ensure relationship between miscdev and PCIGravatar Richard Weinberger 1-0/+1
2021-07-21lkdtm: remove duplicated include of init.hGravatar Wan Jiabing 1-1/+0
2021-07-21misc/pvpanic-pci: Allow automatic loadingGravatar Eric Auger 1-0/+2
2021-07-21misc: sgi-gru: Convert from atomic_t to refcount_t on gru_thread_state->ts_re...Gravatar Xiyu Yang 2-4/+5
2021-07-21bus: Make remove callback return voidGravatar Uwe Kleine-König 2-5/+2
2021-07-21staging: hikey9xx: split hi6421v600 irq into a separate driverGravatar Mauro Carvalho Chehab 3-0/+318
2021-07-20Merge tag 'at24-fixes-for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Wolfram Sang 1-10/+7
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 2-18/+14
2021-07-05Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-3/+5
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 65-1236/+3799
2021-07-03Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-3/+3
2021-07-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-0/+3
2021-07-01kernel.h: split out panic and oops helpersGravatar Andy Shevchenko 3-0/+3
2021-07-01misc: eeprom: at24: Always append device id even if label property is set.Gravatar Jérôme Glisse 1-10/+7
2021-06-30treewide: Add missing semicolons to __assign_str usesGravatar Joe Perches 1-3/+3
2021-06-29Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-2/+2
2021-06-29misc/sgi-gru/grufault: use vma_lookup() in gru_find_vma()Gravatar Liam Howlett 1-2/+2
2021-06-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-3/+3
2021-06-24misc: ibmasm: Modify matricies to matricesGravatar Guoqing Chi 1-1/+1
2021-06-24misc: vmw_vmci: return the correct errno codeGravatar Junlin Yang 1-1/+1
2021-06-24lkdtm/heap: Add init_on_alloc testsGravatar Kees Cook 3-0/+69
2021-06-24lkdtm: Add CONFIG hints in errors where possibleGravatar Kees Cook 8-11/+116
2021-06-24lkdtm: Enable DOUBLE_FAULT on all architecturesGravatar Kees Cook 1-2/+0
2021-06-24lkdtm/heap: Add vmalloc linear overflow testGravatar Kees Cook 3-3/+25
2021-06-24lkdtm/bugs: XFAIL UNALIGNED_LOAD_STORE_WRITEGravatar Kees Cook 1-0/+3
2021-06-22mei: revamp mei extension header structure layout.Gravatar Tomas Winkler 3-27/+38
2021-06-22mei: fix kdoc in the driverGravatar Tamar Mashiah 7-10/+10