All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-06-21 11:15:08 to 2021-06-21 12:12:24 UTC [more...]

[LTP] [PATCH 0/3] Fix and convert sendfile{02, 06} to the new API
 2021-06-21 12:12 UTC  (5+ messages)
` [LTP] [PATCH 2/3] syscalls/sendfile: Convert sendfile06 "

[PULL 0/7] Documentation, qtest and misc patches
 2021-06-21 12:01 UTC  (7+ messages)
` [PULL 1/7] docs/interop/live-block-operations: Do not hard-code the QEMU binary name
` [PULL 2/7] docs/tools/virtiofsd.rst: "
` [PULL 3/7] docs/tools/virtiofsd: Fix bad rst syntax
` [PULL 4/7] Update documentation to refer to new location for issues
` [PULL 5/7] Remove leading underscores from QEMU defines
` [PULL 6/7] fuzz: Display hexadecimal value with '0x' prefix

[PATCH] drm: mxsfb: Disable overlay plane support for i.MX8MM/i.MX8MN
 2021-06-21 12:10 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t 0/2] Two fixes for spinner
 2021-06-21 12:10 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[dpdk-dev] [PATCH] parray: introduce internal API for dynamic arrays
 2021-06-21 12:10 UTC  (12+ messages)

[PATCH V4 00/12] hwlat improvements and osnoise/timerlat tracers
 2021-06-21 12:09 UTC  (13+ messages)
` [PATCH V4 05/12] trace/hwlat: Support hotplug operations
` [PATCH V4 06/12] trace: Add a generic function to read/write u64 values from tracefs
` [PATCH V4 10/12] trace: Add osnoise tracer

[PATCH 0/5] some smatch fixes
 2021-06-21 12:09 UTC  (7+ messages)
` [PATCH 1/5] media: dib8000: rewrite the init prbs logic
` [PATCH 2/5] media: uvc: don't do DMA on stack
` [PATCH 3/5] media: v4l2-flash-led-class: drop an useless check
` [PATCH 4/5] media: ivtv: prevent going past the hw arrays
` [PATCH 5/5] media: sti: don't copy past the size

[PATCH v3 00/27] userfaultfd-wp: Support shmem and hugetlbfs
 2021-06-21 12:09 UTC  (3+ messages)
` [PATCH v3 08/27] mm: Introduce zap_details.zap_flags

[PATCH] drm: mxsfb: Increase number of outstanding requests on V4 and newer HW
 2021-06-21 12:08 UTC  (2+ messages)

[Intel-gfx] [PATCH 1/3] drm/i915/gt: Do not allow setting ring size for legacy ring submission
 2021-06-21 12:08 UTC  (4+ messages)
` [Intel-gfx] [PATCH 2/3] drm/i915: Use intel_context->pin_mutex only for context allocation
` [Intel-gfx] [PATCH 3/3] drm/i915: Remove intel_context->ops->(pre_pin/post_unpin)

[PATCH V3 1/7] drm/amdgpu: correct tcp harvest setting
 2021-06-21 12:07 UTC  (2+ messages)

[GSoC] Git Blog 5
 2021-06-21 12:07 UTC  (2+ messages)

[PATCH 1/6] firmware: xilinx: add register notifier in zynqmp firmware
 2021-06-21 12:00 UTC  (12+ messages)
  ` [PATCH 3/6] firmware: xilinx: export the feature check of "
  ` [PATCH 5/6] firmware: xilinx: instantiate xilinx event manager driver
  ` [PATCH 4/6] drivers: soc: xilinx: add xilinx event management driver
  ` [PATCH 6/6] driver: soc: xilinx: register for power events in zynqmp power driver

make[2]: *** No rule to make target '/tmp/kernel/x86_64-randconfig-a012-20210621/clang-13/970a74bfa214d0d2e888d70974dd570293811429/lib/modules/5.13.0-rc6+/kernel/crypto/cmac.ko', needed by '__modinst'
 2021-06-21 12:06 UTC  (2+ messages)

[PATCH v1] regulator: core: Add stubs for driver API
 2021-06-21 12:04 UTC  (3+ messages)

[patch V3 00/66] x86/fpu: Spring cleaning and PKRU sanitizing
 2021-06-21 12:05 UTC  (3+ messages)
` [patch V3 16/66] x86/fpu: Clean up fpregs_set()

[PATCH for-next] RDMA/cma: Remove unnecessary INIT->INIT transition
 2021-06-21 12:05 UTC  (4+ messages)

[PATCH v3 0/2] target/s390x: Fix SIGILL psw.addr reporting
 2021-06-21 12:00 UTC  (6+ messages)
` [PATCH v3 2/2] tests/tcg/s390x: Test SIGILL and SIGSEGV handling

Recent tpm_tis IRQ handling changes are causing kernel backtraces
 2021-06-21 12:04 UTC  (12+ messages)

[RFC][PATCH 00/18] objtool/x86: noinstr vs PARAVIRT
 2021-06-21 11:12 UTC  (19+ messages)
` [PATCH 01/18] x86/entry: Fix noinstr fail in __do_fast_syscall_32()
` [PATCH 02/18] x86/xen: Fix noinstr fail in xen_pv_evtchn_do_upcall()
` [PATCH 03/18] x86/xen: Fix noinstr fail in exc_xen_unknown_trap()
` [PATCH 04/18] x86: Always inline task_size_max()
` [PATCH 05/18] locking/lockdep: Improve noinstr vs errors
` [RFC][PATCH 06/18] x86/paravirt: Mark arch_local_irq_*() __always_inline
` [RFC][PATCH 07/18] x86/paravirt: Use PVOP_* for paravirt calls
` [RFC][PATCH 08/18] x86/xen: Make read_cr2() noinstr
` [RFC][PATCH 09/18] x86/xen: Make write_cr2() noinstr
` [RFC][PATCH 10/18] x86/xen: Make get_debugreg() noinstr
` [RFC][PATCH 11/18] x86/xen: Make set_debugreg() noinstr
` [RFC][PATCH 12/18] x86/xen: Make save_fl() noinstr
` [RFC][PATCH 13/18] x86/xen: Make hypercall_page noinstr
` [RFC][PATCH 14/18] x86/xen: Make irq_enable() noinstr
` [RFC][PATCH 15/18] x86/xen: Make irq_disable() noinstr
` [RFC][PATCH 16/18] x86/xen: Mark xen_force_evtchn_callback() noinstr
` [RFC][PATCH 17/18] x86/xen: Rework the xen_{cpu,irq,mmu}_ops[] arrays
` [RFC][PATCH 18/18] objtool: Support pv_opsindirect calls for noinstr

[PATCH v2 0/2] Fix RT/DL utilization during policy change
 2021-06-21 12:03 UTC  (3+ messages)
` [PATCH v2 1/2] sched/rt: Fix RT utilization tracking "

[PATCH v5 0/3] Implement SPM/SAW for MSM8998 and SDM6xx
 2021-06-21 12:03 UTC  (5+ messages)
` [PATCH v5 1/3] cpuidle: qcom_spm: Detach state machine from main SPM handling
` [PATCH v5 2/3] soc: qcom: spm: Implement support for SAWv4.1, SDM630/660 L2 AVS

[PATCH] drm: mxsfb: Enable recovery on underflow
 2021-06-21 12:03 UTC  (2+ messages)

[PATCH] ceph: take reference to req->r_parent at point of assignment
 2021-06-21 12:03 UTC  (3+ messages)

Recent changes (master)
 2021-06-21 12:00 UTC 

FAILED: patch "[PATCH] can: bcm/raw/isotp: use per module netdevice notifier" failed to apply to 4.9-stable tree
 2021-06-21 12:01 UTC  (3+ messages)
` [PATCH] can: bcm/raw/isotp: use per module netdevice notifier

[phy-linux-phy:next 33/35] make[2]: *** No rule to make target '/tmp/kernel/x86_64-randconfig-r023-20210621/clang-13/bd1f775d6027810d366600e2490a2ff247e3466e/lib/modules/5.13.0-rc1+/kernel/drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci.ko', needed by '__modinst'
 2021-06-21 12:00 UTC 

[PATCH v1 1/1] spi: Remove unneeded parentheses in spi_map_buf()
 2021-06-21 11:59 UTC  (4+ messages)

[PATCH 0/1] python3: skip tests requiring tools-sdk
 2021-06-21 11:59 UTC  (3+ messages)
` [PATCH 1/1] "
  ` [OE-core] "

[PATCH 00/10] Add support for older Rockchip SoCs to V4L2 hantro and rkvdec drivers
 2021-06-21 11:58 UTC  (7+ messages)
` [PATCH v2 08/12] ARM: dts: rockchip: add power controller for RK3036

[RFC net-next] openvswitch: add trace points
 2021-06-21 11:59 UTC  (3+ messages)

[PATCH v14 0/6] iommu: Enhance IOMMU default DMA mode build options
 2021-06-21 11:59 UTC  (8+ messages)
` [PATCH v14 6/6] iommu: Remove mode argument from iommu_set_dma_strict()

[PATCH] PCI: rcar: Fix runtime PM imbalance in rcar_pcie_ep_probe
 2021-06-21 11:58 UTC  (2+ messages)

[PATCH v2 0/2] clk: keystone: Add support for AM64 specific ehrpwm-tbclk
 2021-06-21 11:56 UTC  (3+ messages)

[PATCH v2 0/5] riscv: improving uaccess with logs from network bench
 2021-06-21 11:55 UTC  (7+ messages)
` [PATCH 1/5] riscv: __asm_to/copy_from_user: delete existing code
` [PATCH 5/5] riscv: __asm_to/copy_from_user: Bulk copy when both src, dst are aligned

[PATCH v2] dt-bindings: dma: Document RZ/G2L bindings
 2021-06-21 11:56 UTC  (3+ messages)

arch/powerpc/kvm/book3s_hv_nested.c:264:6: error: stack frame size of 2304 bytes in function 'kvmhv_enter_nested_guest'
 2021-06-21 11:53 UTC  (9+ messages)
        ` arch/powerpc/kvm/book3s_hv_nested.c:264:6: error: stack frame size of 2304 bytes in function 'kv

[PATCH 0/2] dt-bindings: pwm: pwm-tiecap: Convert to json schema
 2021-06-21 11:53 UTC  (3+ messages)

[MPTCP] [MPTCP][RFC PATCH 0/2] DSS checksum and MP_FAIL support
 2021-06-21 11:53 UTC  (4+ messages)
` [MPTCP] [MPTCP][RFC PATCH 1/2] mptcp: DSS checksum support
  ` [MPTCP] [MPTCP][RFC PATCH 2/2] mptcp: add MP_FAIL support

[PATCH] block/rbd: Add support for rbd image encryption
 2021-06-21 11:52 UTC  (8+ messages)

[PATCH v2 2/4] iwlwifi: integrate with iwlmei
 2021-06-21 11:51 UTC  (2+ messages)

[PATCH] drm/vc4: dsi: Only register our component once a DSI device is attached
 2021-06-21 11:49 UTC  (8+ messages)

[PATCH v3 0/2] dt-bindings: gpio: davinci: Convert to json-schema
 2021-06-21 11:48 UTC  (4+ messages)

Tested x86 FPU fixes and found "Bad FPU state" issue
 2021-06-21 11:50 UTC  (2+ messages)

Recall: Tested x86 FPU fixes and found "Bad FPU state" issue
 2021-06-21 11:50 UTC 

[RFC 1/1] PCI/ACPI: Make acpi_pci_root_validate_resources() reject IOMEM resources which start at address 0
 2021-06-21 11:49 UTC  (2+ messages)

[PATCH] kallsyms: fix nonconverging kallsyms table with lld
 2021-06-21 11:47 UTC  (9+ messages)

[PATCH] ASoC: snd-soc-dummy: add Device Tree support
 2021-06-21 11:45 UTC  (4+ messages)

[lustre-devel] LAD'21: Save the date!
 2021-06-21 11:47 UTC 

[git:media_tree/master] media: subdev: disallow ioctl for saa6588/davinci
 2021-06-17  8:18 UTC 

[meta-virtualization][PATCH 1/2] crun: branch "master" renamed to "main"
 2021-06-21 11:44 UTC  (2+ messages)
` [meta-virtualization][PATCH 2/2] conmon: "

[PATCH v18 0/2] Add memory bandwidth management to NVIDIA Tegra DRM driver
 2021-06-21 11:43 UTC  (6+ messages)

[PATCH 1/1] drm/amdgpu: add helper function for vm pasid
 2021-06-21 11:41 UTC  (10+ messages)

[PATCH v2 1/2] backlight: lm3630a: fix return code of .update_status() callback
 2021-06-21 11:41 UTC  (4+ messages)

Please don't waste maintainers' time on your KPI grabbing patches (AKA, don't be a KPI jerk)
 2021-06-21 11:40 UTC  (3+ messages)

[PATCH 1/3 v2] media: dvb-usb: break long strings in dvb_usb_device_init
 2021-06-21 11:39 UTC 

[PATCH 0/6] xsm: refactoring xsm hooks
 2021-06-21 11:39 UTC  (7+ messages)
` [PATCH 3/6] xsm: enabling xsm to always be included

[PATCH 1/3] media: dvb-usb: break long strings in dvb_usb_device_init
 2021-06-21 11:38 UTC  (3+ messages)

[LTP] [PATCH 1/3] scripts/coccinelle: Add headers to lib checks and fix macro fix
 2021-06-21 11:38 UTC  (3+ messages)
` [LTP] [PATCH 2/3] API: Remove TEST macro usage from library headers
` [LTP] [PATCH 3/3] API: Cause GCC/Clang to blow up when TEST is used in the library

[PATCH 0/3] Correct and extend distro boot support for imx8m
 2021-06-21 11:36 UTC  (5+ messages)
` [PATCH 1/3] imx8mm: configs: enable distro default features

[RFC PATCH V2 0/3] block/dm: support bio polling
 2021-06-21 11:33 UTC  (5+ messages)
` [RFC PATCH V2 3/3] dm: "
  ` [dm-devel] "

[ovmf test] 162926: trouble: blocked/broken
 2021-06-21 11:32 UTC 

[PATCH] o4-imx-nano: Fix dtc warnings
 2021-06-21 11:32 UTC  (2+ messages)

[PATCH V8 0/6] Passthrough specific network traffic in COLO
 2021-06-21 11:30 UTC  (4+ messages)
` [PATCH V8 1/6] qapi/net: Add IPFlowSpec and QMP command for COLO passthrough

[PATCH] mv88e6xxx: fixed adding vlan 0
 2021-06-21 11:30 UTC  (2+ messages)

[PATCH 1/1] irqchip/irq-imx-gpcv2: remove unnecessary oom message
 2021-06-21 11:28 UTC  (3+ messages)

[OE-core] [PATCH] uboot-sign.bbclass: fix some install commands
 2021-06-21 11:29 UTC 

[PATCH v5 0/3] thermal: mediatek: Add LVTS architecture thermal controller
 2021-06-21 11:26 UTC  (5+ messages)
` [PATCH v5 2/3] thermal: mediatek: Add LVTS drivers for SoC theraml zones

FAILED: patch "[PATCH] can: bcm/raw/isotp: use per module netdevice notifier" failed to apply to 4.19-stable tree
 2021-06-21 11:28 UTC  (3+ messages)
` [PATCH] can: bcm/raw/isotp: use per module netdevice notifier

[PATCH] regmap: move readable check before accessing regcache
 2021-06-21 11:27 UTC  (6+ messages)

[Intel-wired-lan] [PATCH net-next v1] iavf: Add trace while removing device
 2021-06-21 11:28 UTC  (3+ messages)

[PATCH v17 0/6] MTE support for KVM guest
 2021-06-21 11:17 UTC  (28+ messages)
` [PATCH v17 1/6] arm64: mte: Sync tags for pages where PTE is untagged
` [PATCH v17 2/6] KVM: arm64: Introduce MTE VM feature
` [PATCH v17 3/6] KVM: arm64: Save/restore MTE registers
` [PATCH v17 4/6] KVM: arm64: Expose KVM_ARM_CAP_MTE
` [PATCH v17 5/6] KVM: arm64: ioctl to fetch/store tags in a guest
` [PATCH v17 6/6] KVM: arm64: Document MTE capability and ioctl

perf tool: About tests debug level
 2021-06-21 11:20 UTC 

[dpdk-dev] [PATCH] kni: fix wrong mbuf alloc count in kni_allocate_mbufs
 2021-06-21 11:26 UTC  (4+ messages)

[PATH 2/4] rcar-du: Add support virtual DRM device
 2021-06-21 11:25 UTC  (4+ messages)

Looking for help with Kconfig dependencies
 2021-06-21 11:26 UTC  (2+ messages)

Realtek 8139 problem on 486
 2021-06-21 11:22 UTC  (22+ messages)

[PATCH 00/18] staging: rtl8723bs: remove 5Ghz code
 2021-06-21 11:23 UTC  (4+ messages)
` [PATCH 01/18] staging: rtl8723bs: remove all 5Ghz network types

Recovering from filesystem errors?
 2021-06-21 11:20 UTC  (3+ messages)

[LTP] [PATCH] ssh-stress: Add hostkey generation
 2021-06-21 11:19 UTC  (2+ messages)

[RESEND PATCH v2 0/2] cpuidle: qcom: Add SPM register data for MSM8226
 2021-06-21 11:17 UTC  (3+ messages)
` [RESEND PATCH v2 2/2] "

[REDEND] [ OE-core] [PATCH] u-boot-tools: fix a mkimage signature issue
 2021-06-21 11:16 UTC 

[PATCH v2] ui/gtk: Allow user to select monitor number to display qemu in full screen through new gtk display option
 2021-06-21 11:14 UTC  (6+ messages)

[LTP] [PATCH 1/2] mem: child memory alloc should larger than memory.max+memory.swap.max if lite==1
 2021-06-21 11:15 UTC  (2+ messages)
` [LTP] [PATCH 2/2] oom: enable lite == 1 for memory.swap.max testing


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.