Skip to content
Snippets Groups Projects
Select Git revision
  • c56e7a4c3e77f6fbd9b55c06c14eda65aae58958
  • openEuler-1.0-LTS default protected
  • openEuler-22.09
  • OLK-5.10
  • openEuler-22.03-LTS
  • openEuler-22.03-LTS-Ascend
  • master
  • openEuler-22.03-LTS-LoongArch-NW
  • openEuler-22.09-HCK
  • openEuler-20.03-LTS-SP3
  • openEuler-21.09
  • openEuler-21.03
  • openEuler-20.09
  • 4.19.90-2210.5.0
  • 5.10.0-123.0.0
  • 5.10.0-60.63.0
  • 5.10.0-60.62.0
  • 4.19.90-2210.4.0
  • 5.10.0-121.0.0
  • 5.10.0-60.61.0
  • 4.19.90-2210.3.0
  • 5.10.0-60.60.0
  • 5.10.0-120.0.0
  • 5.10.0-60.59.0
  • 5.10.0-119.0.0
  • 4.19.90-2210.2.0
  • 4.19.90-2210.1.0
  • 5.10.0-118.0.0
  • 5.10.0-106.19.0
  • 5.10.0-60.58.0
  • 4.19.90-2209.6.0
  • 5.10.0-106.18.0
  • 5.10.0-106.17.0
33 results

arch

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Marcin Nowakowski authored and Ralf Baechle committed
    Space reserved for PKMap should span from PKMAP_BASE to FIXADDR_START.
    For large page sizes this is not the case as eg. for 64k pages the range
    currently defined is from 0xfe000000 to 0x102000000(!!) which obviously
    isn't right.
    Remove the hardcoded location and set the BASE address as an offset from
    FIXADDR_START.
    
    Since all PKMAP ptes have to be placed in a contiguous memory, ensure
    that this is the case by placing them all in a single page. This is
    achieved by aligning the end address to pkmap pages count pages.
    
    Signed-off-by: default avatarMarcin Nowakowski <marcin.nowakowski@imgtec.com>
    Cc: linux-mips@linux-mips.org
    Patchwork: https://patchwork.linux-mips.org/patch/15950/
    
    
    Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
    c56e7a4c
    History
    Name Last commit Last update
    ..