All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-08-05 14:34:37 to 2021-08-05 15:24:52 UTC [more...]

[PATCH v4 00/35] SLUB: reduce irq disabled scope and make it RT compatible
 2021-08-05 15:19 UTC  (17+ messages)
` [PATCH v4 01/35] mm, slub: don't call flush_all() from slab_debug_trace_open()
` [PATCH v4 02/35] mm, slub: allocate private object map for debugfs listings
` [PATCH v4 03/35] mm, slub: allocate private object map for validate_slab_cache()
` [PATCH v4 04/35] mm, slub: don't disable irq for debug_check_no_locks_freed()
` [PATCH v4 05/35] mm, slub: remove redundant unfreeze_partials() from put_cpu_partial()
` [PATCH v4 06/35] mm, slub: unify cmpxchg_double_slab() and __cmpxchg_double_slab()
` [PATCH v4 07/35] mm, slub: extract get_partial() from new_slab_objects()
` [PATCH v4 08/35] mm, slub: dissolve new_slab_objects() into ___slab_alloc()
` [PATCH v4 09/35] mm, slub: return slab page from get_partial() and set c->page afterwards
` [PATCH v4 10/35] mm, slub: restructure new page checks in ___slab_alloc()
` [PATCH v4 11/35] mm, slub: simplify kmem_cache_cpu and tid setup
` [PATCH v4 13/35] mm, slub: do initial checks in ___slab_alloc() with irqs enabled
` [PATCH v4 14/35] mm, slub: move disabling irqs closer to get_partial() in ___slab_alloc()
` [PATCH v4 15/35] mm, slub: restore irqs around calling new_slab()
` [PATCH v4 17/35] mm, slub: check new pages with restored irqs
` [PATCH v4 21/35] mm, slub: call deactivate_slab() without disabling irqs

[PATCH v3 0/2] New V4L2 controls V4L2_CID_NOTIFY_GAIN_XXX
 2021-08-05 15:22 UTC  (6+ messages)
` [PATCH v3 1/2] media: v4l2-ctrls: Add V4L2_CID_NOTIFY_GAIN_XXX controls
` [PATCH v3 2/2] media: v4l2-ctrls: Document "

[PATCH v2 0/3] efi: Minimal revert to rodata change
 2021-08-05 15:24 UTC  (2+ messages)

[PATCH RESEND] virtio-pmem: PMEM device spec
 2021-08-05 15:22 UTC  (6+ messages)
` [virtio-dev] "

[PATCH v1] s390x/ioinst: Fix wrong MSCH alignment check on little endian
 2021-08-05 15:21 UTC  (2+ messages)

[PATCH 00/14] qla2xxx driver bug fixes
 2021-08-05 15:21 UTC  (7+ messages)
` [PATCH 01/14] qla2xxx: Add host attribute to trigger MPI hang
` [PATCH 02/14] qla2xxx: Change %p to %px in the log messages
` [PATCH 03/14] qla2xxx: adjust request/response queue size for 28xx

[PATCH 0/6] docs/devel: Organize devel manual into further subsections
 2021-08-05 15:20 UTC  (4+ messages)
` [PATCH 4/6] docs/devel: create TCG subsection

Minutes: Yocto Project Weekly Triage Meeting 8/5/2021
 2021-08-05 15:21 UTC 

[PATCH 1/6] netdev: check AKMs instead of in_ft for require_handshake
 2021-08-05 15:19 UTC  (6+ messages)
` [PATCH 2/6] netdev: rename in_ft flag to in_roam
` [PATCH 3/6] netdev: allow SAE reassociation
` [PATCH 4/6] auto-t: add reassociate test to FT-SAE-roam
` [PATCH 5/6] auto-t: rename testFT-SAE-roam to testSAE-roam
` [PATCH 6/6] netdev: enable FILS reassociation

[PATCH 0/9] meson64_android: Android boot flow using abootimg
 2021-08-05 15:17 UTC  (10+ messages)
` [PATCH 1/9] configs: meson64: permit redefining SYS_MALLOC_LEN
` [PATCH 2/9] configs: meson64_android: increase SYS_MALLOC_LEN to 128M for AVB
` [PATCH 3/9] configs: meson64_android: implement AVB support
` [PATCH 4/9] configs: meson64_android: implement A/B slot support
` [PATCH 5/9] configs: meson64_android: define BOOT_CMD macro
` [PATCH 6/9] configs: meson64_android: boot android via abootimg
` [PATCH 7/9] configs: sei510/sei610: reformat PARTS_default
` [PATCH 8/9] configs: sei510/sei610: don't use hard-coded gpt uuids
` [PATCH 9/9] configs: sei510/610: android bootflow via abootimg

[PATCH] scripts/Makefile.clang: default to LLVM_IAS=1
 2021-08-05 15:18 UTC  (5+ messages)

[PATCH] iommu/arm-smmu-v3: Remove some unneeded init in arm_smmu_cmdq_issue_cmdlist()
 2021-08-05 15:16 UTC  (9+ messages)

[PATCH 0/5] Some cleanup for page migration
 2021-08-05 15:17 UTC  (7+ messages)
` [PATCH 1/5] mm: migrate: Move the page count validation to the proper place
` [PATCH 2/5] mm: migrate: Introduce a local variable to get the number of pages
` [PATCH 3/5] mm: migrate: Fix the incorrect function name in comments
` [PATCH 4/5] mm: migrate: Change to use bool type for 'page_was_mapped'
` [PATCH 5/5] mm: migrate: Remove redundant goto labels

[PATCH v7 00/10] qapi: untie 'if' conditions from C preprocessor
 2021-08-05 15:14 UTC  (6+ messages)
` [PATCH v7 06/10] qapi: replace if condition list with dict {'all': [...]}
` [PATCH v7 08/10] qapi: Use 'if': { 'any': ... } where appropriate

[Patch] Allow selection of timestamp source for GPIO timestamps
 2021-08-05 15:15 UTC 

[PATCH v2] ceph: fix possible null-pointer dereference in ceph_mdsmap_decode()
 2021-08-05 15:14 UTC 

[PATCH] ext4: avoid huge mmp update interval value
 2021-08-05 15:14 UTC 

[PATCH v6 00/11] qapi: untie 'if' conditions from C preprocessor
 2021-08-05 15:11 UTC  (4+ messages)
` [PATCH v6 07/11] qapi: replace if condition list with dict {'all': [...]}

Large gpio interrupt latency
 2021-08-05 15:11 UTC  (2+ messages)

[Intel-gfx] [PATCH v4 00/18] Begin enabling Xe_HP SDV and DG2 platforms
 2021-08-05 15:11 UTC  (4+ messages)
` [Intel-gfx] [PATCH v4 05/18] drm/i915/dg2: Add SQIDI steering

[LTP] [PATCH v3 1/3] API: TST_EXP_FAIL: Allow passing when errno is not checked
 2021-08-05 15:11 UTC  (5+ messages)
` [LTP] [PATCH v4 1/3] API: TST_EXP_FAIL: Allow passing when errno is not set
  ` [LTP] [PATCH v4 3/3] Add setsockopt08, CVE-2021-22555

[RFC PATCH] xen/memory: Introduce a hypercall to provide unallocated space
 2021-08-05 15:10 UTC  (16+ messages)

[PATCH v5 00/20] drm/sched dependency handling and implicit sync fixes
 2021-08-05 15:10 UTC  (16+ messages)
` [PATCH v5 01/20] drm/sched: Split drm_sched_job_init
      ` [Intel-gfx] "
` [PATCH v5 07/20] drm/panfrost: use scheduler dependency tracking
` [PATCH v5 14/20] drm/sched: Don't store self-dependencies
          ` [Intel-gfx] "

[PATCH] drm/amdgpu: set default noretry=1 to fix kfd SVM issues for raven
 2021-08-05 15:10 UTC  (4+ messages)

[PATCH] rbtree: remove unneeded explicit alignment in struct rb_node
 2021-08-05 15:10 UTC  (4+ messages)

[PATCH v3 0/3] Add RZ/G2L Sound support
 2021-08-05 15:09 UTC  (5+ messages)

[PATCH v2 0/6] PCI: Drop duplicated tracking of a pci_dev's bound driver
 2021-08-05 15:09 UTC  (3+ messages)
` [PATCH v2 5/6] PCI: Adapt all code locations to not use struct pci_dev::driver directly

[PATCH] drm/omap: Depend on CONFIG_OF
 2021-08-05 15:09 UTC  (3+ messages)

[PATCH] ARM: dts: imx7: add ftm nodes for Flex Timers
 2021-08-05 15:06 UTC 

[PATCH SYSTEMD 0/7] Re-add SELinux checks for unit install operations
 2021-08-05 15:08 UTC  (2+ messages)

[RFC PATCH 00/13] Add bundle-uri: resumably clones, static "dumb" CDN etc
 2021-08-05 15:07 UTC  (14+ messages)
` [RFC PATCH 01/13] serve: add command to advertise bundle URIs
` [RFC PATCH 02/13] bundle-uri client: add "bundle-uri" parsing + tests
` [RFC PATCH 03/13] connect.c: refactor sending of agent & object-format
` [RFC PATCH 04/13] bundle-uri client: add minimal NOOP client
` [RFC PATCH 05/13] bundle-uri client: add "git ls-remote-bundle-uri"
` [RFC PATCH 06/13] bundle-uri client: add transfer.injectBundleURI support
` [RFC PATCH 07/13] bundle-uri client: add boolean transfer.bundleURI setting
` [RFC PATCH 08/13] bundle.h: make "fd" version of read_bundle_header() public
` [RFC PATCH 09/13] fetch-pack: add a deref_without_lazy_fetch_extended()
` [RFC PATCH 10/13] fetch-pack: move --keep=* option filling to a function
` [RFC PATCH 11/13] index-pack: add --progress-title option
` [RFC PATCH 12/13] bundle-uri client: support for bundle-uri with "clone"
` [RFC PATCH 13/13] bundle-uri docs: add design notes

Could it be made possible to offer "supplementary" data to a DIO write ?
 2021-08-05 15:06 UTC  (6+ messages)

[PATCH 0/7] progress: verify progress counters in the test suite
 2021-08-05 15:07 UTC  (4+ messages)
` [PATCH 0/3] progress.c API users: fix bogus counting
  ` [PATCH 2/3] midx: don't provide a total for QSORT() progress

[PATCH 1/3] arm: omap2: Drop MACH_OMAP3517EVM entry
 2021-08-05 15:04 UTC  (4+ messages)

[Linux Kernel 5.13 GA] ESXi Performance regression
 2021-08-05 15:05 UTC  (5+ messages)

[PATCH] emu: fix executable stack marking
 2021-08-05 15:05 UTC  (2+ messages)

[PATCH v2 0/8] MIPS: jz4780 HDMI
 2021-08-05 15:04 UTC  (7+ messages)
` [PATCH v2 1/8] drm/bridge: synopsis: Add mode_fixup and bridge timings support
` [PATCH v2 8/8] [RFC] drm/ingenic: convert to component framework for jz4780 hdmi

[PATCH v1] linux-firmware: Update firmware file for Intel Bluetooth AX210
 2021-08-05 15:08 UTC 

[PATCH] drm/i915: Be more gentle when exiting non-persistent contexts
 2021-08-05 15:04 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[dpdk-dev] [PATCH] doc: announce restructuring of crypto session structs
 2021-08-05 15:03 UTC  (6+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH] nvmet: check that host sqsize does not exceed ctrl MQES
 2021-08-05 15:02 UTC 

[OE-core][RFC][PATCH][dunfell] wic: direct: Use stock fstab in partitions
 2021-08-05 15:03 UTC 

[PATCH] kbuild: check CONFIG_AS_IS_LLVM instead of LLVM_IAS
 2021-08-05 15:01 UTC  (2+ messages)

[dpdk-dev] [Bug 780] Phoenix American Financial Services
 2021-08-05 15:02 UTC 

[PATCH 0/9 v4] e2fsprogs: Support for orphan file feature
 2021-08-05 15:00 UTC  (4+ messages)
` [PATCH 8/9] mke2fs: Add orphan_file feature into mke2fs.conf

[PATCH v3 00/18] Clipboard fixes (for 6.1?)
 2021-08-05 14:57 UTC  (3+ messages)
` [PATCH v3 18/18] ui/vdagent: add a migration blocker

[patch 00/63] locking, sched: The PREEMPT-RT locking infrastructure
 2021-08-05 14:59 UTC  (5+ messages)
` [patch 15/63] locking: Add base code for RT rw_semaphore and rwlock

[PATCH] media: atomisp: remove the repeated declaration
 2021-08-05 14:58 UTC  (2+ messages)

[PATCH 0/3] code clean and nr_worker fixes
 2021-08-05 14:58 UTC  (2+ messages)

[PATCH] libxl: Fix stubdom PCI passthrough
 2021-08-05 14:57 UTC  (3+ messages)

USB xhci crash under load on 5.14-rc3
 2021-08-05 14:59 UTC  (2+ messages)

[PATCH net-next 0/3] net: ethernet: ti: cpsw/emac: switch to use skb_put_padto()
 2021-08-05 14:55 UTC  (4+ messages)
` [PATCH net-next 1/3] net: ethernet: ti: cpsw: "
` [PATCH net-next 2/3] net: ethernet: ti: davinci_emac: "
` [PATCH net-next 3/3] net: ethernet: ti: davinci_cpdma: drop frame padding

[PATCH net v2] net: ethernet: ti: cpsw: fix min eth packet size for non-switch use-cases
 2021-08-05 14:55 UTC 

[PATCH v3 0/2] media: video-i2c: additional support for Melexis MLX90640
 2021-08-05 14:55 UTC  (3+ messages)
` [PATCH v3 2/2] media: video-i2c: append register data on MLX90640's frame

[Buildroot] [PATCH 1/1] package/ipmiutil: needs autoreconf
 2021-08-05 14:54 UTC  (2+ messages)

[PATCH v4 00/14] Add SEV guest live migration support
 2021-08-05 14:45 UTC  (12+ messages)
` [PATCH v4 03/14] migration.json: add AMD SEV specific migration parameters
` [PATCH v4 04/14] confidential guest support: introduce ConfidentialGuestMemoryEncryptionOps for encrypted VMs
` [PATCH v4 05/14] target/i386: sev: provide callback to setup outgoing context
` [PATCH v4 07/14] target/i386: sev: add support to encrypt the outgoing page

[PATCH] staging: r8188eu: remove label at the end of a function
 2021-08-05 14:50 UTC  (3+ messages)
` [PATCH v2] "

[PATCH net v2] net: pegasus: fix uninit-value in get_interrupt_interval
 2021-08-05 14:50 UTC  (2+ messages)

[PATCH 0/2] net: fix use-after-free bugs
 2021-08-05 14:50 UTC  (2+ messages)

[PATCH v3 00/10] VP9 codec V4L2 control interface
 2021-08-05 14:42 UTC  (33+ messages)
` [PATCH v3 01/10] hantro: postproc: Fix motion vector space size
` [PATCH v3 02/10] hantro: postproc: Introduce struct hantro_postproc_ops
` [PATCH v3 03/10] hantro: Simplify postprocessor
` [PATCH v3 04/10] hantro: Add quirk for NV12/NV12_4L4 capture format
` [PATCH v3 05/10] media: uapi: Add VP9 stateless decoder controls
` [PATCH v3 06/10] media: Add VP9 v4l2 library
` [PATCH v3 07/10] media: rkvdec: Add the VP9 backend
` [PATCH v3 08/10] media: hantro: Prepare for other G2 codecs
` [PATCH v3 09/10] media: hantro: Support VP9 on the G2 core
` [PATCH v3 10/10] media: hantro: Support NV12 "

[PATCH net] page_pool: mask the page->signature before the checking
 2021-08-05 14:47 UTC  (6+ messages)

[PATCH v2] hungtask: add filter kthread
 2021-08-05 14:47 UTC  (2+ messages)
`  "

[Buildroot] [PATCH 1/3] package/php: remove ineffective opcache patch
 2021-08-05 14:47 UTC  (8+ messages)
` [Buildroot] [PATCH 3/3] package/php: enable opcache jit

[PATCH v2 0/4] Added some bug fixes for USB4
 2021-08-05 14:46 UTC  (6+ messages)
` [PATCH v2 2/4] thunderbolt: Handle ring interrupt by reading intr status

[syzbot] INFO: task hung in ext4_fill_super
 2021-08-05 14:46 UTC  (2+ messages)

[Buildroot] [BUG] qt5declarative not building on host distro without libatomic.so
 2021-08-05 14:43 UTC  (2+ messages)

[xenomai-images][PATCH v2] linux-xenomai_4.4: Add machine specific config for beagle bone black
 2021-08-05 14:41 UTC  (2+ messages)

[PATCH] pipe: increase minimum default pipe size to 2 pages
 2021-08-05 14:40 UTC 

[PATCH] ext4: add test to validate the large_dir feature
 2021-08-05 14:40 UTC 

bug with large_dir in 5.12.17
 2021-08-05 14:39 UTC  (5+ messages)

[PATCH 1/2] cve-check: fix comments
 2021-08-05 14:39 UTC  (2+ messages)
` [oe] "

Help understand use of MAC address resolution in RDMA
 2021-08-05 14:38 UTC 

[dpdk-dev] [PATCH 2/2] fib: announce experimental tag removal of the fib API
 2021-08-05 14:38 UTC  (7+ messages)

[RFC PATCH 00/14] bpf/tests: Extend the eBPF test suite
 2021-08-05 14:37 UTC  (9+ messages)
` [PATCH] bpf: Fix off-by-one in tail call count limiting

[PATCH] gluster: Align block-status tail
 2021-08-05 14:36 UTC 

[dpdk-dev] [PATCH] eal/windows: expose symbol rte_version
 2021-08-05 17:48 UTC 

[PATCH net-next] netdevsim: Protect both reload_down and reload_up paths
 2021-08-05 14:34 UTC 


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.