Archive-only list for patches
 help / color / mirror / Atom feed
 messages from 2022-08-05 15:44:09 to 2022-09-20 00:15:47 UTC [more...]

[PATCH v9 12/27] rust: add `kernel` crate
 2022-09-20  0:15 UTC  (15+ messages)

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

[PATCH -next] power: supply: bq25890: Fix enum conversion in bq25890_power_supply_set_property()
 2022-09-14 10:56 UTC  (3+ messages)

[PATCH 0/5] drm/amd/display: Reduce stack usage for clang
 2022-09-13 22:48 UTC  (10+ messages)
` [PATCH 1/5] drm/amd/display: Reduce number of arguments of dml32_CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
` [PATCH 2/5] drm/amd/display: Reduce number of arguments of dml32_CalculatePrefetchSchedule()
` [PATCH 3/5] drm/amd/display: Reduce number of arguments of dml31's CalculateWatermarksAndDRAMSpeedChangeSupport()
` [PATCH 4/5] drm/amd/display: Reduce number of arguments of dml31's CalculateFlipSchedule()
` [PATCH 5/5] drm/amd/display: Mark dml30's UseMinimumDCFCLK() as noinline for stack usage

[PATCH v9 00/27] Rust support
 2022-09-13  6:37 UTC  (70+ 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 06/27] rust: add C helpers
` [PATCH v9 07/27] rust: import upstream `alloc` crate
` [PATCH v9 09/27] rust: add `compiler_builtins` crate
` [PATCH v9 13/27] rust: export generated symbols
` [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 net-next v2] net/mlx5e: Ensure macsec_rule is always initiailized in macsec_fs_{r,t}x_add_rule()
 2022-09-11 10:35 UTC  (2+ messages)

[PATCH net-next] net/mlx5e: Ensure macsec_rule is always initiailized in macsec_fs_{r,t}x_add_rule()
 2022-09-11  8:54 UTC  (4+ messages)

[PATCH] powerpc/math_emu/efp: Include module.h
 2022-09-09 12:06 UTC  (6+ messages)

[PATCH v6 00/28] arm64/sysreg: More system register generation
 2022-09-08 16:23 UTC 

[PATCH 0/4] platform/chrome: Minor cleanups to cros_typec_switch
 2022-09-08  0:40 UTC  (11+ messages)
` [PATCH 1/4] platform/chrome: cros_typec_switch: Add missing newline on printk
` [PATCH 2/4] platform/chrome: cros_typec_switch: Remove impossible condition
` [PATCH 3/4] platform/chrome: cros_typec_switch: Use PTR_ERR_OR_ZERO() to simplify
` [PATCH 4/4] platform/chrome: cros_typec_switch: Inline DRV_NAME

[PATCH] media: platform: cros-ec: Add Kuldax to the match table
 2022-09-06  3:30 UTC 

[PATCH] powerpc/papr_scm: Ensure rc is always initialized in papr_scm_pmu_register()
 2022-09-02 11:30 UTC  (2+ messages)

[PATCH 0/3] EDAC: Improve memory address decoding for i10nm driver
 2022-09-01 19:43 UTC  (4+ messages)
` [PATCH 1/3] EDAC/skx_common: Use driver decoder first
` [PATCH 2/3] EDAC/skx_common: Make output format similar
` [PATCH 3/3] EDAC/i10nm: Add driver decoder for Ice Lake and Tremont CPUs

[GIT PULL] slab fix for 6.0-rc4
 2022-09-01 18:05 UTC  (2+ messages)

[PATCH] drm/msm/dsi: Set panel orientation when directly connected
 2022-09-01  8:42 UTC  (7+ messages)
        ` [Freedreno] "

[PATCH] Revert "clk: core: Honor CLK_OPS_PARENT_ENABLE for clk gate ops"
 2022-09-01  3:16 UTC  (2+ messages)

[PATCH net-next] net/mlx5e: Do not use err uninitialized in mlx5e_rep_add_meta_tunnel_rule()
 2022-08-31  6:30 UTC  (4+ messages)

[PATCH] drm/msm/dsi: Remove use of device_node in dsi_host_parse_dt()
 2022-08-30 20:42 UTC  (3+ messages)

[PATCH] arm64: dts: qcom: sc7180-trogdor: Keep pm6150_adc enabled for TZ
 2022-08-29 23:46 UTC  (3+ messages)

[PATCH v2 0/3] drm/msm/dp: More cleanups for force link train
 2022-08-26  9:04 UTC  (5+ messages)
` [PATCH v2 2/3] drm/msm/dp: Remove pixel_rate from struct dp_ctrl
` [PATCH v2 3/3] drm/msm/dp: Get rid of dp_ctrl_on_stream_phy_test_report()

[PATCH v1 0/4] Completely fake series
 2022-08-25 21:09 UTC  (5+ messages)
` [PATCH v1 1/4] arm64: defconfig: Enable devfreq cooling device
` [PATCH v1 2/4] arm64: dts: allwinner: h6: Add cooling map for GPU
` [PATCH v1 3/4] arm64: dts: allwinner: h6: Add GPU OPP table
` [PATCH v1 4/4] arm64: dts: allwinner: beelink-gs1: Enable GPU OPP

[PATCH] x86/cpu: Add CPU model numbers for Meteor Lake
 2022-08-24 17:57 UTC 

[PATCH v2 1/2] ASoC: mediatek: dt-bindings: modify machine bindings for SOF
 2022-08-24 12:50 UTC  (2+ messages)
  ` [PATCH v2 2/2] "

[PATCH v2] ASoC: codes: src4xxx: Avoid clang -Wsometimes-uninitialized in src4xxx_hw_params()
 2022-08-24 11:12 UTC  (4+ messages)

[PATCH] x86/cpu: Add new Raptor Lake CPU model number
 2022-08-24  6:55 UTC  (2+ messages)

[PATCH -next] mm: pagewalk: Restore err initialization in walk_hugetlb_range()
 2022-08-24  5:16 UTC  (2+ messages)

[PATCH v2] drm/msm/dp: Silence inconsistent indent warning
 2022-08-23 21:43 UTC  (2+ messages)

[PATCH] drm/msm/dp: Silence inconsistent indent warning
 2022-08-23 21:20 UTC  (3+ messages)

[PATCH] x86/cpu: Add yet another Raptorlake CPU model number
 2022-08-23 17:45 UTC 

[PATCH] x86/boot: Don't propagate uninitialized boot_params->cc_blob_address
 2022-08-23 16:07 UTC 

[PATCH] regmap: check right noinc bounds in debug print
 2022-08-23 13:57 UTC 

[PATCH] spi: dt-bindings: snps,dw-apb-ssi: drop ref from reg-io-width
 2022-08-23 10:09 UTC 

[PATCH] ASoC: codes: src4xxx: Avoid clang -Wsometimes-uninitialized in src4xxx_hw_params()
 2022-08-22 22:35 UTC  (4+ messages)

[PATCH v1 0/9] This is a fake series to test web-endpoint-send
 2022-08-19 18:33 UTC  (11+ messages)
` [PATCH v1 1/9] slub: Make PREEMPT_RT support less convoluted
` [PATCH v1 2/9] preempt: Provide preempt_[dis|en]able_nested()
` [PATCH v1 3/9] dentry: Use preempt_[dis|en]able_nested()
` [PATCH v1 4/9] mm/vmstat: "
` [PATCH v1 5/9] mm/debug: Provide VM_WARN_ON_IRQS_ENABLED()
` [PATCH v1 6/9] mm/memcontrol: Replace the PREEMPT_RT conditionals
` [PATCH v1 7/9] mm/compaction: Get rid of RT ifdeffery
` [PATCH v1 8/9] u64_stats: Streamline the implementation
` [PATCH v1 9/9] u64_stat: Remove the obsolete fetch_irq() variants

[PATCH RESEND v1 0/9] This is a fake series to test web-endpoint-send
 2022-08-19 18:24 UTC  (10+ messages)
` [PATCH RESEND v1 1/9] slub: Make PREEMPT_RT support less convoluted
` [PATCH RESEND v1 2/9] preempt: Provide preempt_[dis|en]able_nested()
` [PATCH RESEND v1 3/9] dentry: Use preempt_[dis|en]able_nested()
` [PATCH RESEND v1 4/9] mm/vmstat: "
` [PATCH RESEND v1 5/9] mm/debug: Provide VM_WARN_ON_IRQS_ENABLED()
` [PATCH RESEND v1 6/9] mm/memcontrol: Replace the PREEMPT_RT conditionals
` [PATCH RESEND v1 7/9] mm/compaction: Get rid of RT ifdeffery
` [PATCH RESEND v1 8/9] u64_stats: Streamline the implementation
` [PATCH RESEND v1 9/9] u64_stat: Remove the obsolete fetch_irq() variants

[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)

[PATCH] x86/clear_user: Make it faster
 2022-08-06 12:49 UTC  (11+ messages)
          ` [PATCH -final] "


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