Archive-only list for patches
 help / color / mirror / Atom feed
 messages from 2022-06-30 17:10:53 to 2022-08-05 15:44:09 UTC [more...]

[PATCH v9 00/27] Rust support
 2022-08-05 15:42 UTC  (18+ messages)
` [PATCH v9 01/27] kallsyms: use `sizeof` instead of hardcoded size
` [PATCH v9 02/27] kallsyms: avoid hardcoding buffer size
` [PATCH v9 03/27] kallsyms: add static relationship between `KSYM_NAME_LEN{,_BUFFER}`
` [PATCH v9 04/27] kallsyms: support "big" kernel symbols
` [PATCH v9 05/27] kallsyms: increase maximum kernel symbol length to 512
` [PATCH v9 06/27] rust: add C helpers
` [PATCH v9 07/27] rust: import upstream `alloc` crate
` [PATCH v9 08/27] rust: adapt `alloc` crate to the kernel
` [PATCH v9 09/27] rust: add `compiler_builtins` crate
` [PATCH v9 10/27] rust: add `macros` crate
` [PATCH v9 11/27] rust: add `bindings` crate
` [PATCH v9 12/27] rust: add `kernel` crate
` [PATCH v9 13/27] rust: export generated symbols
` [PATCH v9 14/27] vsprintf: add new `%pA` format specifier
` [PATCH v9 15/27] scripts: checkpatch: diagnose uses of `%pA` in the C side as errors
` [PATCH v9 16/27] scripts: checkpatch: enable language-independent checks for Rust
` [PATCH v9 17/27] scripts: decode_stacktrace: demangle Rust symbols

[PATCH] RAS/CEC: Reduce default threshold to offline a page to "2"
 2022-08-02 16:18 UTC  (12+ messages)
                ` [PATCH] RAS/CEC: Reduce offline page threshold for Intel systems
                    ` [PATCH v2] "

[GIT PULL] slab for 5.20/6.0
 2022-08-01 19:55 UTC  (2+ messages)

[PATCH v2] platform/x86/intel/ifs: Allow non-default names for IFS image
 2022-07-28 18:48 UTC  (13+ messages)

[PATCH] ptp: ocp: select CRC16 to fix build error
 2022-07-27  2:56 UTC  (2+ messages)

[PATCH v2 0/4] Another completely fake submission
 2022-07-26 20:25 UTC  (6+ messages)
` [PATCH v2 1/4] Rename into Pumpkix
` [PATCH v2 2/4] Makefile: Let's start our version at 200
` [PATCH v2 3/4] COPYING: tweak license
` [PATCH v2 4/4] MAINTAINERS: Add Great Pumpkin

[PATCH v1 0/3] Another completely fake submission
 2022-07-26 19:50 UTC  (5+ messages)
` [PATCH v1 1/3] Rename into Pumpkix
` [PATCH v1 2/3] Makefile: Let's start our version at 200
` [PATCH v1 3/3] COPYING: tweak license

[PATCH 0/4] EDAC/intel: Some Intel EDAC driver updates
 2022-07-22 23:33 UTC  (5+ messages)
` [PATCH 1/4] EDAC/skx_common: Add ChipSelect ADXL component
` [PATCH 2/4] EDAC/i10nm: Retrieve and print retry_rd_err_log registers for HBM
` [PATCH 3/4] EDAC/i10nm: Print an extra register set of retry_rd_err_log
` [PATCH 4/4] x86/sb_edac: Add row column translation for Broadwell

[PATCH] ASoC: Intel: avs: Use lookup table to create modules
 2022-07-22 19:39 UTC  (3+ messages)

[PATCH] ASoC: Intel: avs: Mark avs_path_module_type_create() as noinline
 2022-07-21 15:40 UTC  (5+ messages)

[PATCH] drm/msm/dsi: Set panel orientation when directly connected
 2022-07-20 22:42 UTC  (11+ messages)
    ` [Freedreno] "

[PATCH v3 0/3] Fake b4 ez-series submission
 2022-07-20 17:57 UTC  (4+ messages)
` [PATCH v3 1/3] Makefile: set appropriate release name
` [PATCH v3 2/3] MAINTAINERS: set Kahless as ultimate maintainer
` [PATCH v3 3/3] README: rename Linux to Kahlux

[PATCH v1 0/2] Fake b4 ez-series submission
 2022-07-20 17:38 UTC  (6+ messages)
` [PATCH v1 1/2] Makefile: set appropriate release name
` [PATCH v1 2/2] MAINTAINERS: set Kahless as ultimate maintainer

[PATCH v2 0/3] Fake b4 ez-series submission
 2022-07-20 17:37 UTC  (7+ messages)
` [PATCH v2 1/3] Makefile: set appropriate release name
` [PATCH v2 2/3] MAINTAINERS: set Kahless as ultimate maintainer
` [PATCH v2 3/3] README: rename Linux to Kahlux

[PATCH 00/46] CXL PMEM Region Provisioning
 2022-07-20  9:59 UTC  (102+ messages)
` [PATCH 01/46] tools/testing/cxl: Fix cxl_hdm_decode_init() calling convention
` [PATCH 05/46] cxl/core: Drop ->platform_res attribute for root decoders
` [PATCH 07/46] cxl: Introduce cxl_to_{ways,granularity}
` [PATCH 08/46] cxl/core: Define a 'struct cxl_switch_decoder'
` [PATCH 09/46] cxl/acpi: Track CXL resources in iomem_resource
` [PATCH 10/46] cxl/core: Define a 'struct cxl_root_decoder' for tracking CXL window resources
` [PATCH 11/46] cxl/core: Define a 'struct cxl_endpoint_decoder' for tracking DPA resources
` [PATCH 14/46] cxl/hdm: Enumerate allocated DPA
` [PATCH 16/46] cxl/hdm: Add 'mode' attribute to decoder objects
` [PATCH 17/46] cxl/hdm: Track next decoder to allocate
` [PATCH 18/46] cxl/hdm: Add support for allocating DPA to an endpoint decoder
` [PATCH 20/46] cxl/mem: Add a debugfs version of 'iomem' for DPA, 'dpamem'
` [PATCH 21/46] tools/testing/cxl: Move cxl_test resources to the top of memory
` [PATCH 24/46] tools/testing/cxl: Fix decoder default state
` [PATCH 25/46] cxl/port: Record dport in endpoint references
` [PATCH 28/46] cxl/port: Move dport tracking to an xarray
` [PATCH 29/46] cxl/port: Cache CXL host bridge data
` [PATCH 30/46] cxl/hdm: Add sysfs attributes for interleave ways + granularity
` [PATCH 32/46] cxl/mem: Enumerate port targets before adding endpoints
` [PATCH 33/46] resource: Introduce alloc_free_mem_region()
` [PATCH 34/46] cxl/region: Add region creation support
` [PATCH 36/46] cxl/region: Add interleave ways attribute
` [PATCH 37/46] cxl/region: Allocate host physical address (HPA) capacity to new regions
` [PATCH 38/46] cxl/region: Enable the assignment of endpoint decoders to regions
` [PATCH 40/46] cxl/region: Attach endpoint decoders
` [PATCH 42/46] cxl/hdm: Commit decoder state to hardware
` [PATCH 44/46] cxl/pmem: Delete unused nvdimm attribute
` [PATCH 45/46] cxl/pmem: Fix offline_nvdimm_bus() to offline by bridge
` [PATCH 46/46] cxl/region: Introduce cxl_pmem_region objects

[PATCH] ASoC: nau8821: Don't unconditionally free interrupt
 2022-07-19  1:09 UTC  (2+ messages)

[PATCH v3 0/3] Fake series to test out b4 submit
 2022-07-15 20:04 UTC  (4+ messages)
` [PATCH v3 1/3] Rename Linux into Kahlix
` [PATCH v3 2/3] Our version goes to 11
` [PATCH v3 3/3] Add myself as ultimate maintainer

[PATCH v2 0/3] Fake series to test out b4 submit
 2022-07-15 19:31 UTC  (5+ messages)
` [PATCH v2 1/3] Rename Linux into Konix
` [PATCH v2 2/3] Our version goes to 11
` [PATCH v2 3/3] Add myself as ultimate maintainer

[GIT PULL] sysctl fixes for v5.19-rc7
 2022-07-15 17:45 UTC  (2+ messages)

[PATCH WIP v1 0/3] Fake series to test out b4 submit
 2022-07-15 15:40 UTC  (15+ messages)
` [PATCH WIP v1 1/3] Rename Linux into Konix
` [PATCH WIP v1 2/3] Our version goes to 11
` [PATCH WIP v1 3/3] Add myself as ultimate maintainer

[PATCH] bpf, arm64: Mark dummy_tramp as global
 2022-07-14 15:00 UTC  (3+ messages)

[PATCH] ASoC: rockchip-i2s: Undo BCLK pinctrl changes
 2022-07-13 16:48 UTC  (2+ messages)

clear_user (was: [patch 02/14] tmpfs: fix regressions from wider use of ZERO_PAGE)
 2022-07-12 12:32 UTC  (14+ messages)
      ` [PATCH] x86/clear_user: Make it faster
                  ` [PATCH -final] "

[PATCH] platform/x86/intel/ifs: Allow non-default names for IFS image
 2022-07-10 20:00 UTC  (14+ messages)
            ` [PATCH 0/2] Two fixes for IFS
              ` [PATCH 1/2] Documentation: Correct IFS reload documentation
              ` [PATCH 2/2] platform/x86/intel/ifs: return error on load failure

[PATCH] ASOC: add new widget to control system clock
 2022-07-07  8:07 UTC 

[PATCH] x86/Kconfig: Fix CONFIG_CC_HAS_SANE_STACKPROTECTOR when cross compiling with clang
 2022-07-07 17:17 UTC  (4+ messages)

[PATCH] soc: mediatek: SVS: Use DEFINE_SIMPLE_DEV_PM_OPS for svs_pm_ops
 2022-07-07  8:25 UTC  (3+ messages)

[PATCH/RFC] clk: qcom: rpmh: Block system suspend if XO is enabled
 2022-07-07  0:02 UTC  (3+ messages)

[PATCH] drm: xlnx: add <linux/io.h> for readl/writel
 2022-07-06 19:59 UTC  (4+ messages)
    ` [PATCH] drm: xlnx: add <linux/io.h> for readl/writel\

[PATCH] sound: qcom: Fix missing of_node_put() in asoc_qcom_lpass_cpu_platform_probe()
 2022-07-02  2:01 UTC 

[PATCH v2] arm64: dts: qcom: sc7180-trogdor: Split out keyboard node and describe detachables
 2022-07-03  3:56 UTC  (2+ messages)
` (subset) "


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