All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-06-21 20:14:02 to 2022-06-21 20:50:18 UTC [more...]

[PATCH AUTOSEL 5.17 01/20] genirq: PM: Use runtime PM for chained interrupts
 2022-06-21 20:49 UTC  (2+ messages)
` [PATCH AUTOSEL 5.17 03/20] staging: rtl8723bs: Allocate full pwep structure

[PATCH AUTOSEL 5.18 01/22] genirq: PM: Use runtime PM for chained interrupts
 2022-06-21 20:49 UTC  (6+ messages)
` [PATCH AUTOSEL 5.18 03/22] staging: rtl8723bs: Allocate full pwep structure
` [PATCH AUTOSEL 5.18 06/22] nvme: add bug report info for global duplicate id
` [PATCH AUTOSEL 5.18 07/22] nvme-pci: add trouble shooting steps for timeouts
` [PATCH AUTOSEL 5.18 08/22] nvme-pci: add NVME_QUIRK_BOGUS_NID for ADATA XPG GAMMIX S50
` [PATCH AUTOSEL 5.18 09/22] nvme-pci: phison e12 has bogus namespace ids

[PULL 0/9] tcg patch queue for 2022-06-21
 2022-06-21 20:46 UTC  (2+ messages)
` [PULL 5/9] qemu-timer: Skip empty timer lists before locking in qemu_clock_deadline_ns_all

[PATCH v10 00/69] Introducing the Maple Tree
 2022-06-21 20:47 UTC  (70+ messages)
` [PATCH v10 01/69] Maple Tree: add new data structure
` [PATCH v10 03/69] radix tree test suite: add kmem_cache_set_non_kernel()
` [PATCH v10 04/69] radix tree test suite: add allocation counts and size to kmem_cache
` [PATCH v10 02/69] radix tree test suite: add pr_err define
` [PATCH v10 05/69] radix tree test suite: add support for slab bulk APIs
` [PATCH v10 06/69] radix tree test suite: add lockdep_is_held to header
` [PATCH v10 08/69] mm: start tracking VMAs with maple tree
` [PATCH v10 07/69] lib/test_maple_tree: add testing for "
` [PATCH v10 11/69] mm/mmap: use the maple tree in find_vma() instead of the rbtree
` [PATCH v10 10/69] mmap: use the VMA iterator in count_vma_pages_range()
` [PATCH v10 09/69] mm: add VMA iterator
` [PATCH v10 13/69] mm/mmap: use maple tree for unmapped_area{_topdown}
` [PATCH v10 12/69] mm/mmap: use the maple tree for find_vma_prev() instead of the rbtree
` [PATCH v10 14/69] kernel/fork: use maple tree for dup_mmap() during forking
` [PATCH v10 17/69] mm: remove rb tree
` [PATCH v10 16/69] proc: remove VMA rbtree use from nommu
` [PATCH v10 15/69] damon: convert __damon_va_three_regions to use the VMA iterator
` [PATCH v10 20/69] mm: optimize find_exact_vma() to use vma_lookup()
` [PATCH v10 18/69] mmap: change zeroing of maple tree in __vma_adjust()
` [PATCH v10 19/69] xen: use vma_lookup() in privcmd_ioctl_mmap()
` [PATCH v10 23/69] mm: use maple tree operations for find_vma_intersection()
` [PATCH v10 22/69] mm/mmap: change do_brk_flags() to expand existing VMA and add do_brk_munmap()
` [PATCH v10 21/69] mm/khugepaged: optimize collapse_pte_mapped_thp() by using vma_lookup()
` [PATCH v10 24/69] mm/mmap: use advanced maple tree API for mmap_region()
` [PATCH v10 25/69] mm: remove vmacache
` [PATCH v10 26/69] mm: convert vma_lookup() to use mtree_load()
` [PATCH v10 27/69] mm/mmap: move mmap_region() below do_munmap()
` [PATCH v10 28/69] mm/mmap: reorganize munmap to use maple states
` [PATCH v10 29/69] mm/mmap: change do_brk_munmap() to use do_mas_align_munmap()
` [PATCH v10 31/69] arm64: Change elfcore for_each_mte_vma() to use VMA iterator
` [PATCH v10 30/69] arm64: remove mmap linked list from vdso
` [PATCH v10 35/69] x86: remove vma linked list walks
` [PATCH v10 33/69] powerpc: remove mmap "
` [PATCH v10 34/69] s390: remove vma "
` [PATCH v10 32/69] parisc: remove mmap linked list from cache handling
` [PATCH v10 37/69] cxl: remove vma linked list walk
` [PATCH v10 36/69] xtensa: remove vma linked list walks
` [PATCH v10 38/69] optee: remove vma linked list walk
` [PATCH v10 39/69] um: "
` [PATCH v10 40/69] coredump: "
` [PATCH v10 41/69] exec: use VMA iterator instead of linked list
` [PATCH v10 43/69] fs/proc/task_mmu: stop using linked list and highest_vm_end
` [PATCH v10 44/69] userfaultfd: use maple tree iterator to iterate VMAs
` [PATCH v10 42/69] fs/proc/base: use maple tree iterators in place of linked list
` [PATCH v10 45/69] ipc/shm: use VMA iterator instead "
` [PATCH v10 48/69] sched: use maple tree iterator to walk VMAs
` [PATCH v10 47/69] perf: use VMA iterator
` [PATCH v10 49/69] fork: "
` [PATCH v10 46/69] acct: use VMA iterator instead of linked list
` [PATCH v10 51/69] mm/gup: use maple tree navigation "
` [PATCH v10 50/69] bpf: remove VMA "
` [PATCH v10 52/69] mm/khugepaged: stop using vma "
` [PATCH v10 53/69] mm/ksm: use vma iterators instead of "
` [PATCH v10 54/69] mm/madvise: use vma_find() "
` [PATCH v10 55/69] mm/memcontrol: stop using mm->highest_vm_end
` [PATCH v10 58/69] mm/mprotect: use maple tree navigation instead of vma linked list
` [PATCH v10 56/69] mm/mempolicy: use vma iterator & maple state "
` [PATCH v10 57/69] mm/mlock: use vma iterator and "
` [PATCH v10 59/69] mm/mremap: use vma_find_intersection() "
` [PATCH v10 62/69] mm/pagewalk: use vma_find() "
` [PATCH v10 63/69] mm/swapfile: use vma iterator "
` [PATCH v10 61/69] mm/oom_kill: use maple tree iterators "
` [PATCH v10 60/69] mm/msync: use vma_find() "
` [PATCH v10 64/69] i915: use the VMA iterator
` [PATCH v10 66/69] riscv: use vma iterator for vdso
` [PATCH v10 65/69] nommu: remove uses of VMA linked list
` [PATCH v10 69/69] mm/mmap.c: pass in mapping to __vma_link_file()
` [PATCH v10 68/69] mm/mmap: drop range_has_overlap() function
` [PATCH v10 67/69] mm: remove the vma linked list

[PATCH] build: improve -fsanitize-coverage-allowlist check
 2022-06-21 20:45 UTC 

[PATCH v3 bpf-next 0/5] Add bpf_getxattr
 2022-06-21 20:46 UTC  (6+ messages)
` [PATCH v3 bpf-next 1/5] btf: Add a new kfunc set which allows to mark a function to be sleepable
` [PATCH v3 bpf-next 2/5] bpf: kfunc support for ARG_PTR_TO_CONST_STR
` [PATCH v3 bpf-next 3/5] bpf: Allow kfuncs to be used in LSM programs
` [PATCH v3 bpf-next 4/5] bpf: Add a bpf_getxattr kfunc
` [PATCH v3 bpf-next 5/5] bpf/selftests: Add a selftest for bpf_getxattr

[PATCH v2] PCI: qcom: fix IPQ8074 Gen2 support
 2022-06-21 20:45 UTC  (3+ messages)

+ mm-rmap-simplify-the-hugetlb-handling-when-unmapping-or-migration.patch added to mm-unstable branch
 2022-06-21 20:45 UTC 

+ lib-stackdepot-replace-config_stack_hash_order-with-automatic-sizing.patch added to mm-nonmm-unstable branch
 2022-06-21 20:43 UTC 

[PATCH v2 1/3] dt-bindings: clock: add pcm reset for ipq806x lcc
 2022-06-21 20:43 UTC  (5+ messages)
` [PATCH v2 3/3] clk: qcom: lcc-ipq806x: convert to parent data

replacing memcpy() calls with direct assignment
 2022-06-21 20:43 UTC  (4+ messages)

b4: initial patchwork integration support
 2022-06-21 20:43 UTC 

[Intel-wired-lan] [PATCH][next] iavf: Replace one-element array in struct virtchnl_iwarp_qvlist_info and iavf_qvlist_info
 2022-06-21 20:40 UTC  (4+ messages)

third time
 2022-06-21 20:40 UTC  (2+ messages)

[PATCH 4/4] nvme: check that EUI/GUID/UUID are globally unique
 2022-06-21 20:39 UTC  (12+ messages)

[PATCH] drm/fourcc: fix integer type usage in uapi header
 2022-06-21 20:39 UTC 

[PATCH V11 0/8] CXL: Read CDAT and DSMAS data
 2022-06-21 20:38 UTC  (7+ messages)
` [PATCH V11 5/8] cxl/port: Read CDAT table

[PATCH] maple_tree: Make mas_prealloc() error checking more generic
 2022-06-21 20:38 UTC  (4+ messages)

[PATCH] ata: libata-scsi: fix sloppy result type of ata_ioc32()
 2022-06-21 20:37 UTC  (6+ messages)

[PATCH V11 4/8] cxl/pci: Create PCI DOE mailbox's for memory devices
 2022-06-21 20:37 UTC  (2+ messages)

Do we still need the scsi IPR driver ?
 2022-06-21 20:36 UTC  (2+ messages)

[paulmck-rcu:ctxt.2022.06.20a] BUILD SUCCESS 2ab5ecfa6d411119b6fc6d7ec316d60349a384a5
 2022-06-21 20:34 UTC 

[Buildroot] [PATCH v3 1/2] configs/aspeed_ast2600evb: new defconfig
 2022-06-21 20:34 UTC  (2+ messages)
` [Buildroot] [PATCH v3 2/2] configs/aspeed_ast2500evb: "

[PATCH net-next, 0/2] net: mana: Add handling of CQE_RX_TRUNCATED and a cleanup
 2022-06-21 20:34 UTC  (7+ messages)
` [PATCH net-next, 1/2] net: mana: Add handling of CQE_RX_TRUNCATED

[PATCH v2 0/5] Rework KUnit test execution in modules
 2022-06-21 20:29 UTC  (7+ messages)
` [PATCH v2 2/5] kunit: flatten kunit_suite*** to kunit_suite** in .kunit_test_suites
` [PATCH v2 3/5] thunderbolt: test: Use kunit_test_suite() macro

b4-0.9.0 available
 2022-06-21 20:29 UTC  (11+ messages)

[PATCH] platform/x86: thinkpad_acpi: Fix a memory leak of EFCH MMIO resource
 2022-06-21 20:28 UTC  (3+ messages)

Linux 5.18-rc4
 2022-06-21 20:27 UTC  (9+ messages)

Test Failure t5510,t5562 - was RE: [ANNOUNCE] Git v2.37.0-rc1
 2022-06-21 20:27 UTC  (8+ messages)
      ` [PATCH v2] t5510: replace 'origin' with URL more carefully (was Re: Test Failure t5510,t5562 - was RE: [ANNOUNCE] Git v2.37.0-rc1)

[PATCH v4] hw: m25p80: add WP# pin and SRWD bit for write protection
 2022-06-21 20:24 UTC 

[PATCH v2] module: Add support for default value for module async_probe
 2022-06-21 20:25 UTC  (2+ messages)

[PATCH v2 bpf-next 0/5] Add bpf_getxattr
 2022-06-21 20:25 UTC  (11+ messages)
` [PATCH v2 bpf-next 2/5] bpf: kfunc support for ARG_PTR_TO_CONST_STR
` [PATCH v2 bpf-next 3/5] bpf: Allow kfuncs to be used in LSM programs

[PATCH v3 00/51] target/arm: Scalable Matrix Extension
 2022-06-21 20:24 UTC  (3+ messages)
` [PATCH v3 09/51] target/arm: Add the SME ZA storage to CPUARMState

[paulmck-rcu:rcu/next] BUILD SUCCESS 19743f8bb51c64755885062a7b545441511c31cb
 2022-06-21 20:25 UTC 

[drm-misc:drm-misc-next 3/4] drivers/gpu/drm/xlnx/zynqmp_disp.c:1260:3: error: call to undeclared function 'drm_plane_create_zpos_immutable_property'; ISO C99 and later do not support implicit function declarations
 2022-06-21 20:25 UTC 

[tpm2] Re: Possible TPM uses in fprintd/libfprint
 2022-06-21 20:24 UTC 

[PATCH] net-tcp: Find dst with sk's xfrm policy not ctl_sk
 2022-06-21 20:22 UTC 

[PATCH 00/36] IIO: switch easy cases to new simpler PM related macros
 2022-06-21 20:27 UTC  (37+ messages)
` [PATCH 01/36] iio: accel: bma220: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
` [PATCH 02/36] iio: adc: ad799x: "
` [PATCH 03/36] iio: adc: at91-sam5d2: "
` [PATCH 04/36] iio: adc: imx7d_adc: "
` [PATCH 05/36] iio: adc: meson_saradc: "
` [PATCH 06/36] iio: adc: mt6577_auxadc: "
` [PATCH 07/36] iio: adc: stmpe-adc: "
` [PATCH 08/36] iio: adc: ti-am335x: "
` [PATCH 09/36] iio: adc: xilinx-ams: "
` [PATCH 10/36] iio: chemical: scd4x: "
` [PATCH 11/36] iio: dac: ds4424: "
` [PATCH 12/36] iio: dac: ltc1660: "
` [PATCH 13/36] iio: dac: max517: "
` [PATCH 14/36] iio: dac: max5821: "
` [PATCH 15/36] iio: dac: mcp4725: "
` [PATCH 16/36] iio: gyro: itg3200: "
` [PATCH 17/36] iio: health: afe4403: "
` [PATCH 18/36] iio: health: afe4404: "
` [PATCH 19/36] iio: light: al3010: "
` [PATCH 20/36] iio: light: al3320a: "
` [PATCH 21/36] iio: light: as73211: "
` [PATCH 22/36] iio: light: bh1750: "
` [PATCH 23/36] iio: light: cm3605: "
` [PATCH 24/36] iio: proximity: cros_ec_mkbp: "
` [PATCH 25/36] iio: temperature: ltc2983: "
` [PATCH 26/36] iio: light: us5182: Switch from CONFIG_PM guards to pm_ptr() etc
` [PATCH 27/36] iio: adc: imx8qxp: Switch to DEFINE_RUNTIME_DEV_PM_OPS and pm_ptr()
` [PATCH 28/36] iio: light: gp2ap002: "
` [PATCH 29/36] iio: light: isl29028: Use DEFINE_RUNTIME_DEV_PM_OPS() "
` [PATCH 30/36] iio: light: tsl2583: Use DEFINE_RUNTIME_DEV_PM_OPS "
` [PATCH 31/36] iio: light: tsl2591: Use DEFINE_RUNTIME_DEV_PM_OPS() "
` [PATCH 32/36] iio: light: vcnl4000: Use DEFINE_RUNTIME_DEV_PM_OPS() and pm_ptr() macros
` [PATCH 33/36] iio: light: vcnl4035: "
` [PATCH 34/36] iio: light: veml6030: "
` [PATCH 35/36] iio: magnetometer: ak8974: "
` [PATCH 36/36] iio: magn: yas530: "

[PATCH v2 0/4] 3rd set of IIO export namespaces
 2022-06-21 20:31 UTC  (4+ messages)

[Intel-wired-lan] [PATCH net v1] iavf: validate dest MAC and VLAN from tc-filter code path
 2022-06-21 20:21 UTC  (3+ messages)

[OE-core] [PATCH 01/18] sato: work around missing icons in adwaita 42.0
 2022-06-21 20:21 UTC 

[bluez/bluez] 949898: avdtp: Free discover when send_request returns error
 2022-06-21 20:21 UTC 

[PATCH BlueZ 0/1] Fix bug where bluetooth-meshd stops sending
 2022-06-21 20:20 UTC  (2+ messages)

[PATCH BlueZ 0/1] avdtp: Free discover when send_request returns error
 2022-06-21 20:20 UTC  (2+ messages)

[Buildroot] [PATCH 1/2] fs/ext2: add option for zstd compression
 2022-06-21 20:19 UTC  (4+ messages)

[PATCH] cxl/acpi: Verify CHBS consistency
 2022-06-21 20:12 UTC 

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-06-21 20:17 UTC  (4+ messages)
` [PATCH Part2 v6 14/49] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled

[PATCH 01/18] sato: work around missing icons in adwaita 42.0
 2022-06-21 20:16 UTC  (18+ messages)
` [PATCH 02/18] adwaita-icon-theme: upgrade 41.0 -> 42.0
` [PATCH 03/18] mesa: update 22.0.3 -> 22.1.2
` [PATCH 04/18] python3-numpy: update 1.22.3 -> 1.22.4
` [PATCH 05/18] python3-setuptools: update 62.3.2 -> 62.5.0
` [PATCH 06/18] vulkan: upgrade 1.3.211.0 -> 1.3.216.0
` [PATCH 07/18] lttng-modules: update 2.13.3 -> 2.13.4
` [PATCH 08/18] go: update 1.18.2 -> 1.18.3
` [PATCH 09/18] ell: update 0.50 -> 0.51
` [PATCH 10/18] libdrm: update 2.4.110 -> 2.4.111
` [PATCH 11/18] diffoscope: upgrade 215 -> 216
` [PATCH 12/18] dos2unix: upgrade 7.4.2 -> 7.4.3
` [PATCH 13/18] librsvg: upgrade 2.54.3 -> 2.54.4
` [PATCH 14/18] puzzles: upgrade to latest revision
` [PATCH 15/18] sudo: upgrade 1.9.10 -> 1.9.11p2
` [PATCH 16/18] wireless-regdb: upgrade 2022.04.08 -> 2022.06.06
` [PATCH 17/18] x264: upgrade to latest revision
` [PATCH 18/18] python3-requests: upgrade 2.27.1 -> 2.28.0

[PATCH v4 1/3] phy: qcom-qmp-pcie: make pipe clock rate configurable
 2022-06-21 20:16 UTC  (3+ messages)

[PATCH 0/6] bundle URIs: design doc and initial git fetch --bundle-uri implementation
 2022-06-21 20:16 UTC  (6+ messages)
` [PATCH 1/6] docs: document bundle URI standard

[PATCH 5.18 1/2] bpf: Fix calling global functions from BPF_PROG_TYPE_EXT programs
 2022-06-21 20:15 UTC  (2+ messages)
` [PATCH 5.18 2/2] selftests/bpf: Add selftest for calling global functions from freplace

[PATCH] examples/distributor: update dynamic configuration
 2022-06-21 20:15 UTC 

drivers/platform/mips/rs780e-acpi.c:35:6: warning: no previous prototype for 'pm_iowrite'
 2022-06-21 20:14 UTC 

[PATCH 5.15 1/2] bpf: Fix calling global functions from BPF_PROG_TYPE_EXT programs
 2022-06-21 20:13 UTC  (2+ messages)
` [PATCH 5.15 2/2] selftests/bpf: Add selftest for calling global functions from freplace


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.