All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-09-20 01:04:19 to 2022-09-20 02:13:43 UTC [more...]

[PATCH v2 0/4] KVM: arm64: Fix bugs of single-step execution enabled by userspace
 2022-09-20  2:13 UTC  (5+ messages)
` [PATCH v2 4/4] KVM: arm64: selftests: Add a test case for KVM_GUESTDBG_SINGLESTEP

[PATCH v2 2/3] Added Xilinx XDMA IP core driver
 2022-09-20  2:12 UTC  (2+ messages)

[oe] [meta-oe] [PATCH] libjcat: upgrade 0.1.11 -> 0.1.12
 2022-09-20  2:12 UTC 

[oe] [meta-oe] [PATCH] libblockdev: upgrade 2.27 -> 2.28
 2022-09-20  2:11 UTC 

[PATCH 00/23] powerpc: Syscall wrapper and register clearing
 2022-09-20  2:10 UTC  (19+ messages)
` [PATCH 09/23] asm-generic: compat: Support BE for long long args in 32-bit ABIs
` [PATCH 15/23] powerpc: Adopt SYSCALL_DEFINE for arch-specific syscall handlers
` [PATCH 16/23] powerpc: Include all arch-specific syscall prototypes
` [PATCH 17/23] powerpc: Enable compile-time check for syscall handlers
` [PATCH 18/23] powerpc: Use common syscall handler type
` [PATCH 19/23] powerpc: Provide syscall wrapper
` [PATCH 20/23] powerpc/64s: Clear/restore caller gprs in syscall interrupt/return
` [PATCH 21/23] powerpc/64: Add INTERRUPT_SANITIZE_REGISTERS Kconfig

[oe] [meta-gnome] [PATCH] libadwaita: upgrade 1.1.5 -> 1.2.0
 2022-09-20  2:11 UTC 

[oe] [meta-oe] [PATCH] iwd: upgrade 1.29 -> 1.30
 2022-09-20  2:10 UTC 

[PATCH mptcp] net: mptcp: add statistics for mptcp socket in use
 2022-09-20  2:10 UTC  (3+ messages)

[oe] [meta-oe] [PATCH] ctags: upgrade 5.9.20220904.0 -> 5.9.20220911.0
 2022-09-20  2:09 UTC 

[PATCH] unicode: update the width tables to Unicode 15
 2022-09-20  2:04 UTC 

[oe] [meta-oe] [PATCH] bats: upgrade 1.7.0 -> 1.8.0
 2022-09-20  2:09 UTC 

[PATCH] midx.c: use `pack-objects --stdin-packs` when repacking
 2022-09-20  2:08 UTC 

[PATCH] drm/amdgpu: Fixed ras warning when uninstalling amdgpu
 2022-09-20  2:07 UTC 

[PATCH] IB/qib: update the comments of qib_free_irq
 2022-09-20  2:07 UTC 

[PATCH 0/4] Remove orphan declarations for x86
 2022-09-20  2:07 UTC  (5+ messages)
` [PATCH 1/4] x86/asm: remove orphan nx_enabled declaration
` [PATCH 2/4] x86/platform/intel-mid: remove orphan declarations from intel-mid.h
` [PATCH 3/4] x86: remove orphan ia32_setup_arg_pages() declaration
` [PATCH 4/4] x86/extable: remove orphan fixup_bug() declaration

[PATCH] Documentation: devicetree: dma: update the comments
 2022-09-20  2:07 UTC 

[PATCH] bcache: doc: update the section of freelist_percent
 2022-09-20  2:07 UTC 

[PATCH] virtio-net: set the max of queue size to 4096
 2022-09-20  2:03 UTC  (3+ messages)

[PATCH] ipmi: kcs: aspeed: Update port address comments
 2022-09-20  2:03 UTC  (2+ messages)

[PATCH] watchdog: Check dev_set_name() return value
 2022-09-20  2:03 UTC 

[PATCH 0/4] Conditionally read fields in dev cfg space
 2022-09-20  2:02 UTC  (4+ messages)
` [PATCH 1/4] vDPA: allow userspace to query features of a vDPA device

[PATCH v8 0/3] gpio: rockchip: support acpi
 2022-09-20  2:01 UTC  (8+ messages)
` [PATCH v8 1/3] ACPI: utils: Add acpi_dev_uid_to_integer() helper to get _UID as integer
` [PATCH v8 2/3] gpio: rockchip: support acpi
` [PATCH v8 3/3] gpiolib: make gpiochip_find_by_name to be common function

[PATCH 5.10 00/24] 5.10.144-rc1 review
 2022-09-20  2:01 UTC  (2+ messages)

[PATCH] media: ov8856: Add runtime PM callbacks
 2022-09-20  2:00 UTC 

[PATCH v1 1/2] mm/damon/sysfs: remove unnecessary variables
 2022-09-20  1:54 UTC  (2+ messages)

[virtio-dev] [PATCH v8] virtio_net: support for split transport header
 2022-09-20  1:59 UTC  (2+ messages)

[PATCH] media: dib0700: remove orphan dvb_usb_dib0700_ir_proto declaration
 2022-09-20  1:59 UTC 

[Intel-gfx] [PATCH v1] drivers/gpu/drm/i915/gt: Check the return value of i915_active_acquire()
 2022-09-20  1:59 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[PATCH v1 2/2] mm/damon/sysfs: use kzmalloc instead kmalloc to simplify codes
 2022-09-20  1:58 UTC  (2+ messages)

[PATCH] nvme: don't wait freeze during resetting
 2022-09-20  1:57 UTC 

[PATCH V2 0/8] x86/topology: Improve CPUID.1F handling
 2022-09-20  1:57 UTC  (2+ messages)

[PATCH 0/7] midx: ignore cruft pack with `repack`, `expire`
 2022-09-20  1:55 UTC  (8+ messages)
` [PATCH 1/7] Documentation/git-multi-pack-index.txt: fix typo
` [PATCH 2/7] Documentation/git-multi-pack-index.txt: clarify expire behavior
` [PATCH 3/7] midx.c: prevent `expire` from removing the cruft pack
` [PATCH 4/7] midx.c: avoid cruft packs with `repack --batch-size=0`
` [PATCH 5/7] midx.c: replace `xcalloc()` with `CALLOC_ARRAY()`
` [PATCH 6/7] midx.c: remove unnecessary loop condition
` [PATCH 7/7] midx.c: avoid cruft packs with non-zero `repack --batch-size`

[PATCH] usr: Remove unnecessary -1 values from int file
 2022-09-20  1:55 UTC  (2+ messages)

[PATCH 0/2] Remove orphan declarations for drbd
 2022-09-20  1:52 UTC  (6+ messages)
` [Drbd-dev] "
` [PATCH 1/2] drbd: remove orphan _req_may_be_done() declaration
  ` [Drbd-dev] "
` [PATCH 2/2] block/drbd: remove useless comments in receive_DataReply()
  ` [Drbd-dev] "

[PATCH v4] mm/hugetlb: add available_huge_pages() func
 2022-09-20  1:51 UTC 

[PATCH 0/3] virtio-blk: support zoned block devices
 2022-09-20  1:51 UTC  (6+ messages)
` [PATCH 3/3] virtio-blk: add support for "
        ` [virtio-dev] "

[PATCH 0/6] Out-of-line static calls for powerpc64 ELF V2
 2022-09-20  1:49 UTC  (4+ messages)
` [PATCH 1/6] powerpc/code-patching: Implement generic text patching function

[PATCH v2 0/8] fuse tmpfile
 2022-09-20  1:50 UTC  (7+ messages)
` [PATCH v2 4/8] ovl: use tmpfile_open() helper
` [PATCH v2 6/8] vfs: move open right after ->tmpfile()
` [PATCH v2 7/8] vfs: open inside ->tmpfile()

[PATCH] octeon_ep: Remove useless casting value returned by vzalloc to structure
 2022-09-20  1:50 UTC  (2+ messages)

[PATCH v3] net: ethernet: altera: TSE: fix error return code in altera_tse_probe()
 2022-09-20  2:00 UTC 

[PATCH V3 0/7] ublk_drv: add USER_RECOVERY support
 2022-09-20  1:49 UTC  (11+ messages)
` [PATCH V3 4/7] ublk_drv: requeue rqs with recovery feature enabled
` [PATCH V3 5/7] ublk_drv: consider recovery feature in aborting mechanism

[PATCH] padata: fix lockdep warning in padata serialization
 2022-09-20  1:48 UTC  (2+ messages)
  ` [PATCH v2] padata: fix lockdep warning

[PATCH net-next 0/4] Support 256 bit TLS keys with device offload
 2022-09-20  1:47 UTC  (5+ messages)
` [PATCH net-next 1/4] net/tls: Describe ciphers sizes by const structs
` [PATCH net-next 4/4] net/mlx5e: Support 256 bit keys with kTLS device offload

[PATCH] padata: fix lockdep warning in padata serialization
 2022-09-20  1:47 UTC  (2+ messages)

[PATCH] arm64: mm: handle ARM64_KERNEL_USES_PMD_MAPS in vmemmap_populate()
 2022-09-20  1:49 UTC  (2+ messages)

[PATCH 0/3] vdpa: device feature provisioning
 2022-09-20  1:46 UTC  (5+ messages)
` [PATCH 3/3] vp_vdpa: support "

[PATCH V3] mm/hugetlb: add available_huge_pages() func
 2022-09-20  1:46 UTC  (3+ messages)

[RFC PATCH] mm: check global free_list if there is ongoing reclaiming when pcp fail
 2022-09-20  1:45 UTC  (3+ messages)

[PATCH V5 00/11] riscv: Add GENERIC_ENTRY support and related features
 2022-09-20  1:45 UTC  (5+ messages)
` [PATCH V5 06/11] entry: Prevent DEBUG_PREEMPT warning

[PATCH 00/12] efi: disentangle the generic EFI stub from FDT
 2022-09-20  1:44 UTC  (23+ messages)
` [PATCH 11/12] efi/loongarch: libstub: remove dependency on flattened DT

[PATCH V2] perf/x86/rapl: fix deadlock in rapl_pmu_event_stop
 2022-09-20  1:44 UTC 

[PATCH] tun: support not enabling carrier in TUNSETIFF
 2022-09-20  1:44 UTC  (4+ messages)

[PATCH v4 0/4] lib: optimize find_bit() functions
 2022-09-20  1:41 UTC  (4+ messages)
` [PATCH v4 3/4] lib/find_bit: optimize find_next_bit() functions

[PATCH -next v2] MIPS: SGI-IP30: Fix platform-device leak in bridge_platform_create()
 2022-09-20  1:40 UTC 

Updated patch for the corruption with cache=none and mmap
 2022-09-20  1:43 UTC  (3+ messages)
` [PATCH] cifs: destage dirty pages before re-reading them for cache=none

Why GICD_ITARGETSR is not used by Linux
 2022-09-20  1:42 UTC 

Beyond recursive merge
 2022-09-20  1:42 UTC  (2+ messages)

[PATCH] mm/damon: deduplicate damon_{reclaim,lru_sort}_apply_parameters()
 2022-09-20  1:43 UTC  (3+ messages)

[PATCH net-next 0/5] Add QoS offload support for sparx5
 2022-09-20  1:41 UTC  (4+ messages)
` [PATCH net-next 2/5] net: microchip: sparx5: add support for offloading mqprio qdisc

[linux-next:master 7735/7934] mm/hugetlb.c:5565:7: warning: variable 'reserve_alloc' set but not used
 2022-09-20  1:42 UTC 

[PATCH v2] net: ethernet: altera: TSE: fix error return code in altera_tse_probe()
 2022-09-20  1:40 UTC  (3+ messages)

[PATCH v2] f2fs: introduce F2FS_IOC_START_ATOMIC_REPLACE
 2022-09-20  1:40 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH] net: ethernet: litex: Fix return type of liteeth_start_xmit
 2022-09-20  1:40 UTC  (3+ messages)

[PATCH] net: korina: Fix return type of korina_send_packet
 2022-09-20  1:40 UTC  (3+ messages)

[PATCH] net: wwan: t7xx: Fix return type of t7xx_ccmni_start_xmit
 2022-09-20  1:40 UTC  (3+ messages)

[kvalo-ath:master-pending] BUILD SUCCESS 35418cd7700ce84694595220342c8e7c28e39d79
 2022-09-20  1:39 UTC 

[PATCH] net: davicom: Fix return type of dm9000_start_xmit
 2022-09-20  1:40 UTC  (3+ messages)

[kvalo-ath:pending] BUILD SUCCESS bd11ae8f66702626f893dc1dffc8d77c5682634f
 2022-09-20  1:39 UTC 

[PATCH] openvswitch: Change the return type for vport_ops.send function hook to int
 2022-09-20  1:40 UTC  (3+ messages)

[PATCH] net: wwan: iosm: Fix return type of ipc_wwan_link_transmit
 2022-09-20  1:40 UTC  (3+ messages)

[PATCH] net: ax88796c: Fix return type of ax88796c_start_xmit
 2022-09-20  1:40 UTC  (3+ messages)

[PATCH] net: ethernet: ti: davinci_emac: Fix return type of emac_dev_xmit
 2022-09-20  1:40 UTC  (3+ messages)

[PATCH net] gve: Fix GFP flags when allocing pages
 2022-09-20  1:40 UTC  (2+ messages)

[PATCH] f2fs: introduce F2FS_IOC_START_ATOMIC_REPLACE
 2022-09-20  1:40 UTC  (2+ messages)
` [f2fs-dev] "

[kvalo-ath:master] BUILD SUCCESS 1b5012a12e3d82aa94dc8f5609fe2f94f422f768
 2022-09-20  1:39 UTC 

[kvalo-ath:ath-next] BUILD SUCCESS 69ccee619a38f223308d5da43f0926ac9ca10182
 2022-09-20  1:39 UTC 

[kvalo-ath:ath-qca] BUILD SUCCESS af7df9fd0038374f6f318a047d89429cdddf4122
 2022-09-20  1:39 UTC 

[tip:irq/core] BUILD SUCCESS 94ec234a16cf3acdb319f05917b1efec9642222e
 2022-09-20  1:39 UTC 

[PATCH] qnx4: remove orphan qnx4_is_free() declaration
 2022-09-20  1:39 UTC 

[PATCH v7 00/11] Add Xue - console over USB 3 Debug Capability
 2022-09-20  1:38 UTC  (3+ messages)

+ mm-page_alloc-remove-obsolete-gfpflags_normal_context-fix.patch added to mm-unstable branch
 2022-09-20  1:37 UTC  (2+ messages)

[PATCH v2] md: Fix spelling mistake in comments of r5l_log
 2022-09-20  1:36 UTC 

[PATCH] net: dsa: mt7530: add support for in-band link status
 2022-09-20  1:36 UTC  (3+ messages)
` [PATCH v2] "

linux-next: Fixes tag needs some work in the mips tree
 2022-09-20  1:35 UTC  (2+ messages)

[RFC PATCH] xfs: drop experimental warning for fsdax
 2022-09-20  1:32 UTC  (5+ messages)

pull-request: wireless-2022-09-19
 2022-09-20  1:30 UTC  (2+ messages)

[PATCH] bnxt_en: fix flags to check for supported fw version
 2022-09-20  1:30 UTC  (2+ messages)

[PATCH v5 0/6] iommu/mediatek: Improve safety from invalid dts input
 2022-09-20  1:28 UTC  (5+ messages)
` [PATCH v5 3/6] iommu/mediatek: Add error path for loop of mm_dts_parse

[PATCH] dm: Fix spelling mistake in comments
 2022-09-20  1:28 UTC  (3+ messages)

[PATCH] net: mana: Fix return type of mana_start_xmit
 2022-09-20  1:28 UTC  (2+ messages)

[PATCH V3] f2fs: fix some error handling case in gc
 2022-09-20  1:27 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH] mm/secretmem: remove reduntant return value
 2022-09-20  1:22 UTC 

[PATCH] pinctrl: rockchip: find gpiochip by name from gpio module
 2022-09-20  1:23 UTC  (3+ messages)
  `  "

[Intel-gfx] [PATCH 00/19] Add DG2 OA support
 2022-09-20  1:24 UTC  (9+ messages)
` [Intel-gfx] [PATCH 16/19] drm/i915/perf: Apply Wa_18013179988

CM-ITC, pch_can/c_can_pci, sendto() returning ENOBUFS
 2022-09-20  1:23 UTC  (12+ messages)

[PATCH] asm-generic: Remove unnecessary ‘0’ values from guest_id
 2022-09-20  1:21 UTC  (2+ messages)

[PATCH net 0/3] wireguard patches for 6.0-rc6
 2022-09-20  1:20 UTC  (2+ messages)

[PATCH net] sfc: fix TX channel offset when using legacy interrupts
 2022-09-20  1:20 UTC  (2+ messages)

[PATCH net] sfc: fix null pointer dereference in efx_hard_start_xmit
 2022-09-20  1:20 UTC  (2+ messages)

[PATCH 1/4] batman-adv: Start new development cycle
 2022-09-20  1:20 UTC  (2+ messages)

[PATCH 1/1] batman-adv: Fix hang up with small MTU hard-interface
 2022-09-20  1:20 UTC  (2+ messages)

[PATCH 0/2] NFS: limit use of ACCESS cache for negative responses
 2022-09-20  1:18 UTC  (18+ messages)

[PATCH RESEND] gpiolib: make gpiochip_find_by_name to be common function
 2022-09-20  1:17 UTC 

[PATCH 4/4] drm/amdgpu: Implement OS triggered MCBP(v4)
 2022-09-20  1:16 UTC  (2+ messages)

[PATCH v3 0/7] KVM: x86: never write to memory from kvm_vcpu_check_block
 2022-09-20  1:15 UTC  (4+ messages)

[PATCH bpf-next] selftests/bpf: Add test result messages for test_task_storage_map_stress_lookup
 2022-09-20  1:12 UTC  (3+ messages)

[f2fs-dev] [PATCH 2/2] f2fs: introduce F2FS_IOC_START_ATOMIC_REPLACE
 2022-09-20  1:11 UTC  (3+ messages)
  `  "

[PATCH 0/9] wifi: rtw89: coex: complete BT-coexistence feature for 8852C
 2022-09-20  1:09 UTC  (10+ messages)
` [PATCH 1/9] wifi: rtw89: coex: add v1 cycle report to parsing Bluetooth A2DP status
` [PATCH 2/9] wifi: rtw89: coex: translate slot ID to readable name
` [PATCH 3/9] wifi: rtw89: coex: add v1 summary info to parse the traffic status from firmware
` [PATCH 4/9] wifi: rtw89: coex: add v1 Wi-Fi firmware steps report
` [PATCH 5/9] wifi: rtw89: coex: add WL_S0 hardware TX/RX mask to allow WL_S0 TX/RX during GNT_BT
` [PATCH 6/9] wifi: rtw89: coex: modify LNA2 setting to avoid BT destroyed Wi-Fi aggregation
` [PATCH 7/9] wifi: rtw89: coex: summarize Wi-Fi to BT scoreboard and inform BT one time a cycle
` [PATCH 8/9] wifi: rtw89: coex: add logic to control BT scan priority
` [PATCH 9/9] wifi: rtw89: coex: update coexistence to 6.3.0

[PATCH] Revert "firmware: arm_scmi: Add clock management to the SCMI power domain"
 2022-09-20  1:10 UTC  (3+ messages)

[PATCH net-next 0/3] Remove label = "cpu" from DSA dt-bindings
 2022-09-20  1:10 UTC  (3+ messages)

[PATCH net-next] net: phy: micrel: Cable Diag feature for lan8814 phy
 2022-09-20  1:10 UTC  (2+ messages)

[PATCH net-next 0/2] Standardized ethtool counters for NXP ENETC
 2022-09-20  1:10 UTC  (2+ messages)

[PATCH net-next 0/5] mlxsw: Adjust QOS tests for Spectrum-4 testing
 2022-09-20  1:10 UTC  (2+ messages)

[Intel-gfx] [PATCH 00/12] Explicit MCR handling and MTL steering
 2022-09-20  1:10 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH] rxrpc: remove rxrpc_max_call_lifetime declaration
 2022-09-20  1:10 UTC  (2+ messages)

[PATCH 0/2] dt-bindings: net: renesas,etheravb: R-Car Gen4 updates
 2022-09-20  1:10 UTC  (2+ messages)

[PATCH -next] net: rds: add missing __init/__exit annotations to module init/exit funcs
 2022-09-20  1:10 UTC  (2+ messages)

[PATCH net-next 0/2] Add FEC support on s32v234 platform
 2022-09-20  1:10 UTC  (2+ messages)

[PATCH] net: ravb: Add R-Car Gen4 support
 2022-09-20  1:10 UTC  (2+ messages)

[PATCH -next v2 1/2] net/mlx5e: add missing error code in error path
 2022-09-20  1:10 UTC  (2+ messages)

pull request: bluetooth 2022-09-09
 2022-09-20  1:10 UTC  (4+ messages)

[PATCH] gpiolib: make gpiochip_find_by_name to be common function
 2022-09-20  1:09 UTC 

[LTP] [PATCH v4 1/3] syscalls/creat09: Add umask test condition
 2022-09-20  1:08 UTC  (4+ messages)

[tip:sched/rt] BUILD SUCCESS 44b0c2957adc62b86fcd51adeaf8e993171bc319
 2022-09-20  1:07 UTC 

[PATCH -next 0/2] Fix two potential memory leak
 2022-09-20  1:07 UTC  (4+ messages)
` [PATCH -next 1/2] ext4: fix potential memory leak in ext4_fc_record_regions()

[Bug 216497] New: USB connections through thunderbolt dock broken
 2022-09-20  1:04 UTC  (2+ messages)
` [Bug 216497] "

[PATCH V2 1/7] drm/amd/pm: add support for 3794 pptable for SMU13.0.0
 2022-09-20  1:04 UTC  (3+ messages)
` [PATCH V2 2/7] drm/amd/pm: drop the pptable related workarounds for SMU 13.0.0


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.