All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-01-05 17:24:36 to 2021-01-05 18:12:24 UTC [more...]

[PATCH 1/1] vl.c: do not execute trace_init_backends() before daemonizing
 2021-01-05 18:09 UTC  (2+ messages)

[PATCH] arm64: Remove unused variable in arch_show_interrupts
 2021-01-05 18:11 UTC  (5+ messages)

[PATCH ima-evm-utils] travis: Use Ubuntu 20.10 groovy
 2021-01-05 18:11 UTC 

[PATCH] dt-bindings: Add missing array size constraints
 2021-01-05 18:13 UTC  (8+ messages)

[PATCH] meson: Propagate gnutls dependency
 2021-01-05 17:41 UTC  (7+ messages)

[PATCH v14 00/15] xfs: Delayed Attributes
 2021-01-05 18:10 UTC  (10+ messages)
` [PATCH v14 04/15] xfs: Add delay ready attr remove routines

[PATCH 0/4] sched/idle: Fix missing need_resched() checks after rcu_idle_enter()
 2021-01-05 18:10 UTC  (4+ messages)
` [PATCH 2/4] cpuidle: Fix missing need_resched() check "

[PATCH v2 00/18] Devicetree update for SDX55 platform
 2021-01-05 18:10 UTC  (5+ messages)
` [PATCH v2 02/18] ARM: dts: qcom: sdx55: Add reserved memory nodes
` [PATCH v2 17/18] ARM: dts: qcom: Add PMIC pmx55 dts

[RFC PATCH v2 0/2] mm: fix races due to deferred TLB flushes
 2021-01-05 18:08 UTC  (8+ messages)
` [RFC PATCH v2 1/2] mm/userfaultfd: fix memory corruption due to writeprotect

[PATCH] tests/iotests: drop test 312 from auto group
 2021-01-05 17:37 UTC  (2+ messages)

[PATCH] drivers: net: wireless: realtek: Fix the word association defautly de-faulty
 2021-01-05 18:09 UTC  (7+ messages)

kernel/bpf/btf.c:5588:13: warning: Boolean result is used in bitwise operation. Clarify expression with parentheses
 2021-01-05 18:09 UTC 

[PATCH] Bluetooth: avoid u128_xor() on potentially misaligned inputs
 2021-01-05 18:08 UTC  (2+ messages)
`  "

[PATCH V1 5/5] vfio: block during VA suspend
 2021-01-05 18:08 UTC  (3+ messages)

[PATCH v2 0/8] arm64: Relocate absolute hyp VAs
 2021-01-05 18:05 UTC  (27+ messages)
` [PATCH v2 1/8] KVM: arm64: Rename .idmap.text in hyp linker script
` [PATCH v2 2/8] KVM: arm64: Set up .hyp.rodata ELF section
` [PATCH v2 3/8] KVM: arm64: Add symbol at the beginning of each hyp section
` [PATCH v2 4/8] KVM: arm64: Generate hyp relocation data
` [PATCH v2 5/8] KVM: arm64: Apply hyp relocations at runtime
` [PATCH v2 6/8] KVM: arm64: Fix constant-pool users in hyp
` [PATCH v2 7/8] KVM: arm64: Remove patching of fn pointers "
` [PATCH v2 8/8] KVM: arm64: Remove hyp_symbol_addr

[PATCH v5 00/43] Mirror map JIT memory for TCG
 2021-01-05 17:19 UTC  (43+ messages)
` [PATCH v5 01/43] tcg: Do not flush icache for interpreter
` [PATCH v5 02/43] util: Extract flush_icache_range to cacheflush.c
` [PATCH v5 04/43] util: Specialize flush_idcache_range for aarch64
` [PATCH v5 05/43] tcg: Move tcg prologue pointer out of TCGContext
` [PATCH v5 06/43] tcg: Move tcg epilogue "
` [PATCH v5 07/43] tcg: Add in_code_gen_buffer
` [PATCH v5 08/43] tcg: Introduce tcg_splitwx_to_{rx,rw}
` [PATCH v5 09/43] tcg: Adjust TCGLabel for const
` [PATCH v5 10/43] tcg: Adjust tcg_out_call "
` [PATCH v5 11/43] tcg: Adjust tcg_out_label "
` [PATCH v5 12/43] tcg: Adjust tcg_register_jit "
` [PATCH v5 13/43] tcg: Adjust tb_target_set_jmp_target for split-wx
` [PATCH v5 14/43] tcg: Make DisasContextBase.tb const
` [PATCH v5 15/43] tcg: Make tb arg to synchronize_from_tb const
` [PATCH v5 16/43] tcg: Use Error with alloc_code_gen_buffer
` [PATCH v5 17/43] tcg: Add --accel tcg,split-wx property
` [PATCH v5 18/43] accel/tcg: Support split-wx for linux with memfd
` [PATCH v5 19/43] accel/tcg: Support split-wx for darwin/iOS with vm_remap
` [PATCH v5 20/43] tcg: Return the TB pointer from the rx region from exit_tb
` [PATCH v5 21/43] tcg/i386: Support split-wx code generation
` [PATCH v5 22/43] tcg/aarch64: Use B not BL for tcg_out_goto_long
` [PATCH v5 23/43] tcg/aarch64: Support split-wx code generation
` [PATCH v5 24/43] disas: Push const down through host disassembly
` [PATCH v5 25/43] tcg/tci: Push const down through bytecode reading
` [PATCH v5 26/43] tcg: Introduce tcg_tbrel_diff
` [PATCH v5 27/43] tcg/ppc: Use tcg_tbrel_diff
` [PATCH v5 28/43] tcg/ppc: Use tcg_out_mem_long to reset TCG_REG_TB
` [PATCH v5 29/43] tcg/ppc: Support split-wx code generation
` [PATCH v5 30/43] tcg/sparc: Use tcg_tbrel_diff
` [PATCH v5 31/43] tcg/sparc: Support split-wx code generation
` [PATCH v5 32/43] tcg/s390: Use tcg_tbrel_diff
` [PATCH v5 33/43] tcg/s390: Support split-wx code generation
` [PATCH v5 34/43] tcg/riscv: Fix branch range checks
` [PATCH v5 35/43] tcg/riscv: Remove branch-over-branch fallback
` [PATCH v5 36/43] tcg/riscv: Support split-wx code generation
` [PATCH v5 37/43] accel/tcg: Add mips support to alloc_code_gen_buffer_splitwx_memfd
` [PATCH v5 38/43] tcg/mips: Do not assert on relocation overflow
` [PATCH v5 39/43] tcg/mips: Support split-wx code generation
` [PATCH v5 40/43] tcg/arm: "
` [PATCH v5 41/43] tcg: Remove TCG_TARGET_SUPPORT_MIRROR
` [PATCH v5 42/43] tcg: Constify tcg_code_gen_epilogue
` [PATCH v5 43/43] tcg: Constify TCGLabelQemuLdst.raddr

[PATCH v2 00/16] introduce generic IOCTL interface for RPMsg channels management
 2021-01-05 18:07 UTC  (7+ messages)
` [PATCH v2 04/16] rpmsg: ctrl: implement the ioctl function to create device
` [PATCH v2 14/16] rpmsg: glink: add create and release rpmsg channel ops

reproducible BUG() in kvm_mmu_get_root() in TDP MMU
 2021-01-05 18:06 UTC  (4+ messages)

[PATCH 0/6] v3u: add & update (H)SCIF nodes
 2021-01-05 18:06 UTC  (3+ messages)
` [PATCH 1/6] arm64: dts: renesas: r8a779a0: add & update SCIF nodes

[PATCH 1/6] mm: migrate: do not migrate HugeTLB page whose refcount is one
 2021-01-05 18:05 UTC  (7+ messages)

[PATCH V2] x86/sev-es: Fix SEV-ES OUT/IN immediate opcode vc handling
 2021-01-05 18:05 UTC  (2+ messages)
` [tip: x86/urgent] "

[PATCH] mm/userfaultfd: fix memory corruption due to writeprotect
 2021-01-05 18:03 UTC  (11+ messages)

[PATCH] cpuidle_set accepts alpha numeric values for idle-set operation
 2021-01-05 18:03 UTC  (2+ messages)

[PATCH v8 00/12] treewide: bd9571mwv: Add support for BD9574MWF
 2021-01-05 17:58 UTC  (5+ messages)
` [PATCH v8 04/12] regulator: bd9571mwv: rid of using struct bd9571mwv
` [PATCH v8 05/12] regulator: bd9571mwv: Add BD9574MWF support

InstallNouveau question
 2021-01-05 17:58 UTC 

[PATCH RFC v4 00/15] Add riscv kvm accel support
 2021-01-05 17:36 UTC  (6+ messages)
` [PATCH RFC v4 13/15] target/riscv: Introduce dynamic time frequency for virt machine

[PATCH 00/16] support __packed struct
 2021-01-05 17:56 UTC  (5+ messages)

stable-rc/queue/4.14 baseline: 151 runs, 6 regressions (v4.14.213-25-g4d76bd8af5ced)
 2021-01-05 17:56 UTC 

[PATCH resend] sound: Convert strlcpy to strscpy when return value is unused
 2021-01-05 17:55 UTC  (4+ messages)

[PATCH] for-each-repo: do nothing on empty config
 2021-01-05 17:55 UTC  (2+ messages)

[dpdk-dev] [PATCH 0/8] ethdev: introduce GENEVE header TLV option item
 2021-01-05 17:53 UTC  (10+ messages)
` [dpdk-dev] [PATCH v2 "
  ` [dpdk-dev] [PATCH v2 1/8] lib/librte_ethdev: "
  ` [dpdk-dev] [PATCH v2 2/8] app/testpmd: add GENEVE option item support
  ` [dpdk-dev] [PATCH v2 3/8] common/mlx5: check GENEVE TLV support in HCA attributes
  ` [dpdk-dev] [PATCH v2 4/8] common/mlx5: create GENEVE TLV option object with DevX
  ` [dpdk-dev] [PATCH v2 5/8] net/mlx5: create GENEVE TLV option management
  ` [dpdk-dev] [PATCH v2 6/8] net/mlx5: add GENEVE TLV option flow validation
  ` [dpdk-dev] [PATCH v2 7/8] net/mlx5: add GENEVE TLV option flow translation
  ` [dpdk-dev] [PATCH v2 8/8] doc: update GENEVE TLV option support

[PULL for-5.2 0/2] Tracing patches
 2021-01-05 17:39 UTC  (4+ messages)
` [PULL for-5.2 2/2] scripts/tracetool: silence SystemTap dtrace(1) long long warnings

[PATCH] ext2: implement ->page_mkwrite
 2021-01-05 17:53 UTC  (2+ messages)

[PATCH] [RFC] net: phy: smsc: Add magnetics VIO regulator support
 2021-01-05 17:53 UTC  (3+ messages)

[PATCH v2] x86/hyperv: Fix kexec panic/hang issues
 2021-01-05 17:53 UTC  (4+ messages)

[PATCH] ALSA: hda/hdmi - enable runtime pm for CI AMD display audio
 2021-01-05 17:52 UTC  (2+ messages)

[PATCH] x86/hyperv: check cpu mask after interrupt has been disabled
 2021-01-05 17:50 UTC 

[PATCH 0/2] media: Driver for OV1063x camera sensor
 2021-01-05 17:49 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: media: Add bindings for OmniVision OV1063x sensors

[Bug 211043] New: amdgpu: Mouse cursor freeze of external mouse after a while (after kernel crash?) (KDE Plasma)
 2021-01-05 17:48 UTC  (2+ messages)
` [Bug 211043] "

[PATCH v3 5/6] i2c: iproc: handle master read request
 2021-01-05 17:46 UTC  (10+ messages)

[Intel-wired-lan] [PATCH v2 0/9] igc: Add support for AF_XDP zero-copy
 2021-01-05 17:48 UTC  (2+ messages)

[xen-unstable test] 158146: tolerable FAIL - PUSHED
 2021-01-05 17:47 UTC 

[cip-dev] [PATCH v3 4.19.y-cip 00/17] Add Renesas RPC-IF driver
 2021-01-05 17:47 UTC  (8+ messages)
` [cip-dev] [PATCH v3 4.19.y-cip 08/17] spi: spi-mem: export spi_mem_default_supports_op()
` [cip-dev] [PATCH v3 4.19.y-cip 12/17] spi: spi-mem: Compute length only when needed

[PATCH v7 0/7] xl / libxl: named PCI pass-through devices
 2021-01-05 17:46 UTC  (8+ messages)
` [PATCH v7 1/7] docs/man: modify xl(1) in preparation for naming of assignable devices
` [PATCH v7 2/7] libxlu: introduce xlu_pci_parse_spec_string()
` [PATCH v7 3/7] libxl: stop setting 'vdevfn' in pci_struct_fill()
` [PATCH v7 4/7] libxl: add 'name' field to 'libxl_device_pci' in the IDL
` [PATCH v7 5/7] xl: support naming of assignable devices
` [PATCH v7 6/7] docs/man: modify xl-pci-configuration(5) to add 'name' field to PCI_SPEC_STRING
` [PATCH v7 7/7] libxl / libxlu: support 'xl pci-attach/detach' by name

[PATCH 00/75] media: imx: Miscellaneous fixes and cleanups for i.MX7
 2021-01-05 17:45 UTC  (2+ messages)

[PATCH v4] proc: Allow pid_revalidate() during LOOKUP_RCU
 2021-01-05 17:45 UTC  (4+ messages)

[PATCH] soc: samsung: exynos-chipid: correct helpers __init annotation
 2021-01-05 17:44 UTC  (2+ messages)

[PATCH] firmware_loader: Align .builtin_fw to 8
 2021-01-05 17:44 UTC  (3+ messages)
` [PATCH v2] "

A PCI quirk for resizeable BAR 0 on Navi10
 2021-01-05 17:43 UTC  (10+ messages)
` [PATCH 4/4] PCI: add a REBAR size quirk for Sapphire RX 5600 XT Pulse

[PATCH net-next] net: mvpp2: increase MTU limit when XDP enabled
 2021-01-05 17:43 UTC  (3+ messages)

[Intel-wired-lan] [PATCH net v1] virtchnl: Fix layout of RSS structures
 2021-01-05 17:42 UTC  (4+ messages)

[PATCH v2] x86/Hyper-V: Support for free page reporting
 2021-01-05 17:39 UTC 

hardcoded median function in phosphor-virtual-sensor
 2021-01-05 17:38 UTC  (10+ messages)

[PATCH] irqchip/irq-pruss-intc: implement set_type() callback
 2021-01-05 17:37 UTC  (4+ messages)

blk-iocost: fix NULL iocg deref from racing against initialization
 2021-01-05 17:37 UTC  (2+ messages)

[linux-linus test] 158150: regressions - FAIL
 2021-01-05 17:38 UTC 

[PATCH] libxfs: expose inobtcount in xfs geometry
 2021-01-05 17:35 UTC  (2+ messages)

[PATCH v4 0/2] firmware: arm_scmi: Augment SMC/HVC to allow optional interrupt
 2021-01-05 17:35 UTC  (5+ messages)
` [PATCH v4 2/2] "

[PATCH v5 00/12] Rewrite the remaining merge strategies from shell to C
 2021-01-05 17:35 UTC  (5+ messages)
` [PATCH v6 00/13] "
  ` [PATCH v6 06/13] merge-index: don't fork if the requested program is `git-merge-one-file'

in_compat_syscall() on x86
 2021-01-05 17:35 UTC  (4+ messages)

[PATCH 4/4] PCI: add a REBAR size quirk for Sapphire RX 5600 XT Pulse
 2021-01-05 17:34 UTC 

[PATCH v2] generic/388: randomly recover via read-only mounts
 2021-01-05 17:31 UTC  (2+ messages)

[PATCH] xfs: fix an ABBA deadlock in xfs_rename
 2021-01-05 17:31 UTC  (5+ messages)

add a new yaml interface definition
 2021-01-05 17:28 UTC  (2+ messages)

[net] cxgb4: advertise NETIF_F_HW_CSUM
 2021-01-05 17:30 UTC  (2+ messages)

[Intel-gfx] [PATCH v6 00/64] drm/i915: Remove obj->mm.lock!
 2021-01-05 17:29 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915: Remove obj->mm.lock! (rev12)
` [Intel-gfx] ✗ Fi.CI.DOCS: "

[PATCH v2] gpiolib: Disallow identical line names in the same chip
 2021-01-05 17:29 UTC  (2+ messages)

[PATCH v2 bpf-next 0/4] introduce bpf_iter for task_vma
 2021-01-05 17:27 UTC  (14+ messages)
` [PATCH v2 bpf-next 1/4] bpf: introduce task_vma bpf_iter

[PATCHv2 0/5] GE Bx50v3 cleanups
 2021-01-05 17:27 UTC  (6+ messages)
` [PATCHv2 3/5] image: support board_fit_config_name_match

[PATCH 0/5] i386: simplify Hyper-V enlightenments enablement
 2021-01-05 17:02 UTC  (10+ messages)
` [PATCH 5/5] i386: provide simple 'hyperv=on' option to x86 machine types

[PATCH 0/2] Upstream ONL patch for PHY BCM5461S
 2021-01-05 17:25 UTC  (8+ messages)
` [PATCH 2/2] ethernet: igb: e1000_phy: Check for ops.force_speed_duplex existence
          ` [Intel-wired-lan] "

[libgpiod] AC_FUNC_MALLOC cross-compile failure
 2021-01-05 17:24 UTC  (2+ messages)

[PATCH v3 0/3] iommu/vt-d: Misc fixes on scalable mode
 2021-01-05 17:23 UTC  (5+ messages)
` [PATCH v3 3/3] iommu/vt-d: Fix ineffective devTLB invalidation for subdevices


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.