All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-04-15 04:03:06 to 2021-04-15 05:20:42 UTC [more...]

[PATCH 00/57] Rid W=1 warnings from Staging
 2021-04-15  5:20 UTC  (3+ messages)
` [PATCH 37/57] staging: rtl8188eu: os_dep: ioctl_linux: Move 2 large data buffers into the heap

[PATCH] i40e: fix the panic when running bpf in xdpdrv mode
 2021-04-15  5:16 UTC  (7+ messages)
` [PATCH net v2] "
          ` [Intel-wired-lan] "

[PATCH 2/2] ptrace: is_syscall_success: Add syscall return code handling for compat task
 2021-04-15  5:12 UTC  (5+ messages)

[PATCH -perfbook 0/5] Updates of qqz.sty
 2021-04-15  5:11 UTC  (4+ messages)

[dunfell/master PATCH 0/6] am65x/j7*: Remove non-existent 5.10.y dtb*
 2021-04-15  5:11 UTC  (7+ messages)
` [dunfell/master PATCH 1/6] Revert "conf: j7-evm: Add jailhouse dtbo"
` [dunfell/master PATCH 2/6] Revert "j7-evm: add new k3-j721e-proc-board-tps65917.dtb"
` [dunfell/master PATCH 3/6] Revert "j7-evm: add new infotainment DTBO file"
` [dunfell/master PATCH 4/6] Revert "j7-evm: add k3-j721e-pcie-backplane.dtbo"
` [dunfell/master PATCH 5/6] Revert "conf: machine: j7200-evm: Add Jailhouse overlay"
` [dunfell/master PATCH 6/6] conf/machine: am65xx: Remove non-existent dtb* from 5.10

[dpdk-dev] [PATCH 0/4] net/mlx5: support meter policy operations
 2021-04-15  5:09 UTC  (11+ messages)
` [dpdk-dev] [PATCH v5 "
  ` [dpdk-dev] [PATCH v5 1/4] "
  ` [dpdk-dev] [PATCH v5 2/4] net/mlx5: support meter creation with policy
  ` [dpdk-dev] [PATCH v5 3/4] net/mlx5: prepare sub-policy for a flow with meter
  ` [dpdk-dev] [PATCH v5 4/4] net/mlx5: connect meter policy to created flows
` [dpdk-dev] [PATCH v6 0/4] net/mlx5: support meter policy operations
  ` [dpdk-dev] [PATCH v6 1/4] "
  ` [dpdk-dev] [PATCH v6 2/4] net/mlx5: support meter creation with policy
  ` [dpdk-dev] [PATCH v6 3/4] net/mlx5: prepare sub-policy for a flow with meter
  ` [dpdk-dev] [PATCH v6 4/4] net/mlx5: connect meter policy to created flows

[PATCH v1] usb: typec: tcpm: Fix error while calculating PPS out values
 2021-04-15  5:07 UTC  (3+ messages)

[patch v3] translations/zh_CN: add translations to dev-tools gcov
 2021-04-15  5:07 UTC  (4+ messages)
` [PATCH v5] docs/zh_CN: add translations in zh_CN/dev-tools/gcov

[PATCH 00/42] btrfs: add full read-write support for subpage
 2021-04-15  5:04 UTC  (43+ messages)
` [PATCH 01/42] btrfs: introduce end_bio_subpage_eb_writepage() function
` [PATCH 02/42] btrfs: introduce write_one_subpage_eb() function
` [PATCH 03/42] btrfs: make lock_extent_buffer_for_io() to be subpage compatible
` [PATCH 04/42] btrfs: introduce submit_eb_subpage() to submit a subpage metadata page
` [PATCH 05/42] btrfs: remove the unused parameter @len for btrfs_bio_fits_in_stripe()
` [PATCH 06/42] btrfs: allow btrfs_bio_fits_in_stripe() to accept bio without any page
` [PATCH 07/42] btrfs: use u32 for length related members of btrfs_ordered_extent
` [PATCH 08/42] btrfs: pass btrfs_inode into btrfs_writepage_endio_finish_ordered()
` [PATCH 09/42] btrfs: refactor how we finish ordered extent io for endio functions
` [PATCH 10/42] btrfs: update the comments in btrfs_invalidatepage()
` [PATCH 11/42] btrfs: refactor btrfs_invalidatepage()
` [PATCH 12/42] btrfs: make Private2 lifespan more consistent
` [PATCH 13/42] btrfs: rename PagePrivate2 to PageOrdered inside btrfs
` [PATCH 14/42] btrfs: pass bytenr directly to __process_pages_contig()
` [PATCH 15/42] btrfs: refactor the page status update into process_one_page()
` [PATCH 16/42] btrfs: provide btrfs_page_clamp_*() helpers
` [PATCH 17/42] btrfs: only require sector size alignment for end_bio_extent_writepage()
` [PATCH 18/42] btrfs: make btrfs_dirty_pages() to be subpage compatible
` [PATCH 19/42] btrfs: make __process_pages_contig() to handle subpage dirty/error/writeback status
` [PATCH 20/42] btrfs: make end_bio_extent_writepage() to be subpage compatible
` [PATCH 21/42] btrfs: make process_one_page() to handle subpage locking
` [PATCH 22/42] btrfs: introduce helpers for subpage ordered status
` [PATCH 23/42] btrfs: make page Ordered bit to be subpage compatible
` [PATCH 24/42] btrfs: update locked page dirty/writeback/error bits in __process_pages_contig
` [PATCH 25/42] btrfs: prevent extent_clear_unlock_delalloc() to unlock page not locked by __process_pages_contig()
` [PATCH 26/42] btrfs: make btrfs_set_range_writeback() subpage compatible
` [PATCH 27/42] btrfs: make __extent_writepage_io() only submit dirty range for subpage
` [PATCH 28/42] btrfs: add extra assert for submit_extent_page()
` [PATCH 29/42] btrfs: make btrfs_truncate_block() to be subpage compatible
` [PATCH 30/42] btrfs: make btrfs_page_mkwrite() "
` [PATCH 31/42] btrfs: reflink: make copy_inline_to_page() "
` [PATCH 32/42] btrfs: fix the filemap_range_has_page() call in btrfs_punch_hole_lock_range()
` [PATCH 33/42] btrfs: don't clear page extent mapped if we're not invalidating the full page
` [PATCH 34/42] btrfs: extract relocation page read and dirty part into its own function
` [PATCH 35/42] btrfs: make relocate_one_page() to handle subpage case
` [PATCH 36/42] btrfs: fix wild subpage writeback which does not have ordered extent
` [PATCH 37/42] btrfs: disable inline extent creation for subpage
` [PATCH 38/42] btrfs: skip validation for subpage read repair
` [PATCH 39/42] btrfs: make free space cache size consistent across different PAGE_SIZE
` [PATCH 40/42] btrfs: refactor submit_extent_page() to make bio and its flag tracing easier
` [PATCH 41/42] btrfs: allow submit_extent_page() to do bio split for subpage
` [PATCH 42/42] btrfs: allow read-write for 4K sectorsize on 64K page size systems

[PATCH BlueZ] shared/timeout-ell: Fix timeout_add() implementation
 2021-04-15  5:03 UTC 

[tip: core/rcu] softirq: Don't try waking ksoftirqd before it has been spawned
 2021-04-15  5:02 UTC  (8+ messages)

[PATCH] block: fix io hung by block throttle
 2021-04-15  5:01 UTC  (2+ messages)

[PATCH 6/7] rtw88: 8822c: add CFO tracking
 2021-04-15  5:02 UTC  (5+ messages)

post-receive: pub/scm/linux/kernel/git/masahiroy/linux-kbuild
 2021-04-15  4:59 UTC 

[PATCH v2] rtw88: 8822c: add CFO tracking
 2021-04-15  4:59 UTC 

[PATCH] kconfig: redo fake deps at include/config/*.h
 2021-04-15  4:58 UTC  (2+ messages)

[PATCH v5 0/3] mainline ti tsc2046 adc driver
 2021-04-15  4:58 UTC  (5+ messages)
` [PATCH v5 3/3] iio: adc: add ADC driver for the TI TSC2046 controller
    ` [Ping for Dmitry] "

[PATCH 09/13] sunrpc: add a symlink from rpc-client directory to the xprt_switch
 2021-04-15  4:56 UTC  (3+ messages)

[dpdk-dev] [PATCH 1/2] [RFC]: ethdev: add pre-defined meter policy API
 2021-04-15  4:54 UTC  (4+ messages)
` [dpdk-dev] [PATCH v7 0/2] Support "
  ` [dpdk-dev] [PATCH v7 1/2] ethdev: add pre-defined "
  ` [dpdk-dev] [PATCH v7 2/2] app/testpmd: support policy actions per color

[PATCH v5 1/3] riscv: Move kernel mapping outside of linear mapping
 2021-04-15  4:54 UTC  (5+ messages)

[PATCH] mm: Define ARCH_HAS_FIRST_USER_ADDRESS
 2021-04-15  4:52 UTC  (13+ messages)
        ` [OpenRISC] "

[Bug 1923629] [NEW] RISC-V Vector Instruction vssub.vv not saturating
 2021-04-15  4:42 UTC  (5+ messages)
` [Bug 1923629] "

[PATCH] docs: Add documentation for shakti_c machine
 2021-04-15  4:48 UTC  (2+ messages)

[PATCH 00/38] target/riscv: support packed extension v0.9.2
 2021-04-15  4:46 UTC  (4+ messages)

[Buildroot] [autobuild.buildroot.net] Daily results for 2021-04-14
 2021-04-15  4:46 UTC 

[PATCH] generic/619: a better way to get tot_avail_size
 2021-04-15  4:51 UTC 

Candidate Linux ABI for Intel AMX and hypothetical new related features
 2021-04-15  4:43 UTC  (8+ messages)

[meta-networking][PATCH] vnstat: Disable install parallism to fix a potential install race
 2021-04-15  4:42 UTC 

[RFC PATCH 0/4] xfs: support shrinking empty AGs
 2021-04-15  4:34 UTC  (9+ messages)
` [RFC PATCH 1/4] xfs: support deactivating AGs
` [RFC PATCH 2/4] xfs: check ag is empty
` [RFC PATCH 4/4] xfs: support shrinking empty AGs

[BlueZ] monitor: Fix the incorrect vendor name
 2021-04-15  4:34 UTC  (5+ messages)

[PATCH 11/13] sunrpc: add dst_attr attributes to the sysfs xprt directory
 2021-04-15  4:31 UTC  (3+ messages)

[OE-core] Initramfs with OpenSBI for a RISCV SoC
 2021-04-15  4:30 UTC  (3+ messages)
`  "

[Buildroot] [PATCH v1 1/3] package/postgis: disable protobuf support
 2021-04-15  4:31 UTC  (6+ messages)
` [Buildroot] [PATCH v1 2/3] package/postgis: add optional json-c dependency
` [Buildroot] [PATCH v1 3/3] package/postgis: add optional pcre dependency

FreeBSD if_wg POINTTOPOINT and MULTICAST behaviour
 2021-04-15  4:30 UTC  (5+ messages)

[Intel-wired-lan] [tnguy-net-queue:10GbE] BUILD SUCCESS ef963ae427aa4669905e0a96b3bd9d44dc85db32
 2021-04-15  4:28 UTC 

updated amdgpu firmware
 2021-04-15  4:28 UTC  (2+ messages)

Access to rodata when using libbpf directly
 2021-04-15  4:27 UTC  (2+ messages)

[hwmon:hwmon-next] BUILD SUCCESS fdf70b5de6f3edfc8561d31a6b478592fae4177f
 2021-04-15  4:26 UTC 

[RFC Patch bpf-next] bpf: introduce bpf timer
 2021-04-15  4:25 UTC  (8+ messages)

[freescale-fslc:pr/308 12053/18175] drivers/gpu/drm/rockchip/cdn-dp-core.h:10:10: fatal error: drm/bridge/cdns-mhdp-common.h: No such file or directory
 2021-04-15  4:22 UTC 

possible bug due to directory rename detection
 2021-04-15  4:21 UTC  (2+ messages)

[linux-lvm] RAID1 mirroring behavior when one disk is dead sometimes?
 2021-04-15  4:19 UTC  (3+ messages)
  ` [linux-lvm] RAID1 mirroring behavior when one disk is dead sometimes - why not just use random numbers ??

[PATCH 1/5] mm/swapfile: add percpu_ref support for swap
 2021-04-15  4:20 UTC  (11+ messages)

[PATCH RFT v2 0/4] pci: add common Designware PCIe functions and support Amlogic Meson PCIe controller
 2021-04-15  4:20 UTC  (7+ messages)

Please pull u-boot-x86
 2021-04-15  4:20 UTC 

[android-common:android12-5.10 21/42] arch/arm64/kvm/hyp/nvhe/setup.c:133:17: warning: no previous prototype for function '__pkvm_init_finalise'
 2021-04-15  4:18 UTC 

[PATCH v3 0/8] RISC-V: Add support for ePMP v0.9.1
 2021-04-15  4:17 UTC  (5+ messages)
` [PATCH v3 5/8] target/riscv: Implementation of enhanced PMP (ePMP)

[PATCH v3 0/4] Add Ampere's Altra SMPro hwmon driver
 2021-04-15  4:15 UTC  (9+ messages)
` [PATCH v3 2/4] mfd: simple-mfd-i2c: Adds Ampere's Altra SMpro support
` [PATCH v3 3/4] hwmon: smpro: Add Ampere's Altra smpro-hwmon driver

✅ PASS: Test report for kernel 5.11.14 (stable, dfe7059b)
 2021-04-15  4:17 UTC 

[Bug 1923197] [NEW] RISC-V priviledged instruction error
 2021-04-15  4:09 UTC  (3+ messages)
` [Bug 1923197] "

[PATCH net-next] skbuff: revert "skbuff: remove some unnecessary operation in skb_segment_list()"
 2021-04-15  4:10 UTC  (3+ messages)

[PATCH] net: fix a concurrency bug in l2tp_tunnel_register()
 2021-04-15  4:10 UTC 

[PATCH v3 0/4] arm: imx: Add i.mx6q DaSheng COM-9XX SBC board support
 2021-04-15  4:05 UTC  (10+ messages)
` [PATCH v3 1/4] dt-bindings: add dasheng vendor prefix
` [PATCH v3 2/4] dt-bindings: arm: imx: Add i.mx6q DaSheng COM-9XX SBC
` [PATCH v3 3/4] arm: dts: imx: Add i.mx6q DaSheng COM-9XX SBC board support
` [PATCH v3 4/4] media: i2c: ov2659: Use clk_{prepare_enable, disable_unprepare}() to set xvclk on/off
  ` [PATCH v3 4/4] media: i2c: ov2659: Use clk_{prepare_enable,disable_unprepare}() "

[PATCH 00/10] [v7][RESEND] Migrate Pages in lieu of discard
 2021-04-15  4:07 UTC  (5+ messages)
` [PATCH 02/10] mm/numa: automatically generate node migration order

[lustre-devel] [PATCH 00/49] lustre: sync to OpenSFS as of March 30 2021
 2021-04-15  4:02 UTC  (46+ messages)
` [lustre-devel] [PATCH 02/49] lustre: lmv: iput() can safely be passed NULL
` [lustre-devel] [PATCH 03/49] lustre: llite: mark extended attr and inode flags
` [lustre-devel] [PATCH 05/49] lnet: Prevent discovery on peer marked deletion
` [lustre-devel] [PATCH 07/49] lnet: Transfer disc src NID when merging peers
` [lustre-devel] [PATCH 08/49] lnet: Lookup lpni after discovery
` [lustre-devel] [PATCH 10/49] lnet: socklnd: change various ints to bool
` [lustre-devel] [PATCH 11/49] lnet: Correct asymmetric route detection
` [lustre-devel] [PATCH 12/49] lustre: fixup ldlm_pool and lu_object shrinker failure cases
` [lustre-devel] [PATCH 13/49] lustre: log: Add ending newline for some messages
` [lustre-devel] [PATCH 14/49] lustre: use with_imp_locked() more broadly
` [lustre-devel] [PATCH 15/49] lnet: o2iblnd: change some ints to bool
` [lustre-devel] [PATCH 16/49] lustre: lmv: striped directory as subdirectory mount
` [lustre-devel] [PATCH 17/49] lustre: llite: create file_operations registration function
` [lustre-devel] [PATCH 18/49] lustre: osc: fix performance regression in osc_extent_merge()
` [lustre-devel] [PATCH 19/49] lustre: mds: add enums for MDS_ATTR flags
` [lustre-devel] [PATCH 20/49] lustre: uapi: remove OBD_IOC_LOV_GET_CONFIG
` [lustre-devel] [PATCH 21/49] lustre: sec: fix migrate for encrypted dir
` [lustre-devel] [PATCH 22/49] lnet: libcfs: restore LNET_DUMP_ON_PANIC functionality
` [lustre-devel] [PATCH 23/49] lustre: ptlrpc: fix ASSERTION on scp_rqbd_posted
` [lustre-devel] [PATCH 24/49] lustre: ldlm: not freed req on enqueue
` [lustre-devel] [PATCH 25/49] lnet: uapi: move userland only nidstr.h handling
` [lustre-devel] [PATCH 26/49] lnet: libcfs: don't depend on sysctl support for debugfs
` [lustre-devel] [PATCH 27/49] lustre: ptlrpc: Add a binary heap implementation
` [lustre-devel] [PATCH 28/49] lustre: ptlrpc: Implement NRS Delay Policy
` [lustre-devel] [PATCH 29/49] lustre: ptlrpc: rename cfs_binheap to simply binheap
` [lustre-devel] [PATCH 30/49] lustre: ptlrpc: mark some functions as static
` [lustre-devel] [PATCH 31/49] lustre: use tgt_pool for lov layer
` [lustre-devel] [PATCH 32/49] lustre: quota: make used for pool correct
` [lustre-devel] [PATCH 33/49] lustre: quota: call rhashtable_lookup near params decl
` [lustre-devel] [PATCH 34/49] lustre: lov: cancel layout lock on replay deadlock
` [lustre-devel] [PATCH 35/49] lustre: obdclass: Protect cl_env_percpu[]
` [lustre-devel] [PATCH 36/49] lnet: libcfs: discard cfs_trace_console_buffers[]
` [lustre-devel] [PATCH 37/49] lnet: libcfs: discard cfs_trace_copyin_string()
` [lustre-devel] [PATCH 38/49] lustre: lmv: don't use lqr_alloc spinlock in lmv
` [lustre-devel] [PATCH 39/49] lustre: lov: fault page update cp_lov_index
` [lustre-devel] [PATCH 40/49] lustre: update version to 2.14.51
` [lustre-devel] [PATCH 41/49] lustre: llite: mirror extend/copy keeps sparseness
` [lustre-devel] [PATCH 42/49] lustre: ptlrpc: don't use list_for_each_entry_safe unnecessarily
` [lustre-devel] [PATCH 43/49] lnet: Age peer NI out of recovery
` [lustre-devel] [PATCH 44/49] lnet: Only recover known good peer NIs
` [lustre-devel] [PATCH 45/49] lnet: Recover peer NI w/exponential backoff interval
` [lustre-devel] [PATCH 46/49] lustre: lov: return valid stripe_count/size for PFL files
` [lustre-devel] [PATCH 47/49] lnet: convert lpni_refcount to a kref
` [lustre-devel] [PATCH 48/49] lustre: lmv: handle default stripe_count=-1 properly
` [lustre-devel] [PATCH 49/49] lnet: libcfs: discard cfs_array_alloc()

[PATCH 2/7] rtw88: follow the AP basic rates for tx mgmt frame
 2021-04-15  4:05 UTC  (5+ messages)

Issue Report: When VM memory is extremely large, downtime for RDMA migration is high. (64G mem --> extra 400ms)
 2021-04-15  1:54 UTC 

[PATCH v4 0/3] Add devcoredump support for DPU
 2021-04-15  4:07 UTC  (5+ messages)
` [PATCH v4 2/3] drm/msm: add support to take dpu snapshot


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.