All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-11-02 02:30:09 to 2023-11-02 04:10:35 UTC [more...]

[PATCH 0/7] crypto: Proper Initialization of `struct skcipher_walk` in x86 Glue Files
 2023-11-02  4:09 UTC  (10+ messages)
` [PATCH 1/7] crypto: Fixes uninitialized skcipher_walk use in sm4_aesni_avx_glue
  ` [PATCH 2/7] crypto: Fixes uninitialized skcipher_walk use in des3_ede_glue
  ` [PATCH 3/7] crypto: Fixes uninitialized skcipher_walk use in chacha_glue
  ` [PATCH 4/7] crypto: Fixes uninitialized skcipher_walk use in aesni-intel_glue

[RFC Draft PATCHv2 net-next] Doc: update bridge doc
 2023-11-02  4:09 UTC  (3+ messages)

[PATCH] net/ice: fix DCF port statistics not cleared
 2023-11-02  4:08 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v1] scsi: ufs: core: Process abort completed command in MCQ mode
 2023-11-02  4:07 UTC  (3+ messages)

[PATCH v4 00/33] Unified CPU type check
 2023-11-02  4:05 UTC  (13+ messages)
` [PATCH v4 01/33] target/alpha: Tidy up alpha_cpu_class_by_name()
` [PATCH v4 02/33] hw/cpu: Call object_class_is_abstract() once in cpu_class_by_name()
` [PATCH v4 03/33] cpu: Call object_class_dynamic_cast() "
` [PATCH v4 04/33] cpu: Add helper cpu_model_from_type()
` [PATCH v4 05/33] target/alpha: Use generic helper to show CPU model names
` [PATCH v4 06/33] target/arm: "

[PATCH v5 00/14] Add Secure TSC support for SNP guests
 2023-11-02  4:03 UTC  (11+ messages)
` [PATCH v5 01/14] virt: sev-guest: Use AES GCM crypto library
` [PATCH v5 04/14] virt: sev-guest: Add SNP guest request structure
` [PATCH v5 05/14] virt: sev-guest: Add vmpck_id to snp_guest_dev struct

[PATCH v4 00/12] RISC-V: support some cryptography accelerations
 2023-11-02  4:03 UTC  (9+ messages)

[PATCH v4] KVM x86/xen: add an override for PVCLOCK_TSC_STABLE_BIT
 2023-11-02  4:03 UTC  (2+ messages)

[PATCH v1 2/2] mm: memcg: introduce new event to trace shrink_memcg
 2023-11-02  4:03 UTC  (2+ messages)

[PATCH v2] net/ice: fix crash on closing representor ports
 2023-11-02  3:59 UTC  (5+ messages)
` [PATCH v3] "

next/pending-fixes build: 8 builds: 0 failed, 8 passed, 4 warnings (v6.6-9931-g40843e684a2b)
 2023-11-02  3:56 UTC 

[meta-oe][PATCH v2] vboxguestdrivers: Remove the buildpath
 2023-11-02  3:54 UTC  (4+ messages)
` [oe] "

✅ PASS: Test report for master (6.6.0, mainline.kernel.org-clang, ca995ce4)
 2023-11-02  3:51 UTC 

[PATCH v4 00/32] drm/amd/display: add AMD driver-specific properties for color mgmt
 2023-11-02  3:48 UTC  (4+ messages)
` [PATCH v4 09/32] drm/amd/display: add plane 3D LUT driver-specific properties

[PATCH] net/iavf: fix Tx preparation
 2023-11-02 12:05 UTC 

[PATCH linux dev-6.5 v4 0/3] hwmon: max31790: support to config PWM as TACH
 2023-11-02  3:39 UTC  (4+ messages)
` [PATCH linux dev-6.5 v4 1/3] "
` [PATCH linux dev-6.5 v4 2/3] dt-bindings: hwmon: add MAX31790
` [PATCH linux dev-6.5 v4 3/3] hwmon: max31790: add fanN_enable for all fans

[android-common:android15-6.1 1/1] mm/vmscan.c:7061: warning: Function parameter or member 'mm_vmscan_direct_reclaim_begin' not described in 'EXPORT_TRACEPOINT_SYMBOL_GPL'
 2023-11-02  3:41 UTC 

[PATCH v6 bpf-next 00/17] BPF register bounds logic and testing improvements
 2023-11-02  3:37 UTC  (18+ messages)
` [PATCH v6 bpf-next 01/17] selftests/bpf: fix RELEASE=1 build for tc_opts
` [PATCH v6 bpf-next 02/17] selftests/bpf: satisfy compiler by having explicit return in btf test
` [PATCH v6 bpf-next 03/17] bpf: derive smin/smax from umin/max bounds
` [PATCH v6 bpf-next 04/17] bpf: derive smin32/smax32 from umin32/umax32 bounds
` [PATCH v6 bpf-next 05/17] bpf: derive subreg bounds from full bounds when upper 32 bits are constant
` [PATCH v6 bpf-next 06/17] bpf: add special smin32/smax32 derivation from 64-bit bounds
` [PATCH v6 bpf-next 07/17] bpf: improve deduction of 64-bit bounds from 32-bit bounds
` [PATCH v6 bpf-next 08/17] bpf: try harder to deduce register bounds from different numeric domains
` [PATCH v6 bpf-next 09/17] bpf: drop knowledge-losing __reg_combine_{32,64}_into_{64,32} logic
` [PATCH v6 bpf-next 10/17] selftests/bpf: BPF register range bounds tester
` [PATCH v6 bpf-next 11/17] bpf: rename is_branch_taken reg arguments to prepare for the second one
` [PATCH v6 bpf-next 12/17] bpf: generalize is_branch_taken() to work with two registers
` [PATCH v6 bpf-next 13/17] bpf: move is_branch_taken() down
` [PATCH v6 bpf-next 14/17] bpf: generalize is_branch_taken to handle all conditional jumps in one place
` [PATCH v6 bpf-next 15/17] bpf: unify 32-bit and 64-bit is_branch_taken logic
` [PATCH v6 bpf-next 16/17] bpf: prepare reg_set_min_max for second set of registers
` [PATCH v6 bpf-next 17/17] bpf: generalize reg_set_min_max() to handle two sets of two registers

[PATCH 0/5] support setting and querying RSS algorithms
 2023-11-02  3:40 UTC  (8+ messages)
` [PATCH v8 00/10] "
  ` [PATCH v8 01/10] ethdev: overwrite some comment related to RSS
  ` [PATCH v8 02/10] lib/ethdev: check RSS key length

Subject: [PATCH RFC 0/4] Demotion Profiling Improvements
 2023-11-02  3:39 UTC  (7+ messages)
` [PATCH RFC 1/4] drivers/base/node: Add demotion_nodes sys infterface
` [PATCH RFC 2/4] mm/vmstat: Move pgdemote_* to per-node stats
` [PATCH RFC 3/4] mm/vmstat: rename pgdemote_* to pgdemote_dst_* and add pgdemote_src_*
` [PATCH RFC 4/4] drivers/base/node: add demote_src and demote_dst to numastat

[PATCH 1/2] PCI: Compile pci-sysfs.c only if CONFIG_SYSFS=y
 2023-11-02  3:37 UTC  (4+ messages)
` [PATCH 2/2] PCI: Remove obsolete pci_cleanup_rom() declaration

bcachefs ktest cross-architecture emulation support
 2023-11-02  3:37 UTC  (5+ messages)
` [PATCH v3 03/10] ktest-bcachefs: run tests on emulated architectures
` [PATCH v3 04/10] ktest: upgrade to debian trixie channel

回复: Fw: 来自Leo Hou的邮件
 2023-11-02  3:33 UTC 

[PATCH v2] i2c: designware: Disable TX_EMPTY irq while waiting for block length byte
 2023-11-02  3:30 UTC 

[PATCH 0/2] Add gpio driver support for Realtek DHC SoCs
 2023-11-02  3:30 UTC  (7+ messages)
` [PATCH 1/2] gpio: realtek: Add GPIO support for RTD SoC variants
` [PATCH 2/2] dt-bindings: gpio: realtek: Add realtek,rtd-gpio bindings

[PATCH v4 0/3] hwmon: max31790: support to config PWM as TACH
 2023-11-02  3:28 UTC  (4+ messages)
` [PATCH v4 1/3] "
` [PATCH v4 2/3] dt-bindings: hwmon: add MAX31790
` [PATCH v4 3/3] hwmon: max31790: add fanN_enable for all fans

Help with debugging combination of tproxy and policy based routing
 2023-11-02  3:27 UTC  (2+ messages)

[PATCH v5 0/9] slub: Delay freezing of CPU partial slabs
 2023-11-02  3:23 UTC  (10+ messages)
` [PATCH v5 1/9] slub: Reflow ___slab_alloc()
` [PATCH v5 2/9] slub: Change get_partial() interfaces to return slab
` [PATCH v5 3/9] slub: Keep track of whether slub is on the per-node partial list
` [PATCH v5 4/9] slub: Prepare __slab_free() for unfrozen partial slab out of node "
` [PATCH v5 5/9] slub: Introduce freeze_slab()
` [PATCH v5 6/9] slub: Delay freezing of partial slabs
` [PATCH v5 7/9] slub: Optimize deactivate_slab()
` [PATCH v5 8/9] slub: Rename all *unfreeze_partials* functions to *put_partials*
` [PATCH v5 9/9] slub: Update frozen slabs documentations in the source

[meta-zephyr][PATCH 1/2] CI: Update to the latest kas version
 2023-11-02  3:23 UTC  (3+ messages)
` [meta-zephyr][PATCH 2/2] zephyr-core/zephyr-kernel-tests: remove now passing tests from exclude list

[PATCH 0/6] Fix Segfault from Time Services on Service Removal
 2023-11-02  3:21 UTC  (7+ messages)
` [PATCH 1/6] Log the service identifer in service_free
` [PATCH 2/6] timeserver: Expand service debug logging
` [PATCH 3/6] Qualify request to time-of-day sync with connected check
` [PATCH 4/6] timeserver: Convert ts_service from a weak to a strong reference
` [PATCH 5/6] timeservice: Add function documentation for 'ts_reset'
` [PATCH 6/6] timeservice: Add function documentation for '__connman_timeserver_sync'

[PATCH v13 00/35] KVM: guest_memfd() and per-page attributes
 2023-11-02  3:17 UTC  (15+ messages)
` [PATCH v13 09/35] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
` [PATCH v13 13/35] KVM: Introduce per-page memory attributes

The VFIO/IOMMU/PCI MC at LPC 2023 - See you soon!
 2023-11-02  3:18 UTC 

[GIT PULL] KUnit next update for Linux 6.7-rc1
 2023-11-02  3:15 UTC  (2+ messages)

[GIT PULL] Kselftest next update for Linux 6.7-rc1
 2023-11-02  3:15 UTC  (2+ messages)

[GIT PULL] Documentation for 6.7
 2023-11-02  3:15 UTC  (2+ messages)

新規事業としての結婚相談所 説明会
 2023-11-02  3:02 UTC 

[PATCH v4 0/1] hwmon: npcm: add Arbel NPCM8XX support
 2023-11-02  3:14 UTC  (4+ messages)
` [PATCH v4 1/1] hwmon: npcm750-pwm-fan: Add NPCM8xx support

[PATCH] hwmon: ltc2991: remove device reference from state
 2023-11-02  3:15 UTC  (2+ messages)

[RFC PATCH V3 00/26] vfio/pci: Back guest interrupts from Interrupt Message Store (IMS)
 2023-11-02  3:14 UTC  (5+ messages)

[PATCH v6 bpf-next 0/9] bpf: File verification with LSM and fsverity
 2023-11-02  3:11 UTC  (3+ messages)
` [PATCH v6 bpf-next 5/9] bpf, fsverity: Add kfunc bpf_get_fsverity_digest

[PATCH v3 00/12] i2c: add zhaoxin i2c controller driver
 2023-11-02  2:54 UTC  (13+ messages)
` [PATCH v3 01/12] i2c: wmt: Reduce redundant: bus busy check
` [PATCH v3 02/12] i2c: wmt: Reduce redundant: wait event complete
` [PATCH v3 03/12] i2c: wmt: Reduce redundant: clock mode setting
` [PATCH v3 04/12] i2c: wmt: Reduce redundant: REG_CR setting
` [PATCH v3 05/12] i2c: wmt: Reduce redundant: function parameter
` [PATCH v3 06/12] i2c: wmt: delete .remove_new
` [PATCH v3 07/12] i2c: wmt: create wmt_i2c_init for general init
` [PATCH v3 08/12] i2c: wmt: rename marcos with prefix WMTI2C_
` [PATCH v3 09/12] i2c: wmt: adjust line length to meet style
` [PATCH v3 10/12] i2c: wmt: split out common files
` [PATCH v3 11/12] i2c: via-common: add zhaoxin platform
` [PATCH v3 12/12] i2c: add zhaoxin i2c controller driver

[PATCH] driver: thermal: simplify the traverse of sensor in thermal_zone
 2023-11-02  3:09 UTC 

[PATCH] hwmon: max31827: include regulator header
 2023-11-02  3:09 UTC  (2+ messages)

[meta-python][PATCH 0/3] Branch Name: topic-add-python-recipes
 2023-11-02  3:08 UTC  (3+ messages)
` [meta-python][PATCH 3/3] python3-zopeevent: Add Zope.Event Python Recipe
  ` [oe] "

[PATCH][next] hwmon: ltc2991: Fix spelling mistake "contiuous" -> "continuous"
 2023-11-02  3:08 UTC  (2+ messages)

[PATCH] file-posix: fix over-writing of returning zone_append offset
 2023-11-02  3:07 UTC  (2+ messages)

[ISSUE] `cxl disable-region region0` twice but got same output
 2023-11-02  3:06 UTC  (3+ messages)

[PATCH 0/5] use rte atomic thread fence
 2023-11-02  3:04 UTC  (6+ messages)
` [PATCH 1/5] distributor: "
` [PATCH 2/5] eal: "
` [PATCH 3/5] hash: "
` [PATCH 4/5] ring: "
` [PATCH 5/5] stack: "

[meta-zephyr][PATCH 1/2] CI: Update to the latest kas version
 2023-11-02  3:03 UTC 

[PATCH v6 00/12] RVA22U64 profile support
 2023-11-02  3:00 UTC  (5+ messages)
` [PATCH v6 06/12] target/riscv/tcg: add user flag for "

[meta-zephyr][PATCH 1/3] zephyr-kernel: Add support for v3.5.0
 2023-11-02  3:01 UTC  (2+ messages)

[PATCH v5 0/1] mm: report per-page metadata information
 2023-11-02  2:57 UTC  (4+ messages)
` [PATCH v5 1/1] "

[PATCH] mm: cma: report correct node id
 2023-11-02  2:55 UTC  (6+ messages)

[RFC PATCH v11 15/19] fsverity: consume builtin signature via LSM hook
 2023-11-02  2:53 UTC  (4+ messages)
` [PATCH RFC "

[PATCH bpf-next v4 0/3] Relax allowlist for open-coded css_task iter
 2023-11-02  2:52 UTC  (3+ messages)
` [PATCH bpf-next v4 3/3] selftests/bpf: Add test for using css_task iter in sleepable progs

[GIT PULL] Networking for 6.7
 2023-11-02  2:51 UTC  (3+ messages)
` [GIT PULL v2] "

[GIT PULL] asm-generic updates for v6.7
 2023-11-02  2:51 UTC  (2+ messages)

[GIT PULL] Please pull IOMMUFD subsystem changes
 2023-11-02  2:51 UTC  (2+ messages)

[PATCHv2 -next] kconfig: add dependency warning print about invalid values in verbose mode
 2023-11-02  2:50 UTC  (2+ messages)

[LTP] [PATCH 0/2] Remove CentOS 7 support
 2023-11-02  2:49 UTC  (5+ messages)

[PATCH 0/2] Split brain detection
 2023-11-02  2:49 UTC  (3+ messages)
` [PATCH 1/2] bcachefs: bch_member->seq
` [PATCH 2/2] bcachefs: Split brain detection

[PATCH v4 0/1] mm: report per-page metadata information
 2023-11-02  2:43 UTC  (5+ messages)
` [PATCH v4 1/1] "

[PATCH v4 0/7] RISC-V: Add MMC support for TH1520 boards
 2023-11-02  2:48 UTC  (16+ messages)
` [PATCH v4 1/7] dt-bindings: mmc: sdhci-of-dwcmhsc: Add T-Head TH1520 support
` [PATCH v4 2/7] mmc: sdhci: add __sdhci_execute_tuning() to header
` [PATCH v4 3/7] mmc: sdhci-of-dwcmshc: Add support for T-Head TH1520
` [PATCH v4 4/7] riscv: defconfig: Enable mmc and dma drivers "
` [PATCH v4 5/7] riscv: dts: thead: Add TH1520 mmc controllers and sdhci clock
` [PATCH v4 6/7] riscv: dts: thead: Enable BeagleV Ahead eMMC and microSD
` [PATCH v4 7/7] riscv: dts: thead: Enable LicheePi 4A "

[RFC PATCH v4 0/9] slub: Delay freezing of CPU partial slabs
 2023-11-02  2:48 UTC  (4+ messages)
` [RFC PATCH v4 9/9] slub: Update frozen slabs documentations in the source

[PATCH] tracing: Have trace_event_file have ref counters
 2023-11-02  2:46 UTC  (4+ messages)

[GIT PULL] ksmbd server fixes
 2023-11-02  2:46 UTC 

cron job: media_tree daily build: WARNINGS
 2023-11-02  2:45 UTC 

[PATCH v8 0/7] Add EFI HTTP boot support
 2023-11-02  2:44 UTC  (4+ messages)
` [PATCH v8 5/7] efi_loader: support boot from URI device path

[OE-core][PATCH] tzdata: Reduced time zone configuration
 2023-11-02  2:40 UTC 

[PATCH v8 00/19] rv64i CPU, RVA22U64 profile support
 2023-11-02  2:38 UTC  (5+ messages)
` [PATCH v8 01/19] target/riscv: create TYPE_RISCV_VENDOR_CPU
` [PATCH v8 02/19] target/riscv/tcg: do not use "!generic" CPU checks

Issue in man page clog.3
 2023-11-02  2:38 UTC  (5+ messages)

[PATCH] mm/memblock.c: using judgment statement can reduce loop and enhance readability
 2023-11-02  2:37 UTC 

[PATCH 0/6] drm/amdgpu: Add flag to disable implicit sync for GEM operations
 2023-11-02  2:36 UTC  (7+ messages)
` [PATCH 3/6] drm/amdgpu: Flush VM updates for split bindings eagerly

[PATCH 00/32] bcachefs - a new COW filesystem
 2023-11-02  2:36 UTC  (11+ messages)
` [PATCH 22/32] vfs: inode cache conversion to hash-bl
  ` (subset) "

[PATCH] LoongArch: Mark __percpu functions as always inline
 2023-11-02  2:35 UTC  (4+ messages)

[PATCH] gpu/drm/drm_framebuffer.c: Use Macro instead of actual number
 2023-11-02  2:29 UTC  (2+ messages)

[PATCH net v1 1/2] octeontx2-pf: Fix error codes
 2023-11-02  2:31 UTC  (4+ messages)
` [PATCH net v1 2/2] octeontx2-pf: Fix holes in error code
    ` [EXT] "

[PATCH 0/2] xen/arm32: Improve logging during early boot
 2023-11-02  2:29 UTC  (3+ messages)
` [PATCH 1/2] xen/arm32: head: Rework how the fixmap and early UART mapping are prepared


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.