public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-04-19 12:41:03 to 2018-04-26 05:34:20 UTC [more...]

issues with suspend on Dell XPS 13 2-in-1
 2018-04-26  5:34 UTC  (10+ messages)

simplify procfs code for seq_file instances V2
 2018-04-26  1:45 UTC  (43+ messages)
` [PATCH 01/40] net/can: single_open_net needs to be paired with single_release_net
` [PATCH 02/40] proc: simplify proc_register calling conventions
` [PATCH 03/40] proc: add a proc_create_reg helper
` [PATCH 04/40] proc: introduce proc_create_seq{,_data}
` [PATCH 05/40] proc: introduce proc_create_seq_private
` [PATCH 06/40] proc: introduce proc_create_single{,_data}
` [PATCH 07/40] ipv{4,6}/udp{,lite}: simplify proc registration
` [PATCH 08/40] ipv{4,6}/tcp: simplify procfs registration
` [PATCH 09/40] ipv{4,6}/ping: simplify proc file creation
` [PATCH 10/40] ipv{4, 6}/raw: simplify ѕeq_file code
` [PATCH 11/40] ipv6/flowlabel: simplify pid namespace lookup
` [PATCH 12/40] net/kcm: simplify proc registration
` [PATCH 13/40] netfilter/x_tables: simplify ѕeq_file code
` [PATCH 14/40] net: move seq_file_single_net to <linux/seq_file_net.h>
` [PATCH 15/40] proc: introduce proc_create_net{,_data}
` [PATCH 16/40] proc: introduce proc_create_net_single
` [PATCH 17/40] acpi/battery: simplify procfs code
` [PATCH 18/40] sgi-gru: "
` [PATCH 19/40] megaraid: "
` [PATCH 20/40] sg: "
` [PATCH 21/40] afs: "
` [PATCH 22/40] ext4: "
` [PATCH 23/40] jfs: "
` [PATCH 24/40] staging/rtl8192u: "
` [PATCH 25/40] resource: switch to proc_create_seq_data
` [PATCH 26/40] drbd: switch to proc_create_single
` [PATCH 27/40] rtc/proc: switch to proc_create_single_data
` [PATCH 28/40] bonding: switch to proc_create_seq_data
` [PATCH 29/40] hostap: switch to proc_create_{seq,single}_data
` [PATCH 30/40] neigh: switch to proc_create_seq_data
` [PATCH 31/40] netfilter/xt_hashlimit: switch to proc_create_{seq, single}_data
` [PATCH 32/40] netfilter/x_tables: switch to proc_create_seq_private
` [PATCH 33/40] bluetooth: switch to proc_create_seq_data
` [PATCH 34/40] atm: simplify procfs code
` [PATCH 35/40] atm: switch to proc_create_seq_private
` [PATCH 36/40] isdn: replace ->proc_fops with ->proc_show
` [PATCH 37/40] proc: don't detour through seq->private to get the inode
` [PATCH 38/40] ide: remove ide_driver_proc_write
` [PATCH 39/40] ide: replace ->proc_fops with ->proc_show
` [PATCH 40/40] tty: "

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

simplify procfs code for seq_file instances
 2018-04-25 21:24 UTC  (57+ messages)
` [PATCH 02/39] proc: introduce proc_create_seq{,_data}
` [PATCH 03/39] proc: introduce proc_create_seq_private
` [PATCH 04/39] proc: introduce proc_create_single{,_data}
` [PATCH 05/39] ipv{4, 6}/udp{, lite}: simplify proc registration
` [PATCH 06/39] ipv{4, 6}/tcp: simplify procfs registration
` [PATCH 07/39] ipv{4, 6}/ping: simplify proc file creation
` [PATCH 08/39] ipv{4,6}/raw: simplify ѕeq_file code
` [PATCH 09/39] ipv6/flowlabel: simplify pid namespace lookup
` [PATCH 10/39] net/kcm: simplify proc registration
` [PATCH 11/39] netfilter/x_tables: simplify ѕeq_file code
` [PATCH 12/39] net: move seq_file_single_net to <linux/seq_file_net.h>
` [PATCH 13/39] proc: introduce proc_create_net{,_data}
` [PATCH 14/39] proc: introduce proc_create_net_single
` [PATCH 15/39] acpi/battery: simplify procfs code
` [PATCH 16/39] ipmi: "
` [PATCH 17/39] sgi-gru: "
` [PATCH 18/39] megaraid: "
` [PATCH 19/39] sg: "
` [PATCH 20/39] afs: "
` [PATCH 21/39] ext4: "
` [PATCH 22/39] jfs: "
` [PATCH 23/39] staging/rtl8192u: "
` [PATCH 24/39] resource: switch to proc_create_seq_data
` [PATCH 25/39] drbd: switch to proc_create_single
` [PATCH 26/39] rtc/proc: switch to proc_create_single_data
` [PATCH 27/39] bonding: switch to proc_create_seq_data
` [PATCH 28/39] hostap: switch to proc_create_{seq,single}_data
` [PATCH 29/39] neigh: switch to proc_create_seq_data
` [PATCH 30/39] netfilter/xt_hashlimit: switch to proc_create_{seq,single}_data
` [PATCH 31/39] netfilter/x_tables: switch to proc_create_seq_private
` [PATCH 32/39] bluetooth: switch to proc_create_seq_data
` [PATCH 33/39] atm: simplify procfs code
` [PATCH 34/39] atm: switch to proc_create_seq_private
` [PATCH 35/39] isdn: replace ->proc_fops with ->proc_show
` [PATCH 36/39] proc: don't detour through seq->private to get the inode
` [PATCH 37/39] ide: remove ide_driver_proc_write
` [PATCH 38/39] ide: replace ->proc_fops with ->proc_show
` [PATCH 39/39] tty: "

[RFC PATCH v2 0/4] acpi: apei: Improve error handling with firmware-first
 2018-04-25 20:39 UTC  (35+ messages)
` [RFC PATCH v2 2/4] acpi: apei: Split GHES handlers outside of ghes_do_proc
` [RFC PATCH v2 3/4] acpi: apei: Do not panic() when correctable errors are marked as fatal
` [RFC PATCH v2 4/4] acpi: apei: Warn when GHES marks correctable errors as "fatal"
` [RFC PATCH v3 0/3] acpi: apei: Improve PCIe error handling with firmware-first
  ` [RFC PATCH v3 1/3] EDAC, GHES: Remove unused argument to ghes_edac_report_mem_error
  ` [RFC PATCH v3 2/3] acpi: apei: Do not panic() on PCIe errors reported through GHES
  ` [RFC PATCH v3 3/3] acpi: apei: Warn when GHES marks correctable errors as "fatal"

[RFC][PATCH 0/1] serdev: Support HS-UART serdev slaves over tty
 2018-04-25  9:12 UTC  (2+ messages)

[PATCH] ACPI / video: Only default only_lcd to true on Win8-ready _desktops_
 2018-04-25  5:52 UTC  (2+ messages)

[PATCH v2 0/3] mailbox: ACPI: Remove incorrect error message about parsing PCCT
 2018-04-24 19:35 UTC  (4+ messages)
` [PATCH v2 1/3] ACPI: improve function documentation for acpi_parse_entries_array()
` [PATCH v2 2/3] ACPI: ensure acpi_parse_entries_array() does not access non-existent table data
` [PATCH v2 3/3] mailbox: ACPI: erroneous error message when parsing the ACPI PCCT

[PATCH 00/37] Shared Virtual Addressing for the IOMMU
 2018-04-24 18:52 UTC  (6+ messages)
` [PATCH 03/37] iommu/sva: Manage process address spaces

[PATCH 1/1] tools: power/acpi, revert to LD = gcc
 2018-04-24 16:38 UTC  (2+ messages)

[GIT PULL] Thermal management updates for v4.17-rc2
 2018-04-24 13:25 UTC  (2+ messages)

[PATCH] ACPI / PM: Blacklist Low Power S0 Idle _DSM for ThinkPad X1 Tablet(2016)
 2018-04-24 10:06 UTC  (2+ messages)

[PATCH v2] ACPI / button: make module loadable when booted in non-ACPI mode
 2018-04-23  9:16 UTC 

[PATCH] ACPI / button: make module loadable when booted in non-ACPI mode
 2018-04-23  9:11 UTC  (2+ messages)

[PATCH RFC] ACPI: disable extra P_LVLx access on KVM
 2018-04-23  8:36 UTC  (3+ messages)

[PATCH] acpi:ipmi: Convert ipmi_user_t to struct ipmi_user *
 2018-04-23  7:59 UTC  (2+ messages)

[PATCH v1 0/2] PCI/ASPM: Tighten up ASPM L1.2 and LTR usage
 2018-04-23  7:56 UTC  (5+ messages)
` [PATCH v1 1/2] PCI/ASPM: Disable ASPM L1.2 Substate if we don't have LTR
` [PATCH v1 2/2] PCI/ACPI: Request LTR control from platform before using it

[PATCH] ACPI / bus: ignore rather than fail bus driver registrations on non-ACPI boot
 2018-04-23  7:40 UTC  (6+ messages)

Bug? pcie_aspm=off cause less power consumption as default
 2018-04-22 17:16 UTC 

[PATCH] ACPI / scan: Fix regression related to X-Gene UARTs
 2018-04-22  9:34 UTC  (2+ messages)

[GIT PULL] libnvdimm fixes for 4.17-rc2
 2018-04-22  0:17 UTC 

[RFC PATCH 0/4] acpi: apei: Improve error handling with firmware-first
 2018-04-20 22:04 UTC  (12+ messages)
` [RFC PATCH 3/4] acpi: apei: Do not panic() in NMI because of GHES messages

[GIT PULL V3] Thermal SoC management updates for v4.17-rc1
 2018-04-20 14:48 UTC  (5+ messages)

[RFC PATCH 0/2] HISI LPC: Add PNP device support
 2018-04-20 14:09 UTC  (13+ messages)
` [RFC PATCH 1/2] ACPI / PNP: Don't add "enumeration_by_parent" devices
` [RFC PATCH 2/2] HISI LPC: Add PNP device support


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox