All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-10-09 02:13:47 to 2021-10-09 03:14:43 UTC [more...]

[PATCH] scsi scsi_transport_iscsi.c: fix misuse of %llu in scsi_transport_iscsi.c
 2021-10-09  3:14 UTC  (2+ messages)

[PATCH v4 00/14] Modular Broadcom irqchip drivers
 2021-10-09  2:20 UTC  (25+ messages)
` [PATCH v4 01/14] MIPS: BMIPS: Remove use of irq_cpu_offline
` [PATCH v4 02/14] irqchip/irq-bcm7038-l1: Remove .irq_cpu_offline()
` [PATCH v4 03/14] irqchip/irq-bcm7038-l1: Use irq_get_irq_data()
` [PATCH v4 04/14] irqchip/irq-bcm7038-l1: Gate use of CPU logical map to MIPS
` [PATCH v4 05/14] irqchip/irq-bcm7038-l1: Restrict affinity setting "
` [PATCH v4 06/14] irqchip/irq-bcm7038-l1: Switch to IRQCHIP_PLATFORM_DRIVER
` [PATCH v4 07/14] genirq: Export irq_gc_{unmask_enable,mask_disable}_reg
  ` [PATCH v4 07/14] genirq: Export irq_gc_{unmask_enable, mask_disable}_reg
` [PATCH v4 08/14] irqchip/irq-brcmstb-l2: Switch to IRQCHIP_PLATFORM_DRIVER
` [PATCH v4 09/14] irqchip: Provide platform_device to of_irq_init_cb_t
` [PATCH v4 10/14] genirq: Export irq_gc_noop()
` [PATCH v4 11/14] irqchip/irq-bcm7120-l2: Switch to IRQCHIP_PLATFORM_DRIVER
` [PATCH v4 12/14] arm64: broadcom: Removed forced select of interrupt controllers
` [PATCH v4 13/14] ARM: bcm: "
` [PATCH v4 14/14] irqchip: Fix kernel-doc parameter typo for IRQCHIP_DECLARE

[PATCH bpf-next v6 00/14] selftests/bpf: Add parallelism to test_progs
 2021-10-09  3:13 UTC  (5+ messages)
` [PATCH bpf-next v6 09/14] selftests/bpf: Make uprobe tests use different attach functions

[PATCH 0/5] iommu: Some IOVA code reorganisation
 2021-10-09  3:12 UTC  (6+ messages)
` [PATCH 1/5] iova: Move fast alloc size roundup into alloc_iova_fast()

[PATCH 0/5] convert ifc binding to yaml and drop "simple-bus"
 2021-10-09  3:12 UTC  (4+ messages)
` [PATCH 2/5] memory: fsl_ifc: populate child devices without relying on simple-bus

[PATCH v2 00/16] Cleanup of LS1021a device trees
 2021-10-09  3:08 UTC  (6+ messages)
` [PATCH v2 02/16] dt-bindings: i2c: imx: update schema to align with original txt binding

[PATCH bpf-next] bpf, selftests: Skip verifier tests that fail to load with ENOTSUPP
 2021-10-09  3:07 UTC  (3+ messages)

[PATCH v2 2/2] drivers:iio:dac: Add AD3552R driver support
 2021-10-09  3:07 UTC  (3+ messages)

[dpdk-dev] [PATCH 00/10] vdpa/sfc: introduce Xilinx vDPA driver
 2021-10-09  3:06 UTC  (7+ messages)
` [dpdk-dev] [PATCH 02/10] vdpa/sfc: add support for device initialization

[yocto] #zeus meta-intel
 2021-10-09  3:04 UTC 

[PATCH v2 00/43] KVM: Halt-polling and x86 APICv overhaul
 2021-10-09  2:12 UTC  (135+ messages)
` [PATCH v2 01/43] KVM: VMX: Don't unblock vCPU w/ Posted IRQ if IRQs are disabled in guest
` [PATCH v2 02/43] KVM: SVM: Ensure target pCPU is read once when signalling AVIC doorbell
` [PATCH v2 03/43] KVM: s390: Ensure kvm_arch_no_poll() is read once when blocking vCPU
` [PATCH v2 04/43] KVM: Force PPC to define its own rcuwait object
` [PATCH v2 05/43] KVM: Update halt-polling stats if and only if halt-polling was attempted
` [PATCH v2 06/43] KVM: Refactor and document halt-polling stats update helper
` [PATCH v2 07/43] KVM: Reconcile discrepancies in halt-polling stats
` [PATCH v2 08/43] KVM: s390: Clear valid_wakeup in kvm_s390_handle_wait(), not in arch hook
` [PATCH v2 09/43] KVM: Drop obsolete kvm_arch_vcpu_block_finish()
` [PATCH v2 10/43] KVM: arm64: Move vGIC v4 handling for WFI out arch callback hook
` [PATCH v2 11/43] KVM: Don't block+unblock when halt-polling is successful
` [PATCH v2 12/43] KVM: x86: Tweak halt emulation helper names to free up kvm_vcpu_halt()
` [PATCH v2 13/43] KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()
` [PATCH v2 14/43] KVM: Split out a kvm_vcpu_block() helper from kvm_vcpu_halt()
` [PATCH v2 15/43] KVM: stats: Add stat to detect if vcpu is currently blocking
` [PATCH v2 16/43] KVM: Don't redo ktime_get() when calculating halt-polling stop/deadline
` [PATCH v2 17/43] KVM: x86: Directly block (instead of "halting") UNINITIALIZED vCPUs
` [PATCH v2 18/43] KVM: x86: Invoke kvm_vcpu_block() directly for non-HALTED wait states
` [PATCH v2 19/43] KVM: Add helpers to wake/query blocking vCPU
` [PATCH v2 20/43] KVM: VMX: Skip Posted Interrupt updates if APICv is hard disabled
` [PATCH v2 21/43] KVM: VMX: Clean up PI pre/post-block WARNs
` [PATCH v2 22/43] KVM: VMX: Drop unnecessary PI logic to handle impossible conditions
` [PATCH v2 23/43] KVM: VMX: Use boolean returns for Posted Interrupt "test" helpers
` [PATCH v2 24/43] KVM: VMX: Drop pointless PI.NDST update when blocking
` [PATCH v2 25/43] KVM: VMX: Save/restore IRQs (instead of CLI/STI) during PI pre/post block
` [PATCH v2 26/43] KVM: VMX: Read Posted Interrupt "control" exactly once per loop iteration
` [PATCH v2 27/43] KVM: VMX: Move Posted Interrupt ndst computation out of write loop
` [PATCH v2 28/43] KVM: VMX: Remove vCPU from PI wakeup list before updating PID.NV
` [PATCH v2 29/43] KVM: VMX: Handle PI wakeup shenanigans during vcpu_put/load
` [PATCH v2 30/43] KVM: Drop unused kvm_vcpu.pre_pcpu field
` [PATCH v2 31/43] KVM: Move x86 VMX's posted interrupt list_head to vcpu_vmx
` [PATCH v2 32/43] KVM: VMX: Move preemption timer <=> hrtimer dance to common x86
` [PATCH v2 33/43] KVM: x86: Unexport LAPIC's switch_to_{hv, sw}_timer() helpers
  ` [PATCH v2 33/43] KVM: x86: Unexport LAPIC's switch_to_{hv,sw}_timer() helpers
` [PATCH v2 34/43] KVM: x86: Remove defunct pre_block/post_block kvm_x86_ops hooks
` [PATCH v2 35/43] KVM: SVM: Signal AVIC doorbell iff vCPU is in guest mode
` [PATCH v2 36/43] KVM: SVM: Don't bother checking for "running" AVIC when kicking for IPIs
` [PATCH v2 37/43] KVM: SVM: Unconditionally mark AVIC as running on vCPU load (with APICv)
` [PATCH v2 38/43] KVM: Drop defunct kvm_arch_vcpu_(un)blocking() hooks
` [PATCH v2 39/43] KVM: VMX: Don't do full kick when triggering posted interrupt "fails"
` [PATCH v2 40/43] KVM: VMX: Wake vCPU when delivering posted IRQ even if vCPU == this vCPU
` [PATCH v2 41/43] KVM: VMX: Pass desired vector instead of bool for triggering posted IRQ
` [PATCH v2 42/43] KVM: VMX: Fold fallback path into triggering posted IRQ helper
` [PATCH v2 43/43] KVM: VMX: Don't do full kick when handling posted interrupt wakeup

[PATCH v4 1/2] dt-bindings: hwmon: Add nct7802 bindings
 2021-10-09  2:58 UTC  (2+ messages)
` [PATCH v4 2/2] hwmon: (nct7802) Make temperature sensors configurable

[PATCH 0/2] ftrace: improve ftrace during compiling
 2021-10-09  2:56 UTC  (6+ messages)
` [PATCH 1/2] scripts: ftrace - move the sort-processing in ftrace_init to compile time

[PATCH bpf-next v4 0/5] Implement bitset maps, with bloom filter
 2021-10-09  2:54 UTC  (5+ messages)
` [PATCH bpf-next v4 4/5] bpf/benchs: Add benchmark tests for bloom filter throughput + false positive

[PATCH 00/11] i915: Initial multi-tile support
 2021-10-09  2:54 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[mark:arm64/uaccess/rework 17/19] arch/arm64/kernel/traps.c:443:5: warning: no previous prototype for 'hark_foo'
 2021-10-09  2:49 UTC  (2+ messages)

[PATCH] dma-buf: remove restriction of IOCTL:DMA_BUF_SET_NAME
 2021-10-09  2:47 UTC 

[PATCH v3 1/2] dt-bindings: hwmon: Add nct7802 bindings
 2021-10-09  2:44 UTC  (2+ messages)
` [PATCH v3 2/2] hwmon: (nct7802) Make temperature sensors configurable

git log --encoding=HTML is not supported
 2021-10-09  2:42 UTC  (7+ messages)
      ` *Really* noisy encoding warnings post-v2.33.0

[PATCH v7] kunit: tool: improve compatibility of kunit_parser with KTAP specification
 2021-10-09  2:35 UTC  (2+ messages)

[PATCH net-next 0/5] net: remove direct netdev->dev_addr writes
 2021-10-09  2:35 UTC  (5+ messages)
` [PATCH net-next 1/5] ethernet: forcedeth: "
` [PATCH net-next 3/5] ethernet: tulip: "

[groeck-staging:watchdog] BUILD SUCCESS be3f5216b903ff5b0f34e0bc01bae518a233dbed
 2021-10-09  2:33 UTC 

[bluetooth-next:master] BUILD SUCCESS b15bfa4df63529150df9ff0585675f728436e0c1
 2021-10-09  2:31 UTC 

[groeck-staging:watchdog-next] BUILD SUCCESS 9ba3edb8dd44b4253b7bdaf5d4a91f97df9370f0
 2021-10-09  2:32 UTC 

[PATCH v2] usb: typec: tcpm: fix issue of multiple tcpm_set_state
 2021-10-09  2:28 UTC  (3+ messages)

[mark:arm64/uaccess/rework 17/19] arch/arm64/kernel/traps.c:443:5: warning: no previous prototype for function 'hark_foo'
 2021-10-09  2:27 UTC  (2+ messages)

[PATCH v5 0/3] usb: gadget: configfs: add some trace event
 2021-10-09  2:26 UTC  (4+ messages)
` [PATCH v5 1/3] usb: gadget: configfs: avoid list move operation of usb_function

[PATCH 0/2] fetch-pack: redact packfile urls in traces
 2021-10-09  2:20 UTC  (2+ messages)
` [PATCH v2] "

New test for patches in openbmc/openbmc
 2021-10-09  2:18 UTC  (10+ messages)
      ` [External] "

LINUX_VERSION_EXTENSION has no effect #yocto #kernel #dunfell
 2021-10-09  2:18 UTC  (2+ messages)
` [yocto] "

[rt-devel:linux-5.15.y-rt-rebase 62/155] net/sched/sch_gred.c:350:1: warning: the frame size of 1164 bytes is larger than 1024 bytes
 2021-10-09  2:17 UTC  (2+ messages)


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.