开源镜像站
帮助
下载
动态
GitHub
index
:
linux.git
master
Linux kernel mainline source
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
bus
/
mips_cdmm.c
Age
Commit message (
Expand
)
Author
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2024-07-03
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
2024-02-20
mips: bus: make mips_cdmm_bustype const
Ricardo B. Marliere
2023-01-27
driver core: make struct bus_type.uevent() take a const *
Greg Kroah-Hartman
2022-03-14
mips: cdmm: Fix refcount leak in mips_cdmm_phys_base
Miaoqian Lin
2020-11-27
mips: cdmm: fix use-after-free in mips_cdmm_bus_discover
Qinglang Miao
2020-07-21
mips: cdmm: Add mti,mips-cdmm dtb node support
Serge Semin
2016-09-06
MIPS/BUS/CDMM: Convert to hotplug state machine
Sebastian Andrzej Siewior
2016-05-13
MIPS: Remove no longer needed work_on_cpu() call
Anna-Maria Gleixner
2015-09-03
MIPS: Remove "weak" from mips_cdmm_phys_base() declaration
Bjorn Helgaas
2015-05-26
MIPS: Fix CDMM to use native endian MMIO reads
James Hogan
2015-03-31
MIPS: Add CDMM bus support
James Hogan