All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-02-13 19:28:03 to 2023-02-13 20:15:35 UTC [more...]

[dm-devel] [PATCH 00/39] dm: fix checkpatch errors and warnings
 2023-02-13 20:13 UTC  (25+ messages)
` [dm-devel] [PATCH 01/39] dm: add missing SPDX-License-Indentifiers
` [dm-devel] [PATCH 02/39] dm: prefer kmap_local_page() instead of deprecated kmap_atomic()
` [dm-devel] [PATCH 03/39] dm: use fsleep() instead of msleep() for deterministic sleep duration
` [dm-devel] [PATCH 05/39] dm: avoid assignment in if conditions
` [dm-devel] [PATCH 06/39] dm: enclose complex macros into parentheses where possible
` [dm-devel] [PATCH 07/39] dm: avoid initializing static variables
` [dm-devel] [PATCH 08/39] dm: address space issues relative to switch/while/for/
` [dm-devel] [PATCH 09/39] dm: address indent/space issues
` [dm-devel] [PATCH 10/39] dm: correct block comments format
` [dm-devel] [PATCH 11/39] dm: fix undue/missing spaces
` [dm-devel] [PATCH 12/39] dm: fix trailing statements
` [dm-devel] [PATCH 13/39] dm crypt: correct 'foo*' to 'foo *'
` [dm-devel] [PATCH 14/39] dm block-manager: avoid not required parentheses
` [dm-devel] [PATCH 15/39] dm: avoid spaces before function arguments or in favour of tabs
` [dm-devel] [PATCH 16/39] dm: add argument identifier names
` [dm-devel] [PATCH 17/39] dm: add missing empty lines
` [dm-devel] [PATCH 18/39] dm: remove unnecessary braces from single statement blocks
` [dm-devel] [PATCH 21/39] dm: prefer '"%s...", __func__'
` [dm-devel] [PATCH 22/39] dm: avoid using symbolic permissions
` [dm-devel] [PATCH 23/39] dm: favour __aligned(N) versus "__attribute__ (aligned(N))"
` [dm-devel] [PATCH 24/39] dm: favour __packed versus "__attribute__ ((packed))"
` [dm-devel] [PATCH 25/39] dm: avoid useless 'else' after 'break' or return'
` [dm-devel] [PATCH 27/39] dm: avoid inline filenames
` [dm-devel] [PATCH 28/39] dm: don't indent labels

[PATCH v2 0/8] powerpc/85xx: p2020: Create one unified machine description
 2023-02-13 20:15 UTC  (16+ messages)
` [PATCH v2 3/8] powerpc/85xx: p2020: Move all P2020 machine descriptions to p2020.c
` [PATCH v2 4/8] powerpc/85xx: p2020: Move i8259 code into own function
` [PATCH v2 6/8] powerpc/85xx: p2020: Define just one machine description

[PATCH 00/21] Some bugfix and cleanup to mballoc
 2023-02-13 20:14 UTC  (31+ messages)
` [PATCH 04/21] ext4: get correct ext4_group_info in ext4_mb_prefetch_fini
` [PATCH 08/21] ext4: add missed brelse in ext4_free_blocks_simple
` [PATCH 09/21] ext4: remove unused return value of ext4_mb_try_best_found and ext4_mb_free_metadata
` [PATCH 10/21] ext4: Remove unnecessary release when memory allocation failed in ext4_mb_init_cache
` [PATCH 11/21] ext4: remove unnecessary e4b->bd_buddy_page check in ext4_mb_load_buddy_gfp
` [PATCH 12/21] ext4: remove unnecessary check in ext4_mb_new_blocks
` [PATCH 13/21] ext4: remove dead check in mb_buddy_mark_free
` [PATCH 14/21] ext4: remove ac->ac_found > sbi->s_mb_min_to_scan dead check in ext4_mb_check_limits
` [PATCH 15/21] ext4: use best found when complex scan of group finishs
` [PATCH 16/21] ext4: remove unnecessary exit_meta_group_info tag
` [PATCH 17/21] ext4: remove unnecessary count2 in ext4_free_data_in_buddy
` [PATCH 18/21] ext4: remove unnecessary goto in ext4_mb_mark_diskspace_used
` [PATCH 19/21] ext4: remove repeat assignment to ac_f_ex
` [PATCH 20/21] ext4: remove comment code ext4_discard_preallocations

[f2fs-dev] [PATCH] f2fs: synchronize atomic write aborts
 2023-02-13 20:14 UTC  (4+ messages)

[PATCH v2] powerpc/machdep: warn when machine_is() used too early
 2023-02-13 20:12 UTC  (2+ messages)

[PATCH -tip v3] kasan: Emit different calls for instrumentable memintrinsics
 2023-02-13 20:13 UTC 

[RFC] eal: use same atomic intrinsics for gcc and clang
 2023-02-13 20:13 UTC  (3+ messages)

[PATCH] dt-bindings: mfd: qcom,spmi-pmic: Allow RRADC as adc@ subnode
 2023-02-13 20:13 UTC 

[RFC PATCH v2 00/22] Introduce QC USB SND audio offloading support
 2023-02-13 20:12 UTC  (9+ messages)
` [RFC PATCH v2 20/22] sound: usb: Prevent starting of audio stream if in use

[PATCH v2 0/4] Fix deadlock when dying because of a signal
 2023-02-13 20:12 UTC  (5+ messages)
` [PATCH v2 1/4] linux-user: Always exit from exclusive state in fork_end()
` [PATCH v2 2/4] cpus: Make {start,end}_exclusive() recursive

[PATCH] EDAC/amd64: remove unneeded call to reserve_mc_sibling_devs()
 2023-02-13 20:12 UTC  (2+ messages)

[PATCH -mm] mm: percpu: fix incorrect size in pcpu_obj_full_size()
 2023-02-13 20:12 UTC  (5+ messages)

[dm-devel] "dm: prefer kmap_local_page() instead of deprecated kmap_atomic()" is broken
 2023-02-13 20:09 UTC  (2+ messages)

[PATCH -tip v2] kasan: Emit different calls for instrumentable memintrinsics
 2023-02-13 20:10 UTC 

[PATCH v4 0/5] watchdog: mt7621-wdt: avoid globals and arch dependencies
 2023-02-13 20:09 UTC  (13+ messages)
` [PATCH v4 1/5] dt-bindings: watchdog: mt7621-wdt: add phandle to access system controller registers

[PATCH 0/12] pata_parport: protocol drivers cleanups
 2023-02-13 20:08 UTC  (3+ messages)
` [PATCH 05/12] pata_parport: remove typedef struct PIA

libpcre2 breaks COMPILED_SOURCE=1 tags
 2023-02-13 20:07 UTC 

Issue with "KVM: SEV: Add support for SEV intra host migration"
 2023-02-13 20:07 UTC 

[PATCH 5.15 00/67] 5.15.94-rc1 review
 2023-02-13 20:07 UTC  (2+ messages)

[PATCH v2] ACPICA: Replace fake flexible arrays with flexible array members
 2023-02-13 20:05 UTC  (5+ messages)

[Buildroot] [PATCH] package/flannel: use the github helper
 2023-02-13 20:06 UTC 

[linux-nvme:nvme-6.2] BUILD SUCCESS 5f69f009b7c445ddd219609c0085825c6270415a
 2023-02-13 20:04 UTC 

[PATCH v6 0/3] watchdog: mt7621-wdt: avoid globals and arch dependencies
 2023-02-13 20:05 UTC  (4+ messages)
` [PATCH v6 1/3] mips: dts: ralink: mt7621: rename watchdog node from 'wdt' into 'watchdog'
` [PATCH v6 2/3] watchdog: mt7621-wdt: avoid static global declarations
` [PATCH v6 3/3] watchdog: mt7621-wdt: avoid ralink architecture dependent code

[PATCH 0/4] io_uring: add IORING_OP_READ[WRITE]_SPLICE_BUF
 2023-02-13 20:04 UTC  (6+ messages)
` [PATCH 1/4] fs/splice: enhance direct pipe & splice for moving pages in kernel

[PATCH] create-spdx-2.2: Add support for custom Annotations
 2023-02-13 20:03 UTC  (2+ messages)

stable-rc/linux-4.14.y build: 194 builds: 2 failed, 192 passed, 28 warnings (v4.14.305-33-gbee7b4634a49)
 2023-02-13 20:03 UTC 

[RFC 00/13] Replace static logtypes with static
 2023-02-13 19:55 UTC  (21+ messages)
` [PATCH v4 00/19] Replace use of static logtypes
  ` [PATCH v4 01/19] gso: don't log message on non TCP/UDP
  ` [PATCH v4 02/19] eal: drop no longer used GSO logtype
  ` [PATCH v4 03/19] log: drop unused RTE_LOGTYPE_TIMER
  ` [PATCH v4 04/19] efd: replace RTE_LOGTYPE_EFD with dynamic type
  ` [PATCH v4 05/19] mbuf: replace RTE_LOGTYPE_MBUF "
  ` [PATCH v4 06/19] acl: replace LOGTYPE_ACL "
  ` [PATCH v4 07/19] power: replace RTE_LOGTYPE_POWER "
  ` [PATCH v4 08/19] ring: replace RTE_LOGTYPE_RING "
  ` [PATCH v4 09/19] mempool: replace RTE_LOGTYPE_MEMPOOL "
  ` [PATCH v4 10/19] lpm: replace RTE_LOGTYPE_LPM with dynamic types
  ` [PATCH v4 11/19] kni: replace RTE_LOGTYPE_KNI with dynamic type
  ` [PATCH v4 12/19] sched: replace RTE_LOGTYPE_SCHED "
  ` [PATCH v4 13/19] port: replace RTE_LOGTYPE_PORT "
  ` [PATCH v4 14/19] table: convert RTE_LOGTYPE_TABLE to dynamic logtype
  ` [PATCH v4 15/19] app/test: remove use of RTE_LOGTYPE_PIPELINE
  ` [PATCH v4 16/19] pipeline: replace RTE_LOGTYPE_PIPELINE with dynamic type
  ` [PATCH v4 17/19] hash: move rte_thash_gfni stubs out of header file
  ` [PATCH v4 18/19] hash: move rte_hash_set_alg out header
  ` [PATCH v4 19/19] hash: convert RTE_LOGTYPE_HASH to dynamic type

[PATCH v1 RFC Zisslpcfi 00/20] riscv control-flow integrity for U mode
 2023-02-13 20:01 UTC  (7+ messages)
` [PATCH v1 RFC Zisslpcfi 11/20] mmu: maybe_mkwrite updated to manufacture shadow stack PTEs

[Question] softlockup in run_timer_softirq
 2023-02-13 20:00 UTC  (2+ messages)

[Intel-gfx] [PATCH v2 0/7] drm/i915/wm: legacy watermark code shuffling
 2023-02-13 20:00 UTC  (8+ messages)
` [Intel-gfx] [PATCH v2 1/7] drm/i915: move memory frequency detection to intel_dram.c
` [Intel-gfx] [PATCH v2 2/7] drm/i915/wm: move remaining watermark code out of intel_pm.c
` [Intel-gfx] [PATCH v2 3/7] drm/i915/wm: move functions to call watermark hooks to intel_wm.[ch]
` [Intel-gfx] [PATCH v2 4/7] drm/i915/wm: add .get_hw_state to watermark funcs
` [Intel-gfx] [PATCH v2 5/7] drm/i915/wm: move watermark sanitization to intel_wm.[ch]
` [Intel-gfx] [PATCH v2 6/7] drm/i915/wm: move watermark debugfs to intel_wm.c
` [Intel-gfx] [PATCH v2 7/7] drm/i915: rename intel_pm_types.h -> display/intel_wm_types.h

Try to address the drm_debugfs issues
 2023-02-13 19:59 UTC  (6+ messages)

[dm-devel] RAID4 with no striping mode request
 2023-02-13 19:40 UTC  (3+ messages)
`  "

[PATCH 1/2] net/ark: add new device to PCIe allowlist
 2023-02-13 19:58 UTC  (3+ messages)
` [PATCH 1/2] doc: clarify the existing net/ark guide
  ` [PATCH 2/2] net/ark: add new ark PCIe device

[PATCH] Revert "staging: r8188eu: simplify rtw_get_ff_hwaddr"
 2023-02-13 19:58 UTC  (4+ messages)
` [PATCH v2] staging: r8188eu: "

[PATCH 0/6] Use correct LDO5 control registers for PCA9450
 2023-02-13 19:56 UTC  (6+ messages)
` [PATCH 6/6] arm64: dts: imx8mm-kontron: Add support for reading SD_VSEL signal

[PATCH 0/5] kernel: Standardize task comm setup for kthreads
 2023-02-13 19:57 UTC  (5+ messages)
` [PATCH 1/5] kernel: Move kernel_clone_args's fn to new struct
` [PATCH 4/5] kernel: Prepare set_kthread_struct to be used for setup_thread_fn

"KVM: x86/mmu: Overhaul TDP MMU zapping and flushing" breaks SVM on Hyper-V
 2023-02-13 19:56 UTC  (5+ messages)

[LSF/MM/BPF BoF]: extend UBLK to cover real storage hardware
 2023-02-13 19:13 UTC  (6+ messages)

[PATCH 5.10 000/139] 5.10.168-rc1 review
 2023-02-13 19:50 UTC  (2+ messages)

[PATCH v2 0/3] Add RISC-V 32 NOMMU support
 2023-02-13 19:49 UTC  (7+ messages)
` [PATCH v2 1/3] clk: k210: remove an implicit 64-bit division
` [PATCH v2 3/3] riscv: configs: Add nommu defconfig for RV32

[PATCH-tip 0/2] locking/rwsem: Miscellaneous rwsem enhancements
 2023-02-13 19:48 UTC  (3+ messages)
` [PATCH 1/2] locking/rwsem: Enable early rwsem writer lock handoff
` [PATCH 2/2] locking/rwsem: Wake up all readers for wait queue waker

[RFC PATCH v3 0/4] Move TE setup to prepare_for_kickoff()
 2023-02-13 19:48 UTC  (8+ messages)
` [RFC PATCH v3 1/4] drm/msm/dpu: "
` [RFC PATCH v3 2/4] drm/msm: Check for NULL before calling prepare_commit()
` [RFC PATCH v3 3/4] drm/msm/dpu: Remove empty prepare_commit() function

[PATCH 0/2] Remove VT-d virtual command interface
 2023-02-13 19:48 UTC  (10+ messages)
` [PATCH 2/2] iommu/ioasid: Remove custom IOASID allocator

[Intel-gfx] [PATCH v3 00/15] Add vfio_device cdev for iommufd support
 2023-02-13 19:47 UTC  (3+ messages)
`  "

imx8mp spi fail
 2023-02-13 19:46 UTC  (3+ messages)

[PATCH v4] hw/arm/smmuv3: Add GBPA register
 2023-02-13 19:45 UTC  (4+ messages)

[RFC PATCH v2 00/18] Add DRM CRTC 3D LUT interface
 2023-02-13 19:45 UTC  (11+ messages)

stable-rc/linux-5.10.y build: 184 builds: 2 failed, 182 passed, 9 warnings (v5.10.167-140-g65fa84413c15)
 2023-02-13 19:41 UTC 

[RFC PATCH 0/6] add: block invalid submodules
 2023-02-13 19:41 UTC  (3+ messages)
` [RFC PATCH 2/6] t4041, t4060: modernize test style

[PATCH v6 01/20] irqdomain: Fix association race
 2023-02-13 19:40 UTC  (2+ messages)
` [irqchip: irq/irqchip-next] "

[PATCH v6 02/20] irqdomain: Fix disassociation race
 2023-02-13 19:40 UTC  (2+ messages)
` [irqchip: irq/irqchip-next] "

[PATCH v6 08/20] irqdomain: Drop revmap mutex
 2023-02-13 19:40 UTC  (2+ messages)
` [irqchip: irq/irqchip-next] "

[PATCH v6 09/20] irqdomain: Drop dead domain-name assignment
 2023-02-13 19:40 UTC  (2+ messages)
` [irqchip: irq/irqchip-next] "

Second-source devices and interrupt-mapping race
 2023-02-13 19:40 UTC  (2+ messages)
` [irqchip: irq/irqchip-next] irqdomain: Fix mapping-creation race

[PATCH v6 04/20] irqdomain: Look for existing mapping only once
 2023-02-13 19:40 UTC  (2+ messages)
` [irqchip: irq/irqchip-next] "

[PATCH v6 03/20] irqdomain: Drop bogus fwspec-mapping error handling
 2023-02-13 19:40 UTC  (2+ messages)
` [irqchip: irq/irqchip-next] "

[PATCH v6 11/20] irqdomain: Clean up irq_domain_push/pop_irq()
 2023-02-13 19:40 UTC  (2+ messages)
` [irqchip: irq/irqchip-next] "

[PATCH v6 05/20] irqdomain: Refactor __irq_domain_alloc_irqs()
 2023-02-13 19:40 UTC  (2+ messages)
` [irqchip: irq/irqchip-next] "

[PATCH v6 07/20] irqdomain: Fix domain registration race
 2023-02-13 19:40 UTC  (2+ messages)
` [irqchip: irq/irqchip-next] "

[PATCH v6 10/20] irqdomain: Drop leftover brackets
 2023-02-13 19:40 UTC  (2+ messages)
` [irqchip: irq/irqchip-next] "

[PATCH v6 13/20] x86/uv: Use irq_domain_create_hierarchy()
 2023-02-13 19:40 UTC  (2+ messages)
` [irqchip: irq/irqchip-next] "

[PATCH v6 12/20] x86/ioapic: Use irq_domain_create_hierarchy()
 2023-02-13 19:40 UTC  (2+ messages)
` [irqchip: irq/irqchip-next] "

[PATCH v6 15/20] irqchip/gic-v2m: Use irq_domain_create_hierarchy()
 2023-02-13 19:40 UTC  (2+ messages)
` [irqchip: irq/irqchip-next] "

[PATCH v6 14/20] irqchip/alpine-msi: Use irq_domain_add_hierarchy()
 2023-02-13 19:40 UTC  (2+ messages)
` [irqchip: irq/irqchip-next] "

[PATCH v6 20/20] irqdomain: Switch to per-domain locking
 2023-02-13 19:40 UTC  (2+ messages)
` [irqchip: irq/irqchip-next] "

[PATCH v6 17/20] irqchip/gic-v3-mbi: Use irq_domain_create_hierarchy()
 2023-02-13 19:40 UTC  (2+ messages)
` [irqchip: irq/irqchip-next] "

[PATCH v6 16/20] irqchip/gic-v3-its: Use irq_domain_create_hierarchy()
 2023-02-13 19:40 UTC  (2+ messages)
` [irqchip: irq/irqchip-next] "

[PATCH v6 19/20] irqchip/mvebu-odmi: Use irq_domain_create_hierarchy()
 2023-02-13 19:40 UTC  (2+ messages)
` [irqchip: irq/irqchip-next] "

[PATCH v6 18/20] irqchip/loongson-pch-msi: Use irq_domain_create_hierarchy()
 2023-02-13 19:40 UTC  (2+ messages)
` [irqchip: irq/irqchip-next] "

[PATCH v1 00/13] test/bbdev: changes for 23.03
 2023-02-13 19:40 UTC  (4+ messages)
` [PATCH v1 09/13] test/bbdev: bbdev-test cannot compare some scenarios

[PATCH] scsi: mpi3mr: fix an issue found by KASAN
 2023-02-13 19:40 UTC  (2+ messages)

[PATCH] RISC-V: Enable dead code elimination
 2023-02-13 19:39 UTC  (2+ messages)

[RFC PATCH V2 0/9] Convert TSC to monotonic raw clock for PEBS
 2023-02-13 19:37 UTC  (5+ messages)
` [RFC PATCH V2 1/9] timekeeping: Expose the conversion information of monotonic raw
` [RFC PATCH V2 2/9] perf: Extend ABI to support post-processing monotonic raw conversion

[PATCH v3 00/10] sched/fair: Avoid unnecessary migrations within SMT domains
 2023-02-13 19:47 UTC  (4+ messages)
` [PATCH v3 07/10] sched/fair: Do not even the number of busy CPUs via asym_packing

Question about Table E.1
 2023-02-13 19:37 UTC  (11+ messages)
          ` [PATCH -perfbook] cpu: PoC of A QQz citing table in answer to another QQz (was Re: Question about Table E.1)
            ` [PATCH -perfbook v2] cpu: Add a QQz on table E.1

[RFC PATCH 0/7] drm/msm/dpu: Implement tearcheck support on INTF block
 2023-02-13 19:37 UTC  (4+ messages)
` [RFC PATCH 5/7] drm/msm/dpu: Document and enable TEAR interrupts on DSI interfaces

[PATCH v1 RFC Zisslpcfi 09/20] riscv mmu: riscv shadow stack page fault handling
 2023-02-13 19:36 UTC  (2+ messages)

[PATCH] MAINTAINERS: update my email address for the clock framework
 2023-02-13 19:35 UTC  (2+ messages)

[igt-dev] [PATCH 1/2] amdgpu/amd_plane: Add multi MPO XRGB8888 test
 2023-02-13 19:33 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [1/2] "

[Buildroot] [PATCH 1/3] package/kodi: fix armv5 build
 2023-02-13 19:31 UTC  (2+ messages)

[PATCH v4 0/5] Add function suspend/resume and remote wakeup support
 2023-02-13 19:31 UTC  (6+ messages)
` [PATCH v4 1/5] usb: gadget: Properly configure the device for remote wakeup
` [PATCH v4 2/5] usb: dwc3: Add remote wakeup handling
` [PATCH v4 3/5] usb: gadget: Add function wakeup support
` [PATCH v4 4/5] usb: dwc3: Add function suspend and "
` [PATCH v4 5/5] usb: gadget: f_ecm: Add suspend/resume and remote "

[PATCH 0/3] arm64: configs: Provide slimmed down configuration for guests
 2023-02-13 19:30 UTC  (2+ messages)

Patchwork summary for: linux-soc
 2023-02-13 19:30 UTC 

[PATCH] mm: memcontrol: rename memcg_kmem_enabled()
 2023-02-13 19:29 UTC 

[PATCH v2 00/20] CXL RAM and the 'Soft Reserved' => 'System RAM' default
 2023-02-13 19:27 UTC  (3+ messages)
  ` [PATCH v2 13/20] cxl/region: Add region autodiscovery


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.