All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-10-07 22:32:40 to 2021-10-08 00:03:40 UTC [more...]

[PATCH bpf-next 00/10] libbpf: support custom .rodata.*/.data.* sections
 2021-10-08  0:03 UTC  (7+ messages)
` [PATCH bpf-next 01/10] libbpf: deprecate btf__finalize_data() and move it into libbpf.c
` [PATCH bpf-next 02/10] libbpf: extract ELF processing state into separate struct
` [PATCH bpf-next 03/10] libbpf: use Elf64-specific types explicitly for dealing with ELF
` [PATCH bpf-next 04/10] libbpf: remove assumptions about uniqueness of .rodata/.data/.bss maps
` [PATCH bpf-next 05/10] bpftool: support multiple .rodata/.data internal maps in skeleton
` [PATCH bpf-next 06/10] bpftool: improve skeleton generation for data maps without DATASEC type

[PATCH 1/4] perf vendor events: Syntax corrections in Neoverse N1 json
 2021-10-08  0:03 UTC  (5+ messages)

[Intel-gfx] [PATCH 0/3] Fixup header includes
 2021-10-08  0:00 UTC  (5+ messages)
` [Intel-gfx] [PATCH 1/3] drm/i915/gt: include tsc.h where used
` [Intel-gfx] [PATCH 2/3] drm/i915/gt: add asm/cacheflush.h for use of clflush()
` [Intel-gfx] [PATCH 3/3] drm/i915/display: remove unused intel-mid.h include
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for Fixup header includes

[Nouveau] [PATCH] drm/nouveau/fifo: Reinstate the correct engine bit programming
 2021-10-07 23:59 UTC  (4+ messages)
  `  "

Can the Kernel Concurrency Sanitizer Own Rust Code?
 2021-10-07 23:59 UTC  (10+ messages)

[PATCH 00/21] perf metric: Fixes and allow modifiers
 2021-10-07 23:59 UTC  (2+ messages)

[PATCH v3 00/20] drm: cleanup: Use DRM_MODESET_LOCK_ALL_* helpers
 2021-10-07 23:58 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[Intel-gfx] [PATCH 1/2] drm/i915/pmu: Add a name to the execlists stats
 2021-10-07 23:57 UTC  (8+ messages)
`  "
` [PATCH 2/2] drm/i915/pmu: Connect engine busyness stats from GuC to pmu
  ` [Intel-gfx] "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915/pmu: Add a name to the execlists stats
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.DOCS: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[PATCH] ARM: dts: imx8mm-verdin: Set PHY mode to RGMII-ID
 2021-10-07 23:56 UTC  (3+ messages)

[PATCH v5 1/8] mt76: mt7915: introduce mt7915_mcu_beacon_check_caps()
 2021-10-07 23:50 UTC  (3+ messages)

[PATCH 0/2] hw/arm/virt: Fix qemu booting failure on device-tree
 2021-10-07 23:51 UTC  (7+ messages)
` [PATCH 1/2] numa: Set default distance map if needed

[PATCH 0/3] perf tools: Enable strict JSON parsing
 2021-10-07 23:51 UTC  (3+ messages)

[PATCH] xen/arm: optee: fix possible memory leaks
 2021-10-07 23:53 UTC  (2+ messages)

[PATCH 0/2] arm/arm64: dts: Enable more network hardware
 2021-10-07 23:51 UTC  (10+ messages)
` [PATCH 1/2] arm/arm64: dts: Enable 2.5G Ethernet port on CN9130-CRB
` [PATCH 2/2] arm/arm64: dts: Add MV88E6393X to CN9130-CRB device tree

[PATCH 0/5] Revert series "CMDQ refinement of Mediatek DRM driver"
 2021-10-07 23:53 UTC  (12+ messages)
` [PATCH 1/5] Revert "drm/mediatek: Clear pending flag when cmdq packet is done"
` [PATCH 2/5] Revert "drm/mediatek: Add cmdq_handle in mtk_crtc"
` [PATCH 3/5] Revert "drm/mediatek: Detect CMDQ execution timeout"
` [PATCH 4/5] Revert "drm/mediatek: Remove struct cmdq_client"
` [PATCH 5/5] Revert "drm/mediatek: Use mailbox rx_callback instead of cmdq_task_cb"

[PATCH bpf-next v2 0/3] Add XDP support for bpf_load_hdr_opt
 2021-10-07 23:52 UTC  (5+ messages)

[PATCH] hashtable: add documentation for hash_for_each[_xxx]
 2021-10-07 23:48 UTC 

[PATCH] arm64: dts: qcom: sc7280: Add Herobrine
 2021-10-07 23:46 UTC  (2+ messages)

[PATCH] mt7601u: Remove redundant initialization of variable ret
 2021-10-07 23:41 UTC  (3+ messages)

[PATCH v8 00/15] KVM: arm64: selftests: Introduce arch_timer selftest
 2021-10-07 23:34 UTC  (48+ messages)
` [PATCH v8 01/15] KVM: arm64: selftests: Add MMIO readl/writel support
` [PATCH v8 02/15] tools: arm64: Import sysreg.h
` [PATCH v8 03/15] KVM: arm64: selftests: Use read/write definitions from sysreg.h
` [PATCH v8 04/15] KVM: arm64: selftests: Introduce ARM64_SYS_KVM_REG
` [PATCH v8 05/15] KVM: arm64: selftests: Add support for cpu_relax
` [PATCH v8 06/15] KVM: arm64: selftests: Add basic support for arch_timers
` [PATCH v8 07/15] KVM: arm64: selftests: Add basic support to generate delays
` [PATCH v8 08/15] KVM: arm64: selftests: Add support to disable and enable local IRQs
` [PATCH v8 09/15] KVM: arm64: selftests: Maintain consistency for vcpuid type
` [PATCH v8 10/15] KVM: arm64: selftests: Add guest support to get the vcpuid
` [PATCH v8 11/15] KVM: arm64: selftests: Add light-weight spinlock support
` [PATCH v8 12/15] KVM: arm64: selftests: Add basic GICv3 support
` [PATCH v8 13/15] KVM: arm64: selftests: Add host support for vGIC
` [PATCH v8 14/15] KVM: arm64: selftests: Add arch_timer test
` [PATCH v8 15/15] KVM: arm64: selftests: arch_timer: Support vCPU migration

Performance regression with async inode inactivation
 2021-10-07 23:44 UTC  (8+ messages)

[PATCH] p3400: stop using tac(1)
 2021-10-07 23:44 UTC  (6+ messages)

[PATCH 2/2] PCI: hv: Support for Hyper-V vPCI for ARM64
 2021-10-07 23:41 UTC  (3+ messages)
  ` [EXTERNAL] "

[PATCH] hashtable: remove a redundant check in hash_for_each_xxx()
 2021-10-07 23:40 UTC  (5+ messages)

[PATCH] xen/arm: optee: Allocate anonymous domheap pages
 2021-10-07 23:40 UTC  (9+ messages)
    ` [PING] "

[x86] Kernel v5.14 series panic on Celeron Mendocino CPU
 2021-10-07 23:40 UTC  (3+ messages)
` [tip: x86/urgent] x86/fpu: Restore the masking out of reserved MXCSR bits

[dpdk-dev] [RFC 0/5] Use correct memory ordering in eal functions
 2021-10-07 23:40 UTC  (5+ messages)
` [dpdk-dev] [PATCH v2 0/6] "
  ` [dpdk-dev] [PATCH v2 6/6] test/ring: use relaxed barriers for ring stress test

[PATCH 0/2] remote: replace static variables with struct remote_state
 2021-10-07 23:39 UTC  (5+ messages)
` [PATCH 1/2] remote: move static variables into struct
` [PATCH 2/2] remote: add remote_state to struct repository

[PATCH] vfs: Check fd has read access in kernel_read_file_from_fd()
 2021-10-07 23:39 UTC  (2+ messages)

[Intel-wired-lan] [PATCH net v1] iavf: Fix handling of vlan strip virtual channel messages
 2021-10-07 23:38 UTC  (2+ messages)

Outreachy Patch Restrictions
 2021-10-07 23:46 UTC 

[PATCH] osdep/linux: Fix md array device enumeration
 2021-10-07 23:36 UTC  (5+ messages)

[PATCH v2] mm: Optimise put_pages_list()
 2021-10-07 23:35 UTC  (4+ messages)

Should we sunset Windows 7 support?
 2021-10-07 23:35 UTC  (8+ messages)

performance: multiple clients on one interface?
 2021-10-05  8:39 UTC 

macOS on-demand leaking during 'connecting' stage
 2021-10-05  4:14 UTC 

[Ocfs2-devel] [PATCH] ocfs2/dlm: Remove redundant assignment of variable ret
 2021-10-07 23:34 UTC  (2+ messages)
`  "

[PATCH] cdrom: docs: reformat table in Documentation/userspace-api/ioctl/cdrom.rst
 2021-10-07 23:34 UTC  (2+ messages)

[PATCH 0/1] Convert nfs_readpages() to nfs_readahead()
 2021-10-07 23:32 UTC  (2+ messages)
` [PATCH 1/1] NFS: Convert from readpages() to readahead()

[PATCH v2] osdep/linux: Fix md array device enumeration
 2021-10-07 23:33 UTC 

[PATCH] xen/arm: optee: Fix arm_smccc_smc's a0 for OPTEE_SMC_DISABLE_SHM_CACHE
 2021-10-07 23:32 UTC  (6+ messages)

Machine overrides for x86 and x86-64
 2021-10-07 23:28 UTC  (2+ messages)
` [yocto] "

[linux-next:master 5414/6649] lib/zstd/common/debug.h: zstd_deps.h is included more than once
 2021-10-07 23:27 UTC  (4+ messages)
` [RFC PATCH linux-next] lib: zstd: fix duplicated inclusion

[PATCH bpf-next] libbpf: Add API documentation convention guidelines
 2021-10-07 23:27 UTC  (4+ messages)

[PATCH] btrfs: Remove redundant assignment of variable ret
 2021-10-07 23:27 UTC 

[PATCH] KVM: x86: Account for 32-bit kernels when handling address in TSC attrs
 2021-10-07 23:16 UTC 

[PATCH 0/6 v2] congestion_wait() and GFP_NOFAIL
 2021-10-07 23:15 UTC  (8+ messages)
` [PATCH 2/6] MM: improve documentation for __GFP_NOFAIL

[PATCH] mm: Fix NULL page->mapping dereference in page_is_secretmem()
 2021-10-07 23:15 UTC 

[Intel-gfx] [PATCH v3 0/5] drm/dp, drm/i915: Finish basic PWM support for VESA backlight helpers
 2021-10-07 23:13 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/dp, drm/i915: Finish basic PWM support for VESA backlight helpers (rev7)

+ vfs-check-fd-has-read-access-in-kernel_read_file_from_fd.patch added to -mm tree
 2021-10-07 23:13 UTC 

Enable "PMU" counters for Khadas VIM3 in the Google AOSP kernel
 2021-10-07 23:11 UTC  (3+ messages)

[PATCH] user_events: Enable user processes to create and write to trace events
 2021-10-07 23:12 UTC  (6+ messages)

[PATCH v2 bpf-next] selftests/bpf: remove SEC("version") from test progs
 2021-10-07 23:12 UTC 

[xen-unstable-smoke test] 165420: tolerable all pass - PUSHED
 2021-10-07 23:09 UTC 

[PATCH net-next 00/12][pull request] 100GbE Intel Wired LAN Driver Updates 2021-10-07
 2021-10-07 23:06 UTC  (13+ messages)
` [PATCH net-next 01/12] ice: support basic E-Switch mode control
` [PATCH net-next 02/12] ice: Move devlink port to PF/VF struct
` [PATCH net-next 03/12] ice: introduce VF port representor
` [PATCH net-next 04/12] ice: allow process VF opcodes in different ways
` [PATCH net-next 05/12] ice: manage VSI antispoof and destination override
` [PATCH net-next 06/12] ice: allow changing lan_en and lb_en on dflt rules
` [PATCH net-next 07/12] ice: set and release switchdev environment
` [PATCH net-next 08/12] ice: introduce new type of VSI for switchdev
` [PATCH net-next 09/12] ice: enable/disable switchdev when managing VFs
` [PATCH net-next 10/12] ice: rebuild switchdev when resetting all VFs
` [PATCH net-next 11/12] ice: switchdev slow path
` [PATCH net-next 12/12] ice: add port representor ethtool ops and stats

[PATCH v3] drivers/cdrom: improved ioctl for media change detection
 2021-10-07 23:04 UTC  (4+ messages)

[PATCH 0/3] xfs: fix perag iteration raciness
 2021-10-07 23:02 UTC  (3+ messages)
` [PATCH 3/3] xfs: terminate perag iteration reliably on end agno

[PATCH 1/4] PCI: pciehp: Ignore Link Down/Up caused by error-induced Hot Reset
 2021-10-07 23:00 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/pmu: Connect engine busyness stats from GuC to pmu
 2021-10-07 23:00 UTC  (4+ messages)
    `  "

[RFC v2] mt76: mt7615: mt7622: fix ibss and meshpoint
 2021-10-07 22:57 UTC  (3+ messages)

✅ PASS: Test report for kernel 5.14.10 (stable-queue, 3fe0552a)
 2021-10-07 22:59 UTC 

[RFC v1] mt76: mt7615: mt7622: fix adhoc and ibss mode
 2021-10-07 22:54 UTC  (7+ messages)

[PATCH for-next v5 0/6] Replace AV by AH in UD sends
 2021-10-07 22:53 UTC  (7+ messages)

[PATCH v2] scsi: core: Fix shost->cmd_per_lun calculation in scsi_add_host_with_dma()
 2021-10-07 22:52 UTC  (3+ messages)

[PATCH] cxl/acpi: Do not fail cxl_acpi_probe() based on a missing CHBS
 2021-10-07 22:51 UTC  (2+ messages)

[PATCH v2 1/3] arm64: dts: sc7180: Factor out ti-sn65dsi86 support
 2021-10-07 22:46 UTC  (4+ messages)

[PATCH 0/7] leak tests: fix "test-tool" & other small leaks
 2021-10-07 22:46 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 5/7] ls-files: fix a trivial dir_clear() leak

[PATCH net] net: mana: Fix error handling in mana_create_rxq()
 2021-10-07 22:45 UTC 

stable-rc/queue/5.14 baseline: 126 runs, 2 regressions (v5.14.10-44-g08b40de697db)
 2021-10-07 22:40 UTC 

linux-next: manual merge of the asm-generic tree with Linus' tree
 2021-10-07 22:38 UTC 

[PATCH 00/10] leak tests: mark more tests as passing
 2021-10-07 22:38 UTC  (7+ messages)
` [PATCH 01/10] leak tests: run various built-in tests in t00*.sh SANITIZE=leak
` [PATCH 03/10] leak tests: mark t0000-init.sh as passing with SANITIZE=leak

[PATCH] drm/msm/dp: Shorten SETUP timeout
 2021-10-07 22:34 UTC  (11+ messages)

[PATCH v2 0/7] Various NFS fscache cleanups
 2021-10-07 22:30 UTC  (2+ messages)
` [PATCH v2 6/7] NFS: Remove remaining dfprintks related to fscache cookies

[RFC PATCH 0/3] Type C partner power supply and PDO support
 2021-10-07 22:32 UTC  (11+ messages)
` [RFC PATCH 2/3] power: supply: Add support for PDOs props


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.