diff options
author | Jiri Pirko <jiri@mellanox.com> | 2017-02-03 04:29:06 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-02-03 16:35:42 -0500 |
commit | 44091d29f2075972aede47ef17e1e70db3d51190 (patch) | |
tree | df943cac9dd4a634ae3432340b274076180ea420 /MAINTAINERS | |
parent | b862815c3ee7b49ec20a9ab25da55a5f0bcbb95e (diff) |
lib: Introduce priority array area manager
This introduces a infrastructure for management of linear priority
areas. Priority order in an array matters, however order of items inside
a priority group does not matter.
As an initial implementation, L-sort algorithm is used. It is quite
trivial. More advanced algorithm called P-sort will be introduced as a
follow-up. The infrastructure is prepared for other algos.
Alongside this, a testing module is introduced as well.
Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index c15dc53f9d66..a9368bba9b37 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -9382,6 +9382,14 @@ F: drivers/video/fbdev/sti* | |||
9382 | F: drivers/video/console/sti* | 9382 | F: drivers/video/console/sti* |
9383 | F: drivers/video/logo/logo_parisc* | 9383 | F: drivers/video/logo/logo_parisc* |
9384 | 9384 | ||
9385 | PARMAN | ||
9386 | M: Jiri Pirko <jiri@mellanox.com> | ||
9387 | L: netdev@vger.kernel.org | ||
9388 | S: Supported | ||
9389 | F: lib/parman.c | ||
9390 | F: lib/test_parman.c | ||
9391 | F: include/linux/parman.h | ||
9392 | |||
9385 | PC87360 HARDWARE MONITORING DRIVER | 9393 | PC87360 HARDWARE MONITORING DRIVER |
9386 | M: Jim Cromie <jim.cromie@gmail.com> | 9394 | M: Jim Cromie <jim.cromie@gmail.com> |
9387 | L: linux-hwmon@vger.kernel.org | 9395 | L: linux-hwmon@vger.kernel.org |