All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-05-07 05:46:42 to 2021-05-07 06:45:33 UTC [more...]

[PATCH] mm/page_alloc: __alloc_pages_bulk(): do bounds check before accessing array
 2021-05-07  6:45 UTC 

[PATCH] e2fsck: fix portability problems caused by unaligned accesses
 2021-05-07  6:45 UTC  (11+ messages)

[PATCH v2 1/2] drm/bridge: anx7625: refactor power control to use runtime PM framework
 2021-05-07  6:44 UTC  (2+ messages)
` [PATCH v2 2/2] drm/bridge: anx7625: add suspend / resume hooks

[OE-core] [PATCH] cve-extra-exclusions.inc: add exclusion list for intractable CVE's
 2021-05-07  6:44 UTC  (4+ messages)

[PATCH 00/11] Initital support for new power/perf features for SD cards
 2021-05-07  6:44 UTC  (2+ messages)

Radeon NI: GIT kernel with the nislands_smc commit doesn't boot on a Freescale P5040 board and P.A.Semi Nemo board
 2021-05-07  6:43 UTC  (3+ messages)

[PATCH 0/3] mm/gup: Fix pin page write cache bouncing on has_pinned
 2021-05-07  6:42 UTC  (5+ messages)
` [PATCH 2/3] mm: gup: allow FOLL_PIN to scale in SMP
` [PATCH 3/3] mm: gup: pack has_pinned in MMF_HAS_PINNED

[PATCH] selftests/powerpc: Add test of mitigation patching
 2021-05-07  6:42 UTC 

[PATCH v3 00/15] Support Asynchronous Page Fault
 2021-05-07  8:40 UTC  (32+ messages)
` [PATCH v3 01/15] KVM: async_pf: Move struct kvm_async_pf around
` [PATCH v3 02/15] KVM: async_pf: Add helper function to check completion queue
` [PATCH v3 03/15] KVM: async_pf: Make GFN slot management generic
` [PATCH v3 04/15] KVM: x86: Use generic async PF slot management
` [PATCH v3 05/15] KVM: arm64: Export kvm_handle_user_mem_abort()
` [PATCH v3 06/15] KVM: arm64: Add paravirtualization header files
` [PATCH v3 07/15] KVM: arm64: Support page-not-present notification
` [PATCH v3 08/15] KVM: arm64: Support page-ready notification
` [PATCH v3 09/15] KVM: arm64: Support async PF hypercalls
` [PATCH v3 10/15] KVM: arm64: Support async PF ioctl commands
` [PATCH v3 11/15] KVM: arm64: Export async PF capability
` [PATCH v3 12/15] arm64: Detect async PF para-virtualization feature
` [PATCH v3 13/15] arm64: Reschedule process on aync PF
` [PATCH v3 14/15] arm64: Enable async PF
` [PATCH v3 15/15] KVM: arm64: Add async PF document

[Bug 1884719] [NEW] Function not implemented when using libaio
 2021-05-07  6:35 UTC  (2+ messages)
` [Bug 1884719] "

[PATCH] phy: ralink: phy-mt7621-pci: properly print pointer address
 2021-05-07  6:41 UTC  (7+ messages)

[igt-dev] [i-g-t RFC v1 0/1] test/kmd_hdmi: Test case for new HDMI property
 2021-05-07  6:16 UTC  (2+ messages)
` [igt-dev] [i-g-t RFC v1 1/1] "

Sphinx parallel build error: UnicodeEncodeError: 'latin-1' codec can't encode characters in position 18-20: ordinal not in range(256)
 2021-05-07  6:39 UTC  (9+ messages)

[PATCH v2] rapidio: fix unused variable warning in rio_cm.c
 2021-05-07  6:39 UTC  (3+ messages)

[PATCH 1/2] drm/bridge: anx7625: refactor power control to use runtime PM framework
 2021-05-07  6:35 UTC  (2+ messages)
` [PATCH 2/2] drm/bridge: anx7625: add suspend / resume hooks

[PATCH v2 1/2] dt-bindings: pwm: Add Xilinx AXI Timer
 2021-05-07  6:35 UTC  (5+ messages)

[PATCH] dmaengine: pl330: fix wrong usage of spinlock flags in dma_cyclc
 2021-05-07  6:36 UTC 

[PATCH v4] mmc-utils: Add eMMC erase command support
 2021-05-07  6:36 UTC  (2+ messages)

[dpdk-dev] [PATCH v1 0/4] refactor SMP barriers for net/mlx
 2021-05-07  6:36 UTC  (12+ messages)
` [dpdk-dev] [PATCH v1 3/4] net/mlx5: fix rebuild bug for Memory Region cache
    ` [dpdk-dev] 回复: "

[PATCH] drivers: memstick: core:ms_block.c: Fix alignment of block comment
 2021-05-07  6:35 UTC 

[PATCH] lsb-release: fix reproducibility failure
 2021-05-07  6:35 UTC 

[PATCH] usb: dwc3: gadget: Return success always for kick transfer in ep queue
 2021-05-07  6:34 UTC 

incoming
 2021-05-07  6:34 UTC  (5+ messages)
` [patch 04/91] proc: save LOC in __xlate_proc_name()

[PATCH v3 00/21] Support SDEI Virtualization
 2021-05-07  8:31 UTC  (44+ messages)
` [PATCH v3 01/21] KVM: arm64: Introduce template for inline functions
` [PATCH v3 02/21] KVM: arm64: Add SDEI virtualization infrastructure
` [PATCH v3 03/21] KVM: arm64: Support SDEI_VERSION hypercall
` [PATCH v3 04/21] KVM: arm64: Support SDEI_EVENT_REGISTER hypercall
` [PATCH v3 05/21] KVM: arm64: Support SDEI_EVENT_{ENABLE, DISABLE} hypercall
` [PATCH v3 06/21] KVM: arm64: Support SDEI_EVENT_CONTEXT hypercall
` [PATCH v3 07/21] KVM: arm64: Support SDEI_EVENT_UNREGISTER hypercall
` [PATCH v3 08/21] KVM: arm64: Support SDEI_EVENT_STATUS hypercall
` [PATCH v3 09/21] KVM: arm64: Support SDEI_EVENT_GET_INFO hypercall
` [PATCH v3 10/21] KVM: arm64: Support SDEI_EVENT_ROUTING_SET hypercall
` [PATCH v3 11/21] KVM: arm64: Support SDEI_PE_{MASK, UNMASK} hypercall
` [PATCH v3 12/21] KVM: arm64: Support SDEI_{PRIVATE, SHARED}_RESET hypercall
` [PATCH v3 13/21] KVM: arm64: Impment SDEI event delivery
` [PATCH v3 14/21] KVM: arm64: Support SDEI_EVENT_{COMPLETE, COMPLETE_AND_RESUME} hypercall
` [PATCH v3 15/21] KVM: arm64: Support SDEI event notifier
` [PATCH v3 16/21] KVM: arm64: Support SDEI ioctl commands on VM
` [PATCH v3 17/21] KVM: arm64: Support SDEI ioctl commands on vCPU
` [PATCH v3 18/21] KVM: arm64: Support SDEI event injection
` [PATCH v3 19/21] KVM: arm64: Support SDEI event cancellation
` [PATCH v3 20/21] KVM: arm64: Export SDEI capability
` [PATCH v3 21/21] KVM: selftests: Add SDEI test case

[PATCH v2] f2fs: reduce expensive checkpoint trigger frequency
 2021-05-07  6:33 UTC  (3+ messages)
` [f2fs-dev] "

[tip:locking/urgent] BUILD SUCCESS 51cf94d16860a324e97d1b670d88f1f2b643bc32
 2021-05-07  6:32 UTC 

[Intel-wired-lan] [PATCH net] igb: fix netpoll exit with traffic
 2021-05-07  6:32 UTC  (2+ messages)

[PATCH V5 0/4] blk-mq: fix request UAF related with iterating over tagset requests
 2021-05-07  6:31 UTC  (11+ messages)
` [PATCH V5 3/4] blk-mq: clear stale request in tags->rq[] before freeing one request pool

[Buildroot] [PATCH] package/go: security bump to version 1.16.4
 2021-05-07  6:28 UTC 

[Intel-gfx] [PATCH v2] drm/i915: Use correct downstream caps for check Src-Ctl mode for PCON
 2021-05-07  6:27 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: Use correct downstream caps for check Src-Ctl mode for PCON (rev2)
` [Intel-gfx] ✓ Fi.CI.IGT: success "

[PATCH] f2fs: return -EPERM given generic mask
 2021-05-07  6:26 UTC  (3+ messages)
` [f2fs-dev] "

[PATCH v3 0/5] mmc: sdhci-of-aspeed: Support toggling SD bus signal
 2021-05-07  6:24 UTC  (10+ messages)
` [PATCH v3 5/5] mmc: sdhci-of-aspeed: Assert/Deassert reset signal before probing eMMC

[PATCH] Fix typo in Documentation/RelNotes/2.31.0.txt
 2021-05-07  6:26 UTC 

[PATCH v3 0/2] VDM management improvement and some bug fixes
 2021-05-07  6:23 UTC  (3+ messages)
` [PATCH v3 1/2] usb: typec: tcpm: Send DISCOVER_IDENTITY from dedicated work
` [PATCH v3 2/2] usb: typec: tcpm: Fix wrong handling for Not_Supported in VDM AMS

[PATCH] x86/shim: fix build when !PV32
 2021-05-07  6:22 UTC 

[PATCH] Fix type in Documentation/RelNotes/2.31.0.txt
 2021-05-07  6:21 UTC 

[PATCH] rt-tests: pi_stress: fix testing threads' smp affinity
 2021-05-07  6:22 UTC  (2+ messages)

[PATCH] scripts: add a script to list virtio devices in a system
 2021-05-07  6:17 UTC  (3+ messages)

Re: [RESEND v4 2/2] PCI: imx: clear vreg bypass when pcie vph voltage is 3v3
 2021-05-07  6:18 UTC 

[PATCH 0/2] *** SUBJECT HERE ***
 2021-05-07  6:18 UTC  (5+ messages)
` [PATCH 1/2] usb: musb: remove unused function argument

[Buildroot] [PATCH] package/python3: security bump to version 3.9.5
 2021-05-07  6:15 UTC 

[Intel-wired-lan] X710-T4L: 5Gb support for IEEE1588
 2021-05-07  6:14 UTC 

[PATCH 00/10] [v7][RESEND] Migrate Pages in lieu of discard
 2021-05-07  6:14 UTC  (6+ messages)

[PATCH] Documentation: drop optional BOMs
 2021-05-07  6:14 UTC  (2+ messages)

[PATCH 4/5] phy: ralink: Kconfig: enable COMPILE_TEST on mt7621-pci-phy driver
 2021-05-07  6:13 UTC  (6+ messages)

or should block size for xts.c set to 1 instead of AES block size?
 2021-05-07  6:12 UTC 

[PATCH v7 0/6] Enable CET support for guest
 2021-05-07  6:25 UTC  (5+ messages)
` [PATCH v7 2/6] target/i386: Enable XSS feature enumeration for CPUID

[PATCH] ovl: relax lookup error on mismatch origin ftype
 2021-05-07  6:09 UTC  (4+ messages)
      `  "
          `  "

[PATCH v2 0/9] y2038 groundwork and first steps
 2021-05-07  6:09 UTC  (3+ messages)
` [PATCH v2 1/9] cobalt/kernel: y2038: convert struct timespec to timespec64

[PATCH V4 0/3] Add DT bindings and device tree nodes for TSENS in SC7280
 2021-05-07  6:07 UTC  (4+ messages)
` [PATCH V4 1/3] dt-bindings: thermal: tsens: Add compatible string to TSENS binding for SC7280
` [PATCH V4 2/3] arm64: dts: qcom: SC7280: Add device node support for TSENS
` [PATCH V4 3/3] arm64: dts: qcom: SC7280: Add thermal zone support

[RFC suggestion] Generate manpage directly with Asciidoctor
 2021-05-07  6:06 UTC 

[RFC PATCH 83/97] drm/i915/guc: Don't return -EAGAIN to user when guc_ids exhausted
 2021-05-07  6:06 UTC  (2+ messages)

[PATCH v2 0/2] VDM management improvement and some bug fixes
 2021-05-07  6:05 UTC  (2+ messages)

[PATCH v2 dwarves] btf: Remove ftrace filter
 2021-05-07  6:05 UTC  (2+ messages)

[usb:usb-testing 7/9] drivers/usb/isp1760/isp1760-regs.h:286:21: warning: initializer overrides prior initialization of this subobject
 2021-05-07  6:02 UTC  (4+ messages)

[PATCH] powerpc/mmu: Remove leftover CONFIG_E200
 2021-05-07  6:00 UTC  (2+ messages)

[PATCH] linux-firmware: update firmware for mhdp8546
 2021-05-07  6:00 UTC  (3+ messages)

Question on guest enable msi fail when using GICv4/4.1
 2021-05-07  5:57 UTC  (3+ messages)

[PATCH] remoteproc: k3-r5: Fix an error message
 2021-05-07  5:58 UTC  (3+ messages)

xts.c and block size inkonsistency? cannot pass generic driver comparision tests
 2021-05-07  5:57 UTC 

[RFC BlueZ v2 00/11] Convert tester tools to use ELL
 2021-05-07  5:56 UTC  (12+ messages)
` [RFC BlueZ v2 01/11] shared/bttester: tester framework wrapper "
` [RFC BlueZ v2 02/11] emulator/hciemu: Create ELL based version of hciemu
` [RFC BlueZ v2 03/11] tools/gap-tester: Convert to use ELL library
` [RFC BlueZ v2 04/11] tools/sco-tester: "
` [RFC BlueZ v2 05/11] tools/userchan-tester: "
` [RFC BlueZ v2 06/11] tools/smp-tester: "
` [RFC BlueZ v2 07/11] tools/bnep-tester: "
` [RFC BlueZ v2 08/11] tools/l2cap-tester: "
` [RFC BlueZ v2 09/11] tools/mgmt-tester: "
` [RFC BlueZ v2 10/11] tools/rfcomm-tester: "
` [RFC BlueZ v2 11/11] tools/hci-tester: "

[PATCH 0/5] Directory traversal fixes
 2021-05-07  5:56 UTC  (7+ messages)
` [PATCH 1/5] t7300: add testcase showing unnecessary traversal into ignored directory

Re: [RESEND v4 1/2] dt-bindings: imx6q-pcie: add one regulator used to power up pcie phy
 2021-05-07  5:56 UTC 

[PATCH v7] mac80211: Switch to a virtual time-based airtime scheduler
 2021-05-07  5:55 UTC  (3+ messages)

[RFC PATCH 55/97] drm/i915/guc: Update intel_gt_wait_for_idle to work with GuC
 2021-05-07  5:56 UTC  (2+ messages)
` [Intel-gfx] "

drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c:748 gpmi_setup_interface() warn: passing a valid pointer to 'PTR_ERR'
 2021-05-07  5:53 UTC 

[PATCH v12 0/8] powerpc: Further Strict RWX support
 2021-05-07  5:53 UTC  (7+ messages)
` [PATCH v12 2/8] powerpc/lib/code-patching: Set up Strict RWX patching earlier
` [PATCH v12 4/8] powerpc/bpf: Remove bpf_jit_free()
` [PATCH v12 5/8] powerpc/bpf: Write protect JIT code

[plbossart-sound:sdw/fix-rt711-sdca-entity 5016/5017] sound/soc/soc-topology.c:1560 soc_tplg_dapm_widget_create() error: uninitialized symbol 'kcontrol_type'
 2021-05-07  5:51 UTC 

[PATCH 5.11.y, 5.10.y, 5.4.y] vfio: Depend on MMU
 2021-05-07  5:49 UTC  (3+ messages)

OMAP4460 cpufreq crashes
 2021-05-07  5:47 UTC  (2+ messages)

[PATCH v2] remove ftrace filter
 2021-05-07  5:47 UTC 

[PATCH v4 1/3] perf report: compile tips.txt in perf binary
 2021-05-07  5:46 UTC  (3+ 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.