All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-22 01:29:53 to 2024-08-22 02:52:17 UTC [more...]

[PATCH md-6.12 00/41] md/md-bitmap: introduce bitmap_operations and make structure internel
 2024-08-22  2:47 UTC  (35+ messages)
` [PATCH md-6.12 01/41] md/raid1: use md_bitmap_wait_behind_writes() in raid1_read_request()
` [PATCH md-6.12 02/41] md/md-bitmap: replace md_bitmap_status() with a new helper md_bitmap_get_stats()
` [PATCH md-6.12 03/41] md: use new helper md_bitmap_get_stats() in update_array_info()
` [PATCH md-6.12 04/41] md/md-bitmap: add 'events_cleared' into struct md_bitmap_stats
` [PATCH md-6.12 05/41] md/md-bitmap: add 'sync_size' "
` [PATCH md-6.12 06/41] md/md-bitmap: add 'file_pages' "
` [PATCH md-6.12 07/41] md/md-bitmap: add 'behind_writes' and 'behind_wait' "
` [PATCH md-6.12 08/41] md/md-cluster: use helper md_bitmap_get_stats() to get pages in resize_bitmaps()
` [PATCH md-6.12 09/41] md/md-bitmap: add a new helper md_bitmap_set_pages()
` [PATCH md-6.12 10/41] md/md-bitmap: introduce struct bitmap_operations
` [PATCH md-6.12 11/41] md/md-bitmap: simplify md_bitmap_create() + md_bitmap_load()
` [PATCH md-6.12 12/41] md/md-bitmap: merge md_bitmap_create() into bitmap_operations
` [PATCH md-6.12 13/41] md/md-bitmap: merge md_bitmap_load() "
` [PATCH md-6.12 14/41] md/md-bitmap: merge md_bitmap_destroy() "
` [PATCH md-6.12 15/41] md/md-bitmap: merge md_bitmap_flush() "
` [PATCH md-6.12 16/41] md/md-bitmap: make md_bitmap_print_sb() internal
` [PATCH md-6.12 17/41] md/md-bitmap: merge md_bitmap_update_sb() into bitmap_operations
` [PATCH md-6.12 18/41] md/md-bitmap: merge md_bitmap_status() "
` [PATCH md-6.12 19/41] md/md-bitmap: remove md_bitmap_setallbits()
` [PATCH md-6.12 20/41] md/md-bitmap: merge bitmap_write_all() into bitmap_operations
` [PATCH md-6.12 21/41] md/md-bitmap: merge md_bitmap_dirty_bits() "
` [PATCH md-6.12 22/41] md/md-bitmap: merge md_bitmap_startwrite() "
` [PATCH md-6.12 23/41] md/md-bitmap: merge md_bitmap_endwrite() "
` [PATCH md-6.12 24/41] md/md-bitmap: merge md_bitmap_start_sync() "
` [PATCH md-6.12 25/41] md/md-bitmap: remove the parameter 'aborted' for md_bitmap_end_sync()
` [PATCH md-6.12 26/41] md/md-bitmap: merge md_bitmap_end_sync() into bitmap_operations
` [PATCH md-6.12 27/41] md/md-bitmap: merge md_bitmap_close_sync() "
` [PATCH md-6.12 28/41] md/md-bitmap: mrege md_bitmap_cond_end_sync() "
` [PATCH md-6.12 29/41] md/md-bitmap: merge md_bitmap_sync_with_cluster() "
` [PATCH md-6.12 30/41] md/md-bitmap: merge md_bitmap_unplug_async() into md_bitmap_unplug()
` [PATCH md-6.12 31/41] md/md-bitmap: merge bitmap_unplug() into bitmap_operations
` [PATCH md-6.12 32/41] md/md-bitmap: merge md_bitmap_daemon_work() "
` [PATCH md-6.12 33/41] md/md-bitmap: pass in mddev directly for md_bitmap_resize()
` [PATCH md-6.12 34/41] md/md-bitmap: merge md_bitmap_resize() into bitmap_operations

[PATCH v3 1/3] riscv: mm: Use hint address in mmap if available
 2024-08-22  2:51 UTC  (2+ messages)

[PATCH v1 0/2] LoongArch: Fix some build issues with randconfig
 2024-08-22  2:51 UTC  (6+ messages)
` [PATCH v1 2/2] LoongArch: Add ifdefs to fix LSX and LASX related issues

[PATCH v3 1/3] powerpc/pseries: Use correct data types from pseries_hp_errorlog struct
 2024-08-22  2:50 UTC  (3+ messages)
` [PATCH v3 2/3] powerpc/pseries/dlpar: Remove device tree node for DLPAR IO remove
` [PATCH v3 3/3] powerpc/pseries/dlpar: Add device tree nodes for DLPAR IO add

[PATCH] drm/xe: fixup xe_alloc_pf_queue
 2024-08-22  2:49 UTC  (2+ messages)

Email Security upgrading process
 2024-08-22  2:46 UTC 

[PATCH 2/7] rtc:rtc-imxdi:Use devm_clk_get_enabled() helpers
 2024-08-22  2:44 UTC  (2+ messages)
` [PATCH] rtc:rtc-at91rm9200:Use "

[PATCH v11 00/39] arm64/gcs: Provide support for GCS in userspace
 2024-08-22  1:15 UTC  (23+ messages)
` [PATCH v11 07/39] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v11 13/39] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v11 14/39] arm64/mm: Map pages for guarded control stack
` [PATCH v11 15/39] KVM: arm64: Manage GCS access and registers for guests
` [PATCH v11 16/39] arm64/idreg: Add overrride for GCS
` [PATCH v11 18/39] arm64/traps: Handle GCS exceptions
` [PATCH v11 19/39] arm64/mm: Handle GCS data aborts
` [PATCH v11 21/39] arm64/gcs: Ensure that new threads have a GCS
` [PATCH v11 23/39] arm64/mm: Implement map_shadow_stack()
` [PATCH v11 24/39] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v11 25/39] arm64/signal: Expose GCS state in signal frames
` [PATCH v11 27/39] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v11 29/39] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v11 30/39] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v11 32/39] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v11 33/39] kselftest/arm64: Add very basic GCS test program
` [PATCH v11 34/39] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v11 35/39] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v11 36/39] kselftest/arm64: Add GCS signal tests
` [PATCH v11 37/39] kselftest/arm64: Add a GCS stress test
` [PATCH v11 38/39] kselftest/arm64: Enable GCS for the FP stress tests
` [PATCH v11 39/39] KVM: selftests: arm64: Add GCS registers to get-reg-list

[PATCH 0/4] wifi: rtw89: coex: add BT-coexistence support of RTL8852BT
 2024-08-22  2:45 UTC  (3+ messages)
` [PATCH 1/4] wifi: rtw89: coex: Update report version of Wi-Fi firmware 0.29.90.0 for RTL8852BT

[Intel-wired-lan] [PATCH iwl-next v10 06/14] iavf: add initial framework for registering PTP clock
 2024-08-22  2:42 UTC  (2+ messages)

[PATCH v3] wifi: cfg80211: Use kmemdup_array instead of kmemdup for multiple allocation
 2024-08-22  2:42 UTC 

[PATCH] sched/fair: Warn against unbalanced util_est during dequeue
 2024-08-22  2:42 UTC  (3+ messages)

[PATCH v2 00/25] ext4: some bugfixes and cleanups for ext4 extents path
 2024-08-22  2:35 UTC  (26+ messages)
` [PATCH v2 01/25] ext4: refactor ext4_ext_rm_idx() to index 'path'
` [PATCH v2 02/25] ext4: prevent partial update of the extents path
` [PATCH v2 03/25] ext4: fix slab-use-after-free in ext4_split_extent_at()
` [PATCH v2 04/25] ext4: avoid use-after-free in ext4_ext_show_leaf()
` [PATCH v2 05/25] ext4: update orig_path in ext4_find_extent()
` [PATCH v2 06/25] ext4: aovid use-after-free in ext4_ext_insert_extent()
` [PATCH v2 07/25] ext4: drop ppath from ext4_ext_replay_update_ex() to avoid double-free
` [PATCH v2 08/25] ext4: fix double brelse() the buffer of the extents path
` [PATCH v2 09/25] ext4: add new ext4_ext_path_brelse() helper
` [PATCH v2 10/25] ext4: propagate errors from ext4_find_extent() in ext4_insert_range()
` [PATCH v2 11/25] ext4: get rid of ppath in ext4_find_extent()
` [PATCH v2 12/25] ext4: get rid of ppath in get_ext_path()
` [PATCH v2 13/25] ext4: get rid of ppath in ext4_ext_create_new_leaf()
` [PATCH v2 14/25] ext4: get rid of ppath in ext4_ext_insert_extent()
` [PATCH v2 15/25] ext4: get rid of ppath in ext4_split_extent_at()
` [PATCH v2 16/25] ext4: get rid of ppath in ext4_force_split_extent_at()
` [PATCH v2 17/25] ext4: get rid of ppath in ext4_split_extent()
` [PATCH v2 18/25] ext4: get rid of ppath in ext4_split_convert_extents()
` [PATCH v2 19/25] ext4: get rid of ppath in ext4_convert_unwritten_extents_endio()
` [PATCH v2 20/25] ext4: get rid of ppath in ext4_ext_convert_to_initialized()
` [PATCH v2 21/25] ext4: get rid of ppath in ext4_ext_handle_unwritten_extents()
` [PATCH v2 22/25] ext4: get rid of ppath in convert_initialized_extent()
` [PATCH v2 23/25] ext4: refactor ext4_swap_extents() to reuse extents path
` [PATCH v2 24/25] ext4: make some fast commit functions "
` [PATCH v2 25/25] ext4: save unnecessary indentation in ext4_ext_create_new_leaf()

[PATCH v6] usb: gadget: u_serial: Add null pointer check in gs_read_complete & gs_write_complete
 2024-08-22  2:34 UTC 

[PATCH v1] mm:slab:use kmem_cache_free() to free
 2024-08-22  2:27 UTC 

[PATCH] wifi: rtw89: limit the PPDU length for VHT rate to 0x40000
 2024-08-22  2:31 UTC  (2+ messages)

[PATCH] target/loongarch/kvm: Add vCPU reset function
 2024-08-22  2:28 UTC 

[PATCH v13 0/3] Add ASPEED AST2600 I2Cv2 controller driver
 2024-08-22  2:24 UTC  (8+ messages)
` [PATCH v13 2/3] i2c: aspeed: support AST2600 i2c new register mode driver

[PATCH v2] arm64: dts: imx8mp-phyboard-pollux-rdk: Add support for PCIe
 2024-08-22  2:22 UTC  (2+ messages)

[PATCH] drm/panel/hx83102: fix null pointer dereference in hx83102_get_modes
 2024-08-22  2:21 UTC  (2+ messages)

[PATCH net] net: mana: Fix race of mana_hwc_post_rx_wqe and new hwc response
 2024-08-22  2:21 UTC  (2+ messages)

[PATCH v16 0/7] drm/xe/guc: Add GuC based register capture for error capture
 2024-08-22  2:20 UTC  (3+ messages)
` [PATCH v16 6/7] drm/xe/guc: Add dss conversion from group/instance ID

Re: [PATCH] hw/display/vhost-user-gpu.c: fix vhost_user_gpu_chr_read()
 2024-08-22  2:16 UTC 

[PATCH] linux-firmware: Add firmware for RTL8812AU device
 2024-08-22  2:19 UTC  (3+ messages)

[PATCH] arm64: dts: exynosautov9: Add dpum SysMMU
 2024-08-22  2:16 UTC  (4+ messages)

[PATCH] rtl_bt: Add firmware and config files for RTL8922A
 2024-08-22  2:16 UTC 

[PATCH -next 0/2] allow modules autoloading
 2024-08-22  2:14 UTC  (3+ messages)

[PATCH v1] driver:md:dm-bufio:Remove NULL check of list_entry()
 2024-08-22  2:14 UTC 

[PATCH v2] wifi: rtw89: debugfs: support multiple adapters debugging
 2024-08-22  2:13 UTC  (2+ messages)

[PATCH] drm/amd/pm: Drop unsupported features on smu v14_0_2
 2024-08-22  2:12 UTC 

[tytso-ext4:dev] BUILD SUCCESS dd7895c6e4a71257be661bc76dfd8211ee27b9ba
 2024-08-22  2:12 UTC 

[PATCH v8 2/8] mtd: rawnand: qcom: cleanup qcom_nandc driver
 2024-08-22  2:10 UTC  (2+ messages)

[PATCH 0/5] iommu: Domain allocation enhancements
 2024-08-22  2:10 UTC  (6+ messages)
` [PATCH 1/5] iommu: Enhance domain allocation code to take additional flags

[RFC PATCH 0/5] sched: NUMA-aware concurrency IDs
 2024-08-22  2:09 UTC  (2+ messages)

[PATCH 1/3] cxl/port: Use __free() to drop put_device() for cxl_port
 2024-08-22  2:07 UTC  (7+ messages)
` [PATCH 2/3] cxl/port: Use scoped_guard() to drop device_lock()/unlock pair
` [PATCH 3/3] cxl/port: Refactor __devm_cxl_add_port() to drop goto pattern

[PATCH net V5 0/3] Fixes for IPsec over bonding
 2024-08-22  2:07 UTC  (6+ messages)
` [PATCH net V5 3/3] bonding: change ipsec_lock from spin lock to mutex

[PATCH -next] net: dsa: Simplify with scoped for each OF child loop
 2024-08-22  2:07 UTC  (3+ messages)

[PATCH v3] leds: lp55xx: Use devm_clk_get_enabled() helpers
 2024-08-22  2:03 UTC 

[PATCH v3] nvmem: jz4780-efuse: Use devm_clk_get_enabled() helpers
 2024-08-22  2:01 UTC 

[PATCH i-g-t v3] lib/gpgpu_fill: Write kernel using inline iga64 api
 2024-08-22  2:01 UTC  (3+ messages)
` ✗ CI.xeFULL: failure for lib/gpgpu_fill: Write kernel using inline iga64 api (rev4)
` ✗ Fi.CI.IGT: "

[PATCH V8 00/12] soc: imx8mp: Add support for HDMI
 2024-08-22  1:59 UTC  (10+ messages)
` [PATCH V8 10/12] drm/bridge: imx: add bridge wrapper driver for i.MX8MP DWC HDMI
  ` drm/bridge/imx8mp-hdmi-tx: Allow inexact pixel clock frequencies (Was: [PATCH V8 10/12] drm/bridge: imx: add bridge wrapper driver for i.MX8MP DWC HDMI)

[PATCH v12 00/24] nfs/nfsd: add support for localio
 2024-08-22  2:00 UTC  (3+ messages)

[PATCH v3] mailbox: sprd: Use devm_clk_get_enabled() helpers
 2024-08-22  1:59 UTC 

[PATCH] tests/amdgpu: enable amd_deadlock test on Renior
 2024-08-22  1:59 UTC  (3+ messages)

[xen-unstable-smoke test] 187304: tolerable all pass - PUSHED
 2024-08-22  1:56 UTC 

[PATCH bpf-next v1 0/8] libbpf, selftests/bpf: Support cross-endian usage
 2024-08-22  1:55 UTC  (3+ messages)
` [PATCH bpf-next v1 5/8] libbpf: Support opening bpf objects of either endianness

[PATCH v1] Device-mapper(LVM): Convert to use time_after_eq macro
 2024-08-22  1:54 UTC 

[PATCH v2] mailbox: sprd: Use devm_clk_get_enabled() helpers
 2024-08-22  1:54 UTC  (6+ messages)

[syzbot] [mm?] BUG: unable to handle kernel paging request in list_lru_add
 2024-08-22  1:54 UTC  (3+ messages)

cron job: media_tree daily build: WARNINGS
 2024-08-22  1:52 UTC 

[linux-linus test] 187301: tolerable FAIL - PUSHED
 2024-08-22  1:52 UTC 

[meta-oe][scarthgap][PATCH] mariadb: File conflicts for multilib
 2024-08-22  1:52 UTC 

[PATCH v2 net-next 0/3] add "nxp,phy-output-refclk" to instead of "nxp,rmii-refclk-in"
 2024-08-22  1:37 UTC  (4+ messages)
` [PATCH v2 net-next 1/3] dt-bindings: net: tja11xx: use phy-output-refclk to instead of rmii-refclk-in
` [PATCH v2 net-next 2/3] net: phy: tja11xx: replace "nxp,rmii-refclk-in" with "nxp,phy-output-refclk"
` [PATCH v2 net-next 3/3] net: phy: c45-tja11xx: add support for outputing RMII reference clock

Gautham R. Shenoy's PGP key
 2024-08-22  1:51 UTC  (2+ messages)

[PATCH v2] sched/numa: Fix the vma scan starving issue
 2024-08-22  1:48 UTC  (4+ messages)

[PATCH v2 1/2] wifi: mac80211: export ieee80211_purge_tx_queue() for drivers
 2024-08-22  1:48 UTC  (3+ messages)
` [PATCH v2 2/2] wifi: rtw88: use ieee80211_purge_tx_queue() to purge TX skb

[PATCH 0/5] usb drivers use devm_clk_get_enabled() helpers
 2024-08-22  1:40 UTC  (5+ messages)
` [PATCH 1/5] usb: aspeed_udc: Use "

[PATCH v21 0/9] Add REMOVE_BUF ioctl
 2024-08-22  1:29 UTC  (5+ messages)
` [PATCH v21 2/9] videobuf2: Add min_reqbufs_allocation field to vb2_queue structure

[PATCH 1/2] wifi: mac80211: export ieee80211_purge_tx_queue() for drivers
 2024-08-22  1:46 UTC  (4+ messages)

[PATCH v3 00/13] qemuarm64-secureboot: Add UEFI Secure Boot
 2024-08-22  1:43 UTC  (14+ messages)
` [PATCH v3 01/13] qemuarm64-secureboot: Introduce uefi-secureboot machine feature
` [PATCH v3 02/13] core-image-base: Use UEFI layout disk partitions
` [PATCH v3 03/13] layer.conf: Introduce UEFI_SB_KEYS_DIR
` [PATCH v3 04/13] uefi-sb-keys.bbclass: Add class to validate UEFI keys
` [PATCH v3 05/13] sbsign.bbclass: Add class to sign binaries
` [PATCH v3 06/13] core-image-base: Inherit uefi-sb-keys
` [PATCH v3 07/13] meta-arm: Introduce gen-uefi-sb-keys.bb recipe
` [PATCH v3 08/13] u-boot: Setup UEFI and Secure Boot
` [PATCH v3 09/13] qemuarm64-secureboot: Add meta-secure-core layer as dependency
` [PATCH v3 10/13] linux-yocto: Setup UEFI and sign kernel image
` [PATCH v3 11/13] systemd: Add UEFI support
` [PATCH v3 12/13] systemd-boot: Use it as bootloader & sign UEFI image
` [PATCH v3 13/13] meta-arm: Add UEFI Secure Boot test

[PATCH -v2] Resource: fix region_intersects() for CXL memory
 2024-08-22  1:43 UTC  (3+ messages)

[PATCH v2 00/14] qemuarm64-secureboot: Add UEFI Secure Boot
 2024-08-22  1:43 UTC  (6+ messages)
` [PATCH v2 14/14] qemuarm64-secureboot.yml: Set branch to scarthgap

[PATCH bpf-next v2 0/5] support bpf_fastcall patterns for calls to kfuncs
 2024-08-22  1:43 UTC  (6+ messages)
` [PATCH bpf-next v2 1/5] bpf: rename nocsr -> bpf_fastcall in verifier
` [PATCH bpf-next v2 5/5] selftests/bpf: check if bpf_fastcall is recognized for kfuncs

[PATCH 0/4] hw/ufs: ufs device testing function added and modified
 2024-08-22  1:39 UTC  (2+ messages)
  ` [PATCH 4/4] hw/ufs: ufs descriptor read test implemented

[PATCH v2 bpf-next 0/8] bpf: Add gen_epilogue and allow kfunc call in pro/epilogue
 2024-08-22  1:32 UTC  (3+ messages)
` [PATCH v2 bpf-next 7/8] bpf: Allow pro/epilogue to call kfunc

[PATCH v1 0/2] Add Aspeed G7 gpio support
 2024-08-22  1:31 UTC  (4+ messages)
` [PATCH v1 2/2] gpio: Add G7 Aspeed gpio controller driver

[PATCH v6 00/22] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2024-08-22  1:31 UTC  (3+ messages)

[f2fs-dev] [PATCH -next 00/14] btrfs: Cleaned up folio->page conversion
 2024-08-22  1:37 UTC  (15+ messages)
` [f2fs-dev] [PATCH 01/14] btrfs: convert clear_page_extent_mapped() to take a folio
` [f2fs-dev] [PATCH 02/14] btrfs: convert get_next_extent_buffer() "
` [f2fs-dev] [PATCH 03/14] btrfs: convert try_release_subpage_extent_buffer() "
` [f2fs-dev] [PATCH 04/14] btrfs: convert try_release_extent_buffer() "
` [f2fs-dev] [PATCH 05/14] btrfs: convert read_key_bytes() "
` [f2fs-dev] [PATCH 06/14] btrfs: convert submit_eb_subpage() "
` [f2fs-dev] [PATCH 07/14] btrfs: convert submit_eb_page() "
` [f2fs-dev] [PATCH 08/14] btrfs: convert try_release_extent_state() "
` [f2fs-dev] [PATCH 09/14] btrfs: convert try_release_extent_mapping() "
` [f2fs-dev] [PATCH 10/14] btrfs: convert zlib_decompress() "
` [f2fs-dev] [PATCH 11/14] btrfs: convert lzo_decompress() "
` [f2fs-dev] [PATCH 12/14] btrfs: convert zstd_decompress() "
` [f2fs-dev] [PATCH 13/14] btrfs: convert btrfs_decompress() "
` [f2fs-dev] [PATCH 14/14] btrfs: convert copy_inline_to_page() to use folio

[PATCH v16 05/16] x86/sgx: Implement basic EPC misc cgroup functionality
 2024-08-22  1:29 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.