All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-03-13 10:24:19 to 2024-03-13 11:03:19 UTC [more...]

[PATCH mptcp-next 0/2] two tc related patches
 2024-03-13 11:03 UTC  (3+ messages)

[PATCH v2 00/16] [for-9.0] esp: avoid explicit setting of DRQ within ESP state machine
 2024-03-13 11:01 UTC  (23+ messages)
` [PATCH v2 03/16] esp.c: replace cmdfifo use of esp_fifo_pop() in do_message_phase()
` [PATCH v2 04/16] esp.c: change esp_fifo_push() to take ESPState
` [PATCH v2 05/16] esp.c: change esp_fifo_pop() "
` [PATCH v2 06/16] esp.c: use esp_fifo_push() instead of fifo8_push()
` [PATCH v2 07/16] esp.c: change esp_fifo_pop_buf() to take ESPState
` [PATCH v2 08/16] esp.c: introduce esp_fifo_push_buf() function for pushing to the FIFO
` [PATCH v2 09/16] esp.c: don't assert() if FIFO empty when executing non-DMA SELATNS
` [PATCH v2 12/16] esp.c: move esp_set_phase() and esp_get_phase() towards the beginning of the file
` [PATCH v2 13/16] esp.c: introduce esp_update_drq() and update esp_fifo_{push, pop}_buf() to use it
` [PATCH v2 14/16] esp.c: update esp_fifo_{push, pop}() to call esp_update_drq()
` [PATCH v2 16/16] esp.c: remove explicit setting of DRQ within ESP state machine

[PATCH v3 00/22] SoC: Cleanup MediaTek soundcard machine drivers
 2024-03-13 11:01 UTC  (9+ messages)
` [PATCH v3 01/22] ASoC: mediatek: mt8192-afe-pcm: Convert to devm_pm_runtime_enable()
` [PATCH v3 02/22] ASoC: mediatek: mt8192-afe-pcm: Simplify with dev_err_probe()
` [PATCH v3 03/22] ASoC: mediatek: Commonize ADDA rate transform functions and enums
` [PATCH v3 04/22] ASoC: mediatek: Assign dummy when codec not specified for a DAI link
` [PATCH v3 05/22] ASoC: mediatek: Add common machine soundcard driver probe mechanism
` [PATCH v3 06/22] ASoC: mediatek: common: Constify struct mtk_sof_priv

[PATCH v4 00/21] Improvements and new test cases
 2024-03-13 10:59 UTC  (23+ messages)
` [PATCH v5 "
  ` [PATCH v5 01/21] test/security: enable AES-GCM in combined mode TLS
  ` [PATCH v5 02/21] test/security: add TLS 1.2 data walkthrough test
  ` [PATCH v5 03/21] test/security: add DTLS "
  ` [PATCH v5 04/21] test/security: add TLS SG "
  ` [PATCH v5 05/21] test/security: unit test for TLS packet corruption
  ` [PATCH v5 06/21] test/security: unit test for custom content verification
  ` [PATCH v5 07/21] test/cryptodev: allow zero packet length buffers
  ` [PATCH v5 08/21] test/security: unit test to verify zero TLS records
  ` [PATCH v5 09/21] test/security: add unit tests for DTLS-1.2
  ` [PATCH v5 10/21] test/security: add TLS/DTLS 1.2 AES-256-SHA384 vectors
  ` [PATCH v5 11/21] test/security: add DTLS 1.2 anti-replay tests
  ` [PATCH v5 12/21] test/security: add more DTLS anti-replay window sz
  ` [PATCH v5 13/21] test/crypto: update verification of header
  ` [PATCH v5 14/21] test/crypto: add TLS 1.3 vectors
  ` [PATCH v5 15/21] test/crypto: update framework to verify tls-1.3
  ` [PATCH v5 16/21] test/crypto: test to verify hdr corruption in TLS
  ` [PATCH v5 17/21] test/crypto: test to verify custom content type "
  ` [PATCH v5 18/21] test/crypto: test to verify zero len record "
  ` [PATCH v5 19/21] test/crypto: unit tests to verify padding "
  ` [PATCH v5 20/21] test/crypto: unit tests for padding in DTLS-1.2
  ` [PATCH v5 21/21] test/security: add out of place sgl test case for TLS 1.2

[Buildroot] [PATCH v9 00/22] Add support for AM62x-SK HS-FS devices
 2024-03-13 11:00 UTC  (5+ messages)
` [Buildroot] [PATCH v9 19/22] board/ti/am62x-sk: move post-{build, image}.sh to board/ti/common/am6xx
` [Buildroot] [PATCH v9 22/22] boot/ti-k3-image-gen: remove package

MGLRU premature memcg OOM on slow writes
 2024-03-13 10:59 UTC  (9+ messages)

[PATCH 1/2] drm/amdgpu/pm: Fix NULL pointer dereference when get power limit
 2024-03-13 10:59 UTC  (2+ messages)
` [PATCH 2/2] drm/amdgpu/pm: Check the validity of overdiver "

[PATCH v4 0/3] Introduce sdtrig ISA extension
 2024-03-13 10:58 UTC  (5+ messages)
` [PATCH v4 2/3] target/riscv: Expose "

[PATCH v3 0/9] PCI: endpoint: set prefetchable bit for 64-bit BARs
 2024-03-13 10:58 UTC  (14+ messages)
` [PATCH v3 1/9] PCI: endpoint: pci-epf-test: Fix incorrect loop increment
` [PATCH v3 2/9] PCI: endpoint: Allocate a 64-bit BAR if that is the only option
` [PATCH v3 3/9] PCI: endpoint: pci-epf-test: Remove superfluous code
` [PATCH v3 4/9] PCI: endpoint: pci-epf-test: Simplify pci_epf_test_alloc_space() loop
` [PATCH v3 5/9] PCI: endpoint: pci-epf-test: Simplify pci_epf_test_set_bar() loop
` [PATCH v3 6/9] PCI: endpoint: pci-epf-test: Clean up pci_epf_test_unbind()
` [PATCH v3 7/9] PCI: cadence: Set a 64-bit BAR if requested
` [PATCH v3 8/9] PCI: rockchip-ep: "
` [PATCH v3 9/9] PCI: endpoint: Set prefetch when allocating memory for 64-bit BARs

[PATCH 0/2] x86/mm: XSA-389 follow-up
 2024-03-13 10:58 UTC  (3+ messages)
` [PATCH v3] x86/PoD: tie together P2M update and increment of entry count

[PATCH] x86/sev: Apply RMP table fixups for kexec
 2024-03-13 10:58 UTC  (2+ messages)

kernel BUG at fs/buffer.c:LINE!
 2024-03-13 10:58 UTC  (4+ messages)
` [PATCH 0/2] nilfs2: fix kernel bug at submit_bh_wbc()
  ` [PATCH 1/2] nilfs2: fix failure to detect DAT corruption in btree and direct mappings
  ` [PATCH 2/2] nilfs2: prevent kernel bug at submit_bh_wbc()

[PATCH] staging: wlan-ng: Rename 'wlan_unsetup' to 'wlan_teardown'
 2024-03-13 10:58 UTC 

[PATCH v4 0/7] Add support for the internal RK3308 audio codec
 2024-03-13 10:57 UTC  (6+ messages)
` [PATCH v4 1/7] ASoC: rockchip: i2s-tdm: Fix inaccurate sampling rates

[Intel-wired-lan] [PATCH iwl-net v2] i40e: fix vf may be used uninitialized in this function warning
 2024-03-13 10:57 UTC  (3+ messages)

[PATCH v4 0/9] media: raspberrypi: Add support for PiSP Back End
 2024-03-13 10:57 UTC  (4+ messages)
` [PATCH v4 8/9] media: raspberrypi: Add support for PiSP BE

[PATCH 0/5] Implement port 92 in south bridges
 2024-03-13 10:09 UTC  (3+ messages)

[PATCH 00/12] hw_random: add 6 more RNG drivers
 2024-03-13 10:56 UTC  (10+ messages)
` [PATCH 01/12] hw_random: support ctrlc()
` [PATCH 02/12] ARM: io: read 32 bits at once for aligned I/O memcpy/memset
` [PATCH 03/12] driver: implement dev_platform_get_and_ioremap_resource
` [PATCH 04/12] hw_random: add struct hwrng::priv member
` [PATCH 05/12] hw_random: remove confusing left-overs from kernel help texts
` [PATCH 06/12] hw_random: remove reference to undefined CONFIG_HW_RANDOM
` [PATCH 07/12] hw_random: add Atmel RNG driver
` [PATCH 08/12] hw_random: add BCM2835 "
` [PATCH 09/12] hw_random: add IPROC RNG200 driver for BCM2711

[PATCH next v1 0/1] Add new bmc dts for ASUS X4TF server
 2024-03-13 10:27 UTC  (2+ messages)
` [PATCH next v1 1/1] arm: dts: ast2600-x4tf: Add new dts for ASUS X4TF

[RFC PATCH 0/5] Implement icount=auto using TCG Plugins
 2024-03-13 10:55 UTC  (6+ messages)
` [RFC PATCH 1/5] sysemu: add set_virtual_time to accel ops
` [RFC PATCH 2/5] qtest: use cpu interface in qtest_clock_warp
` [RFC PATCH 3/5] sysemu: generalise qtest_warp_clock as qemu_clock_advance_virtual_time
` [RFC PATCH 4/5] plugins: add time control API
` [RFC PATCH 5/5] contrib/plugins: add ips plugin example for cost modelling

[PATCH v1 0/1] Add new bmc dts for ASUS X4TF server
 2024-03-13  9:27 UTC  (2+ messages)
` [PATCH v1 1/1] arm: dts: ast2600-x4tf: Add new dts for ASUS X4TF

[PATCH-V2] arm:suniv:complete the serial port configuration of Suniv
 2024-03-13  5:45 UTC 

Separating xe_vma- and page-table state
 2024-03-13 10:56 UTC  (4+ messages)

[PATCH v6] staging: rtl8712: rename tmpVal to avg_val
 2024-03-13 10:56 UTC  (2+ messages)

[PATCH] arm:suniv:complete the serial port configuration of Suniv
 2024-03-13  5:33 UTC 

[PATCH] can: gw: prefer kfree_rcu() over call_rcu() with cgw_job_free_rcu()
 2024-03-13 10:55 UTC  (4+ messages)

[PATCH] irqchip/riscv-intc: Fix use of AIA IRQs 32-63 on riscv32
 2024-03-13 10:55 UTC  (2+ messages)
` [tip: irq/urgent] irqchip/riscv-intc: Fix use of AIA interrupts "

[PATCH RFC 0/4] memcg_kmem hooks refactoring and kmem_cache_charge()
 2024-03-13 10:55 UTC  (4+ messages)
` [PATCH RFC 1/4] mm, slab: move memcg charging to post-alloc hook

How to use a single directory in multiple layers
 2024-03-13 10:54 UTC  (2+ messages)
` [yocto] "

[openeuler:OLK-5.10 16901/30000] mm/clear_freelist_page.c:141:50: sparse: sparse: incorrect type in argument 3 (different address spaces)
 2024-03-13 10:53 UTC 

[PATCH 00/43] drm: Provide fbdev emulation per memory manager
 2024-03-13 10:53 UTC  (3+ messages)
` [PATCH 22/43] drm/arm/komeda: Use fbdev-dma

[PATCH 00/14] Cleanup on SMP and its test
 2024-03-13 10:52 UTC  (7+ messages)
` [PATCH 03/14] hw/core/machine-smp: Simplify variables' initialization in machine_parse_smp_config()

[PATCH] of: fdt: justify fdt_machine_is_compatible parsing only the root node
 2024-03-13 10:52 UTC  (2+ messages)

[meta-virtualization] ceph upgrade
 2024-03-13 10:51 UTC  (6+ messages)

[PATCH] nvmem: imx-ocotp-ele: fix fuse types on i.MX93
 2024-03-13 10:50 UTC  (2+ messages)

[PATCH master] common: console_common: handle NULL dev gracefully in dev_printf
 2024-03-13 10:50 UTC  (2+ messages)

[CI 1/7] drm/xe: Make TLB invalidation fences unordered
 2024-03-13 10:49 UTC  (7+ messages)
` ✓ CI.Patch_applied: success for series starting with [CI,1/7] drm/xe: Make TLB invalidation fences unordered (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "

[PATCH v3 0/3] Add support for the RAPL MSRs series
 2024-03-13 10:48 UTC  (6+ messages)
` [PATCH v3 3/3] Add support for RAPL MSRs in KVM/Qemu

[OSSTEST PATCH] ap-common: Switch to Linux 6.1 by default on x86 + drop dom0 i386
 2024-03-13 10:48 UTC  (4+ messages)

[PATCH v8 00/43] arm64: Add support for LPA2 and WXN at stage 1
 2024-03-13 10:47 UTC  (5+ messages)
` [PATCH v8 42/43] mm: add arch hook to validate mmap() prot flags

[PATCH v3] target/riscv: Implement dynamic establishment of custom decoder
 2024-03-13 10:47 UTC  (2+ messages)

[syzbot] [bpf?] possible deadlock in __bpf_ringbuf_reserve
 2024-03-13 10:46 UTC  (2+ messages)

[PATCH i-g-t v2 0/2] Add common functions for i915 and xe
 2024-03-13 10:45 UTC  (3+ messages)
` [PATCH i-g-t v2 1/2] lib/intel_common: Add placeholder for common i915 and xe functions
` [PATCH i-g-t v2 2/2] tests/xe_ccs: Simplify subtest skip condition

[PATCH 01/11] cifs: fix tcon status change after tree connect
 2024-03-13 10:45 UTC  (11+ messages)
` [PATCH 08/11] cifs: distribute channels across interfaces based on speed

[PATCH v2 0/4] rockchip: Migrate to use DM_USB_GADGET on RK3328
 2024-03-13 10:45 UTC  (5+ messages)
` [PATCH v2 1/4] rockchip: Update the default USB Product ID value
` [PATCH v2 4/4] rockchip: Migrate to use DM_USB_GADGET on RK3328

[PATCH v2] block: Use LVM tools for LV block device truncation
 2024-03-13 10:43 UTC 

[PATCH] net: txgbe: fix clk_name exceed MAX_DEV_ID limits
 2024-03-13 10:43 UTC  (2+ messages)

[PATCH 4/4] Enable Driver compilation in crypto Kconfig and Makefile file
 2024-03-13 10:43 UTC  (2+ messages)

[linux-next:master 12842/12944] powerpc-linux-ld: warning: orphan section `.bss..Lubsan_data772' from `kernel/ptrace.o' being placed in section `.bss..Lubsan_data772'
 2024-03-13 10:43 UTC 

[PATCH 5.15 0/5] Support static calls with LLVM-built kernels
 2024-03-13 10:42 UTC  (6+ messages)
` [PATCH 5.15 1/5] arch: Introduce CONFIG_FUNCTION_ALIGNMENT
` [PATCH 5.15 2/5] x86/asm: Differentiate between code and function alignment
` [PATCH 5.15 3/5] x86/alternatives: Introduce int3_emulate_jcc()
` [PATCH 5.15 4/5] x86/alternatives: Teach text_poke_bp() to patch Jcc.d32 instructions
` [PATCH 5.15 5/5] x86/static_call: Add support for Jcc tail-calls

[PATCH v2] IB/hfi1: allocate dummy net_device dynamically
 2024-03-13 10:42 UTC  (2+ messages)

[PATCH 0/4] testpmd options parsing cleanup
 2024-03-13 10:42 UTC  (9+ messages)
` [PATCH 2/4] app/testpmd: fix burst option parsing
` [PATCH 3/4] app/testpmd: check queue count for related options

[PATCH v2 0/3] LMTT improvements
 2024-03-13 10:41 UTC  (4+ messages)
` [PATCH v2 1/3] drm/xe: Allow VRAM BO allocations aligned to 64K
` [PATCH v2 2/3] drm/xe/pf: Request 64K aligned allocations for LMTT PD
` [PATCH v2 3/3] drm/xe/pf: Always select Multi-Level LMTT for platforms 12.60+

[PATCH v4] board: rockchip: add Rockchip Toybrick TB-RK3588X board
 2024-03-13 10:41 UTC  (2+ messages)

Idea: Improve ext2 to allow for embedding
 2024-03-13 10:39 UTC  (3+ messages)

❌ FAIL (MISSED 15 of 204): Test report for master (6.8.0, mainline.kernel.org-clang, b0546776)
 2024-03-13 10:41 UTC 

[PATCH 1/2] cifs: reduce warning log level for server not advertising interfaces
 2024-03-13 10:40 UTC  (2+ messages)
` [PATCH 2/2] cifs: make sure server interfaces are requested only for SMB3+

[PATCH 0/4] rockchip: Migrate to use DM_USB_GADGET on RK3328
 2024-03-13 10:40 UTC  (3+ messages)
` [PATCH 1/4] rockchip: Update the default USB Product ID value

[PATCH] speakup: devsynth: remove c23 label
 2024-03-13 10:40 UTC  (2+ messages)

[PATCH 1/4] vmlinux.lds.h: fix a typo in comment
 2024-03-13 10:39 UTC  (2+ messages)
` [tip: x86/build] vmlinux.lds.h: Fix "

[PATCH 3/4] x86/vmlinux.lds.S: remove conditional definition of LOAD_OFFSET
 2024-03-13 10:39 UTC  (2+ messages)
` [tip: x86/build] x86/vmlinux.lds.S: Remove "

[PATCH 4/4] x86/vmlinux.lds.S: take __START_KERNEL out conditional definition
 2024-03-13 10:39 UTC  (2+ messages)
` [tip: x86/build] x86/vmlinux.lds.S: Take "

[PATCH BlueZ 1/1] client/player: Update minimum LC3 SDU size to accommodate 8_1 config
 2024-03-13 10:39 UTC  (2+ messages)
`  "

[PATCH v3 0/2] Document RZ/G2UL CRU and CSI support
 2024-03-13 10:39 UTC  (2+ messages)

[PATCH v3 0/6] rockchip: Update stack and bss addresses on RK3308, RK3328, RK3399, RK356x and RK3588
 2024-03-13 10:39 UTC  (3+ messages)
` [PATCH v3 3/6] rockchip: Use common bss and stack addresses on RK3328

[PATCH ipsec-next v3] xfrm: Add Direction to the SA in or out
 2024-03-13 10:38 UTC  (3+ messages)

Regressions can bus with MCP2515 on sama5d3 connected over SPI stop working on kernel > 5.4.271
 2024-03-13 10:35 UTC  (8+ messages)

[PATCH v4 0/6] Swap-out mTHP without splitting
 2024-03-13 10:37 UTC  (7+ messages)
` [PATCH v4 6/6] mm: madvise: Avoid split during MADV_PAGEOUT and MADV_COLD

[PATCH v10 00/12] Support page table check PowerPC
 2024-03-13 10:33 UTC  (6+ messages)
` [PATCH v10 08/12] powerpc: mm: Replace p{u,m,4}d_is_leaf with p{u,m,4}_leaf

Issues with notification of NUD_NOARP neighbor entries
 2024-03-13 10:20 UTC 

[PATCH 0/2] phy: rockchip-inno-usb2: Write to correct GRF
 2024-03-13 10:32 UTC  (3+ messages)
` [PATCH 2/2] phy: rockchip-inno-usb2: Limit changes made to regs

[PATCH xfrm] xfrm: Allow UDP encapsulation only in offload modes
 2024-03-13 10:32 UTC  (4+ messages)

[PATCH v8 01/10] dt-bindings: usb: usbmisc-imx: add fsl,imx8ulp-usbmisc compatible
 2024-03-13 10:31 UTC  (7+ messages)
` [PATCH v8 05/10] dt-bindings: usb: ci-hdrc-usb2-imx: add restrictions for reg, interrupts, clock and clock-names properties
    ` [EXT] "

[PATCH v3 0/2] update SM4450 pinctrl document
 2024-03-13 10:31 UTC  (10+ messages)
` [PATCH v3 1/2] dt-bindings: pinctrl: qcom: update compatible name for match with driver

[PATCH v3 00/16] rockchip: add support for SARADCv2 and RK806 PMIC and regulators
 2024-03-13 10:30 UTC  (3+ messages)
` [PATCH v3 01/16] rockchip: spi: rk_spi: do not write bytes when in read-only mode

[bug-report] Performance regression with fio sequential-write on a multipath setup
 2024-03-13 10:30 UTC  (4+ messages)
` 答复: "
    ` 答复: "

[PATCH] riscv: uaccess: Allow the last potential unrolled copy
 2024-03-13 10:33 UTC  (2+ messages)

[PATCH v6 0/2] Add support to replay kernel log on consoles via sysrq
 2024-03-13 10:22 UTC  (3+ messages)
` [PATCH v6 1/2] printk: Add function to replay kernel log on consoles
` [PATCH v6 2/2] tty/sysrq: Replay kernel log messages on consoles via sysrq

[PATCH 0/4] Cleanup vmlinux.lds.S
 2024-03-13 10:29 UTC  (4+ messages)
` [PATCH 2/4] x86/boot: replace __PHYSICAL_START with LOAD_PHYSICAL_ADDR

[syzbot] [block?] possible deadlock in blkdev_put (4)
 2024-03-13 10:29 UTC  (2+ messages)

[PATCH v2 00/13] selftests/resctrl: resctrl_val() related cleanups & improvements
 2024-03-13 10:28 UTC  (4+ messages)
` [PATCH v2 08/13] selftests/resctrl: Add ->init() callback into resctrl_val_param

[PATCH] arm64: dts: qcom: ipq8074: Remove unused gpio from QPIC pins
 2024-03-13 10:27 UTC 

[PATCH i-g-t 0/6] Do several cleanups at scripts/xls_to_doc.py
 2024-03-13 10:28 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[PATCH v2 0/5] rockchip: Read cpuid and generate MAC address from efuse for RK3328 and RK3399
 2024-03-13 10:27 UTC  (3+ messages)
` [PATCH v2 3/5] rockchip: rk3328: regenerate defconfigs

[PATCH] mtd: rawnand: hynix: fixed typo
 2024-03-13 10:27 UTC  (2+ messages)

[PATCH 0/4] SNC support for resctrl selftests
 2024-03-13 10:26 UTC  (4+ messages)
` [PATCH 3/4] selftests/resctrl: SNC support for MBM

[PATCH v3 0/3] perf/x86/amd: Miscellaneous fixes
 2024-03-13 10:26 UTC  (4+ messages)
` [PATCH v3 1/3] perf/x86/amd/lbr: Use freeze based on availability

[PATCH 1/1] target/riscv/kvm: fix timebase-frequency when using KVM acceleration
 2024-03-13 10:24 UTC  (3+ messages)

[PATCH v10 2/8] fuse: introduce atomic open
 2024-03-13 10:25 UTC  (7+ messages)
` [PATCH 0/1] Fix-atomic_open-not-using-negative-d_entry
  ` [PATCH 1/1] fuse: Make atomic_open use negative d_entry

[PATCH v2] btrfs: validate device maj:min during open
 2024-03-13 10:25 UTC  (4+ messages)

[PATCH v6 0/3] Add support for nuvoton ma35d1 pin control
 2024-03-13 10:25 UTC  (5+ messages)
` [PATCH v6 3/3] pinctrl: nuvoton: Add ma35d1 pinctrl and GPIO driver

[PATCH] qapi: document PCIe Gen5/Gen6 speeds since 9.0
 2024-03-13 10:24 UTC  (4+ messages)

[PATCH] ref-manual: classes: update description of class 'image_types'
 2024-03-13 10:24 UTC  (3+ messages)
` [docs] "


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.