linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-06 17:19:49 to 2018-05-16 09:43:28 UTC [more...]

simplify procfs code for seq_file instances V3
 2018-05-16  9:43 UTC  (25+ messages)
  ` [PATCH 01/42] net/can: single_open_net needs to be paired with single_release_net
` [PATCH 02/42] proc: introduce a proc_pid_ns helper
` [PATCH 03/42] proc: don't detour through seq->private to get the inode
` [PATCH 04/42] proc: simplify proc_register calling conventions
` [PATCH 05/42] proc: add a proc_create_reg helper
` [PATCH 06/42] proc: introduce proc_create_seq{,_data}
` [PATCH 07/42] proc: introduce proc_create_seq_private
` [PATCH 08/42] proc: introduce proc_create_single{,_data}
` [PATCH 09/42] ipv{4,6}/udp{,lite}: simplify proc registration
` [PATCH 10/42] ipv{4,6}/tcp: simplify procfs registration
` [PATCH 11/42] ipv{4,6}/ping: simplify proc file creation
` [PATCH 12/42] ipv{4, 6}/raw: simplify ѕeq_file code
` [PATCH 13/42] ipv6/flowlabel: simplify pid namespace lookup
` [PATCH 14/42] net/kcm: simplify proc registration
` [PATCH 15/42] netfilter/x_tables: simplify ѕeq_file code
` [PATCH 16/42] net: move seq_file_single_net to <linux/seq_file_net.h>
` [PATCH 17/42] proc: introduce proc_create_net{,_data}
` [PATCH 18/42] proc: introduce proc_create_net_single
` [PATCH 19/42] acpi/battery: simplify procfs code
` [PATCH 20/42] sgi-gru: "
` [PATCH 21/42] megaraid: "
` [PATCH 22/42] sg: "
` [PATCH 23/42] afs: "
` [PATCH 24/42] ext4: "

[PATCH v3] device property: Get rid of union aliasing
 2018-05-16  9:41 UTC  (2+ messages)

[PATCH v9 00/12] Support PPTT for ARM64
 2018-05-16  8:24 UTC  (20+ messages)
` [PATCH v9 01/12] drivers: base: cacheinfo: move cache_setup_of_node()
` [PATCH v9 02/12] drivers: base: cacheinfo: setup DT cache properties early
` [PATCH v9 03/12] cacheinfo: rename of_node to fw_token
` [PATCH v9 04/12] arm64/acpi: Create arch specific cpu to acpi id helper
` [PATCH v9 05/12] ACPI/PPTT: Add Processor Properties Topology Table parsing
` [PATCH v9 06/12] ACPI: Enable PPTT support on ARM64
` [PATCH v9 07/12] drivers: base cacheinfo: Add support for ACPI based firmware tables
` [PATCH v9 08/12] arm64: "
` [PATCH v9 09/12] arm64: topology: rename cluster_id
` [PATCH v9 10/12] arm64: topology: enable ACPI/PPTT based CPU topology
` [PATCH v9 11/12] ACPI: Add PPTT to injectable table list
` [PATCH v9 12/12] arm64: topology: divorce MC scheduling domain from core_siblings

[PATCH v3 0/2] Add support for general system clock on ST AMD platform
 2018-05-16  8:23 UTC  (10+ messages)
` [PATCH v5 1/2] clk: x86: Add ST oscout platform clock
` [PATCH v3 2/2] ACPI: APD: Add AMD misc clock handler support

[PATCH v3 0/3] mailbox: ACPI: Remove incorrect error message about parsing PCCT
 2018-05-15 21:53 UTC  (10+ messages)
` [PATCH v3 2/3] ACPI: ensure acpi_parse_entries_array() does not access non-existent table data
` [PATCH v3 3/3] mailbox: ACPI: erroneous error message when parsing the ACPI PCCT

[PATCH v12 0/4] set VSESR_EL2 by user space and support NOTIFY_SEI notification
 2018-05-15 20:58 UTC  (5+ messages)
` [PATCH v12 1/4] arm64: KVM: export the capability to set guest SError syndrome
` [PATCH v12 2/4] arm/arm64: KVM: Add KVM_GET/SET_VCPU_EVENTS
` [PATCH v12 3/4] ACPI / APEI: Add SEI notification type support for ARMv8
` [PATCH v12 4/4] arm64: handle NOTIFY_SEI notification by the APEI driver

[PATCH 04/40] proc: introduce proc_create_seq{,_data}
 2018-05-15 14:56 UTC  (17+ messages)
` simplify procfs code for seq_file instances V2
  ` [PATCH 06/40] proc: introduce proc_create_single{,_data}
        ` [PATCH 06/40] proc: introduce proc_create_single{, _data}
  ` [PATCH 11/40] ipv6/flowlabel: simplify pid namespace lookup
  ` [PATCH 34/40] atm: simplify procfs code
      ` [PATCH 04/40] proc: introduce proc_create_seq{, _data}

[PATCH v2 00/40] Shared Virtual Addressing for the IOMMU
 2018-05-15 14:16 UTC  (42+ messages)
  ` [PATCH v2 01/40] iommu: Introduce Shared Virtual Addressing API
  ` [PATCH v2 02/40] iommu/sva: Bind process address spaces to devices
  ` [PATCH v2 03/40] iommu/sva: Manage process address spaces
  ` [PATCH v2 04/40] iommu/sva: Add a mm_exit callback for device drivers
  ` [PATCH v2 05/40] iommu/sva: Track mm changes with an MMU notifier
  ` [PATCH v2 06/40] iommu/sva: Search mm by PASID
  ` [PATCH v2 07/40] iommu: Add a page fault handler
  ` [PATCH v2 08/40] iommu/iopf: Handle mm faults
  ` [PATCH v2 09/40] iommu/sva: Register page fault handler
  ` [PATCH v2 10/40] mm: export symbol mm_access
  ` [PATCH v2 11/40] mm: export symbol find_get_task_by_vpid
  ` [PATCH v2 12/40] mm: export symbol mmput_async
  ` [PATCH v2 13/40] vfio: Add support for Shared Virtual Addressing
  ` [PATCH v2 14/40] dt-bindings: document stall and PASID properties for IOMMU masters
  ` [PATCH v2 15/40] iommu/of: Add stall and pasid properties to iommu_fwspec
  ` [PATCH v2 16/40] arm64: mm: Pin down ASIDs for sharing mm with devices
  ` [PATCH v2 17/40] iommu/arm-smmu-v3: Link domains and devices
  ` [PATCH v2 18/40] iommu/io-pgtable-arm: Factor out ARM LPAE register defines
  ` [PATCH v2 19/40] iommu: Add generic PASID table library
  ` [PATCH v2 20/40] iommu/arm-smmu-v3: Move context descriptor code
  ` [PATCH v2 21/40] iommu/arm-smmu-v3: Add support for Substream IDs
  ` [PATCH v2 22/40] iommu/arm-smmu-v3: Add second level of context descriptor table
  ` [PATCH v2 23/40] iommu/arm-smmu-v3: Share process page tables
  ` [PATCH v2 24/40] iommu/arm-smmu-v3: Seize private ASID
  ` [PATCH v2 25/40] iommu/arm-smmu-v3: Add support for VHE
  ` [PATCH v2 26/40] iommu/arm-smmu-v3: Enable broadcast TLB maintenance
  ` [PATCH v2 27/40] iommu/arm-smmu-v3: Add SVA feature checking
  ` [PATCH v2 28/40] iommu/arm-smmu-v3: Implement mm operations
  ` [PATCH v2 29/40] iommu/arm-smmu-v3: Add support for Hardware Translation Table Update
  ` [PATCH v2 30/40] iommu/arm-smmu-v3: Register I/O Page Fault queue
  ` [PATCH v2 31/40] iommu/arm-smmu-v3: Improve add_device error handling
  ` [PATCH v2 32/40] iommu/arm-smmu-v3: Maintain a SID->device structure
  ` [PATCH v2 33/40] iommu/arm-smmu-v3: Add stall support for platform devices
  ` [PATCH v2 34/40] ACPI/IORT: Check ATS capability in root complex nodes
  ` [PATCH v2 35/40] iommu/arm-smmu-v3: Add support for PCI ATS
  ` [PATCH v2 36/40] iommu/arm-smmu-v3: Hook up ATC invalidation to mm ops
  ` [PATCH v2 37/40] iommu/arm-smmu-v3: Disable tagged pointers
  ` [PATCH v2 38/40] PCI: Make "PRG Response PASID Required" handling common
  ` [PATCH v2 39/40] iommu/arm-smmu-v3: Add support for PRI
  ` [PATCH v2 40/40] iommu/arm-smmu-v3: Add support for PCI PASID

[PATCH v2] device property: Get rid of union aliasing
 2018-05-14 20:55 UTC  (9+ messages)

[PATCH][RFC v2] ACPI: acpi_pad: Do not launch acpi_pad threads on idle cpus
 2018-05-14 20:42 UTC  (4+ messages)

[PATCH v2 1/2] pwm: lpss: platform: Save/restore the ctrl register over a suspend/resume
 2018-05-14 20:36 UTC  (6+ messages)

[PATCH 1/3] thinkpad_acpi: add support for inhibit_charge
 2018-05-14 15:41 UTC  (8+ messages)

[RFC PATCH v4 1/3] EDAC, GHES: Remove unused argument to ghes_edac_report_mem_error
 2018-05-14 14:59 UTC  (21+ messages)
  ` [RFC PATCH v4 2/3] acpi: apei: Rename ghes_severity() to ghes_cper_severity()
  ` [RFC PATCH v4 3/3] acpi: apei: Do not panic() on PCIe errors reported through GHES
` [PATCH v5 0/2] acpi: apei: Improve PCIe error handling with FFS
  ` [PATCH v5 1/2] acpi: apei: Rename ghes_severity() to ghes_cper_severity()
  ` [PATCH v5 2/2] acpi: apei: Do not panic() on PCIe errors reported through GHES

[PATCH 3/3] thinkpad_acpi: document the battery controls
 2018-05-14 13:41 UTC  (3+ messages)

PROBLEM: "ACPI Error: Method parse/execution failed" and "ACPI BIOS Error (bug): Failure looking up" related
 2018-05-13 22:34 UTC  (2+ messages)

[PATCH 2/3] thinkpad_acpi: add support for force_discharge
 2018-05-13 15:30 UTC 

[RFC] acpi: Declare memory allocations in acpi_ut_create_internal_object_dbg as non-leaks
 2018-05-12 14:59 UTC 

[Regression] PCI / PM: Simplify device wakeup settings code
 2018-05-10 14:49 UTC  (10+ messages)
` [PATCH] PCI / PM: Check device_may_wakeup() in pci_enable_wake()

fd3e45436660 ("ACPI / NUMA: ia64: Parse all entries of SRAT memory affinity table")
 2018-05-10  8:22 UTC  (8+ messages)

[PATCH v2] acpi: nfit: document sysfs interface
 2018-05-09 15:54 UTC  (2+ messages)

[PATCH v8 00/13] Support PPTT for ARM64
 2018-05-09 13:20 UTC  (2+ messages)

[PATCH] ACPI: add missing newline to printk
 2018-05-09  9:54 UTC 

[PATCH] acpi: scan: Fix a possible data race in acpi_scan_hotplug_enabled
 2018-05-09  7:53 UTC  (4+ messages)

[PATCH v2 0/2] Add support for general system clock on ST AMD platform
 2018-05-09  4:47 UTC  (7+ messages)
` [PATCH v4 1/2] clk: x86: Add ST oscout platform clock
` [PATCH v2 2/2] ACPI: APD: Add AMD misc clock handler support

[PATCH v2 1/2] PCI ACPI: Avoid panic when PCI IO resource's size is not page aligned
 2018-05-09  3:46 UTC  (5+ messages)

[PATCH v3 00/12] APEI in_nmi() rework and arm64 SDEI wire-up
 2018-05-08  8:45 UTC  (4+ messages)
` [PATCH v3 07/12] ACPI / APEI: Make the nmi_fixmap_idx per-ghes to allow multiple in_nmi() users


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).