Sign in
android-kvm
/
linux
/
7c51f7bbf057f82aeba3390c39ef61b244181c09
/
drivers
/
misc
c2a96b7
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 6 months ago
3f386cb
Merge tag 'pci-v6.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci
by Linus Torvalds
· 6 months ago
ef03562
Merge tag 'i2c-for-6.11-rc1-try2' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 6 months ago
acc5965
Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 6 months ago
b3ce7a3
Merge tag 'drm-next-2024-07-18' of https://gitlab.freedesktop.org/drm/kernel
by Linus Torvalds
· 6 months ago
5418e6d
misc: Kconfig: exclude mrvl-cn10k-dpi compilation for 32-bit systems
by Vamsi Attunuru
· 6 months ago
ce5a51bf
Merge tag 'hardening-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 6 months ago
ff14bfb
misc: delete Makefile.rej
by Greg Kroah-Hartman
· 6 months ago
a5e43e2
misc: Kconfig: add a new dependency for MARVELL_CN10K_DPI
by Vamsi Attunuru
· 7 months ago
5f67eef
misc: mrvl-cn10k-dpi: add Octeon CN10K DPI administrative driver
by Vamsi Attunuru
· 7 months ago
7117030
Merge tag 'at24-updates-for-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into i2c/for-mergewindow
by Wolfram Sang
· 7 months ago
1ae27da
misc: pci_endpoint_test: Remove unused pci_endpoint_test_bar_{readl,writel} functions
by Jiapeng Chong
· 7 months ago
7608496
misc: pci_endpoint_test: Document policy about adding pci_device_id
by Yoshihiro Shimoda
· 8 months ago
a50c7de
misc: pci_endpoint_test: Refactor dma_set_mask_and_coherent() logic
by Frank Li
· 9 months ago
2a35703
misc: pci_endpoint_test: Use memcpy_toio()/memcpy_fromio() for BAR tests
by Niklas Cassel
· 10 months ago
199b03d
misc: pci_endpoint_test: Add support for Rockchip rk3588
by Niklas Cassel
· 8 months ago
e56af94
misc: keba: Fix missing AUXILIARY_BUS dependency
by Gerhard Engleder
· 7 months ago
86634fa
Merge v6.10-rc6 into drm-next
by Daniel Vetter
· 7 months ago
ba21740
misc: fastrpc: use coherent pool for untranslated Compute Banks
by Dylan Van Assche
· 7 months ago
c3c0363
misc: fastrpc: support complete DMA pool access to the DSP
by Dylan Van Assche
· 7 months ago
65cf378
misc: fastrpc: add missing MODULE_DESCRIPTION() macro
by Jeff Johnson
· 7 months ago
a150c68
misc: fastrpc: Add missing dev_err newlines
by Ekansh Gupta
· 7 months ago
f0f5336
misc: fastrpc: Use memdup_user()
by Thorsten Blum
· 7 months ago
d2b8870
misc: Register a PPI for the vcpu stall detection virtual device
by Sebastian Ene
· 7 months ago
a194467
misc: keba: Add basic KEBA CP500 system FPGA support
by Gerhard Engleder
· 7 months ago
389637d
mei: vsc: Fix spelling error
by Wentong Wu
· 7 months ago
4340725
mei: vsc: Enhance SPI transfer of IVSC ROM
by Wentong Wu
· 7 months ago
a896a8a
mei: vsc: Utilize the appropriate byte order swap function
by Wentong Wu
· 7 months ago
a9e8fe3
mei: vsc: Prevent timeout error with added delay post-firmware download
by Wentong Wu
· 7 months ago
07de60a
mei: vsc: Enhance IVSC chipset stability during warm reboot
by Wentong Wu
· 7 months ago
6150e5e
eeprom: ee1004: Instantiate jc42 devices for DIMMS implementing Rev.1 SPD
by Guenter Roeck
· 7 months ago
249b4de
eeprom: ee1004: Call i2c_new_scanned_device to instantiate thermal sensor
by Guenter Roeck
· 7 months ago
79d0df3
eeprom: ee1004: Add nvmem support
by Armin Wolf
· 7 months ago
55d57ef
eeprom: ee1004: Use devres for bus data cleanup
by Armin Wolf
· 7 months ago
b45c696
misc: Drop explicit initialization of struct i2c_device_id::driver_data to 0
by Uwe Kleine-König
· 7 months ago
d97fb25
misc: ti-st: st_kim: use 'time_left' variable with wait_for_completion_interruptible_timeout()
by Wolfram Sang
· 8 months ago
4c0fb1a
misc: tifm: use 'time_left' variable with wait_for_completion_timeout()
by Wolfram Sang
· 8 months ago
531a185
misc: bh1770glc: use 'time_left' variable with wait_event_interruptible_timeout()
by Wolfram Sang
· 8 months ago
71f592d
misc: apds990x: use 'time_left' variable with wait_event_interruptible_timeout()
by Wolfram Sang
· 8 months ago
a6a0f04
misc: microchip: pci1xxxx: Fix return value of nvmem callbacks
by Joy Chakraborty
· 7 months ago
bab2f5e
misc: fastrpc: Restrict untrusted app to attach to privileged PD
by Ekansh Gupta
· 7 months ago
a6f2f15
misc: fastrpc: Fix ownership reassignment of remote heap
by Ekansh Gupta
· 7 months ago
ad0bd97
misc: fastrpc: Fix memory leak in audio daemon attach operation
by Ekansh Gupta
· 7 months ago
bfb6b07
misc: fastrpc: Avoid updating PD type for capability request
by Ekansh Gupta
· 7 months ago
e7f0be3
misc: fastrpc: Copy the complete capability structure to user
by Ekansh Gupta
· 7 months ago
4cb7915
misc: fastrpc: Fix DSP capabilities request
by Ekansh Gupta
· 7 months ago
d69d804
driver core: have match() callback in struct bus_type take a const *
by Greg Kroah-Hartman
· 7 months ago
b61ea87
eeprom: at24: Add support for Microchip 24AA025E48/24AA025E64 EEPROMs
by Claudiu Beznea
· 7 months ago
783100f
mei: bus-fixup: set timeout for MKHI send operations
by Alexander Usyskin
· 7 months ago
d754ed2
Merge drm/drm-next into drm-intel-next
by Jani Nikula
· 7 months ago
51005a5
lkdtm/bugs: add test for hung smp_call_function_single()
by Mark Rutland
· 8 months ago
2046047
Merge tag 'v6.10-rc4' into char-misc-next
by Greg Kroah-Hartman
· 7 months ago
77427e3d
misc: microchip: pci1xxxx: Fix a memory leak in the error handling of gp_aux_bus_probe()
by Yongzhi Liu
· 8 months ago
086c6cb
misc: microchip: pci1xxxx: fix double free in the error handling of gp_aux_bus_probe()
by Yongzhi Liu
· 8 months ago
10724d5
eeprom: Drop explicit initialization of struct i2c_device_id::driver_data to 0
by Uwe Kleine-König
· 9 months ago
83f939f
misc: eeprom_93xx46: Convert to DEVICE_ATTR_WO()
by Andy Shevchenko
· 9 months ago
b73602b
misc: eeprom_93xx46: Use string_choices API instead of ternary operator
by Andy Shevchenko
· 9 months ago
f5efcdf
misc: eeprom_93xx46: Replace explicit castings with proper specifiers
by Andy Shevchenko
· 9 months ago
761b4cf
misc: eeprom_93xx46: Convert to use kstrtox()
by Andy Shevchenko
· 9 months ago
1638985
misc: eeprom_93xx46: Use spi_message_init_with_transfers()
by Andy Shevchenko
· 9 months ago
195b979
misc: eeprom_93xx46: Remove ->prepare() and ->finish() customisation
by Andy Shevchenko
· 9 months ago
3aee48a
misc: eeprom_93xx46: Hide legacy platform data in the driver
by Andy Shevchenko
· 9 months ago
c8ed97d
eeprom: digsy_mtc: Convert to use GPIO descriptors
by Andy Shevchenko
· 9 months ago
2b82641
eeprom: digsy_mtc: Fix 93xx46 driver probe failure
by Andy Shevchenko
· 9 months ago
c01b08a
misc: eeprom_93xx46: Make use of device properties
by Andy Shevchenko
· 9 months ago
af07615
mei: vsc: Fix wrong invocation of ACPI SID method
by Hans de Goede
· 8 months ago
9b5e045
mei: vsc: Don't stop/restart mei device during system suspend/resume
by Wentong Wu
· 8 months ago
312eee8
misc: open-dice: add missing MODULE_DESCRIPTION() macro
by Jeff Johnson
· 8 months ago
283cb23
mei: me: release irq in mei_me_pci_resume error path
by Tomas Winkler
· 8 months ago
1db5322b7
mei: demote client disconnect warning on suspend to debug
by Alexander Usyskin
· 8 months ago
3acbde3
drm: move i915_hdcp_interface.h under include/drm/intel
by Jani Nikula
· 8 months ago
cce3819a
drm: move i915_pxp_tee_interface.h under include/drm/intel
by Jani Nikula
· 8 months ago
1bb01bd
drm: move i915_component.h under include/drm/intel
by Jani Nikula
· 8 months ago
0706d57
drm: move i915_gsc_proxy_mei_interface.h under include/drm/intel
by Jani Nikula
· 8 months ago
d6a326d
Merge tag 'trace-assign-str-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
by Linus Torvalds
· 8 months ago
2ef32ad
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
by Linus Torvalds
· 8 months ago
2c92ca8
tracing/treewide: Remove second parameter of __assign_str()
by Steven Rostedt (Google)
· 8 months ago
5f16eb0
Merge tag 'char-misc-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 8 months ago
a85629f
Merge tag 'mfd-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
by Linus Torvalds
· 8 months ago
7249ad5
misc: nsm: drop owner assignment
by Krzysztof Kozlowski
· 10 months ago
f0bae24
Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci
by Linus Torvalds
· 8 months ago
ff9a793
Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 8 months ago
f5b335d
misc: ntsync: mark driver as "broken" to prevent from building
by Greg Kroah-Hartman
· 8 months ago
7f7f6f7
Makefile: remove redundant tool coverage variables
by Masahiro Yamada
· 9 months ago
87caef42
Merge tag 'hardening-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 8 months ago
ed63ba1
Merge 6.9-rc7 into char-misc-testing
by Greg Kroah-Hartman
· 9 months ago
b915881
Merge tag 'char-misc-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 9 months ago
82fecaf
misc: rtsx: do clear express reg every SD_INT
by Ricky Wu
· 9 months ago
bd86030
tifm: constify the struct tifm_bus_type usage
by Kunwu Chan
· 9 months ago
91020ae
misc: tps6594-pfsm: Add TI TPS65224 PMIC PFSM
by Bhargav Raviprakash
· 9 months ago
8003f00
vmci: prevent speculation leaks by sanitizing event in event_deliver()
by Hagar Gamal Halim Hemdan
· 9 months ago
73df3d6
VMCI: Fix an error handling path in vmci_guest_probe_device()
by Christophe JAILLET
· 9 months ago
fb28a88
lkdtm: Disable CFI checking for perms functions
by Kees Cook
· 9 months ago
ee59be3
misc/pvpanic-pci: register attributes via pci_driver
by Thomas Weißschuh
· 10 months ago
7b51b13
misc/pvpanic: add support for normal shutdowns
by Thomas Weißschuh
· 10 months ago
11e5e1a
misc: sgi_gru: remove default attribute of LATTICE_ECP3_CONFIG
by Prasad Pandit
· 10 months ago
7a5ffa5
misc: sgi_gru: indent SGI_GRU option help text
by Prasad Pandit
· 10 months ago
2db2642
eeprom: 93xx46: drop unneeded MODULE_ALIAS
by Krzysztof Kozlowski
· 9 months ago
7c28f96
eeprom: at25: drop unneeded MODULE_ALIAS
by Krzysztof Kozlowski
· 9 months ago
58cd9e0
Merge tag 'at24-fixes-for-v6.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into i2c/for-current
by Wolfram Sang
· 9 months ago
Next »