patches.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-19 23:58:40 to 2022-10-07 17:56:40 UTC [more...]

[PATCH v3 0/5] treewide cleanup of random integer usage
 2022-10-07 17:56 UTC  (21+ messages)
` [PATCH v3 1/5] treewide: use prandom_u32_max() when possible
` [PATCH v3 2/5] treewide: use get_random_{u8,u16}() "
` [PATCH v3 3/5] treewide: use get_random_u32() "
` [PATCH v3 4/5] treewide: use get_random_bytes "
` [PATCH v3 5/5] prandom: remove unused functions

[PATCH v10 00/27] Rust support
 2022-10-07 17:17 UTC  (86+ messages)
` [PATCH v10 01/27] kallsyms: use `ARRAY_SIZE` instead of hardcoded size
` [PATCH v10 02/27] kallsyms: avoid hardcoding buffer size
` [PATCH v10 03/27] kallsyms: add static relationship between `KSYM_NAME_LEN{,_BUFFER}`
` [PATCH v10 04/27] kallsyms: support "big" kernel symbols
` [PATCH v10 05/27] kallsyms: increase maximum kernel symbol length to 512
` [PATCH v10 06/27] rust: add C helpers
` [PATCH v10 07/27] rust: import upstream `alloc` crate
` [PATCH v10 08/27] rust: adapt `alloc` crate to the kernel
` [PATCH v10 09/27] rust: add `compiler_builtins` crate
` [PATCH v10 10/27] rust: add `macros` crate
` [PATCH v10 11/27] rust: add `bindings` crate
` [PATCH v10 12/27] rust: add `kernel` crate
` [PATCH v10 13/27] rust: export generated symbols
` [PATCH v10 14/27] vsprintf: add new `%pA` format specifier
` [PATCH v10 15/27] scripts: checkpatch: diagnose uses of `%pA` in the C side as errors
` [PATCH v10 16/27] scripts: checkpatch: enable language-independent checks for Rust
` [PATCH v10 17/27] scripts: decode_stacktrace: demangle Rust symbols
` [PATCH v10 18/27] scripts: add `generate_rust_analyzer.py`
` [PATCH v10 19/27] scripts: add `generate_rust_target.rs`
` [PATCH v10 20/27] scripts: add `rust_is_available.sh`
` [PATCH v10 21/27] scripts: add `is_rust_module.sh`
` [PATCH v10 22/27] rust: add `.rustfmt.toml`
` [PATCH v10 23/27] Kbuild: add Rust support
` [PATCH v10 24/27] docs: add Rust documentation
` [PATCH v10 25/27] x86: enable initial Rust support
` [PATCH v10 26/27] samples: add first Rust examples
` [PATCH v10 27/27] MAINTAINERS: Rust

[PATCH] ACPI / extlog: Handle multiple records
 2022-10-06 16:32 UTC 

[PATCH v2 0/5] treewide cleanup of random integer usage
 2022-10-06 16:25 UTC  (11+ messages)
` [PATCH v2 1/5] treewide: use prandom_u32_max() when possible
` [PATCH v2 2/5] treewide: use get_random_{u8,u16}() "
` [PATCH v2 3/5] treewide: use get_random_u32() "
` [PATCH v2 4/5] treewide: use get_random_bytes "
` [PATCH v2 5/5] prandom: remove unused functions

[PATCH] clk: clocking-wizard: Depend on HAS_IOMEM
 2022-10-06  4:19 UTC  (2+ messages)

[PATCH v1 0/5] treewide cleanup of random integer usage
 2022-10-05 21:48 UTC  (6+ messages)
` [PATCH v1 1/5] treewide: use prandom_u32_max() when possible
` [PATCH v1 2/5] treewide: use get_random_{u8,u16}() "
` [PATCH v1 3/5] treewide: use get_random_u32() "
` [PATCH v1 4/5] treewide: use get_random_bytes "
` [PATCH v1 5/5] prandom: remove unused functions

[PATCH] debugobjects: Print object pointer in debug_print_object()
 2022-10-05 13:29 UTC  (3+ messages)

[PATCH -next] arm64: alternatives: Use vdso/bits.h instead of linux/bits.h
 2022-10-05 10:52 UTC  (3+ messages)

[PATCH -next v2 1/2] fs/ntfs3: Don't use uni1 uninitialized in ntfs_d_compare()
 2022-10-04 23:26 UTC  (3+ messages)
` [PATCH -next v2 2/2] fs/ntfs3: Eliminate unnecessary ternary operator "

[PATCH -next] fs/ntfs3: Don't use uni1 uninitialized in ntfs_d_compare()
 2022-10-04 23:26 UTC  (3+ messages)

[PATCH] clk: qcom: gcc-sm6375: Ensure unsigned long type
 2022-10-04 17:42 UTC  (2+ messages)

[PATCH] clk: xilinx: Drop duplicate depends on COMMON_CLK
 2022-10-03 20:31 UTC 

[PATCH net-next] once: rename _SLOW to _SLEEPABLE
 2022-10-03 18:14 UTC 

[PATCH] drm/i915: Fix CFI violations in gt_sysfs
 2022-10-03 17:46 UTC  (9+ messages)
    ` [Intel-gfx] "

[PATCH] lib/Kconfig.debug: Add check for non-constant .{s,u}leb128 support to DWARF5
 2022-10-03 16:10 UTC  (7+ messages)

[GIT PULL] slab changes for 6.1-rc1
 2022-10-03 16:06 UTC 

[PATCH v9 12/27] rust: add `kernel` crate
 2022-10-03  4:17 UTC  (24+ messages)

[PATCH 0/9] SPMI patches for v6.1
 2022-09-30  0:50 UTC  (10+ messages)
` [PATCH 1/9] drivers: spmi: Directly use ida_alloc()/free()
` [PATCH 2/9] spmi: pmic-arb: add a print in cleanup_irq
` [PATCH 3/9] spmi: pmic-arb: handle spurious interrupt
` [PATCH 4/9] spmi: pmic-arb: do not ack and clear peripheral interrupts in cleanup_irq
` [PATCH 5/9] spmi: pmic-arb: check apid against limits before calling irq handler
` [PATCH 6/9] spmi: pmic-arb: add support to dispatch interrupt based on IRQ status
` [PATCH 7/9] spmi: pmic-arb: correct duplicate APID to PPID mapping logic
` [PATCH 8/9] spmi: pmic-arb: block access for invalid PMIC arbiter v5 SPMI writes
` [PATCH 9/9] spmi: pmic-arb: increase SPMI transaction timeout delay

[PATCH] x86/Kconfig: Drop check for '-mabi=ms' for CONFIG_EFI_STUB
 2022-09-29 18:28 UTC  (2+ messages)

[PATCH] usb: gadget: uvc: Fix argument to sizeof() in uvc_register_video()
 2022-09-29  8:07 UTC  (3+ messages)

[PATCH v9 01/27] kallsyms: use `sizeof` instead of hardcoded size
 2022-09-27 12:48 UTC  (6+ messages)

[PATCH] spi: mt65xx: Add dma max segment size declaration
 2022-09-27  8:32 UTC 

[PATCH -next] ASoC: Intel: sof_da7219_mx98360a: Access num_codecs through dai_link
 2022-09-23 17:07 UTC  (3+ messages)

[GIT PULL] slab fix for 6.0-rc7
 2022-09-22 21:52 UTC  (2+ messages)

[PATCH] platform/x86/amd: pmc: Fix build without debugfs
 2022-09-22 15:44 UTC  (3+ messages)

[PATCH 1/2] drm/amd/display: Reduce number of arguments of dml314's CalculateWatermarksAndDRAMSpeedChangeSupport()
 2022-09-21  1:12 UTC  (5+ messages)

[PATCH net-next v2] net/mlx5e: Ensure macsec_rule is always initiailized in macsec_fs_{r,t}x_add_rule()
 2022-09-20  9:50 UTC  (2+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).