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]
Message-ID: <20200907185430.363197758@hpe.com>
Date:   Mon, 07 Sep 2020 13:54:30 -0500
From:   Mike Travis <mike.travis@....com>
To:     Thomas Gleixner <tglx@...utronix.de>,
        Ingo Molnar <mingo@...hat.com>, Borislav Petkov <bp@...en8.de>,
        x86@...nel.org, Steve Wahl <steve.wahl@....com>,
        Dave Hansen <dave.hansen@...ux.intel.com>,
        Andy Lutomirski <luto@...nel.org>,
        Peter Zijlstra <peterz@...radead.org>,
        Arnd Bergmann <arnd@...db.de>,
        Greg Kroah-Hartman <gregkh@...e.de>
Cc:     Dimitri Sivanich <dimitri.sivanich@....com>,
        "H. Peter Anvin" <hpa@...or.com>,
        Russ Anderson <russ.anderson@....com>,
        Darren Hart <dvhart@...radead.org>,
        Andy Shevchenko <andy.shevchenko@...il.com>,
        Alexandre Chartre <alexandre.chartre@...cle.com>,
        Jian Cai <caij2003@...il.com>,
        Vitaly Kuznetsov <vkuznets@...hat.com>,
        linux-kernel@...r.kernel.org, platform-driver-x86@...r.kernel.org
Subject: [PATCH 00/12] x86/platform/uv: Updates for UV5

Subject: [PATCH 00/12] x86/platform/uv: Updates for UV5

Add changes needed for new UV5 UV architecture.  Chief among the changes
are 52 bits of physical memory address and 57 bits of virtual address space.  

0001 Remove UV BAU TLB Shootdown Handler
    - removes BAU TLB code being replaced by BAU APIC driver

0002 Remove SCIR built in driver
    - removes System Controller (monitoring) code

0003 Update UV kernel modules
    - update loadable UV kernel modules prior to a clash of symbols
      (is_uv) produced by auto-generated UV5 uv_mmrs.h file

0004 Update UV MMRs for UV5
    - update uv_mmrs.h file and fix resultant compiler errors

0005 Add UV5 direct references
    - add references to UV5 specific values

0006 Decode and Use Arch Type in UVsystab
    - add UV ArchType field to UVsystab to remove dependency on OEM_ID

0007 Update MMIOH references
    - display MMIOH mapping for each MMIOH region

0008 Adjust GAM MMR references
    - update GAM mapping for MMR accesses

0009 Update UV GRU references
    - update GRU mapping to include UV5

0010 Update Node Present Counting
    - UV5 changes method of counting nodes present

0011 Update UV5 TSC Checking
    - update TSC sync check of BIOS sync status

0012 Update for UV5 NMI MMR changes
    - update NMI handler

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ