messages from 2023-03-30 04:32:24 to 2023-03-30 06:01:38 UTC [more...]
[dm-devel] [PATCH v8 0/9] Implement copy offload support
2023-03-30 5:48 UTC (5+ messages)
` [dm-devel] [PATCH v8 4/9] fs, block: copy_file_range for def_blk_ops for direct block device
` "
[PATCH v2 00/12] Add static DEXCR support
2023-03-30 5:50 UTC (13+ messages)
` [PATCH v2 01/12] powerpc/book3s: Add missing <linux/sched.h> include
` [PATCH v2 02/12] powerpc/ptrace: Add missing <linux/regset.h> include
` [PATCH v2 03/12] powerpc/dexcr: Add initial Dynamic Execution Control Register (DEXCR) support
` [PATCH v2 04/12] powerpc/dexcr: Handle hashchk exception
` [PATCH v2 05/12] powerpc/dexcr: Support userspace ROP protection
` [PATCH v2 06/12] powerpc/dexcr: Support custom default DEXCR value
` [PATCH v2 07/12] powerpc/ptrace: Expose DEXCR and HDEXCR registers to ptrace
` [PATCH v2 08/12] powerpc/ptrace: Expose HASHKEYR register "
` [PATCH v2 09/12] Documentation: Document PowerPC kernel DEXCR interface
` [PATCH v2 10/12] selftests/powerpc: Add more utility macros
` [PATCH v2 11/12] selftests/powerpc/dexcr: Add hashst/hashchk test
` [PATCH v2 12/12] selftests/powerpc/dexcr: Add DEXCR status utility lsdexcr
[PATCH 00/16] virtio-net: split virtio-net.c
2023-03-30 6:01 UTC (8+ messages)
` [PATCH 12/16] virtio_net: introduce virtnet_get_netdev()
` [PATCH 16/16] virtio_net: separating the virtio code
[PATCH] mISDN: remove unneeded mISDN_class_release()
2023-03-30 6:01 UTC (3+ messages)
[PATCH] iommu: PGTABLE_LPAE is also for RISCV
2023-03-30 6:01 UTC (2+ messages)
[PATCH v2] describe: enable sparse index for describe
2023-03-30 5:59 UTC (2+ messages)
` [PATCH v3] "
[PATCH v2] PCI: hv: Fix the definition of vector in hv_compose_msi_msg()
2023-03-30 5:58 UTC (5+ messages)
[LTP] [PATCH v1] recvmsg01: Refactor using new LTP API
2023-03-30 5:58 UTC (3+ messages)
[PATCH bpf-next 0/7] bpf: Improve verifier for cond_op and spilled loop index variables
2023-03-30 5:56 UTC (8+ messages)
` [PATCH bpf-next 1/7] bpf: Improve verifier JEQ/JNE insn branch taken checking
` [PATCH bpf-next 2/7] selftests/bpf: Add tests for non-constant cond_op NE/EQ bound deduction
` [PATCH bpf-next 3/7] bpf: Improve handling of pattern '<const> <cond_op> <non_const>' in verifier
` [PATCH bpf-next 4/7] selftests/bpf: Add verifier tests for code pattern '<const> <cond_op> <non_const>'
` [PATCH bpf-next 5/7] bpf: Mark potential spilled loop index variable as precise
` [PATCH bpf-next 6/7] selftests/bpf: Remove previous workaround for test verif_scale_loop6
` [PATCH bpf-next 7/7] selftests/bpf: Add a new test based on loop6.c
[RESEND PATCH v3 1/2] cli: Correct several bugs in cli_getch()
2023-03-30 5:56 UTC (5+ messages)
` [RESEND PATCH v3 2/2] cli: Correct handling of invalid escape sequences in cread_line()
[net PATCH 0/7] octeontx2: Miscellaneous fixes
2023-03-30 5:55 UTC (3+ messages)
` [net PATCH 1/7] octeontx2-af: Secure APR table update with the lock
[PATCH net-next 0/2] Small series of enhancements
2023-03-30 5:55 UTC (10+ messages)
` [PATCH net-next 2/2] nfp: separate the port's upper state with lower phy state
[PATCH v2] dt-bindings: interrupt-controller: Convert Amlogic Meson GPIO interrupt controller binding
2023-03-30 5:53 UTC (4+ messages)
[PATCH 0/9] null_blk: add modparam checks
2023-03-30 5:52 UTC (10+ messages)
` [PATCH 1/9] null_blk: adjust null_param_store_val()
` [PATCH 2/9] null_blk: check for valid submit_queue value
` [PATCH 3/9] null_blk: check for valid poll_queue value
` [PATCH 4/9] null_blk: check for valid gb value
` [PATCH 5/9] null_blk: check for valid block size value
` [PATCH 6/9] null_blk: check for valid max_sectors value
` [PATCH 7/9] null_blk: check for valid queue depth value
` [PATCH 8/9] null_blk: avoid use global modparam g_queue_mode
` [PATCH 9/9] null_blk: avoid use global modparam g_irq_mode
[PATCH] credential/wincred: store password_expiry_utc
2023-03-30 5:50 UTC (3+ messages)
[PATCH v2] nfs: use vfs setgid helper
2023-03-30 5:45 UTC (2+ messages)
[meta-oe][PATCH v2] librelp: fix function inline errors in debug build
2023-03-30 5:44 UTC
[PATCH v2] fs: consolidate dt_type() helper definitions
2023-03-30 5:44 UTC (4+ messages)
[PATCH v5] iommu/arm-smmu-qcom: Limit the SMR groups to 128
2023-03-30 5:41 UTC (4+ messages)
[igt-dev] [PATCH i-g-t v2 00/12] Improve igt_doc.py
2023-03-30 5:42 UTC (13+ messages)
` [igt-dev] [PATCH i-g-t v2 01/12] xe_test_config.json: do some adjustments at the output hierarchy
` [igt-dev] [PATCH i-g-t v2 02/12] scripts/igt_doc.py: move show_subtests logic to the class
` [igt-dev] [PATCH i-g-t v2 03/12] scripts/igt_doc.py: add support to generate testlists
` [igt-dev] [PATCH i-g-t v2 04/12] scripts/igt_doc.py: prepare to place TestList class on a separate file
` [igt-dev] [PATCH i-g-t v2 05/12] scripts/test_list.py: prepare to place "
` [igt-dev] [PATCH i-g-t v2 06/12] scripts/igt_doc.py: re-introduce it by calling test_list.py
` [igt-dev] [PATCH i-g-t v2 07/12] scripts/test_list.py: better handle documentation validation issues
` [igt-dev] [PATCH i-g-t v2 08/12] scripts/test_list.py: add support for igt_simple_main
` [igt-dev] [PATCH i-g-t v2 09/12] testplan/meson.build: Validate documentation at build time
` [igt-dev] [PATCH i-g-t v2 10/12] xe/xe_vm: add documentation for igt@xe_vm@userptr-invalid
` [igt-dev] [PATCH i-g-t v2 11/12] xe/xe_noexec_ping_pong: document subtest
` [igt-dev] [PATCH i-g-t v2 12/12] runner/meson.build: fix minimal build
[PATCH V3] can: usb: f81604: add Fintek F81604 support
2023-03-30 5:40 UTC (3+ messages)
[PATCH v1 0/6] Simplify linking against tools/perf code
2023-03-30 5:39 UTC (7+ messages)
[PATCH] RDMA/rxe: Fix error in rxe_task.c
2023-03-30 5:39 UTC (2+ messages)
[PATCH] clocksource/drivers/timer-mediatek: Split out CPUXGPT timers
2023-03-30 5:37 UTC (3+ messages)
[PATCH v2 bpf-next 0/6] BPF verifier rotating log
2023-03-30 5:38 UTC (3+ messages)
[PATCH v8 char-misc-next 0/5] Fix error handling in probe
2023-03-30 5:38 UTC (12+ messages)
` [PATCH v8 char-misc-next 1/5] misc: microchip: pci1xxxx: Fix error handling path in probe function
` [PATCH v8 char-misc-next 2/5] misc: microchip: pci1xxxx: Add OTP Functionality to read and write into OTP bin sysfs
` [PATCH v8 char-misc-next 3/5] misc: microchip: pci1xxxx: Add EEPROM Functionality to read and write into EEPROM "
` [PATCH v8 char-misc-next 4/5] misc: microchip: pci1xxxx: Load auxiliary driver for OTP/EEPROM auxiliary device
` [PATCH v8 char-misc-next 5/5] misc: microchip: pci1xxxx: Add documentation for sysfs bin attributes
[PATCH v4 bpf-next 0/3] veristat: add better support of freplace programs
2023-03-30 5:38 UTC (4+ messages)
` [PATCH v4 bpf-next 3/3] veristat: guess and substitue underlying program type for freplace (EXT) progs
loongarch wakeup build error
2023-03-30 5:37 UTC (3+ messages)
[RFC PATCH 0/7] SVM guest shadow stack support
2023-03-30 5:37 UTC (6+ messages)
[Buildroot] [autobuild.buildroot.net] Daily results for 2023-03-29
2023-03-30 5:35 UTC
[Intel-gfx] [PATCH v8 00/24] Add vfio_device cdev for iommufd support
2023-03-30 5:35 UTC (5+ messages)
` [Intel-gfx] [PATCH v8 20/24] vfio: Add cdev for vfio_device
` "
[PATCH v2 0/1] RISC-V KVM ONE_REG interface for SBI
2023-03-30 5:31 UTC (6+ messages)
` [PATCH v2 1/1] RISC-V: KVM: Add ONE_REG interface to enable/disable SBI extensions
No sound output of headphone on Senary SN6140
2023-03-30 5:26 UTC
[PATCH] wifi: mt76: mt7915: fix background radar event being blocked
2023-03-30 5:17 UTC
[PATCH] Input: Add KUnit tests for some of the input core helper functions
2023-03-30 5:28 UTC (2+ messages)
[igt-dev] [PATCH i-g-t 00/11] Improve igt_doc.py
2023-03-30 5:25 UTC (3+ messages)
[PATCH] mtd: cfi: respect reg address length
2023-03-30 5:23 UTC (2+ messages)
[PATCH net-next] net: ena: removed unused tx_bytes variable
2023-03-30 5:21 UTC (3+ messages)
[igt-dev] [PATCH i-g-t v4 0/8] Build Xe test documentation
2023-03-30 5:20 UTC (5+ messages)
` [igt-dev] [PATCH i-g-t v4 1/8] meson: build "
[net-next 01/15] net/mlx5e: RX, Remove mlx5e_alloc_unit argument in page allocation
2023-03-30 5:20 UTC (2+ messages)
[PATCH net-next] octeon_ep: unlock the correct lock on error path
2023-03-30 5:20 UTC (2+ messages)
next/master build: 172 builds: 5 failed, 167 passed, 9 errors, 33 warnings (next-20230330)
2023-03-30 5:18 UTC
next/master build: 172 builds: 5 failed, 167 passed, 9 errors, 33 warnings (next-20230330)
2023-03-30 5:18 UTC
[igt-dev] [i-g-t V2 0/6] Fix Bigjoiner checks
2023-03-30 5:18 UTC (4+ messages)
` [igt-dev] [i-g-t V2 3/6] tests/i915/kms_dsc: Update bigjoiner pipe constraint
[PATCH for 4.14, 4.19] usb: host: ohci-pxa27x: Fix and & vs | typo
2023-03-30 5:16 UTC
[ammarfaizi2-block:google/android/kernel/common/android-gs-raviole-5.10-s-v2-beta-3 1454/9999] drivers/firmware/arm_scmi/voltage.c:159:42: sparse: sparse: incorrect type in assignment (different base types)
2023-03-30 5:17 UTC
[chrome-os:chromeos-6.1 7/334] drivers/usb/gadget/function/f_accessory.c:1078:5: warning: no previous prototype for 'acc_ctrlrequest_composite'
2023-03-30 5:17 UTC
[PATCH 0/6] pci-hyper: fix race condition bugs for fast device hotplug
2023-03-30 5:17 UTC (4+ messages)
` [PATCH 4/6] Revert "PCI: hv: Fix a timing issue which causes kdump to fail occasionally"
[RFC PATCH v1 0/2] return errors other than -ENOMEM to socket
2023-03-30 5:13 UTC (9+ messages)
` [RFC PATCH v1 1/2] vsock: "
[OE-core] [PATCH] cve-update-nvd2-native: new CVE database fetcher
2023-03-30 5:13 UTC
[RFC PATCH 1/5] mm: intorduce __GFP_UNMAPPED and unmapped_alloc()
2023-03-30 5:13 UTC (11+ messages)
[xen-unstable test] 180051: tolerable trouble: fail/pass/starved
2023-03-30 5:10 UTC
[PATCH net-next v4 0/3] Macb PTP minor updates
2023-03-30 5:08 UTC (4+ messages)
` [PATCH net-next v4 1/3] net: macb: Update gem PTP support check
` [PATCH net-next v4 2/3] net: macb: Enable PTP unicast
` [PATCH net-next v4 3/3] net: macb: Optimize reading HW timestamp
[Intel-wired-lan] [PATCH net-next 07/15] idpf: configure resources for TX queues
2023-03-30 5:06 UTC (2+ messages)
[PATCH 0/1] perf report: append inlines to non-dwarf callchains
2023-03-30 5:06 UTC (6+ messages)
[PATCH v7 00/10] ARM: stm32: add support for Phycore STM32MP1
2023-03-30 5:04 UTC (22+ messages)
` [PATCH v7 01/10] ARM: dts: stm32: Add alternate pinmux for ethernet
` [PATCH v7 02/10] ARM: dts: stm32: Add alternate pinmux for sai2b
` [PATCH v7 03/10] ARM: dts: stm32: Add new pinmux for sdmmc1_b4
` [PATCH v7 04/10] ARM: dts: stm32: Add new pinmux for sdmmc2_d47
` [PATCH v7 05/10] ARM: dts: stm32: Add pinmux for USART1 pins
` [PATCH v7 06/10] ARM: dts: stm32: Add idle/sleep pinmux for USART3
` [PATCH v7 07/10] ARM: dts: stm32: Add sleep pinmux for SPI1 pins_a
` [PATCH v7 08/10] dt-bindings: arm: stm32: Add Phytec STM32MP1 board
` [PATCH v7 09/10] ARM: dts: stm32: add STM32MP1-based Phytec SoM
` [PATCH v7 10/10] ARM: dts: stm32: add STM32MP1-based Phytec board
Writeback cache all used
2023-03-30 4:55 UTC (2+ messages)
Regarding DPDK API's like rte_timer_subsystem_init/rte_hash_create etc. in VPP
2023-03-30 5:00 UTC
[PATCH u-boot-mvebu] arm: mvebu: Cleanup get_boot_device() code
2023-03-30 4:59 UTC (3+ messages)
` [PATCH v2 "
[PATCH v3 3/3] arm: mvebu: clearfog: Detect MMC vs SDHC and fixup fdt
2023-03-30 4:58 UTC (2+ messages)
[PATCH RFC u-boot-mvebu 0/6] arm: mvebu: Fix boot mode detection
2023-03-30 4:57 UTC (14+ messages)
` [PATCH v2 "
` [PATCH v2 u-boot-mvebu 1/6] arm: mvebu: Remove A38x BOOT_FROM_UART_ALT 0x3f constant
` [PATCH v2 u-boot-mvebu 2/6] arm: mvebu: Remove A38x BOOT_FROM_SATA 0x22 constant
` [PATCH v2 u-boot-mvebu 3/6] arm: mvebu: Convert BOOT_FROM_* constants to function macros
` [PATCH v2 u-boot-mvebu 4/6] arm: mvebu: Define all options for A38x BOOT_FROM_* macros
` [PATCH v2 u-boot-mvebu 5/6] arm: mvebu: Define all BOOTROM_ERR_MODE_* macros
` [PATCH v2 u-boot-mvebu 6/6] arm: mvebu: Define all options for AXP BOOT_FROM_* macros
[PATCH v4 0/3] mm: process/cgroup ksm support
2023-03-30 4:55 UTC (3+ messages)
[PATCH - mdadm] mdopen: always try create_named_array()
2023-03-30 4:55 UTC (7+ messages)
[PATCH] drm/sun4i: uncouple DSI dotclock divider from TCON0_DCLK_REG
2023-03-30 4:45 UTC (13+ messages)
[Patch v4 00/18] NUMA aware page table allocation
2023-03-30 4:53 UTC (3+ messages)
` [Patch v4 08/18] KVM: x86/mmu: Track unused mmu_shadowed_info_cache pages count via global counter
[PATCH v17 00/71] ceph+fscrypt: full support
2023-03-30 4:51 UTC (3+ messages)
` [PATCH v17 68/71] ceph: drop the messages from MDS when unmounting
[PATCH v2] Documentation: Add document for false sharing
2023-03-30 4:51 UTC (3+ messages)
[PATCH v7 00/32] drm/msm/dpu: wide planes support
2023-03-30 4:51 UTC (6+ messages)
` [PATCH v7 27/32] drm/msm/dpu: add support for wide planes
[brgl:gpio/for-next] BUILD SUCCESS 4ea0c97776bf8c63805eb0f8182d9c20072219d9
2023-03-30 4:49 UTC
[PATCH net 1/1] i40e: fix registers dump after run ethtool adapter self test
2023-03-30 4:50 UTC (2+ messages)
[PATCH net 0/3] bnxt_en: 3 Bug fixes
2023-03-30 4:50 UTC (2+ messages)
pull-request v2: ieee802154 for net 2023-03-29
2023-03-30 4:50 UTC (2+ messages)
[PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2023-03-28 (ice)
2023-03-30 4:50 UTC (2+ messages)
[PATCH v6 0/6] ksm: support tracking KSM-placed zero-pages
2023-03-30 4:47 UTC (3+ messages)
[RFC 00/12] module: avoid userspace pressure on unwanted allocations
2023-03-30 4:42 UTC (12+ messages)
[PATCH 01/13] rust: sync: introduce `LockClassKey`
2023-03-30 4:39 UTC (13+ messages)
` [PATCH 02/13] rust: sync: introduce `Lock` and `Guard`
` [PATCH 03/13] rust: lock: introduce `Mutex`
` [PATCH 04/13] locking/spinlock: introduce spin_lock_init_with_key
` [PATCH 05/13] rust: lock: introduce `SpinLock`
` [PATCH 06/13] rust: lock: add support for `Lock::lock_irqsave`
` [PATCH 07/13] rust: lock: implement `IrqSaveBackend` for `SpinLock`
` [PATCH 08/13] rust: introduce `ARef`
` [PATCH 09/13] rust: add basic `Task`
` [PATCH 10/13] rust: introduce `Task::current`
` [PATCH 11/13] rust: lock: add `Guard::do_unlocked`
` [PATCH 12/13] rust: sync: introduce `CondVar`
` [PATCH 13/13] rust: sync: introduce `LockedBy`
[PATCH v3] ptp: add ToD device driver for Intel FPGA cards
2023-03-30 4:40 UTC (2+ messages)
[PATCH net] bnx2x: use the right build_skb() helper
2023-03-30 4:40 UTC (2+ messages)
[PATCH net v3] net: ipa: compute DMA pool size properly
2023-03-30 4:40 UTC (2+ messages)
[PATCH net-next] bonding: add software timestamping support
2023-03-30 4:39 UTC (4+ messages)
[PATCH v2] perf/x86/ibs: Set mem_lvl_num, mem_remote and mem_hops for data_src
2023-03-30 4:38 UTC (5+ messages)
[PATCH] cxl/hdm: Extend DVSEC range register emulation for region enumeration
2023-03-30 4:21 UTC (5+ messages)
[l1k:doe 21/25] lib/spdm.c:1033:62: sparse: sparse: restricted __le16 degrades to integer
2023-03-30 4:35 UTC
[mchinth:socwatch_linux_6_1 1/2] drivers/platform/x86/socperf/socperfdrv.c:252:18: sparse: sparse: incorrect type in argument 1 (different address spaces)
2023-03-30 4:36 UTC
[PATCH] ext4: Add a uapi header for ext4 userspace APIs
2023-03-30 4:36 UTC
[PATCH v4] venus: Enable sufficient sequence change support for sc7180 and fix for Decoder STOP command issue
2023-03-30 4:34 UTC (7+ messages)
[PATCH v10 0/7] add support for CDX bus
2023-03-30 4:34 UTC (5+ messages)
` [PATCH v10 2/7] iommu: Add iommu probe "
[PATCH] LoongArch: Add kernel address sanitizer support
2023-03-30 4:32 UTC (5+ messages)
[PATCH] net: qrtr: Do not do DEL_SERVER broadcast after DEL_CLIENT
2023-03-30 4:32 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.