All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-02-09 22:31:34 to 2022-02-09 23:30:56 UTC [more...]

[PATCH V8 0/8] Use copy_process in vhost layer
 2022-02-09 23:29 UTC  (12+ messages)
` [PATCH V8 1/8] fork: Make IO worker options flag based
` [PATCH V8 3/8] fork: add USER_WORKER flag to not dup/clone files
` [PATCH V8 4/8] fork: Add USER_WORKER flag to ignore signals
` [PATCH V8 5/8] fork: allow kernel code to call copy_process
` [PATCH V8 6/8] vhost_task: Allow vhost layer to use copy_process
` [PATCH V8 7/8] vhost: move worker thread fields to new struct
` [PATCH V8 8/8] vhost: use vhost_tasks for worker threads

[igt-dev] [PATCH i-g-t 0/4] Add i915 blt library + gem_ccs test
 2022-02-09 23:30 UTC  (2+ messages)
` [igt-dev] [PATCH i-g-t 1/4] FIXME: Add DG2 defs to use in gem-ccs

[PATCH v5 0/2] Use *switch*es instead of *if*s in the Artop PATA driver
 2022-02-09 23:29 UTC  (3+ messages)
` [PATCH v5 2/2] ata: pata_artop: use *switch* in atp8xx_fixup()

[PATCH v2] fs: move binfmt_misc sysctl to its own file as built-in
 2022-02-09 23:29 UTC  (4+ messages)

[RFC RESEND 00/12] locking: Separate lock tracepoints from lockdep/lock_stat (v1.1)
 2022-02-09 23:29 UTC  (5+ messages)
` [PATCH 02/12] cgroup: rstat: Make cgroup_rstat_cpu_lock name readable

[PATCH] sched: move uclamp_util sysctls to core.c
 2022-02-09 23:28 UTC  (2+ messages)

net: dsa: realtek: silent indirect reg read failures on SMP
 2022-02-09 23:28 UTC  (3+ messages)

[PATCH 0/3] Some improvements on panic_print
 2022-02-09 23:26 UTC  (8+ messages)
` [PATCH 3/3] panic: Allow printing extra panic information on kdump

[PATCH] sched: move energy_aware sysctls to topology.c
 2022-02-09 23:26 UTC  (2+ messages)

[PATCH] ASoC: qcom: Actually clear DMA interrupt register for HDMI
 2022-02-09 23:25 UTC  (2+ messages)

[PATCH 00/15] target: Use ArchCPU & CPUArchState as abstract interface to target CPU
 2022-02-09 23:18 UTC  (9+ messages)
` [PATCH 11/15] target: Use ArchCPU as "
` [RFC PATCH 12/15] hw/m68k: Restrict M68kCPU type to target/ code

[PATCH] sched: move cfs_bandwidth_slice sysctls to fair.c
 2022-02-09 23:24 UTC  (2+ messages)

[PATCH v7 00/12] x86/edac/amd64: Add support for GPU nodes
 2022-02-09 23:23 UTC  (5+ messages)
` [PATCH v7 01/12] EDAC/amd64: Document heterogeneous enumeration
` [PATCH v7 02/12] x86/amd_nb: Add support for northbridges on Aldebaran

[Intel-gfx] [PATCH v2] drm/i915: Check stolen memory size before calling drm_mm_init
 2022-02-09 23:22 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915: Check stolen memory size before calling drm_mm_init (rev2)

[PATCHv2 00/29] TDX Guest: TDX core support
 2022-02-09 23:21 UTC  (4+ messages)
` [PATCHv2 23/29] x86/tdx: Add helper to convert memory between shared and private

[PATCH 0/3] malta: Move PCI interrupt handling from gt64xxx to piix4
 2022-02-09 23:16 UTC  (5+ messages)
` [PATCH 3/3] isa/piix4: Resolve global variables

[PATCH v4 bpf-next 0/5] bpf: Light skeleton for the kernel
 2022-02-09 23:20 UTC  (6+ messages)
` [PATCH v4 bpf-next 1/5] bpf: Extend sys_bpf commands for bpf_syscall programs
` [PATCH v4 bpf-next 2/5] libbpf: Prepare light skeleton for the kernel
` [PATCH v4 bpf-next 3/5] bpftool: Generalize light skeleton generation
` [PATCH v4 bpf-next 4/5] bpf: Update iterators.lskel.h
` [PATCH v4 bpf-next 5/5] bpf: Convert bpf_preload.ko to use light skeleton

[PATCH mptcp-next] mptcp: mark ops structures as ro_after_init
 2022-02-09 23:18 UTC  (2+ messages)

[PATCH 0/9] exec: Split some user-mode specific declarations from 'exec/exec-all.h'
 2022-02-09 23:00 UTC  (10+ messages)
` [PATCH 1/9] accel/tcg: Add missing 'tcg/tcg.h' header
` [PATCH 2/9] coverity-scan: Cover common-user/
` [PATCH 3/9] include: Move exec/user/ to user/
` [PATCH 4/9] linux-user/exit: Add missing 'qemu/plugin.h' header
` [PATCH 5/9] linux-user/cpu_loop: Add missing 'exec/cpu-all.h' header
` [PATCH 6/9] exec: Define MMUAccessType in 'exec/cpu-tlb.h' header
` [PATCH 7/9] user: Declare target-specific prototypes in 'user/cpu-target.h'
` [PATCH 8/9] user: Declare target-agnostic prototypes in 'user/cpu-common.h'
` [PATCH 9/9] user: Share preexit_cleanup() with linux and bsd implementations

[PATCH mptcp-next] mptcp: don't save tcp data_ready and write space callbacks
 2022-02-09 23:18 UTC  (2+ messages)

[PATCH v5 00/11] 9p: Add support for darwin
 2022-02-09 23:10 UTC  (6+ messages)
` [PATCH v5 09/11] 9p: darwin: Implement compatibility for mknodat

[Buildroot] [PATCH v3 1/1] package/guile: Fix build failure due to missing libiconv
 2022-02-09 23:17 UTC  (3+ messages)

[PATCH v3 bpf-next 0/5] bpf: Light skeleton for the kernel
 2022-02-09 23:15 UTC  (4+ messages)
` [PATCH v3 bpf-next 2/5] libbpf: Prepare light "

[PATCH 0/4] soc: Add support for Marvell OcteonTX2 SDP block
 2022-02-09 22:42 UTC  (10+ messages)
` [PATCH 1/4] soc: octeontx2-sdp: Add SDP PF driver support
` [PATCH 2/4] soc: octeontx2-sdp: Add mailbox support
` [PATCH 3/4] soc: octeontx2-sdp: Add FLR handling support
` [PATCH 4/4] soc: octeontx2-sdp: setup the SDP channel configuration

[PATCH 0/2] Add QCOM TCSR driver
 2022-02-09 23:17 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: soc: qcom: add qcom,tcsr bindings

[PATCH v2 0/4] Fix softlockup when adding inotify watch
 2022-02-09 23:14 UTC  (5+ messages)
` [PATCH v2 1/4] dcache: sweep cached negative dentries to the end of list of siblings
` [PATCH v2 2/4] fsnotify: stop walking child dentries if remaining tail is negative
` [PATCH v2 3/4] dcache: add action D_WALK_SKIP_SIBLINGS to d_walk()
` [PATCH v2 4/4] dcache: stop walking siblings if remaining dentries all negative

[PATCH mptcp-next] mptcp: strict local address ID selection
 2022-02-09 23:12 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: timer: Add PWM compatible for X1000 SoC
 2022-02-09 23:11 UTC  (2+ messages)
` [PATCH 2/2] pwm: jz4740: Add support "

[PATCH v2 0/2] Add cat-file --batch-command flag
 2022-02-09 23:10 UTC  (5+ messages)
` [PATCH v3 0/3] "

Disconnection every 10 minutes with mt7921e
 2022-02-09 22:48 UTC  (2+ messages)

[Buildroot] [PATCH v2 1/3] board/andes: rearrange nds32 folder structure
 2022-02-09 23:09 UTC  (4+ messages)
` [Buildroot] [PATCH v2 3/3] DEVELOPERS: add Yu-Chien Lin to board/andes

[PATCH] watchdog: allow building BCM7038_WDT for BCM4908
 2022-02-09 23:08 UTC  (3+ messages)

[PATCH] pinctrl: ingenic: Fix regmap on X series SoCs
 2022-02-09 23:04 UTC 

[PATCH v2] linux-firmware: Amphion: Add VPU firmwares for NXP i.MX8Q SoCs
 2022-02-09 23:07 UTC  (2+ messages)

[Intel-gfx] i915 Updates: ADL-P DMC v2.16
 2022-02-09 23:05 UTC  (3+ messages)
  `  "

[PATCH v2] builddeb: Support signing kernels with the module signing key
 2022-02-09 23:04 UTC  (10+ messages)

[PATCH 1/3] linux-yocto/5.4: update to v5.4.173
 2022-02-09 23:03 UTC  (3+ messages)
` [PATCH 2/3] linux-yocto/5.4: update to v5.4.176
` [PATCH 3/3] linux-yocto/5.4: update to v5.4.178

[PATCH 1/1] kallsyms: print module name in %ps/S case when KALLSYMS is disabled
 2022-02-09 23:02 UTC  (3+ messages)

[PATCH] clk: ingenic-tcu: Fix missing TCU clock for X1000 SoC
 2022-02-09 23:01 UTC 

[PATCH 00/10] drm: dt-bindings: exynos: convert to dtschema
 2022-02-09 23:00 UTC  (41+ messages)
` [PATCH 03/10] dt-bindings: phy: samsung, exynos-hdmi-phy: "
    ` [PATCH 03/10] dt-bindings: phy: samsung,exynos-hdmi-phy: "
` [PATCH 04/10] dt-bindings: display: samsung, exynos5433-decon: "
  ` [PATCH 04/10] dt-bindings: display: samsung,exynos5433-decon: "
` [PATCH 05/10] dt-bindings: display: samsung, exynos7-decon: "
  ` [PATCH 05/10] dt-bindings: display: samsung,exynos7-decon: "
` [PATCH 06/10] dt-bindings: display: samsung, exynos-hdmi-ddc: "
  ` [PATCH 06/10] dt-bindings: display: samsung,exynos-hdmi-ddc: "
` [PATCH 07/10] dt-bindings: display: samsung, exynos-mixer: "
  ` [PATCH 07/10] dt-bindings: display: samsung,exynos-mixer: "
` [PATCH 08/10] dt-bindings: display: samsung, exynos-hdmi: "
    ` [PATCH 08/10] dt-bindings: display: samsung,exynos-hdmi: "
` [PATCH 09/10] dt-bindings: display: samsung, exynos5433-mic: "
  ` [PATCH 09/10] dt-bindings: display: samsung,exynos5433-mic: "
` [PATCH 10/10] dt-bindings: display: samsung, exynos-fimd: "
    ` [PATCH 10/10] dt-bindings: display: samsung,exynos-fimd: "

[PATCH mptcp-next] mptcp: constify a bunch of of helpers
 2022-02-09 23:01 UTC  (2+ messages)

[PATCH mptcp-net] selftests: mptcp: be more conservative with cookie MPJ limits
 2022-02-09 23:00 UTC  (2+ messages)

[PATCH 0/1] sched: Use printk_deferred() in __schedule()
 2022-02-09 23:00 UTC  (2+ messages)

[linux-next:master 2746/4656] ld.lld: error: undefined symbol: ptp_clock_register
 2022-02-09 22:59 UTC  (2+ messages)

DMA with EVL-attached Thread
 2022-02-09 23:00 UTC 

[PATCH 00/13] mm/munlock: rework of mlock+munlock page handling
 2022-02-09 22:59 UTC  (5+ messages)

[saeed:net-next-mlx5 24/149] net/mptcp/pm_netlink.c:1224:6: warning: Branch condition evaluates to a garbage value [clang-analyzer-core.uninitialized.Branch]
 2022-02-09 22:59 UTC 

[frank-w-bpi-r2-4.14:5.17-r2pro-hdmiv5 16/97] drivers/misc/mediatek/connectivity/common/conn_soc/core/wmt_core.c:172:14: error: variable 'WMT_EFUSE_EVT' is not needed and will not be emitted
 2022-02-09 22:59 UTC 

[PATCH 0/3] i2c/busses: Use platform_get_irq/_optional() variants to fetch IRQ's
 2022-02-09 22:56 UTC  (12+ messages)
` [PATCH 2/3] i2c: sh_mobile: Use platform_get_irq_optional() to get the interrupt

[PATCH 00/23] KVM: MMU: MMU role refactoring
 2022-02-09 22:57 UTC  (8+ messages)
` [PATCH 02/23] KVM: MMU: nested EPT cannot be used in SMM
` [PATCH 03/23] KVM: MMU: remove valid from extended role
` [PATCH 04/23] KVM: MMU: constify uses of struct kvm_mmu_role_regs

[PATCH v4 0/4] GuC HWCONFIG with documentation
 2022-02-09 22:57 UTC  (12+ messages)
` [Intel-gfx] "
` [Intel-gfx] [PATCH v4 1/4] drm/i915/guc: Add fetch of hwconfig table
  `  "
` [PATCH v4 2/4] drm/i915/uapi: Add query for hwconfig blob
  ` [Intel-gfx] "
` [PATCH v4 3/4] drm/i915/uapi: Add struct drm_i915_query_hwconfig_blob_item
  ` [Intel-gfx] "
` [PATCH v4 4/4] drm/i915/guc: Verify hwconfig blob matches supported format
  ` [Intel-gfx] "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for GuC HWCONFIG with documentation (rev4)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "

[PATCH v2 0/5] Input/HID: Consolidate ChromeOS Vivaldi keyboard logic
 2022-02-09 22:55 UTC  (6+ messages)
` [PATCH v2 1/5] Input: atkbd: Convert function_row_physmap to u16 array
` [PATCH v2 2/5] Input: Extract ChromeOS vivaldi physmap show function
` [PATCH v2 3/5] HID: Extract vivaldi hid feature mapping for use in hid-hammer
` [PATCH v2 4/5] HID: google: Add support for vivaldi to hid-hammer
` [PATCH v2 5/5] HID: google: modify HID device groups of eel

[PATCH RESEND] Input: tsc200x-core - Add axis inversion and swapping support
 2022-02-09 22:39 UTC 

[Buildroot] [PATCH v2] board/arcturus/aarch64-ucls1012a: bump u-boot and kernel version
 2022-02-09 22:54 UTC  (2+ messages)

[PATCH 00/35] Shadow stacks for userspace
 2022-02-09 22:52 UTC  (4+ messages)
` [PATCH 20/35] mm: Update can_follow_write_pte() for shadow stack

[PATCH v1 0/1] drm/amdgpu: Show IP discovery in sysfs
 2022-02-09 22:51 UTC  (2+ messages)
` [PATCH v1 1/1] "

[PATCH] soc: octeontx2-dpi: Add DPI DMA PF driver
 2022-02-09 22:50 UTC  (2+ messages)

[PATCH v7 0/5] Free the 2nd vmemmap page associated with each HugeTLB page
 2022-02-09 22:48 UTC  (9+ messages)

[PATCH RFC 0/6] NFSD size, offset, and count sanity
 2022-02-09 21:55 UTC  (5+ messages)
` [PATCH RFC 1/6] NFSD: Fix NFSv4 SETATTR's handling of large file sizes

[PATCH 0/5] scalar: implement the subcommand "diagnose"
 2022-02-09 22:48 UTC  (9+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 1/6] archive: optionally add "virtual" files

[PATCH RESEND 1/2] ARM: dts: imx6dl: Add a label to cpu1 node
 2022-02-09 22:32 UTC  (2+ messages)
` [PATCH RESEND 2/2] ARM: dts: imx6qdl: phycore-som: Add custom volt/freq table

[PATCH 5.16 0/5] 5.16.9-rc1 review
 2022-02-09 22:48 UTC  (2+ messages)

Can I use rte_pktmbuf_chain to chain multiple mbuffs for calling only single tx_eth_burst API
 2022-02-09 22:46 UTC  (3+ messages)

[PATCH net-next] net: dsa: realtek: rtl8365mb: irq with realtek-mdio
 2022-02-09 22:45 UTC 

Propose a new application for reading DIMM SPD directly
 2022-02-09 22:45 UTC  (7+ messages)

[PATCH v3] clone, submodule: pass partial clone filters to submodules
 2022-02-09 22:44 UTC  (2+ messages)

[Buildroot] Patch state of andes/ae350
 2022-02-09 22:42 UTC  (2+ messages)

[PATCH v2 00/11] PCI: qcom: add support for PCIe on SM8450 platform
 2022-02-09 22:41 UTC  (4+ messages)
` [PATCH v2 03/11] clk: qcom: gdsc: add support for clocks tied to the GDSC

[Buildroot] [PATCH 1/1] package/gtest: drop host python2 support
 2022-02-09 22:41 UTC 

[xilinx-xlnx:xlnx_rebase_v5.15 225/907] drivers/net/ethernet/xilinx/xilinx_axienet.h:973:9: error: implicit declaration of function 'writeq'; did you mean 'writeb'?
 2022-02-09 22:38 UTC  (2+ messages)

Override default socket policy per cgroup
 2022-02-09 22:38 UTC  (5+ messages)

[PATCH 1/8] arm64: dts: exynos: adjust USB DRD clocks with dtschema in Exynos7
 2022-02-09 22:35 UTC  (10+ messages)
` [PATCH 6/8] dt-bindings: phy: samsung, exynos5250-sata-phy: convert to dtschema
  ` [PATCH 6/8] dt-bindings: phy: samsung,exynos5250-sata-phy: "
` [PATCH 7/8] dt-bindings: phy: samsung: move SATA phy I2C to trivial devices
` [PATCH 8/8] dt-bindings: phy: samsung, usb3-drd-phy: convert to dtschema
  ` [PATCH 8/8] dt-bindings: phy: samsung,usb3-drd-phy: "

[Buildroot] [PATCH 1/1] package/gst1-devtools: drop python2 build dependencies
 2022-02-09 22:35 UTC 

[v1 1/2] clk: qcom: gdsc: Use the default transition delay for GDSCs
 2022-02-09 22:35 UTC  (2+ messages)

[PATCH v2 0/6] fstests: fix _scratch_mkfs_sized failure handling
 2022-02-09 22:32 UTC  (9+ messages)
` [PATCH v2 2/6] generic/204: remove unnecessary _scratch_mkfs call
` [PATCH v2 3/6] generic/{171,172,173,174}: check _scratch_mkfs_sized return code
` [PATCH v2 4/6] ext4/021: "
` [PATCH v2 6/6] common: factor out xfs unique part from _filter_mkfs

[PATCH v4 0/3] audit: add support for openat2
 2022-02-09 22:31 UTC  (8+ messages)
` [PATCH v4 2/3] audit: add support for the openat2 syscall


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.