Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
499df25c94d7e16fe175ae829fffe2321f624f29
/
drivers
/
edac
/
edac_mc_sysfs.c
e6bbde8
EDAC/mc_sysfs: Add missing newlines when printing {max,dimm}_location
by Xiongfeng Wang
· 4 years, 4 months ago
4aa92c8
EDAC/mc: Remove per layer counters
by Robert Richter
· 5 years ago
bea1bfd
EDAC/mc: Change mci device removal to use put_device()
by Robert Richter
· 5 years ago
4d59588
EDAC/sysfs: Remove csrow objects on errors
by Robert Richter
· 5 years ago
216aa14
EDAC/mc: Fix use-after-free and memleaks during device removal
by Robert Richter
· 5 years ago
c498afa
EDAC: Introduce an mci_for_each_dimm() iterator
by Robert Richter
· 5 years ago
977b1ce
EDAC: Remove EDAC_DIMM_OFF() macro
by Robert Richter
· 5 years ago
e701f41
EDAC/mc_sysfs: Make debug messages consistent
by Robert Richter
· 5 years ago
644110e
EDAC/mc_sysfs: Remove pointless gotos
by Robert Richter
· 5 years ago
d55c79a
EDAC: Prefer 'unsigned int' to bare use of 'unsigned'
by Robert Richter
· 5 years ago
d8655e7
EDAC: Fix global-out-of-bounds write when setting edac_mc_poll_msec
by Eiichi Tsukata
· 6 years ago
7adc05d
EDAC/sysfs: Drop device references properly
by Greg KH
· 6 years ago
585fb3d
EDAC/sysfs: Fix memory leak when creating a csrow object
by Pan Bian
· 6 years ago
861e6ed
EDAC: Drop per-memory controller buses
by Borislav Petkov
· 6 years ago
88a10b1
EDAC: Don't add devices under /sys/bus/edac
by Tony Luck
· 6 years ago
4708aa8
EDAC: Fix memleak in module init error path
by Johan Hovold
· 7 years ago
d6dd77e
EDAC: Drop duplicated array of strings for memory type names
by Tony Luck
· 7 years ago
e4dca7b
treewide: Fix function prototypes for module_param_call()
by Kees Cook
· 7 years ago
b2b3e736
EDAC: Make device_type const
by Bhumika Goyal
· 7 years ago
1c18be5
EDAC: Constify attribute_group structures
by Arvind Yadav
· 7 years ago
4fb6fde
EDAC: Expose per-DIMM error counts in sysfs
by Aaron Miller
· 8 years ago
628ea92
EDAC: Make dev_attr_sdram_scrub_rate static
by Ben Dooks
· 9 years ago
78d88e8
edac: rename edac_core.h to edac_mc.h
by Mauro Carvalho Chehab
· 8 years ago
bba1429
EDAC: Correct channel count limit
by Borislav Petkov
· 9 years ago
ab67b6c
EDAC: Fix used after kfree() error in edac_unregister_sysfs()
by Tony Luck
· 9 years ago
d453800
EDAC: Remove edac_get_sysfs_subsys() error handling
by Borislav Petkov
· 9 years ago
733476c
EDAC: Rip out the edac_subsys reference counting
by Borislav Petkov
· 9 years ago
12e2696
EDAC, mc_sysfs: Fix freeing bus' name
by Borislav Petkov
· 9 years ago
30f84a8
EDAC: Use edac_debugfs_remove_recursive()
by Tan Xiaojun
· 9 years ago
d0c9c93
EDAC: Don't allow empty DIMM labels
by Toshi Kani
· 9 years ago
438470b
EDAC: Fix sysfs dimm_label store operation
by Toshi Kani
· 9 years ago
1ea62c5
EDAC: Fix sysfs dimm_label show operation
by Toshi Kani
· 9 years ago
7ac8bf9
EDAC: Carve out debugfs functionality
by Borislav Petkov
· 9 years ago
c44696f
EDAC: Remove arbitrary limit on number of channels
by Tony Luck
· 10 years ago
c6b97bc
EDAC: Properly unwind on failure path in edac_init()
by Alexey Khoroshilov
· 10 years ago
4e8d230
EDAC: Allow to pass driver-specific attribute groups
by Takashi Iwai
· 10 years ago
2c1946b
EDAC: Use static attribute groups for managing sysfs entries
by Takashi Iwai
· 10 years ago
f11135d
EDAC: edac_mc_sysfs: Make stuff static
by Borislav Petkov
· 10 years ago
1bf1950
EDAC: Fix the leak of mci->bus->name when bus_register fails
by Junjie Mao
· 10 years ago
50043e2
sb_edac: Fix off-by-one error in number of channels
by Jim Snow
· 10 years ago
7b82783
edac: add DDR4 and RDDR4
by Aristeu Rozanski
· 11 years ago
c897df0
Merge tag 'v3.14-rc5' into patchwork
by Mauro Carvalho Chehab
· 11 years ago
9da21b1
EDAC: Poll timeout cannot be zero, p2
by Borislav Petkov
· 11 years ago
79040ca
drivers/edac/edac_mc_sysfs.c: poll timeout cannot be zero
by Prarit Bhargava
· 11 years ago
37e59f8
[media, edac] Change my email address
by Mauro Carvalho Chehab
· 11 years ago
9528593
EDAC: Mark edac_create_debug_nodes as static
by Rashika Kheria
· 11 years ago
c874b6b
Merge tag 'edac_for_3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/ras
by Ingo Molnar
· 11 years ago
c542b53
EDAC: Replace strict_strtol() with kstrtol()
by Jingoo Han
· 11 years ago
88d84ac
EDAC: Fix lockdep splat
by Borislav Petkov
· 11 years ago
c7f62fc
EDAC: Replace strict_strtoul() with kstrtoul()
by Jingoo Han
· 12 years ago
c8c64d1
EDAC: Don't give write permission to read-only files
by Srivatsa S. Bhat
· 12 years ago
8b7719e
EDAC, mc_sysfs.c: Fix string array pointer types
by Borislav Petkov
· 12 years ago
9713fae
EDAC: Merge mci.mem_is_per_rank with mci.csbased
by Mauro Carvalho Chehab
· 12 years ago
1eef128
amd64_edac: Correct DIMM sizes
by Mauro Carvalho Chehab
· 12 years ago
fbe2d36
EDAC: Make sysfs functions static
by Stephen Hemminger
· 12 years ago
3d95882
edac: better report error conditions in debug mode
by Mauro Carvalho Chehab
· 12 years ago
e710047
edac: only create sdram_scrub_rate where supported
by Mauro Carvalho Chehab
· 12 years ago
44d22e2
EDAC: Cleanup device deregistering path
by Lans Zhang
· 12 years ago
311bd84
EDAC: Fix kernel panic on module unloading
by Konstantin Khlebnikov
· 12 years ago
2d56b10
EDAC: Handle error path in edac_mc_sysfs_init() properly
by Denis Kirjanov
· 12 years ago
db7312a
EDAC: Convert to use simple_open()
by Wei Yongjun
· 12 years ago
3c06227
EDAC: Fix mc size reported in sysfs
by Josh Hunt
· 12 years ago
16a528ee
EDAC: Fix csrow size reported in sysfs
by Borislav Petkov
· 12 years ago
921a689
EDAC: Pass mci parent
by Borislav Petkov
· 12 years ago
38ced28
edac: allow specifying the error count with fake_inject
by Mauro Carvalho Chehab
· 13 years ago
e7930ba
edac: create top-level debugfs directory
by Rob Herring
· 13 years ago
9eb07a7
edac: edac_mc_handle_error(): add an error_count parameter
by Mauro Carvalho Chehab
· 13 years ago
03f7eae
edac: remove arch-specific parameter for the error handler
by Mauro Carvalho Chehab
· 13 years ago
6e84d35
edac_mc: Cleanup per-dimm_info debug messages
by Mauro Carvalho Chehab
· 13 years ago
956b9ba
edac: Convert debugfX to edac_dbg(X,
by Joe Perches
· 13 years ago
dd23cd6
edac: Don't add __func__ or __FILE__ for debugf[0-9] msgs
by Mauro Carvalho Chehab
· 13 years ago
de3910eb
edac: change the mem allocation scheme to make Documentation/kobject.txt happy
by Mauro Carvalho Chehab
· 13 years ago
e39f4ea
edac: Only expose csrows/channels on legacy API if they're populated
by Mauro Carvalho Chehab
· 13 years ago
452a6bf
edac: Add debufs nodes to allow doing fake error inject
by Mauro Carvalho Chehab
· 13 years ago
8ad6c78
edac: add a sysfs node to report the maximum location for the system
by Mauro Carvalho Chehab
· 13 years ago
1997471
edac: add a new per-dimm API and make the old per-virtual-rank API obsolete
by Mauro Carvalho Chehab
· 13 years ago
7a623c0
edac: rewrite the sysfs code to use struct device
by Mauro Carvalho Chehab
· 13 years ago
fd68750
edac: Rename the parent dev to pdev
by Mauro Carvalho Chehab
· 13 years ago
5926ff5
edac: Initialize the dimm label with the known information
by Mauro Carvalho Chehab
· 13 years ago
a895bf8
edac: move nr_pages to dimm struct
by Mauro Carvalho Chehab
· 13 years ago
084a4fc
edac: move dimm properties to struct dimm_info
by Mauro Carvalho Chehab
· 13 years ago
a7d7d2e
edac: Create a dimm struct and move the labels into it
by Mauro Carvalho Chehab
· 13 years ago
5e8e19b
EDAC: Correct scrub rate API
by Borislav Petkov
· 13 years ago
fe5ff8b
edac: convert sysdev_class to a regular subsystem
by Kay Sievers
· 13 years ago
4949603
EDAC: Remove debugging output in scrub rate handling
by Markus Trippelsdorf
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
b6a280b
EDAC: Shut up sysfs registration debug code
by Borislav Petkov
· 14 years ago
3909444
EDAC: Fixup scrubrate manipulation
by Borislav Petkov
· 14 years ago
da62aa6
Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/i7core
by Linus Torvalds
· 14 years ago
accf74f
i7core_edac: don't use a freed mci struct
by Mauro Carvalho Chehab
· 14 years ago
bbc560a
edac_core: Print debug messages at release calls
by Mauro Carvalho Chehab
· 14 years ago
ac99768
edac_core: Don't let free(mci) happen while using it
by Mauro Carvalho Chehab
· 14 years ago
6fe1108
edac_core: Do a better job with node removal
by Mauro Carvalho Chehab
· 14 years ago
1288c18
i7core_edac: Properly mark const static vars as such
by Mauro Carvalho Chehab
· 14 years ago
30e1f7a
EDAC: Export edac sysfs class to users.
by Borislav Petkov
· 14 years ago
ca755e0
EDAC: Fix error return
by Borislav Petkov
· 14 years ago
eba042a
edac, mc: Improve scrub rate handling
by Borislav Petkov
· 15 years ago
b968759
edac: Create an unique instance for each kobj
by Mauro Carvalho Chehab
· 15 years ago
c419d92
edac: Don't create csrow entries on instance groups
by Mauro Carvalho Chehab
· 15 years ago
cc301b3
edac: store/show methods for device groups weren't working
by Mauro Carvalho Chehab
· 15 years ago
Next »