1. 12 10月, 2015 2 次提交
    • T
      efi: Add "efi_fake_mem" boot option · 0f96a99d
      Taku Izumi 提交于
      This patch introduces new boot option named "efi_fake_mem".
      By specifying this parameter, you can add arbitrary attribute
      to specific memory range.
      This is useful for debugging of Address Range Mirroring feature.
      
      For example, if "efi_fake_mem=2G@4G:0x10000,2G@0x10a0000000:0x10000"
      is specified, the original (firmware provided) EFI memmap will be
      updated so that the specified memory regions have
      EFI_MEMORY_MORE_RELIABLE attribute (0x10000):
      
       <original>
         efi: mem36: [Conventional Memory|  |  |  |  |  |   |WB|WT|WC|UC] range=[0x0000000100000000-0x00000020a0000000) (129536MB)
      
       <updated>
         efi: mem36: [Conventional Memory|  |MR|  |  |  |   |WB|WT|WC|UC] range=[0x0000000100000000-0x0000000180000000) (2048MB)
         efi: mem37: [Conventional Memory|  |  |  |  |  |   |WB|WT|WC|UC] range=[0x0000000180000000-0x00000010a0000000) (61952MB)
         efi: mem38: [Conventional Memory|  |MR|  |  |  |   |WB|WT|WC|UC] range=[0x00000010a0000000-0x0000001120000000) (2048MB)
         efi: mem39: [Conventional Memory|  |  |  |  |  |   |WB|WT|WC|UC] range=[0x0000001120000000-0x00000020a0000000) (63488MB)
      
      And you will find that the following message is output:
      
         efi: Memory: 4096M/131455M mirrored memory
      Signed-off-by: NTaku Izumi <izumi.taku@jp.fujitsu.com>
      Cc: Tony Luck <tony.luck@intel.com>
      Cc: Xishi Qiu <qiuxishi@huawei.com>
      Cc: Kamezawa Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
      Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
      Signed-off-by: NMatt Fleming <matt.fleming@intel.com>
      0f96a99d
    • L
      arm64: Use core efi=debug instead of uefi_debug command line parameter · c9494dc8
      Leif Lindholm 提交于
      Now that we have an efi=debug command line option in the core code, use
      this instead of the arm64-specific uefi_debug option.
      Signed-off-by: NLeif Lindholm <leif.lindholm@linaro.org>
      Acked-by: NArd Biesheuvel <ard.biesheuvel@linaro.org>
      Tested-by: NArd Biesheuvel <ard.biesheuvel@linaro.org>
      Cc: Mark Salter <msalter@redhat.com>
      Cc: Catalin Marinas <catalin.marinas@arm.com>
      Cc: Will Deacon <will.deacon@arm.com>
      Signed-off-by: NMatt Fleming <matt.fleming@intel.com>
      c9494dc8
  2. 01 8月, 2015 1 次提交
  3. 31 7月, 2015 1 次提交
  4. 30 7月, 2015 1 次提交
  5. 27 7月, 2015 1 次提交
  6. 25 7月, 2015 1 次提交
  7. 24 7月, 2015 1 次提交
  8. 19 7月, 2015 1 次提交
    • D
      iio: ABI: Clarify proximity output value · 63fc4449
      Daniel Baluta 提交于
      Current description for proximity measurement is ambiguous. While
      the first part says that proximity is measured by observing
      reflectivity, the second part incorrectly infers that reported values
      should behave like a distance.
      
      This is because of AS3935 lightning sensor which uses the proximity
      API, while not being a true proximity sensor.
      
      Note this is marked for stable as it accompanies a fix in ABI usage
      to the sx9500 driver which would otherwise appear to be correct.
      
      Fixes:  614e8842 ("iio: ABI: add clarification for proximity")
      Signed-off-by: NDaniel Baluta <daniel.baluta@intel.com>
      Cc: <Stable@vger.kernel.org>
      Signed-off-by: NJonathan Cameron <jic23@kernel.org>
      63fc4449
  9. 18 7月, 2015 1 次提交
  10. 16 7月, 2015 2 次提交
  11. 10 7月, 2015 1 次提交
  12. 09 7月, 2015 2 次提交
  13. 08 7月, 2015 1 次提交
  14. 07 7月, 2015 1 次提交
  15. 06 7月, 2015 2 次提交
  16. 05 7月, 2015 10 次提交
  17. 03 7月, 2015 3 次提交
  18. 02 7月, 2015 2 次提交
  19. 01 7月, 2015 4 次提交
  20. 29 6月, 2015 1 次提交
  21. 26 6月, 2015 1 次提交
    • D
      libnvdimm: Non-Volatile Devices · bc30196f
      Dan Williams 提交于
      Maintainer information and documentation for drivers/nvdimm
      
      Cc: Andy Lutomirski <luto@amacapital.net>
      Cc: Boaz Harrosh <boaz@plexistor.com>
      Cc: H. Peter Anvin <hpa@zytor.com>
      Cc: Jens Axboe <axboe@fb.com>
      Cc: Ingo Molnar <mingo@kernel.org>
      Cc: Christoph Hellwig <hch@lst.de>
      Cc: Neil Brown <neilb@suse.de>
      Cc: Greg KH <gregkh@linuxfoundation.org>
      Signed-off-by: NDan Williams <dan.j.williams@intel.com>
      bc30196f