lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 1 Dec 2016 15:45:57 +0800
From:   Majun <majun258@...wei.com>
To:     <linux-kernel@...r.kernel.org>, <marc.zyngier@....com>,
        <linux-acpi@...r.kernel.org>, <robert.moore@...el.com>,
        <lenb@...nel.org>, <lv.zheng@...el.com>,
        <rafael.j.wysocki@...el.com>, <devel@...ica.org>,
        <mark.rutland@....com>, <robh+dt@...nel.org>,
        <jason@...edaemon.net>
CC:     <dingtianhong@...wei.com>, <guohanjun@...wei.com>,
        <majun258@...wei.com>
Subject: [RFC PATCH 0/3] Add a new flag for ITS device to control indirect route

From: MaJun <majun258@...wei.com>

For current ITS driver, two level table (indirect route) is enabled when the memory used
for LPI route table over the limit(64KB * 2) size. But this function impact the 
performance of LPI interrupt actually because need more time to look up the table.

Although this function can save the memory needed, we'd better let the user
to decide enable or disable this function.

MaJun (3):
  Binding: Add a new property string in ITS node to control the two-level route function
  irqchip/gicv3-its:irqchip/gicv3-its: add a new flag to control indirect route in DT mode
  irqchip/gicv3-its:irqchip/gicv3-its: Add a new flag to control indirect route function in ACPI mode.

 .../bindings/interrupt-controller/arm,gic-v3.txt      |  3 +++
 drivers/irqchip/irq-gic-v3-its.c                      | 19 ++++++++++++++-----
 include/acpi/actbl1.h                                 |  3 ++-
 3 files changed, 19 insertions(+), 6 deletions(-)

-- 
1.7.12.4


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ