messages from 2022-07-10 14:08:46 to 2022-08-17 20:45:43 UTC [more...]
[PATCH v9 00/27] Rust support
2022-08-17 20:45 UTC (60+ 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 v9 18/27] scripts: add `generate_rust_analyzer.py`
` [PATCH v9 19/27] scripts: add `generate_rust_target.rs`
` [PATCH v9 20/27] scripts: add `rust_is_available.sh`
` [PATCH v9 21/27] scripts: add `is_rust_module.sh`
` [PATCH v9 22/27] rust: add `.rustfmt.toml`
` [PATCH v9 23/27] Kbuild: add Rust support
` [PATCH v9 24/27] docs: add Rust documentation
` [PATCH v9 25/27] x86: enable initial Rust support
` [PATCH v9 26/27] samples: add first Rust examples
` [PATCH v9 27/27] MAINTAINERS: Rust
[PATCH] ntb_perf: Fix 64-bit division on 32-bit architectures
2022-08-15 15:47 UTC (3+ messages)
[PATCH] ASoC: mchp-spdiftx: Fix clang -Wbitfield-constant-conversion
2022-08-10 21:14 UTC
[PATCH] ASoC: codec: tlv320aic32x4: fix mono playback via I2S
2022-08-10 10:41 UTC
[GIT PULL] sysctl changes for v6.0-rc1
2022-08-08 22:37 UTC (2+ messages)
clear_user (was: [patch 02/14] tmpfs: fix regressions from wider use of ZERO_PAGE)
2022-08-06 12:49 UTC (13+ messages)
` [PATCH] x86/clear_user: Make it faster
` [PATCH -final] "
[PATCH] RAS/CEC: Reduce default threshold to offline a page to "2"
2022-08-02 16:18 UTC (4+ 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 (4+ messages)
[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 (77+ messages)
` [PATCH 01/46] tools/testing/cxl: Fix cxl_hdm_decode_init() calling convention
` [PATCH 09/46] cxl/acpi: Track CXL resources in iomem_resource
` [PATCH 14/46] cxl/hdm: Enumerate allocated DPA
` [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 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)
[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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).