All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-12-01 17:58:38 to 2021-12-01 18:17:59 UTC [more...]

[PATCH] kcov: fix generic Kconfig dependencies if ARCH_WANTS_NO_INSTR
 2021-12-01 18:16 UTC  (6+ messages)

[PATCH v2 00/22] btrfs-progs: extent tree v2 support, global roots
 2021-12-01 18:17 UTC  (23+ messages)
` [PATCH v2 01/22] btrfs-progs: common: allow users to select extent-tree-v2 option
` [PATCH v2 02/22] btrfs-progs: add definitions for the block group tree
` [PATCH v2 03/22] btrfs-progs: add on disk pointers to global tree ids
` [PATCH v2 04/22] btrfs-progs: add support for loading the block group root
` [PATCH v2 05/22] btrfs-progs: add print support for the block group tree
` [PATCH v2 06/22] btrfs-progs: mkfs: use the btrfs_block_group_root helper
` [PATCH v2 07/22] btrfs-progs: check-lowmem: "
` [PATCH v2 08/22] btrfs-progs: handle no bg item in extent tree for free space tree
` [PATCH v2 09/22] btrfs-progs: mkfs: add support for the block group tree
` [PATCH v2 10/22] btrfs-progs: check: add block group tree support
` [PATCH v2 11/22] btrfs-progs: qgroup-verify: scan extents based on block groups
` [PATCH v2 12/22] btrfs-progs: check: make free space tree validation extent tree v2 aware
` [PATCH v2 13/22] btrfs-progs: check: add helper to reinit the root based on a key
` [PATCH v2 14/22] btrfs-progs: check: handle the block group tree properly
` [PATCH v2 15/22] btrfs-progs: load the number of global roots into the fs_info
` [PATCH v2 16/22] btrfs-progs: handle the per-block group global root id
` [PATCH v2 17/22] btrfs-progs: add a btrfs_delete_and_free_root helper
` [PATCH v2 18/22] btrfs-progs: make btrfs_clear_free_space_tree extent tree v2 aware
` [PATCH v2 19/22] btrfs-progs: make btrfs_create_tree take a key for the root key
` [PATCH v2 20/22] btrfs-progs: mkfs: set chunk_item_objectid properly for extent tree v2
` [PATCH v2 21/22] btrfs-progs: mkfs: create the global root's
` [PATCH v2 22/22] btrfs-progs: check: don't do the root item check for extent tree v2

[PATCH 00/12] Fixes for KVM_CAP_VM_MOVE/COPY_ENC_CONTEXT_FROM
 2021-12-01 18:17 UTC  (5+ messages)
` [PATCH 08/12] selftests: sev_migrate_tests: add tests for KVM_CAP_VM_COPY_ENC_CONTEXT_FROM
` [PATCH 10/12] KVM: SEV: Prohibit migration of a VM that has mirrors

[RFC V2 0/2] arm64: imx8mm: Enable Hantro VPUs
 2021-12-01 18:16 UTC  (6+ messages)

[Intel-wired-lan] [PATCH v4 net-next 0/4] Add ethtool interface for SyncE
 2021-12-01 18:02 UTC  (10+ messages)
`  "
` [Intel-wired-lan] [PATCH v4 net-next 1/4] ice: add support detecting features based on netlist
  `  "
` [Intel-wired-lan] [PATCH v4 net-next 2/4] ethtool: Add ability to configure recovered clock for SyncE feature
  `  "
` [Intel-wired-lan] [PATCH v4 net-next 3/4] ice: add support for monitoring SyncE DPLL state
  `  "
` [Intel-wired-lan] [PATCH v4 net-next 4/4] ice: add support for SyncE recovered clocks
  `  "

[PATCH 3/5] PCI: mt7621: avoid custom MIPS code in driver code
 2021-12-01 18:16 UTC  (2+ messages)

Question WRT early IRQ/NMI entry code
 2021-12-01 18:14 UTC  (7+ messages)
    ` [PATCH] Documentation: Fill the gaps about entry/noinstr constraints

[PATCH v3 0/8] btrfs-progs: extent tree v2 global root support prep work
 2021-12-01 18:15 UTC  (9+ messages)
` [PATCH v3 1/8] btrfs-progs: stop accessing ->extent_root directly
` [PATCH v3 2/8] btrfs-progs: stop accessing ->free_space_root directly
` [PATCH v3 3/8] btrfs-progs: track csum, extent, and free space trees in a rb tree
` [PATCH v3 4/8] btrfs-progs: check: make reinit work per found root item
` [PATCH v3 5/8] btrfs-progs: check: check the global roots for uptodate root nodes
` [PATCH v3 6/8] btrfs-progs: check: check all of the csum roots
` [PATCH v3 7/8] btrfs-progs: check: fill csum root from all extent roots
` [PATCH v3 8/8] btrfs-progs: common: search all extent roots for marking used space

[PATCH] media: rkisp1: remove support for V4L2_PIX_FMT_GREY
 2021-12-01 18:14 UTC  (8+ messages)

[PATCH v2 00/33] Separate struct slab from struct page
 2021-12-01 18:15 UTC  (39+ messages)
` [PATCH v2 01/33] mm: add virt_to_folio() and folio_address()
` [PATCH v2 02/33] mm/slab: Dissolve slab_map_pages() in its caller
` [PATCH v2 03/33] mm/slub: Make object_err() static
` [PATCH v2 04/33] mm: Split slab into its own type
` [PATCH v2 05/33] mm: Add account_slab() and unaccount_slab()
` [PATCH v2 06/33] mm: Convert virt_to_cache() to use struct slab
` [PATCH v2 07/33] mm: Convert __ksize() to "
` [PATCH v2 08/33] mm: Use struct slab in kmem_obj_info()
` [PATCH v2 09/33] mm: Convert check_heap_object() to use struct slab
` [PATCH v2 10/33] mm/slub: Convert detached_freelist to use a "
` [PATCH v2 11/33] mm/slub: Convert kfree() "
` [PATCH v2 12/33] mm/slub: Convert __slab_lock() and __slab_unlock() to "
` [PATCH v2 13/33] mm/slub: Convert print_page_info() to print_slab_info()
` [PATCH v2 14/33] mm/slub: Convert alloc_slab_page() to return a struct slab
` [PATCH v2 15/33] mm/slub: Convert __free_slab() to use "
` [PATCH v2 16/33] mm/slub: Convert pfmemalloc_match() to take a "
` [PATCH v2 17/33] mm/slub: Convert most struct page to struct slab by spatch
` [PATCH v2 18/33] mm/slub: Finish struct page to struct slab conversion
` [PATCH v2 19/33] mm/slab: Convert kmem_getpages() and kmem_freepages() to struct slab
` [PATCH v2 20/33] mm/slab: Convert most struct page to struct slab by spatch
` [PATCH v2 21/33] mm/slab: Finish struct page to struct slab conversion
  ` [PATCH v2 22/33] mm: Convert struct page to struct slab in functions used by other subsystems
  ` [PATCH v2 23/33] mm/memcg: Convert slab objcgs from struct page to struct slab
` [PATCH v2 24/33] mm/slob: Convert SLOB to use "
` [PATCH v2 25/33] mm/kasan: Convert to struct folio and "
` [PATCH v2 26/33] mm/kfence: Convert kfence_guarded_alloc() to "
` [PATCH v2 27/33] zsmalloc: Stop using slab fields in struct page
` [PATCH v2 28/33] bootmem: Use page->index instead of page->freelist
` [PATCH v2 29/33] iommu: Use put_pages_list
` [PATCH v2 30/33] mm: Remove slab from struct page
` [PATCH v2 31/33] mm/sl*b: Differentiate struct slab fields by sl*b implementations
` [PATCH v2 32/33] mm/slub: Simplify struct slab slabs field definition
` [PATCH v2 33/33] mm/slub: Define struct slab fields for CONFIG_SLUB_CPU_PARTIAL only when enabled

[PATCH 00/40] RFC: rpi: Enable ACPI booting on ARM with Raspberry Pi 4
 2021-12-01 18:14 UTC  (12+ messages)
` [PATCH 04/40] arm: Allow supporting ACPI-table generation
` [PATCH 06/40] sandbox: Allow building with GENERATE_ACPI_TABLE
` [PATCH 07/40] efi: Correct call to write_acpi_tables()
` [PATCH 08/40] efi: Correct address handling with ACPI tables

[PATCH] mm: fix the type of a parameter
 2021-12-01 18:12 UTC  (2+ messages)

[patch 21/32] NTB/msi: Convert to msi_on_each_desc()
 2021-12-01 18:14 UTC  (12+ messages)

[PATCH net 1/2] ibmvnic: drop bad optimization in reuse_rx_pools()
 2021-12-01 18:13 UTC  (4+ messages)
` [PATCH net 2/2] ibmvnic: drop bad optimization in reuse_tx_pools()

[PATCH v5 bpf-next 00/17] bpf: CO-RE support in the kernel
 2021-12-01 18:10 UTC  (18+ messages)
` [PATCH v5 bpf-next 01/17] libbpf: Replace btf__type_by_id() with btf_type_by_id()
` [PATCH v5 bpf-next 02/17] bpf: Rename btf_member accessors
` [PATCH v5 bpf-next 03/17] bpf: Prepare relo_core.c for kernel duty
` [PATCH v5 bpf-next 04/17] bpf: Define enum bpf_core_relo_kind as uapi
` [PATCH v5 bpf-next 05/17] bpf: Pass a set of bpf_core_relo-s to prog_load command
` [PATCH v5 bpf-next 06/17] bpf: Adjust BTF log size limit
` [PATCH v5 bpf-next 07/17] libbpf: Cleanup struct bpf_core_cand
` [PATCH v5 bpf-next 08/17] bpf: Add bpf_core_add_cands() and wire it into bpf_core_apply_relo_insn()
` [PATCH v5 bpf-next 09/17] libbpf: Use CO-RE in the kernel in light skeleton
` [PATCH v5 bpf-next 10/17] libbpf: Support init of inner maps "
` [PATCH v5 bpf-next 11/17] libbpf: Clean gen_loader's attach kind
` [PATCH v5 bpf-next 12/17] selftests/bpf: Add lskel version of kfunc test
` [PATCH v5 bpf-next 13/17] selftests/bpf: Improve inner_map test coverage
` [PATCH v5 bpf-next 14/17] selftests/bpf: Convert map_ptr_kern test to use light skeleton
` [PATCH v5 bpf-next 15/17] selftests/bpf: Additional test for CO-RE in the kernel
` [PATCH v5 bpf-next 16/17] selftests/bpf: Revert CO-RE removal in test_ksyms_weak
` [PATCH v5 bpf-next 17/17] selftests/bpf: Add CO-RE relocations to verifier scale test

[RFC PATCH v7 11/16] ipe: add support for dm-verity as a trust provider
 2021-12-01 16:43 UTC  (3+ messages)
` [RFC][PATCH] device mapper: Add builtin function dm_get_status()

[PATCH v5 0/1] Use i915 macros to check for PTEs
 2021-12-01 18:12 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Re-use i915 macros for checking PTEs (rev7)

[RFC 00/12] io_uring zerocopy send
 2021-12-01 18:10 UTC  (2+ messages)

[RFC 00/20] ima: Namespace IMA with audit support in IMA-ns
 2021-12-01 18:11 UTC  (4+ messages)
` [RFC 20/20] ima: Setup securityfs_ns for IMA namespace

[PATCH] CHANGELOG.md: Start new "unstable" section
 2021-12-01 18:10 UTC 

[patch RFC net-next 0/3] Fix traceroute in the presence of SRv6
 2021-12-01 18:10 UTC  (4+ messages)
` [patch RFC net-next 2/3] icmp: ICMPV6: Examine invoking packet for Segment Route Headers

[PATCH v9] driver: spi: add bcm iproc qspi support
 2021-12-01 18:09 UTC 

[PATCH 0/3] phy: phy-brcm-usb: Fixes for phy-brcm-usb driver
 2021-12-01 18:06 UTC  (8+ messages)
` [PATCH 1/3] phy: usb: Leave some clocks running during suspend
` [PATCH 2/3] usb: Add "wake on" functionality for newer Synopsis XHCI controllers
` [PATCH 3/3] phy: broadcom: Kconfig: Fix PHY_BRCM_USB config option

[dpdk-dev] [PATCH v8 00/11] app/test: enable subset of tests on Windows
 2021-12-01 18:05 UTC  (11+ messages)
` [PATCH v9 0/9] "
  ` [PATCH v9 1/9] eal/windows: return ENOTSUP for not supported API
  ` [PATCH v9 2/9] app/test: remove POSIX-specific code
  ` [PATCH v9 3/9] app/test: fix incorrect errno variable
  ` [PATCH v9 4/9] app/test: skip interrupt tests on Windows
  ` [PATCH v9 5/9] app/test: skip two logs_autotest cases "
  ` [PATCH v9 6/9] app/test: differentiate a strerror on different OS
  ` [PATCH v9 7/9] app/test: remove two alarm_autotest cases
  ` [PATCH v9 8/9] app/test: replace .sh script with .py script
  ` [PATCH v9 9/9] app/test: enable subset of unit tests on Windows

[PATCH bpf-next 00/10] New BPF helpers to accelerate synproxy
 2021-12-01 18:06 UTC  (15+ messages)
` [PATCH bpf-next 09/10] bpf: Add a helper to issue timestamp cookies in XDP

Correct way to set DRIDRIVERS and GALLIUMDRIVERS from mesa bbappend
 2021-12-01 18:05 UTC  (3+ messages)
` [OE-core] "

[PATCH v8 0/6] cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus
 2021-12-01 18:05 UTC  (10+ messages)
` [PATCH v8 5/6] cgroup/cpuset: Update description of cpuset.cpus.partition in cgroup-v2.rst

[PATCH v2] offchannel: introduce new offchannel module
 2021-12-01 18:06 UTC 

[PATCH v43 01/15] Linux Random Number Generator
 2021-12-01 18:05 UTC  (13+ messages)

[PATCH] ASoC: cs42l42: Implement system suspend
 2021-12-01 18:04 UTC  (4+ messages)

[PATCH RFC v5 0/2] nfsd: Initial implementation of NFSv4 Courteous Server
 2021-12-01 18:03 UTC  (11+ messages)

[PATCH v2 1/2] Bluetooth: Bluetooth: btmtksdio: handle runtime pm only when sdio_func is available
 2021-12-01 18:02 UTC  (4+ messages)
` [PATCH v2 2/2] Bluetooth: btmtksdio: fix resume failure

[PATCH] power: supply: axp20x_battery: properly report current when discharging
 2021-12-01 18:03 UTC  (2+ messages)

[nft PATCH 0/5] Reduce cache overhead a bit
 2021-12-01 18:02 UTC  (4+ messages)

[PATCH v4 00/16] Add CAAM driver model support
 2021-12-01 18:02 UTC  (9+ messages)
` [PATCH v4 01/16] crypto/fsl: Add support for CAAM Job ring driver model
    ` [EXT] "

[PATCH v6 00/15] Add CAAM driver model support
 2021-12-01 18:02 UTC  (5+ messages)
` [PATCH v6 01/15] crypto/fsl: Add support for CAAM Job ring driver model
    ` [EXT] "

[RESEND RFC PATCH 00/10] FWU: Add support for FWU Multi Bank Update feature
 2021-12-01 18:02 UTC  (3+ messages)
` [RESEND RFC PATCH 04/10] FWU: Add metadata access functions for GPT partitioned block devices

[PATCH net-next v2 0/9] Broadcom DT bindings conversion to YAML
 2021-12-01 17:56 UTC  (15+ messages)
` [PATCH net-next v2 1/9] dt-bindings: net: Document 2500Mbits/sec fixed link
` [PATCH net-next v2 2/9] dt-bindings: net: brcm, unimac-mdio: reg-names is optional
` [PATCH net-next v2 3/9] dt-bindings: net: brcm, unimac-mdio: Update maintainers for binding
` [PATCH net-next v2 4/9] dt-bindings: net: Document moca PHY interface
` [PATCH net-next v2 5/9] dt-bindings: net: Convert GENET binding to YAML
` [PATCH net-next v2 6/9] dt-bindings: net: Convert AMAC "
` [PATCH net-next v2 7/9] dt-bindings: net: Convert SYSTEMPORT "
` [PATCH net-next v2 8/9] dt-bindings: phy: Convert Northstar 2 PCIe PHY "
` [PATCH net-next v2 9/9] dt-bindings: net: Convert iProc MDIO mux "

[PATCH pci-fixes 2/2] Revert "PCI: aardvark: Fix support for PCI_ROM_ADDRESS1 on emulated bridge"
 2021-12-01 18:01 UTC  (2+ messages)

[PATCH v2 1/2] ASoC: amd: Fix dependency for SPI master
 2021-12-01 18:00 UTC  (4+ messages)
` [PATCH v2 2/2] ASoC: cs35l41: Fix undefined reference to core functions

[meta-oe][PATCH] vboxguestdrivers: upgrade 6.1.28 -> 6.1.30
 2021-12-01 18:01 UTC  (2+ messages)
` [oe] "

#KCIDB v9 release
 2021-12-01 18:01 UTC 

[RFC PATCH V3] xen/gnttab: Store frame GFN in struct page_info on Arm
 2021-12-01 18:00 UTC  (6+ messages)

[paulmck-rcu:rcu/next] BUILD SUCCESS 4ed01fd08c86f4ff2508162b109d14b691699455
 2021-12-01 17:59 UTC 

[PATCH] powerpc/pseries: read the lpar name from the firmware
 2021-12-01 18:00 UTC  (4+ messages)

[PATCH net v2] selftests/fib_tests: ping from dummy0 in fib_rp_filter_test()
 2021-12-01 18:00 UTC  (3+ messages)
` [PATCH net v3] selftests/fib_tests: Rework fib_rp_filter_test()

[RFC bpf-next v5 00/29] bpf: Add batch support for attaching trampolines
 2021-12-01 17:59 UTC  (7+ messages)
` [PATCH bpf-next 06/29] bpf: Add bpf_arg/bpf_ret_value helpers for tracing programs

[RFC v3 00/12] Intro to Hardware timestamping engine
 2021-12-01 18:01 UTC  (6+ messages)
` [RFC v3 09/12] gpiolib: cdev: Add hardware timestamp clock type

[PATCH v4 0/3] Fix mtfsf, mtfsfi and mtfsb1 bug
 2021-12-01 17:58 UTC  (2+ messages)

[PATCH v3 0/4] docs: add better support for Sphinx themes and CSS
 2021-12-01 17:59 UTC  (5+ messages)
` [PATCH v3 1/4] docs: allow selecting a Sphinx theme
` [PATCH v3 2/4] docs: allow to pass extra CSS themes via make
` [PATCH v3 3/4] docs: set format for the classic mode
` [PATCH v3 4/4] docs: add support for RTD dark mode

[PATCH] libxcmd: use emacs mode for command history editing
 2021-12-01 17:58 UTC 

[PATCH v8 00/17] Upstreaming the Scalar command
 2021-12-01 17:58 UTC  (5+ messages)
` [PATCH v9 "

[PATCH] erofs-utils: make liberofs more C++ friendly
 2021-12-01 17:58 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.