messages from 2024-10-20 16:12:02 to 2024-10-20 19:47:21 UTC [more...]
[PATCH v2 00/13] Accelerate KVM RISC-V when running as a guest
2024-10-20 19:47 UTC
[PATCH v2 0/5] implement lightweight guard pages
2024-10-20 19:45 UTC (8+ messages)
` [PATCH v2 1/5] mm: pagewalk: add the ability to install PTEs
` [PATCH v2 2/5] mm: add PTE_MARKER_GUARD PTE marker
` [PATCH v2 3/5] mm: madvise: implement lightweight guard page mechanism
` [PATCH v2 4/5] tools: testing: update tools UAPI header for mman-common.h
` [PATCH v2 5/5] selftests/mm: add self tests for guard page feature
[PATCH] platform/x86: asus-wmi: Support setting AIPT modes
2024-10-20 19:42 UTC (4+ messages)
[PATCHv2 00/23] Add Enclustra Arria10 and Cyclone5 SoMs
2024-10-20 19:40 UTC (24+ messages)
` [PATCHv2 01/23] ARM: dts: socfpga: fix typo
` [PATCHv2 02/23] ARM: dts: socfpga: align bus name with bindings
` [PATCHv2 03/23] ARM: dts: socfpga: align dma name with binding
` [PATCHv2 04/23] ARM: dts: socfpga: align fpga-region name
` [PATCHv2 05/23] ARM: dts: socfpga: add label to clock manager
` [PATCHv2 06/23] ARM: dts: socfpga: add missing cells properties
` [PATCHv2 07/23] ARM: dts: socfpga: fix missing ranges
` [PATCHv2 08/23] ARM: dts: socfpga: add clock-frequency property
` [PATCHv2 09/23] ARM: dts: socfpga: add ranges property to sram
` [PATCHv2 10/23] ARM: dts: socfpga: remove arria10 reset-names
` [PATCHv2 11/23] ARM: socfpga: dts: add compatibility for arria10
` [PATCHv2 12/23] ARM: socfpga: dts: add a10 clock binding yaml
` [PATCHv2 13/23] ARM: dts: socfpga: add Enclustra boot-mode dtsi
` [PATCHv2 14/23] ARM: dts: socfpga: add Enclustra base-board dtsi
` [PATCHv2 15/23] ARM: dts: socfpga: add Enclustra Mercury SA1
` [PATCHv2 16/23] dt-bindings: altera: "
` [PATCHv2 17/23] ARM: dts: socfpga: add Enclustra Mercury+ SA2
` [PATCHv2 18/23] dt-bindings: altera: add binding for "
` [PATCHv2 19/23] ARM: dts: socfpga: add Mercury AA1 combinations
` [PATCHv2 20/23] dt-bindings: altera: "
` [PATCHv2 21/23] ARM: dts: socfpga: removal of generic PE1 dts
` [PATCHv2 22/23] dt-bindings: altera: "
` [PATCHv2 23/23] ARM: dts: socfpga: add Enclustra SoM dts files
[PATCH] tcg-plugins: add a hook for interrupts, exceptions and traps
2024-10-20 19:37 UTC (3+ messages)
` [RFC PATCH v2 0/7] tcg-plugins: add hooks "
[PATCH 0/4] Documentation/git-bundle.txt: promote --all for full backup
2024-10-20 19:33 UTC (6+ messages)
` [PATCH 1/4] Documentation/git-bundle.txt: mention --all in Synopsis
` [PATCH 2/4] Documentation/git-bundle.txt: mention full backup example
` [PATCH 3/4] Documentation/git-bundle.txt: mention --all in spec. refs
` [PATCH 4/4] Documentation/git-bundle.txt: discuss naïve backups
[PATCH 00/13] Accelerate KVM RISC-V when running as a guest
2024-10-20 19:28 UTC (16+ messages)
` [PATCH 08/13] RISC-V: KVM: Add common nested acceleration support
` [PATCH 09/13] RISC-V: KVM: Use nacl_csr_xyz() for accessing H-extension CSRs
` [PATCH 11/13] RISC-V: KVM: Use SBI sync SRET call when available
[PATCH 1/2] crypto: tegra - remove unneeded crypto_engine_stop() call
2024-10-20 19:25 UTC (2+ messages)
` [PATCH 2/2] crypto: starfive "
[PATCH bpf-next v2 0/6] selftests/bpf: integrate test_tcp_check_syncookie.sh into test_progs
2024-10-20 19:22 UTC (7+ messages)
` [PATCH bpf-next v2 1/6] selftests/bpf: factorize conn and syncookies tests in a single runner
` [PATCH bpf-next v2 2/6] selftests/bpf: add missing ns cleanups in btf_skc_cls_ingress
` [PATCH bpf-next v2 3/6] selftests/bpf: get rid of global vars "
` [PATCH bpf-next v2 4/6] selftests/bpf: add ipv4 and dual ipv4/ipv6 support "
` [PATCH bpf-next v2 5/6] selftests/bpf: test MSS value returned with bpf_tcp_gen_syncookie
` [PATCH bpf-next v2 6/6] selftests/bpf: remove test_tcp_check_syncookie
[PATCH] staging: gpib: Add missing check for NULL
2024-10-20 19:21 UTC
[PATCH] t4205: fix typo in 'NUL termination with --stat'
2024-10-20 19:18 UTC
[PATCH bpf-next v6 0/9] bpf: Support private stack for bpf progs
2024-10-20 19:14 UTC (10+ messages)
` [PATCH bpf-next v6 1/9] bpf: Allow each subprog having stack size of 512 bytes
` [PATCH bpf-next v6 2/9] bpf: Rename bpf_struct_ops_arg_info to bpf_struct_ops_func_info
` [PATCH bpf-next v6 3/9] bpf: Support private stack for struct ops programs
` [PATCH bpf-next v6 4/9] bpf: Mark each subprog with proper private stack modes
` [PATCH bpf-next v6 5/9] bpf, x86: Refactor func emit_prologue
` [PATCH bpf-next v6 6/9] bpf, x86: Create a helper for certain "reg <op>= imm" operations
` [PATCH bpf-next v6 7/9] bpf, x86: Add jit support for private stack
` [PATCH bpf-next v6 8/9] selftests/bpf: Add tracing prog private stack tests
` [PATCH bpf-next v6 9/9] selftests/bpf: Add struct_ops "
[PATCH] mm: Drop INT_MAX limit from kvmalloc()
2024-10-20 19:16 UTC (11+ messages)
[GIT PULL] xen: branch for v6.12-rc4
2024-10-20 19:12 UTC (2+ messages)
[PATCH v2 0/2] iio: light: add support for veml3235
2024-10-20 19:12 UTC (3+ messages)
` [PATCH v2 1/2] dt-bindings: iio: light: veml6030: add veml3235
` [PATCH v2 2/2] iio: light: add support for veml3235
[GIT PULL] x86/urgent for v6.12-rc4
2024-10-20 19:12 UTC (2+ messages)
[GIT PULL] irq/urgent for v6.12-rc4
2024-10-20 19:12 UTC (2+ messages)
[GIT PULL] sched/urgent for v6.12-rc4
2024-10-20 19:12 UTC (2+ messages)
[GIT PULL] dma-mapping fix for Linux 6.12
2024-10-20 19:12 UTC (2+ messages)
[PATCH v11 0/8] TTM shrinker helpers and xe buffer object shrinker
2024-10-20 19:01 UTC (8+ messages)
` [PATCH v11 3/8] drm/ttm/pool: Provide a helper to shrink pages
` [PATCH v11 5/8] drm/ttm: Add a macro to perform LRU iteration
` ✗ CI.BAT: failure for TTM shrinker helpers and xe buffer object shrinker (rev10)
net/ipv4/tcp_ao.c:2238 tcp_ao_copy_mkts_to_user() error: __builtin_memcpy() '&key->addr' too small (4 vs 16)
2024-10-20 19:01 UTC
Qemu v9.0.2: Boot failed qemu-arm with Linux next-20241017 tag
2024-10-20 18:47 UTC (3+ messages)
[PATCH v2 2/8] Add support for emulation of CRC32 instructions
2024-10-20 18:41 UTC (2+ messages)
help understanding/fixing low performance of encryption in my machine
2024-10-20 18:41 UTC
[hch-misc:dma-split-wip 7/8] block/blk-merge.c:571:43: error: too many arguments to function call, expected 4, have 5
2024-10-20 18:40 UTC
[leon-rdma:rdma-next 35/50] mm/hmm.c:678: warning: expecting prototype for hmm_unmap_free(). Prototype was for hmm_map_free() instead
2024-10-20 18:41 UTC
[PATCH v2 0/2] usb: typec: qcom-pmic-typec: fix missing fwnode removal in error path
2024-10-20 18:33 UTC (5+ messages)
` [PATCH v2 1/2] usb: typec: qcom-pmic-typec: use fwnode_handle_put() to release fwnodes
` [PATCH v2 2/2] usb: typec: qcom-pmic-typec: fix missing fwnode removal in error path
[PATCH] crypto: mips/crc32 - fix the CRC32C implementation
2024-10-20 18:32 UTC (2+ messages)
` "
[PATCH] iio: invensense: fix multiple odr switch when FIFO is off
2024-10-20 18:30 UTC (2+ messages)
[hch-misc:dma-split-wip 7/8] block/blk-merge.c:571:9: error: too many arguments to function 'dma_iova_sync'
2024-10-20 18:30 UTC
[PATCH v2] Input: sparcspkr - use cleanup facility for device_node
2024-10-20 18:27 UTC
[PATCH v1 0/5] drm/xe/sriov: Don't migrate dmabuf BO to System RAM while running in VM
2024-10-20 18:25 UTC (7+ messages)
` [PATCH v1 4/5] drm/xe/bo: Create a new sg for dmabuf BOs that are associated with a VF
` [PATCH v1 5/5] drm/xe/pt: Add an additional check for dmabuf BOs while updating PTEs
[PATCH v1 0/6] arm64: dts: exynos8895: Add cmu, mct, serial_0/1 and spi_0/1
2024-10-20 18:21 UTC (7+ messages)
` [PATCH v1 1/6] dt-bindings: timer: exynos4210-mct: Add samsung,exynos8895-mct compatible
` [PATCH v1 2/6] spi: dt-bindings: samsung: Add a compatible for samsung,exynos8895-spi
` [PATCH v1 3/6] arm64: dts: exynos: Add clock management unit nodes
` [PATCH v1 4/6] arm64: dts: exynos8895: Add Multi Core Timer (MCT) node
` [PATCH v1 5/6] arm64: dts: exynos8895: Add serial_0/1 nodes
` [PATCH v1 6/6] arm64: dts: exynos8895: Add spi_0/1 nodes
[PATCH v5 1/5] media: mediatek: vcodec: setting request complete before buffer done
2024-10-20 18:19 UTC
[axboe-block:io_uring-sendzc-provided 8/9] io_uring/kbuf.c:312:2: error: call to '__compiletime_assert_308' declared with 'error' attribute: BUILD_BUG_ON failed: sizeof(struct iovec) != sizeof(struct bio_vec)
2024-10-20 18:19 UTC
[PATCH 00/18] GPU debug support (eudebug) v2
2024-10-20 18:16 UTC (3+ messages)
` [PATCH 12/18] drm/xe/eudebug: implement userptr_vma access
[syzbot] [mm?] kernel BUG in __page_table_check_zero
2024-10-20 18:12 UTC (2+ messages)
` [syzbot] [usb] "
[PATCH 0/3] Update, encapsulate and expand the RK356x SoC dtsi files
2024-10-20 18:04 UTC (6+ messages)
` [PATCH 2/3] arm64: dts: rockchip: Prepare RK356x SoC dtsi files for per-variant OPPs
[PATCH] iio: accel: replace s64 __aligned(8) with aligned_s64
2024-10-20 18:07 UTC
[REGRESSION] bluetooth: mt7921: Crash on Resume From Suspend And Hibernate
2024-10-20 18:04 UTC
[PATCH v1 0/2] tty: serial: samsung: Add Exynos8895 compatible
2024-10-20 18:02 UTC (3+ messages)
` [PATCH v1 1/2] dt-bindings: serial: samsung: Add samsung,exynos8895-uart compatible
` [PATCH v1 2/2] tty: serial: samsung: Add Exynos8895 compatible
[PATCH] ALSA: hda/tas2781: select CRC32 instead of CRC32_SARWATE
2024-10-20 17:56 UTC
[V1 0/4] Add PPS generators
2024-10-20 17:54 UTC (7+ messages)
` [V1 2/4] drivers pps/generators: add dummy PPS generator
` [V1 3/4] Documentation pps.rst: add PPS generators documentation
` [V1 4/4] Documentation ABI: "
[PATCH v1 0/3] clk: samsung: Introduce Exynos8895 clock driver
2024-10-20 17:48 UTC (4+ messages)
` [PATCH v1 1/3] dt-bindings: clock: Add Exynos8895 SoC CMU bindings
` [PATCH v1 2/3] clk: samsung: clk-pll: Add support for pll_{1051x,1052x}
` [PATCH v1 3/3] clk: samsung: Introduce Exynos8895 clock driver
[PATCH v4 0/6] Add AutoFDO and Propeller support for Clang build
2024-10-20 17:48 UTC (5+ messages)
` [PATCH v4 1/6] Add AutoFDO "
` [PATCH v4 6/6] Add Propeller configuration for kernel build
[PATCH 1/2] dt-bindings: arm: rockchip: Add FriendlyARM NanoPi R3S
2024-10-20 17:39 UTC (4+ messages)
` [PATCH 2/2] arm64: dts: rockchip: Add FriendlyARM NanoPi R3S board
[PATCH] usb: add support for new USB device ID 0x17EF:0x3098 for the r8152 driver
2024-10-20 17:41 UTC
[GIT PULL] Pin control fixes for v6.12
2024-10-20 17:39 UTC
[linusw-pinctrl:devel] BUILD SUCCESS f8d355bfd07f8cb25d8cdb4bf48eb564e6e2b5f5
2024-10-20 17:36 UTC
[linusw-pinctrl:for-next] BUILD SUCCESS fd716bb9e14b88b29c1c37b70f6171531aea8e5a
2024-10-20 17:35 UTC
[PATCH] config: support remote name in includeIf.hasconfig condition
2024-10-20 17:32 UTC (6+ messages)
` [PATCH v2] "
` [PATCH v3] "
[linux-next:fs-next] BUILD SUCCESS 6c45b06c22f3a22fc4f481a22f1e7add5b9462fc
2024-10-20 17:30 UTC
[syzbot] [netfilter?] INFO: task hung in do_arpt_get_ctl (2)
2024-10-20 17:31 UTC
[PATCH v5 09/14] scsi: fnic: Modify IO path to use FDLS
2024-10-20 17:28 UTC (2+ messages)
[linux-next:master 4122/5686] drivers/net/phy/aquantia/aquantia.o: warning: objtool: aqr_phy_led_polarity_set+0x80: can't find jump dest instruction at .text.aqr_phy_led_polarity_set+0x133
2024-10-20 17:28 UTC
[PATCH 1/5] ARM: renesas: Deduplicate Renesas R-Car Gen2 defconfigs
2024-10-20 17:27 UTC (5+ messages)
` [PATCH 2/5] ARM: renesas: Deduplicate Renesas R-Car Gen3 defconfigs
` [PATCH 3/5] ARM: renesas: Deduplicate Renesas R-Car Gen4 defconfigs
` [PATCH 4/5] ARM: renesas: Deduplicate Renesas R-Car 64bit defconfigs
` [PATCH 5/5] ARM: renesas: Deduplicate common Renesas defconfig
[PATCH] next: use new shared modules tree
2024-10-20 17:28 UTC (3+ messages)
[dtor-input:next] BUILD SUCCESS WITH WARNING 00850d7b542aa4a8240cf977d43dc6d2158e48d7
2024-10-20 17:27 UTC
[PATCH bpf-next v2 0/3] selftests/bpf: Improve building with extra
2024-10-20 17:24 UTC (3+ messages)
` [PATCH bpf-next v2 3/3] selftests/bpf: Disable warnings on unused flags for Clang builds
[PATCH net-next] net: dsa: mv88e6xxx: fix unreleased fwnode_handle in setup_port()
2024-10-20 17:16 UTC (2+ messages)
[PATCH v1] bcachefs: set freespace inited to false if trans_mark_dev_sbs fails
2024-10-20 17:08 UTC
[PATCH] builtin/credential-cache--daemon: fix error when "exit"ing on Cygwin
2024-10-20 17:08 UTC (6+ messages)
` [PATCH v2] "
` [PATCH] credential-cache: treat ECONNABORTED like ECONNRESET
` Comment trailers vs. bracketed lines
Another bcachefs version downgrade bug
2024-10-20 16:59 UTC (11+ messages)
[thomas-weissschuh:vdso/store 40/78] arch/powerpc/include/asm/vdso/gettimeofday.h:158:37: error: redefinition of '__ppc_get_timens_vdso_data'
2024-10-20 16:57 UTC
[PATCH] SubmittingPatches: tags -> trailers
2024-10-20 16:57 UTC
kernel module and priority or affinity
2024-10-20 16:39 UTC (5+ messages)
scarthgap merge request: Oct 20th
2024-10-20 16:53 UTC
[PATCH 1/3] phy: freescale: fsl-samsung-hdmi: Expand Integer divider range
2024-10-20 16:50 UTC (6+ messages)
` [PATCH 2/3] phy: freescale: fsl-samsung-hdmi: Stop searching when exact match is found
` [PATCH 3/3] phy: freescale: fsl-samsung-hdmi: Clean up fld_tg_code calculation
[PATCH net-next 0/2] tcp: add tcp_warn_once() common helper
2024-10-20 16:50 UTC (6+ messages)
` [PATCH net-next 1/2] tcp: add a common helper to debug the underlying issue
[RFC PATCH v1 0/7] zswap IAA decompress batching
2024-10-20 16:50 UTC (7+ messages)
` [RFC PATCH v1 6/7] mm: do_swap_page() calls swapin_readahead() zswap load batching interface
[PATCH v2 0/2] ata: ata_generic: clarify about Toshiba Piccolo support
2024-10-20 16:50 UTC (3+ messages)
` [PATCH v2 1/2] ata: ata_generic: add comment about Toshiba Piccolo
` [PATCH v2 2/2] ata: ata_generic: use IS_ENABLED() macro
[PATCH v3 05/13] rust: hrtimer: allow timer restart from timer handler
2024-10-20 16:46 UTC (2+ messages)
[PATCH v2] media: v4l2-subdev: Refactor events
2024-10-20 16:43 UTC (2+ messages)
[PATCH] pps: Remove embedded cdev to fix a use-after-free
2024-10-20 16:43 UTC (4+ messages)
` [PATCH v2] "
[syzbot] [usb?] INFO: task hung in usb_port_suspend
2024-10-20 16:38 UTC (2+ messages)
[PATCH v2] Docs/sound: Update codec-to-codec documentation
2024-10-20 16:37 UTC
[PATCH] net: bridge: switchdev: Don't drop packets between ports with no hwdom
2024-10-20 16:20 UTC
[PATCH v5 00/10] riscv: Userspace pointer masking and tagged address ABI
2024-10-20 16:26 UTC (5+ messages)
` [PATCH v5 09/10] RISC-V: KVM: Allow Smnpm and Ssnpm extensions for guests
[PATCH 0/6] doc: update-ref: amend old material and discuss symrefs
2024-10-20 16:24 UTC (5+ messages)
` [PATCH v2 "
` [PATCH v2 2/6] Documentation/git-update-ref.txt: remove safety paragraphs
[Buildroot] [PATCH 1/1] package/rdma-core: bump to version v54.0
2024-10-20 16:22 UTC
[PATCH] nvme: use braces for list_for_each_entry() loops
2024-10-20 16:13 UTC
[PATCH net-next] net: airoha: Reset BQL stopping the netdevice
2024-10-20 16:10 UTC (2+ messages)
[PATCH] t1400: fix --no-create-reflog test and description
2024-10-20 16:12 UTC
[PATCH] staging: rtl8712: Remove driver using deprecated API wext
2024-10-20 16:12 UTC (2+ messages)
[PATCH net-next v2 0/3] net: phy: Refactor mediatek-ge-soc.c for clarity and correctness
2024-10-20 16:10 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.