All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-07-03 01:28:53 to 2020-07-03 03:03:03 UTC [more...]

[RFC PATCH v2 0/3] RFC: tiny-dm: Proposal for using driver model in SPL
 2020-07-03  3:03 UTC  (3+ messages)

[PATCH] kthread: Don't cancel a work that is being cancelled
 2020-07-02  1:13 UTC 

[PATCH 0/9] media: rkvdec: Add H.264 High 10 and 4:2:2 profile support
 2020-07-03  3:01 UTC  (10+ messages)
` [PATCH 1/9] media: rkvdec: h264: Support profile and level controls
` [PATCH 3/9] media: rkvdec: h264: Fix pic width and height in mbs
` [PATCH 2/9] media: rkvdec: h264: Fix reference frame_num wrap for second field
` [PATCH 4/9] media: rkvdec: h264: Fix bit depth wrap in pps packet

[dpdk-dev] [PATCH] test/ring: add stress test for ST peek API
 2020-07-03  3:01 UTC  (6+ messages)
` [dpdk-dev] [PATCH v2 0/2] extend test coverage for ring PEEK API
  ` [dpdk-dev] [PATCH v2 2/2] test/ring: rearrange names for ring stress tests
    ` [dpdk-dev] 回复: "

[PATCH] rtc: goldfish: Enable interrupt in set_alarm() when necessary
 2020-07-03  3:00 UTC  (2+ messages)

[tpm2] tpm2-tss v2.4.2-rc2
 2020-07-03  3:01 UTC 

[LTP] [PATCH 1/1] numa01.sh: Handle computation error
 2020-07-03  3:00 UTC  (2+ messages)

[PATCH] MIPS: Fix ejtag debug buffer address of per cpu
 2020-07-03  2:59 UTC  (2+ messages)

[PATCH v33 00/21] Intel SGX foundations
 2020-07-03  2:55 UTC  (9+ messages)
` [PATCH v33 12/21] x86/sgx: Allow a limited use of ATTRIBUTE.PROVISIONKEY for attestation

dwc3 inconsistent gadget connection state?
 2020-07-03  2:55 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: Add capability to zap only sptes for the affected memslot
 2020-07-03  2:50 UTC 

[PATCH 0/5] Some cleanups for NVMe-pci driver
 2020-07-03  2:49 UTC  (12+ messages)
` [PATCH 1/5] nvme-pci: Fix some comments issues
` [PATCH 2/5] nvme-pci: Add a blank line after declarations
` [PATCH 3/5] nvme-pci: Remove redundant segment validation
` [PATCH 4/5] nvme-pci: Use the consistent return type of nvme_pci_iod_alloc_size()
` [PATCH 5/5] nvme-pci: Use standard block status macro

[PATCH v5 00/10] MT6779 IOMMU SUPPORT
 2020-07-03  2:38 UTC  (13+ messages)
` [PATCH v5 02/10] iommu/mediatek: Rename the register STANDARD_AXI_MODE(0x48) to MISC_CTRL
` [PATCH v5 04/10] iommu/mediatek: Setting MISC_CTRL register

[dpdk-dev] [PATCH v4 0/4] enable more PPPoE packet type for switch
 2020-07-03  2:47 UTC  (3+ messages)
` [dpdk-dev] [PATCH v5 0/5] "

[f2fs-dev] [PATCH] f2fs: add symbolic link to kobject in sysfs
 2020-07-03  2:46 UTC  (9+ messages)

[bpf-next] bpf: fix build without CONFIG_STACKTRACE
 2020-07-03  2:45 UTC 

[PATCH v2 net] net: ethernet: fec: prevent tx starvation under high rx load
 2020-07-03  2:45 UTC  (2+ messages)
` [EXT] "

[PATCH v11 1/2] dt-bindings: phy: Document Samsung UFS PHY bindings
 2020-07-03  2:21 UTC  (4+ messages)
  ` [PATCH v11 2/2] phy: samsung-ufs: add UFS PHY driver for samsung SoC

Question about virtio-net: implement RX RSS processing
 2020-07-03  2:41 UTC  (2+ messages)

[PATCH v1 0/4] Add pca9450 driver
 2020-07-03  2:38 UTC  (5+ messages)
` [PATCH v1 1/4] regulator: pca9450: add pca9450 pmic driver

[PATCH v3 00/21] KVM: Cleanup and unify kvm_mmu_memory_cache usage
 2020-07-03  2:35 UTC  (83+ messages)
` [PATCH v3 01/21] KVM: x86/mmu: Track the associated kmem_cache in the MMU caches
` [PATCH v3 02/21] KVM: x86/mmu: Consolidate "page" variant of memory cache helpers
` [PATCH v3 03/21] KVM: x86/mmu: Use consistent "mc" name for kvm_mmu_memory_cache locals
` [PATCH v3 04/21] KVM: x86/mmu: Remove superfluous gotos from mmu_topup_memory_caches()
` [PATCH v3 05/21] KVM: x86/mmu: Try to avoid crashing KVM if a MMU memory cache is empty
` [PATCH v3 06/21] KVM: x86/mmu: Move fast_page_fault() call above mmu_topup_memory_caches()
` [PATCH v3 07/21] KVM: x86/mmu: Topup memory caches after walking GVA->GPA
` [PATCH v3 08/21] KVM: x86/mmu: Clean up the gorilla math in mmu_topup_memory_caches()
` [PATCH v3 09/21] KVM: x86/mmu: Separate the memory caches for shadow pages and gfn arrays
` [PATCH v3 10/21] KVM: x86/mmu: Make __GFP_ZERO a property of the memory cache
` [PATCH v3 11/21] KVM: x86/mmu: Zero allocate shadow pages (outside of mmu_lock)
` [PATCH v3 12/21] KVM: x86/mmu: Skip filling the gfn cache for guaranteed direct MMU topups
` [PATCH v3 13/21] KVM: x86/mmu: Prepend "kvm_" to memory cache helpers that will be global
` [PATCH v3 14/21] KVM: Move x86's version of struct kvm_mmu_memory_cache to common code
` [PATCH v3 15/21] KVM: Move x86's MMU memory cache helpers to common KVM code
` [PATCH v3 16/21] KVM: arm64: Drop @max param from mmu_topup_memory_cache()
` [PATCH v3 17/21] KVM: arm64: Use common code's approach for __GFP_ZERO with memory caches
` [PATCH v3 18/21] KVM: arm64: Use common KVM implementation of MMU "
` [PATCH v3 19/21] KVM: MIPS: Drop @max param from mmu_topup_memory_cache()
` [PATCH v3 20/21] KVM: MIPS: Account pages used for GPA page tables
` [PATCH v3 21/21] KVM: MIPS: Use common KVM implementation of MMU memory caches

[PATCH 0/5] cleanup for req_free/find_next
 2020-07-03  2:39 UTC  (3+ messages)
` [PATCH 5/5] io_uring: fix use after free

[LTP] [PATCH 1/2] syscalls/timer_settime01: Improve print messages
 2020-07-03  2:39 UTC  (4+ messages)
` [LTP] [PATCH V2] syscalls/timer_settime01: Make sure the timer fires

[PATCH bpf-next 0/3] bpf: Populate bpffs with map and prog iterators
 2020-07-03  2:35 UTC  (4+ messages)
` [PATCH bpf-next 3/3] bpf: Add kernel module with user mode driver that populates bpffs

[OE-core][PATCH 0/1 v3] classes/kernel: Use a copy of image for kernel*.rpm if fs doesn't support symlinks
 2020-07-03  2:29 UTC  (16+ messages)
` [OE-core][PATCH 1/1 "

[broonie-misc:asoc-5.9 57/73] sound/soc/codecs/tas2562.c:200:4: warning: Assignment of function parameter has no effect outside the function
 2020-07-03  2:27 UTC 

[PATCH V12 0/2] media: i2c: Add support for OV02A10 sensor
 2020-07-03  2:15 UTC  (5+ messages)
` [PATCH V12 2/2] media: i2c: ov02a10: Add OV02A10 image sensor driver

[PATCH] vfio-ccw: Fix a build error due to missing include of linux/slab.h
 2020-07-03  2:26 UTC 

[dpdk-dev] [PATCH 0/2] net/enic: minor flow manager changes
 2020-07-03  2:23 UTC  (3+ messages)
` [dpdk-dev] [PATCH 1/2] net/enic: support VLAN push and pop flow actions
` [dpdk-dev] [PATCH 2/2] net/enic: add new flow manager actions to the dump function

[f2fs-dev] [PATCH v2] f2fs: add GC_URGENT_LOW mode in gc_urgent
 2020-07-03  2:21 UTC  (3+ messages)

[kvm-unit-tests PATCH] x86: access: Add test for illegal toggling of CR4.LA57 in 64-bit mode
 2020-07-03  2:19 UTC 

=?gb18030?B?UkWjuiBIb3cgdG8gYnVpbGQgUUVNVSBwbHVnaW4gb24gV2luZG93cyB3aXRoIG1pbmd3?=
 2020-07-03  2:17 UTC 

What are the differences among these similar nanosleep functions?
 2020-07-03  2:17 UTC 

[PATCH] KVM: x86: Inject #GP if guest attempts to toggle CR4.LA57 in 64-bit mode
 2020-07-03  2:17 UTC 

[PATCH v1 0/1] Add support for meson building
 2020-07-03  2:15 UTC  (13+ messages)
` [PATCH v1 1/1] "

[f2fs-dev] [PATCH RFC 1/5] f2fs: introduce inmem curseg
 2020-07-03  2:13 UTC  (5+ messages)
` [f2fs-dev] [PATCH RFC 2/5] f2fs: record average update time of segment
    `  "

[iwlwifi-chromeos:chromeos-4.19__release/core54-58 2936/9999] drivers/gpu/drm/img-rogue/1.10/rgx_bridge.h:191:25: error: 'gui32RGXBridges' defined but not used
 2020-07-03  2:09 UTC 

[PATCH 1/5] tracing: use union to simplify the trace_event_functions initialization
 2020-07-03  2:06 UTC  (5+ messages)
` [PATCH 2/5] tracing: simplify the logic by defining next to be "lasst + 1"
` [PATCH 3/5] tracing: save one trace_event->type by using __TRACE_LAST_TYPE
` [PATCH 4/5] tracing: use NULL directly to create root level tracefs
` [PATCH 5/5] tracing: toplevel d_entry already initialized

[PATCH] loop: change to punch hole if zero range is not supported
 2020-07-03  2:04 UTC  (3+ messages)

[PATCH v5 1/3] ARM: imx: mach-imx6q: Search for fsl, imx6q-iomuxc-gpr earlier
 2020-07-03  2:01 UTC  (6+ messages)
` [PATCH v5 3/3] ARM: imx6plus: optionally enable internal routing of clk_enet_ref
      ` [EXT] "

[tip:WIP.fixes] BUILD SUCCESS bdbfb1d52d5e576c1d275fd8ab59b677011229e8
 2020-07-03  2:00 UTC 

[hch-misc:set_fs-rw 17/24] fs/proc/inode.c:398:33: error: no member named 'proc_compat_ioctl' in 'struct proc_ops'
 2020-07-03  2:00 UTC 

[PATCH v2] generic: Verify if statx() can qurey S_DAX flag on regular file correctly
 2020-07-03  1:51 UTC 

[PATCH 1/2] USB: phy: fsl-usb: remove sysfs abuse
 2020-07-03  1:56 UTC  (6+ messages)
` [PATCH 2/2] USB: phy: fsl-usb: remove character device usage

[PATCH v5 0/6] Introduce PMIC based USB type C detection
 2020-07-03  1:51 UTC  (7+ messages)
` [PATCH v5 1/6] usb: typec: Add QCOM PMIC typec detection driver
` [PATCH v5 2/6] dt-bindings: usb: Add Qualcomm PMIC type C controller dt-binding
` [PATCH v5 3/6] arm64: boot: dts: qcom: pm8150b: Add node for USB type C block
` [PATCH v5 4/6] regulator: Add support for QCOM PMIC VBUS booster
` [PATCH v5 5/6] dt-bindings: regulator: Add dt-binding for QCOM PMIC VBUS output regulator
` [PATCH v5 6/6] arm64: boot: dts: qcom: pm8150b: Add DTS node for PMIC VBUS booster

[PATCH v7 00/11] Stop monitoring disabled devices
 2020-07-03  1:49 UTC  (17+ messages)

[PATCH v5] Enable auto-merge for meld to follow the vim-diff beharior
 2020-07-03  1:50 UTC  (3+ messages)
` [PATCH v6] Support auto-merge for meld to follow the vim-diff behavior

[pull request][net 00/11] mlx5 fixes 2020-07-02
 2020-07-03  1:47 UTC  (3+ messages)
` [net 02/11] net/mlx5e: Fix multicast counter not up-to-date in "ip -s"

[git pull] drm fixes for 5.8-rc4
 2020-07-03  1:46 UTC  (2+ messages)

[PATCH] baremetal-helloworld: Use do_image_complete instead of do_deploy
 2020-07-03  1:45 UTC 

[PATCH 00/30] Fix a bunch of W=1 issues in USB
 2020-07-03  1:41 UTC  (5+ messages)
` [PATCH 16/30] usb: mtu3: mtu3_trace: Function headers are not suitable for kerneldoc

[Intel-gfx] [PATCH 1/2] drm/i915: Enable TPS3/4 on all platforms that support them
 2020-07-03  1:37 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [1/2] "

[f2fs-dev] [PATCH] f2fs: avoid readahead race condition
 2020-07-03  1:34 UTC  (10+ messages)
` [f2fs-dev] [PATCH v2] "
  ` [f2fs-dev] [PATCH v3] "

[RFC] stop using ->read and ->write for kernel access v3
 2020-07-03  1:34 UTC  (5+ messages)
` [PATCH 19/23] sysctl: Call sysctl_head_finish on error

[PATCH] mm: define pte_add_end for consistency
 2020-07-03  1:34 UTC  (7+ messages)

objtool clac/stac handling change
 2020-07-03  1:33 UTC  (11+ messages)

[PATCH V2] null_blk: add helper for deleting the nullb_list
 2020-07-03  1:31 UTC 

[dpdk-dev] [PATCH v2] app/testpmd: fix missing set for current forward engine
 2020-07-03  1:31 UTC  (3+ messages)

[RESEND PATCH v10 1/2] dt-bindings: phy: Document Samsung UFS PHY bindings
 2020-07-03  1:27 UTC  (4+ messages)
  ` [RESEND PATCH v10 2/2] phy: samsung-ufs: add UFS PHY driver for samsung SoC

[dpdk-dev] [PATCH v4 0/2] ethdev: minor bugfixes
 2020-07-03  1:28 UTC  (4+ messages)
` [dpdk-dev] [PATCH v4 2/2] ethdev: fix VLAN offloads set if no relative capabilities


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.