All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-08-16 19:37:08 to 2021-08-16 21:01:37 UTC [more...]

[PATCH-for-6.1 v2] softmmu/physmem: fix wrong assertion in qemu_ram_alloc_internal()
 2021-08-16 20:52 UTC  (2+ messages)

[PATCH v2 1/4] staging: r8188eu: refactor rtw_is_cckrates_included()
 2021-08-16 19:36 UTC  (4+ messages)

[syzbot] INFO: task hung in hci_req_sync
 2021-08-16 21:01 UTC  (5+ messages)

[PATCH v1 net-next 1/3] ptp_ocp: Switch to use module_pci_driver() macro
 2021-08-16 21:01 UTC  (4+ messages)

Picture missing in About dialog on cocoa ui
 2021-08-16 20:55 UTC  (6+ messages)

[GIT PULL] Qualcomm ARM64 defconfig updates for v5.15
 2021-08-16 21:00 UTC 

[PATCH v2 ima-evm-utils] libimaevm: make SHA-256 the default hash algorithm
 2021-08-16 20:58 UTC 

[cip-dev] -stable-rc tests failing
 2021-08-16 20:58 UTC  (6+ messages)

[PATCH 0/8] target/mips: Housekeeping in gen_helper() macros
 2021-08-16 20:51 UTC  (9+ messages)
` [PATCH 1/8] target/mips: Remove gen_helper_0e3i()
` [PATCH 2/8] target/mips: Remove gen_helper_1e2i()
` [PATCH 3/8] target/mips: Use tcg_constant_i32() in gen_helper_0e2i()
` [PATCH 4/8] target/mips: Simplify gen_helper() macros by using tcg_constant_i32()
` [PATCH 5/8] target/mips: Inline gen_helper_1e1i() call in op_ld_INSN() macros
` [PATCH 6/8] target/mips: Inline gen_helper_0e0i()
` [PATCH 7/8] target/mips: Use tcg_constant_i32() in generate_exception_err()
` [PATCH 8/8] target/mips: Define gen_helper() macros in translate.h

[PATCH v2 7/8] submodule-config: pass repo upon blob config read
 2021-08-16 20:57 UTC  (3+ messages)

[PATCH 00/10] KVM: arm64: selftests: Introduce arch_timer selftest
 2021-08-16 20:56 UTC  (6+ messages)
` [PATCH 04/10] KVM: arm64: selftests: Add basic support for arch_timers

[PATCH 0/3] staging: r8188eu: clean up spacing style issues in hal dir
 2021-08-16 20:55 UTC  (4+ messages)
` [PATCH 1/3] staging: r8188eu: clean up spacing style issues in hal dir, part 1
` [PATCH 2/3] staging: r8188eu: clean up spacing style issues in hal dir, part 2
` [PATCH 3/3] staging: r8188eu: clean up spacing style issues in hal dir, part 3

[PATCH linux-next v3 0/6] vdpa: enable user to set mac, mtu
 2021-08-16 20:54 UTC  (14+ messages)

[PATCH] kbuild: Switch to 'f' variants of integrated assembler flag
 2021-08-16 20:52 UTC  (4+ messages)
` [PATCH v2] "

[GIT PULL] Qualcomm ARM64 fixes for v5.14
 2021-08-16 20:50 UTC  (3+ messages)

[PATCH net-next] tcp: enable data-less, empty-cookie SYN with TFO_SERVER_COOKIE_NOT_REQD
 2021-08-16 20:51 UTC 

[PATCH v7 0/5] Add Alder Lake PCH-S support to PMC core driver
 2021-08-16 20:51 UTC  (4+ messages)
` [PATCH v7 1/5] platform/x86/intel: intel_pmc_core: Move intel_pmc_core* files to pmc subfolder

LKMM: Read dependencies of writes ordered by dma_wmb()?
 2021-08-16 20:50 UTC  (5+ messages)

[Intel-gfx] [PATCH] drm/i915/dg2: DG2 intermediate DP source rates are different from CNL+
 2021-08-16 20:49 UTC  (2+ messages)

[Printing-architecture] OP Minutes (10 August 2021)
 2021-08-16 20:49 UTC 

[PATCH 1/2] irqchip: irq-meson-gpio: make it possible to build as a module
 2021-08-16 20:46 UTC  (16+ messages)

[PATCH 00/26] Support reftable ref backend for Git
 2021-08-16 20:48 UTC  (28+ messages)
` [PATCH v2 00/25] "
  ` [PATCH v2 01/25] hash.h: provide constants for the hash IDs
  ` [PATCH v2 02/25] init-db: set the_repository->hash_algo early on
  ` [PATCH v2 03/25] reftable: RFC: add LICENSE
  ` [PATCH v2 04/25] reftable: add error related functionality
  ` [PATCH v2 05/25] reftable: utility functions
  ` [PATCH v2 06/25] reftable: add blocksource, an abstraction for random access reads
  ` [PATCH v2 07/25] reftable: (de)serialization for the polymorphic record type
  ` [PATCH v2 08/25] Provide zlib's uncompress2 from compat/zlib-compat.c
  ` [PATCH v2 09/25] reftable: reading/writing blocks
  ` [PATCH v2 10/25] reftable: a generic binary tree implementation
  ` [PATCH v2 11/25] reftable: write reftable files
  ` [PATCH v2 12/25] reftable: generic interface to tables
  ` [PATCH v2 13/25] reftable: read reftable files
  ` [PATCH v2 14/25] reftable: reftable file level tests
  ` [PATCH v2 15/25] reftable: add a heap-based priority queue for reftable records
  ` [PATCH v2 16/25] reftable: add merged table view
  ` [PATCH v2 17/25] reftable: implement refname validation
  ` [PATCH v2 18/25] reftable: implement stack, a mutable database of reftable files
  ` [PATCH v2 19/25] reftable: add dump utility
  ` [PATCH v2 20/25] refs: RFC: Reftable support for git-core
  ` [PATCH v2 21/25] git-prompt: prepare for reftable refs backend
  ` [PATCH v2 22/25] Add "test-tool dump-reftable" command
  ` [PATCH v2 23/25] t1301: document what needs to be done for reftable
  ` [PATCH v2 24/25] t1401,t2011: parameterize HEAD.lock for REFFILES
  ` [PATCH v2 25/25] t1404: annotate test cases with REFFILES

5.14-0-rc5, splat in block_group_cache_tree_search while __btrfs_unlink_inode
 2021-08-16 20:43 UTC  (5+ messages)

[PATCH v1 0/2] of: property: Support for few more properties
 2021-08-16 20:43 UTC  (4+ messages)
` [PATCH v1 2/2] of: property: fw_devlink: Add support for "phy-handle" property

[ANNOUNCE] Git v2.33.0-rc2 (Build/Test Report)
 2021-08-16 20:43 UTC  (5+ messages)

[Intel-gfx] [PATCH] drm/i915/adl_p: Also disable underrun recovery with MSO
 2021-08-16 20:41 UTC 

[PATCH] selinux: fix race condition when computing ocontext SIDs
 2021-08-16 20:38 UTC  (4+ messages)

[mac80211:master] BUILD SUCCESS 5f773519639041faed4132f5943d7895f9078a4c
 2021-08-16 20:37 UTC 

[merged] lib-use-pfn_phys-in-devmem_is_allowed.patch removed from -mm tree
 2021-08-16 20:35 UTC 

[merged] mm-memcg-fix-incorrect-flushing-of-lruvec-data-in-obj_stock.patch removed from -mm tree
 2021-08-16 20:35 UTC 

[merged] mm-madvise-report-sigbus-as-efault-for-madv_populate_readwrite.patch removed from -mm tree
 2021-08-16 20:35 UTC 

[merged] mm-slub-fix-slub_debug-disablement-for-list-of-slabs.patch removed from -mm tree
 2021-08-16 20:35 UTC 

[merged] slub-fix-kmalloc_pagealloc_invalid_free-unit-test.patch removed from -mm tree
 2021-08-16 20:34 UTC 

[merged] kasan-slub-reset-tag-when-printing-address.patch removed from -mm tree
 2021-08-16 20:34 UTC 

[merged] kasan-kmemleak-reset-tags-when-scanning-block.patch removed from -mm tree
 2021-08-16 20:34 UTC 

[PATCH v2 0/2] Adjust HiKey examples for kirin-pcie
 2021-08-16 20:34 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: PCI: kirin: fix bus-range
` [PATCH v2 2/2] dt-bindings: PCI: kirin: fix HiKey970 example

[obsolete] linux-next-git-rejects.patch removed from -mm tree
 2021-08-16 20:34 UTC 

[folded-merged] linux-next-rejects-fix.patch removed from -mm tree
 2021-08-16 20:33 UTC 

[PATCH v5 0/5] Add Alder Lake PCH-S support to PMC core driver
 2021-08-16 20:32 UTC  (5+ messages)
` [PATCH v5 1/5] platform/x86/intel: intel_pmc_core: Move intel_pmc_core* files to pmc subfolder

[PATCH 0/3] hw/mips/boston: ELF kernel support
 2021-08-16 20:30 UTC  (9+ messages)
` [PATCH 1/3] hw/mips/boston: Massage memory map information
` [PATCH 2/3] hw/mips/boston: Allow loading elf kernel and dtb
` [PATCH 3/3] hw/mips/boston: Add FDT generator

[PATCH] drm/amd/display: Use DCN30 watermark calc for DCN301
 2021-08-16 20:27 UTC  (4+ messages)

[PATCH v2] Makefile: remove stale cc-option checks
 2021-08-16 20:25 UTC 

of_node_put() usage is buggy all over drivers/of/base.c?!
 2021-08-16 20:25 UTC  (8+ messages)

[PATCH 0/3] clean up interface between KVM and psp
 2021-08-16 20:24 UTC  (4+ messages)
` [PATCH 1/3] KVM: SVM: move sev_decommission to psp driver
` [PATCH 2/3] KVM: SVM: move sev_bind_asid to psp
` [PATCH 3/3] KVM: SVM: move sev_unbind_asid and DF_FLUSH logic into psp

[xen-unstable-smoke test] 164207: regressions - FAIL
 2021-08-16 20:24 UTC 

[PATCH 1/2] mm: hwpoison: don't drop slab caches for offlining non-LRU page
 2021-08-16 20:24 UTC  (6+ messages)

✅ PASS: Test report for kernel 5.13.11 (stable-queue, 58962fa3)
 2021-08-16 20:24 UTC 

[PATCH V2 1/1] soc: qcom: smp2p: Add wakeup capability to SMP2P IRQ
 2021-08-16 20:23 UTC  (2+ messages)

[PATCH bpf-next v3 0/8] Improve XDP samples usability and output
 2021-08-16 20:22 UTC  (4+ messages)
` [PATCH bpf-next v3 2/8] samples: bpf: Add common infrastructure for XDP samples

[PATCH 1/3] kbuild: Remove -Wno-format-invalid-specifier from clang block
 2021-08-16 20:20 UTC  (3+ messages)
` [PATCH 2/3] kbuild: Add a comment above -Wno-gnu
` [PATCH 3/3] kbuild: Shuffle blank line to improve comment meaning

[scan-admin@coverity.com: New Defects reported by Coverity Scan for Das U-Boot]
 2021-08-16 20:20 UTC  (3+ messages)

[PATCH] libimaevm: make SHA-256 the default hash algorithm
 2021-08-16 20:19 UTC 

[PATCH net-next 0/6] net: ipa: last things before PM conversion
 2021-08-16 20:19 UTC  (8+ messages)
` [PATCH net-next 4/6] net: ipa: ensure hardware has power in ipa_start_xmit()

[PATCH] drm/amdgpu/display: fix leftover CONFIG_DRM_AMD_DC_DCN3_1
 2021-08-16 20:18 UTC  (2+ messages)

[PATCH] net: usb: pegasus: ignore the return value from set_registers();
 2021-08-16 20:18 UTC  (6+ messages)

[PATCH] fix slab-out-of-bounds Write in betop_probe
 2021-08-16 20:15 UTC 

[PATCH] Makefile: remove stale cc-option checks
 2021-08-16 20:11 UTC  (4+ messages)

[PATCH] scsi: myrb: reorder status check of myrb_get_rbld_progress()
 2021-08-16 20:10 UTC 

[PATCH v2] libsepol/cil: Allow some duplicate macro and block declarations
 2021-08-16 20:10 UTC 

[PATCH v2 0/4] mmc: pwrseq: sd8787: add support wilc1000 devices
 2021-08-16 20:07 UTC  (4+ messages)
` [PATCH v2 1/4] dt-bindings: pwrseq-sd8787: add binding for wilc1000

[v3 00/15] Add support for ast2600 ADC
 2021-08-16 20:07 UTC  (4+ messages)
` [v3 01/15] dt-bindings: iio: adc: Add ast2600-adc bindings

[PATCH] staging: r8188eu: refactor rtw_is_cckrates{only}_included()
 2021-08-16 20:09 UTC  (2+ messages)

[PATCH 5.10 00/98] 5.10.60-rc2 review
 2021-08-16 20:09 UTC  (2+ messages)

[mark-rutland:arm64/pgtable/cleanup 14/16] arch/arm64/mm/fixmap.c:49:13: warning: no previous prototype for function 'early_fixmap_init_pte'
 2021-08-16 20:02 UTC  (2+ messages)

[PATCH 0/7] In grep, no adding submodule ODB as alternates
 2021-08-16 20:02 UTC  (6+ messages)
` [PATCH v2 0/8] "
  ` [PATCH v2 7/8] submodule-config: pass repo upon blob config read

[PATCH] crypto: initialize error variable
 2021-08-16 20:01 UTC  (2+ messages)

[PATCH 0/2] ASoC: tegra: Use of_device_get_match_data
 2021-08-16 19:58 UTC  (9+ messages)
` [PATCH 1/2] ASoC: tegra30: ahub: "

[PATCH v2 00/19] ARC mm updates: support 3/4 levels and asm-generic/pgalloc
 2021-08-16 19:58 UTC  (16+ messages)
` [PATCH v2 01/19] ARC: mm: use SCRATCH_DATA0 register for caching pgdir in ARCv2 only
` [PATCH v2 03/19] ARC: mm: move mmu/cache externs out to setup.h
` [PATCH v2 16/19] ARC: mm: support 3 levels of page tables

[PATCH 0/7 v2] libsepol/cil: Line mark cleanup and fix
 2021-08-16 19:57 UTC  (8+ messages)
` [PATCH 1/7 v2] libsepol/cil: Check syntax of src_info statement
` [PATCH 2/7 v2] libsepol/cil: Check the token type after getting the next token
` [PATCH 3/7 v2] libsepol/cil: Check for valid line mark type immediately
` [PATCH 4/7 v4] libsepol/cil: Push line mark state first when processing a line mark
` [PATCH 5/7 v2] libsepol/cil: Create common string-to-unsigned-integer functions
` [PATCH 6/7 v2] libsepol/cil: Add line mark kind and line number to src info
` [PATCH 7/7 v2] libsepol/cil: Report correct high-level language line numbers

[PATCH v2 3/3] staging: r8188eu: Remove no more used variable and function
 2021-08-16 19:52 UTC  (2+ messages)

[PATCH v6 00/13] Support DEVICE_GENERIC memory in migrate_vma_*
 2021-08-16 19:53 UTC  (4+ messages)
` [PATCH v6 05/13] drm/amdkfd: generic type as sys mem on migration to ram

[PATCH v2 2/3] staging: r8188eu: Remove code depending on NAT25_LOOKUP
 2021-08-16 19:52 UTC  (2+ messages)

[Intel-gfx] [PATCH 01/10] drm/i915/bios: Allow DSI ports to be parsed by parse_ddi_port()
 2021-08-16 19:52 UTC  (6+ messages)
` [Intel-gfx] [PATCH 02/10] drm/i915/bios: Start to support two integrated panels
` [Intel-gfx] [PATCH 09/10] drm/i915/bios: Only use opregion panel index for display ver 8 and older

[wireguard-windows] Microsoft Store doesn't work when killswitch is enabled
 2021-08-16 18:59 UTC 

[PATCH v2 0/7] Remove in-tree usage of MAP_DENYWRITE
 2021-08-16 19:48 UTC  (8+ messages)
` [PATCH v2 1/7] binfmt: don't use MAP_DENYWRITE when loading shared libraries via uselib()
` [PATCH v2 2/7] kernel/fork: factor out replacing the current MM exe_file
` [PATCH v2 3/7] kernel/fork: always deny write access to "
` [PATCH v2 4/7] binfmt: remove in-tree usage of MAP_DENYWRITE
` [PATCH v2 5/7] mm: remove VM_DENYWRITE
` [PATCH v2 6/7] mm: ignore MAP_DENYWRITE in ksys_mmap_pgoff()
` [PATCH v2 7/7] fs: update documentation of get_write_access() and friends

[PATCH v3] staging: greybus: Convert uart.c from IDR to XArray
 2021-08-16 19:50 UTC 

[PATCH] PCI: of: Fix MSI domain lookup with child bus nodes
 2021-08-16 19:47 UTC  (7+ messages)

[RFC net-next 0/7] Add basic SyncE interfaces
 2021-08-16 19:46 UTC  (4+ messages)
` [RFC net-next 4/7] net: add ioctl interface for recover reference clock on netdev
    ` [Intel-wired-lan] "

[peterz-queue:mm/tlb 6/10] cc1: error: unterminated argument list invoking macro "tlb_remove_table"
 2021-08-16 19:45 UTC  (2+ messages)

[PATCH v4 0/5] virtiofs: propagate sync() to file server
 2021-08-16 19:46 UTC  (8+ messages)
` [PATCH v4 5/5] "
            ` [Virtio-fs] "

[PATCH] tracing/gpu: Add gpu_mem_imported tracepoint
 2021-08-16 19:46 UTC  (3+ messages)

[PATCH v3 00/10] virtiofsd: Allow using file handles instead of O_PATH FDs
 2021-08-16 19:44 UTC  (10+ messages)
` [PATCH v3 09/10] virtiofsd: Optionally fill lo_inode.fhandle
                ` [Virtio-fs] "

[PATCH v3 00/13] AQMP TUI Draft
 2021-08-16 19:44 UTC  (5+ messages)
` [PATCH v3 07/13] python: add optional pygments dependency
` [PATCH v3 08/13] python/aqmp-tui: add syntax highlighting

[RFC PATCH 0/5] drm/mediatek: Add mt8195 DisplayPort driver
 2021-08-16 19:25 UTC  (2+ messages)
` [RFC PATCH 5/5] "

[PATCH v2 6/8] grep: add repository to OID grep sources
 2021-08-16 19:44 UTC  (2+ messages)

[PATCH v2 5/8] grep: allocate subrepos on heap
 2021-08-16 19:42 UTC  (2+ messages)

[PATCH v2 0/2] Don't fail device probing due to of_dma_set_restricted_buffer()
 2021-08-16 19:40 UTC  (3+ messages)

[PATCH 1/1] doc: rename Freescale to NXP
 2021-08-16 19:40 UTC  (2+ messages)

[PATCH v2 00/35] mtd: spi-nor: Handle ID collisions and clean params init
 2021-08-16 19:36 UTC  (4+ messages)
` [PATCH v2 16/35] mtd: spi-nor: core: Mark default_init() as deprecated

[Patch v1 3/3] vdpa/mlx5: Add multiqueue support
 2021-08-16 19:36 UTC  (6+ 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.