index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
core
/
sysfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-05
RDMA: Use default_groups in kobj_type
Greg Kroah-Hartman
1
-1
/
+2
2021-10-28
RDMA/core: Fix missed initialization of rdma_hw_stats::lock
Mark Zhang
1
-2
/
+0
2021-10-20
RDMA/core: Use kvzalloc when allocating the struct ib_port
wangyugui
1
-2
/
+2
2021-10-12
RDMA/counter: Add optional counter support
Aharon Landau
1
-10
/
+26
2021-10-12
RDMA/core: Add a helper API rdma_free_hw_stats_struct
Mark Zhang
1
-4
/
+4
2021-10-12
RDMA/counter: Add a descriptor in struct rdma_hw_stats
Aharon Landau
1
-4
/
+4
2021-06-21
RDMA/core: Fix incorrect print format specifier
Wenpeng Liang
1
-5
/
+5
2021-06-16
RDMA: Change ops->init_port to ops->port_groups
Jason Gunthorpe
1
-26
/
+13
2021-06-16
RDMA/cm: Use an attribute_group on the ib_port_attribute intead of kobj's
Jason Gunthorpe
1
-35
/
+15
2021-06-16
RDMA/core: Expose the ib port sysfs attribute machinery
Jason Gunthorpe
1
-100
/
+117
2021-06-16
RDMA/core: Remove the kobject_uevent() NOP
Jason Gunthorpe
1
-2
/
+0
2021-06-16
RDMA/core: Create the device hw_counters through the normal groups mechanism
Jason Gunthorpe
1
-50
/
+16
2021-06-16
RDMA/core: Simplify how the port sysfs is created
Jason Gunthorpe
1
-219
/
+103
2021-06-16
RDMA/core: Simplify how the gid_attrs sysfs is created
Jason Gunthorpe
1
-81
/
+89
2021-06-16
RDMA/core: Split gid_attrs related sysfs from add_port()
Jason Gunthorpe
1
-71
/
+89
2021-06-16
RDMA/core: Split port and device counter sysfs attributes
Jason Gunthorpe
1
-168
/
+290
2021-06-16
RDMA/core: Replace the ib_port_data hw_stats pointers with a ib_port pointer
Jason Gunthorpe
1
-3
/
+11
2021-06-16
RDMA: Split the alloc_hw_stats() ops to port and device variants
Jason Gunthorpe
1
-4
/
+6
2021-04-12
RDMA/core: Correct format of braces
Wenpeng Liang
1
-4
/
+2
2021-04-12
RDMA/core: Remove redundant spaces
Wenpeng Liang
1
-3
/
+3
2021-04-12
RDMA/core: Remove the redundant return statements
Wenpeng Liang
1
-1
/
+0
2021-03-26
RDMA: Support more than 255 rdma ports
Mark Bloch
1
-8
/
+8
2020-11-02
IB/core: Add support for NDR link speed
Meir Lichtinger
1
-0
/
+4
2020-10-30
RDMA: Convert various random sprintf sysfs _show uses to sysfs_emit
Joe Perches
1
-45
/
+53
2020-10-30
RDMA: Manual changes for sysfs_emit and neatening
Joe Perches
1
-29
/
+36
2020-10-26
RDMA: Convert sysfs device * show functions to use sysfs_emit()
Joe Perches
1
-19
/
+28
2020-10-01
RDMA/core: Change rdma_get_gid_attr returned error code
Avihai Horon
1
-1
/
+2
2020-10-01
RDMA/core: Constify struct attribute_group
Rikard Falkeborn
1
-6
/
+6
2020-07-20
RDMA/core: Expose pkeys sysfs files only if pkey_tbl_len is set
Kamal Heib
1
-20
/
+41
2020-05-29
RDMA/core: Fix several reference count leaks.
Qiushi Wu
1
-5
/
+5
2019-11-12
RDMA: Change MAD processing function to remove extra casting and parameter
Leon Romanovsky
1
-4
/
+2
2019-11-06
RDMA/mad: Allocate zeroed MAD buffer
Leon Romanovsky
1
-2
/
+2
2019-10-01
RDMA/core: Fix return code when modify_device isn't supported
Kamal Heib
1
-1
/
+1
2019-08-12
RDMA: Introduce ib_port_phys_state enum
Kamal Heib
1
-10
/
+20
2019-07-05
RDMA/nldev: Allow get default counter statistics through RDMA netlink
Mark Zhang
1
-0
/
+6
2019-07-05
RDMA/core: Get sum value of all counters when perform a sysfs stat read
Mark Zhang
1
-3
/
+7
2019-05-06
RDMA: Add EFA related definitions
Gal Pressman
1
-0
/
+1
2019-05-03
RDMA/core: Allow detaching gid attribute netdevice for RoCE
Parav Pandit
1
-4
/
+9
2019-05-03
RDMA/core: Do not invoke init_port on compat devices
Parav Pandit
1
-8
/
+8
2019-04-08
RDMA/cm: Move debug counters to be under relevant IB device
Leon Romanovsky
1
-0
/
+43
2019-03-28
RDMA/core: Support core port attributes in non init_net
Parav Pandit
1
-7
/
+8
2019-03-28
RDMA/core: Introduce ib_core_device to hold device
Parav Pandit
1
-13
/
+16
2019-02-19
RDMA: Add and use rdma_for_each_port
Jason Gunthorpe
1
-9
/
+3
2019-02-15
RDMA/core: Move device addition deletion to device.c
Parav Pandit
1
-12
/
+2
2019-02-15
RDMA/core: Introduce and use ib_setup_port_attrs()
Parav Pandit
1
-29
/
+35
2019-02-15
RDMA/core: Use simpler device_del() instead of device_unregister()
Parav Pandit
1
-5
/
+2
2019-01-14
RDMA: Introduce and use rdma_device_to_ibdev()
Parav Pandit
1
-6
/
+6
2019-01-14
RDMA: Rename port_callback to init_port
Parav Pandit
1
-10
/
+6
2018-12-12
RDMA: Start use ib_device_ops
Kamal Heib
1
-14
/
+14
2018-10-17
RDMA/core: Fix comment for hw stats init for port == 0
Parav Pandit
1
-3
/
+3
[next]