All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-10-18 23:15:29 to 2021-10-19 00:09:56 UTC [more...]

[PATCH v4 00/16] target/riscv: Rationalize XLEN and operand length
 2021-10-19  0:01 UTC  (27+ messages)
` [PATCH v4 01/16] target/riscv: Move cpu_get_tb_cpu_state out of line
` [PATCH v4 02/16] target/riscv: Create RISCVMXL enumeration
` [PATCH v4 03/16] target/riscv: Split misa.mxl and misa.ext
` [PATCH v4 04/16] target/riscv: Replace riscv_cpu_is_32bit with riscv_cpu_mxl
` [PATCH v4 05/16] target/riscv: Add MXL/SXL/UXL to TB_FLAGS
` [PATCH v4 06/16] target/riscv: Use REQUIRE_64BIT in amo_check64
` [PATCH v4 07/16] target/riscv: Properly check SEW in amo_op
` [PATCH v4 08/16] target/riscv: Replace is_32bit with get_xl/get_xlen
` [PATCH v4 09/16] target/riscv: Replace DisasContext.w with DisasContext.ol
` [PATCH v4 10/16] target/riscv: Use gen_arith_per_ol for RVM
` [PATCH v4 11/16] target/riscv: Adjust trans_rev8_32 for riscv64
` [PATCH v4 12/16] target/riscv: Use gen_unary_per_ol for RVB
` [PATCH v4 13/16] target/riscv: Use gen_shift*_per_ol for RVB, RVI
` [PATCH v4 14/16] target/riscv: Align gprs and fprs in cpu_dump
` [PATCH v4 15/16] target/riscv: Use riscv_csrrw_debug for cpu_dump
` [PATCH v4 16/16] target/riscv: Compute mstatus.sd on demand

[net-next PATCH v2] net: dsa: qca8k: tidy for loop in setup and add cpu port check
 2021-10-19  0:08 UTC 

[PATCH 00/10] rcu: Make rcu_core() safe in PREEMPT_RT with NOCB + a few other fixes v3
 2021-10-19  0:08 UTC  (11+ messages)
` [PATCH 01/10] rcu/nocb: Prepare state machine for a new step
` [PATCH 02/10] rcu/nocb: Invoke rcu_core() at the start of deoffloading
` [PATCH 03/10] rcu/nocb: Make rcu_core() callbacks acceleration preempt-safe
` [PATCH 04/10] rcu/nocb: Make rcu_core() callbacks acceleration (de-)offloading safe
` [PATCH 05/10] rcu/nocb: Check a stable offloaded state to manipulate qlen_last_fqs_check
` [PATCH 06/10] rcu/nocb: Use appropriate rcu_nocb_lock_irqsave()
` [PATCH 07/10] rcu/nocb: Limit number of softirq callbacks only on softirq
` [PATCH 08/10] rcu: Fix callbacks processing time limit retaining cond_resched()
` [PATCH 09/10] rcu: Apply callbacks processing time limit only on softirq
` [PATCH 10/10] rcu/nocb: Don't invoke local rcu core on callback overload from nocb kthread

Another possible use for LKMM, or a subset (strengthening) thereof
 2021-10-19  0:07 UTC  (4+ messages)

[PATCH v1] KVM: stats: Decouple stats name string from its field name in structure
 2021-10-19  0:04 UTC 

[PATCH v8 00/32] file system-wide error monitoring
 2021-10-19  0:00 UTC  (33+ messages)
` [PATCH v8 01/32] fsnotify: pass data_type to fsnotify_name()
` [PATCH v8 02/32] fsnotify: pass dentry instead of inode data
` [PATCH v8 03/32] fsnotify: clarify contract for create event hooks
` [PATCH v8 04/32] fsnotify: Don't insert unmergeable events in hashtable
` [PATCH v8 05/32] fanotify: Fold event size calculation to its own function
` [PATCH v8 06/32] fanotify: Split fsid check from other fid mode checks
` [PATCH v8 07/32] inotify: Don't force FS_IN_IGNORED
` [PATCH v8 08/32] fsnotify: Add helper to detect overflow_event
` [PATCH v8 09/32] fsnotify: Add wrapper around fsnotify_add_event
` [PATCH v8 10/32] fsnotify: Retrieve super block from the data field
` [PATCH v8 11/32] fsnotify: Protect fsnotify_handle_inode_event from no-inode events
` [PATCH v8 12/32] fsnotify: Pass group argument to free_event
` [PATCH v8 13/32] fanotify: Support null inode event in fanotify_dfid_inode
` [PATCH v8 14/32] fanotify: Allow file handle encoding for unhashed events
` [PATCH v8 15/32] fanotify: Encode empty file handle when no inode is provided
` [PATCH v8 16/32] fanotify: Require fid_mode for any non-fd event
` [PATCH v8 17/32] fsnotify: Support FS_ERROR event type
` [PATCH v8 18/32] fanotify: Reserve UAPI bits for FAN_FS_ERROR
` [PATCH v8 19/32] fanotify: Pre-allocate pool of error events
` [PATCH v8 20/32] fanotify: Dynamically resize the FAN_FS_ERROR pool
` [PATCH v8 21/32] fanotify: Support enqueueing of error events
` [PATCH v8 22/32] fanotify: Support merging "
` [PATCH v8 23/32] fanotify: Wrap object_fh inline space in a creator macro
` [PATCH v8 24/32] fanotify: Add helpers to decide whether to report FID/DFID
` [PATCH v8 25/32] fanotify: Report fid entry even for zero-length file_handle
` [PATCH v8 26/32] fanotify: WARN_ON against too large file handles
` [PATCH v8 27/32] fanotify: Report fid info for file related file system errors
` [PATCH v8 28/32] fanotify: Emit generic error info for error event
` [PATCH v8 29/32] fanotify: Allow users to request FAN_FS_ERROR events
` [PATCH v8 30/32] ext4: Send notifications on error
` [PATCH v8 31/32] samples: Add fs error monitoring example
` [PATCH v8 32/32] docs: Document the FAN_FS_ERROR event

[dpdk-dev] [PATCH] net/i40e: fix IPv6 fragment RSS offload type in flow
 2021-10-19  0:03 UTC  (3+ messages)
` [dpdk-dev] [dpdk-stable] "

[PATCH net v2] napi: fix race inside napi_enable
 2021-10-19  0:01 UTC  (6+ messages)

[PATCH bpf-next v2 0/3] Add XDP support for bpf_load_hdr_opt
 2021-10-19  0:00 UTC  (7+ messages)

[igt-dev] [PATCH i-g-t] lib/i915: Return actual submission method from gem_submission_method
 2021-10-18 23:59 UTC  (3+ messages)

[PATCH v11 00/14] btrfs: add ioctls and send/receive support for reading/writing compressed data
 2021-10-18 23:59 UTC  (4+ messages)
` [PATCH v11 08/14] btrfs: add BTRFS_IOC_ENCODED_READ

[RFC PATCH 00/25] KVM: arm64: Make CPU ID registers writable by userspace
 2021-10-18 23:54 UTC  (8+ messages)
` [RFC PATCH 02/25] KVM: arm64: Save ID registers' sanitized value per vCPU

[PATCH] counter: drop chrdev_lock
 2021-10-18 23:56 UTC  (7+ messages)

[PATCH linux-next] drm/i915/display: Remove unused assignment
 2021-10-18 23:55 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[PATCH RFC] block - ataflop.c: fix breakage introduced at blk-mq refactoring
 2021-10-18 23:55 UTC  (9+ messages)

[PATCH 1/2] drm/msm/hdmi: use bulk regulator API
 2021-10-18 23:54 UTC  (5+ messages)
` [PATCH 2/2] drm/msm/hdmi: switch to drm_bridge_connector
  ` [Freedreno] "

[PATCH net-next 0/9] Try to simplify the gnet_stats and remove qdisc->running sequence counter
 2021-10-18 23:53 UTC  (5+ messages)
` [PATCH net-next 9/9] net: sched: Remove Qdisc::running "

[PATCH 00/15] wireless: don't write to netdev->dev_addr directly
 2021-10-18 23:50 UTC  (16+ messages)
` [PATCH 01/15] wireless: use eth_hw_addr_set()
` [PATCH 02/15] wireless: use eth_hw_addr_set() instead of ether_addr_copy()
` [PATCH 03/15] wireless: use eth_hw_addr_set() for dev->addr_len cases
` [PATCH 04/15] wireless: ath6kl: use eth_hw_addr_set()
` [PATCH 05/15] wireless: wil6210: "
` [PATCH 06/15] wireless: atmel: "
` [PATCH 07/15] wireless: brcmfmac: prepare for const netdev->dev_addr
` [PATCH 08/15] wireless: cisco: use eth_hw_addr_set()
` [PATCH 09/15] wireless: ipw2200: prepare for const netdev->dev_addr
` [PATCH 10/15] wireless: intersil: use eth_hw_addr_set()
` [PATCH 11/15] wireless: mac80211_hwsim: "
` [PATCH 12/15] wireless: wilc1000: "
` [PATCH 13/15] wireless: ray_cs: "
` [PATCH 14/15] wireless: wl3501_cs: "
` [PATCH 15/15] wireless: zd1201: "

[PATCH 1/2] dt-bindings: reset: Add generic GPIO reset binding
 2021-10-18 23:49 UTC  (2+ messages)
` [PATCH 2/2] reset: Add GPIO-based reset controller

[PATCH 0/5] Remove 0 MHz as a valid current frequency (v4)
 2021-10-18 23:49 UTC  (6+ messages)
` [PATCH 1/5] drm/amd/pm: Rename a couple of functions (v3)
` [PATCH 2/5] drm/amd/pm: Rename cur_value to curr_value
` [PATCH 3/5] drm/amd/pm: Rename freq_values --> freq_value
` [PATCH 4/5] dpm/amd/pm: Sienna: Remove 0 MHz as a current clock frequency (v3)
` [PATCH 5/5] dpm/amd/pm: Navi10: "

[PATCH v2] ARM: dts: aspeed: Adding Inventec Transformers BMC
 2021-10-18 23:48 UTC  (3+ messages)

[PATCH] staging: r8188eu: fix a gcc warning
 2021-10-18 23:48 UTC  (2+ messages)

[dpdk-dev] [PATCH v6 0/6] hide eth dev related structures
 2021-10-18 23:47 UTC  (5+ messages)

RCU: rcu stall issues and an approach to the fix
 2021-10-18 23:46 UTC  (11+ messages)

[igt-dev] [PATCH i-g-t] lib/i915: Fix gem_has_execlists to match description
 2021-10-18 23:40 UTC  (6+ messages)

[PATCH 5.14 000/151] 5.14.14-rc1 review
 2021-10-18 23:40 UTC  (2+ messages)

[PATCH] mmc: arm_pl180_mmci: Enable HWFC for specific versions of MCI
 2021-10-18 23:38 UTC  (2+ messages)

[dpdk-dev] [PATCH v4 01/14] eventdev: make driver interface as internal
 2021-10-18 23:36 UTC  (15+ messages)
` [dpdk-dev] [PATCH v5 "
  ` [dpdk-dev] [PATCH v5 02/14] eventdev: separate internal structures
  ` [dpdk-dev] [PATCH v5 03/14] eventdev: allocate max space for internal arrays
  ` [dpdk-dev] [PATCH v5 04/14] eventdev: move inline APIs into separate structure
  ` [dpdk-dev] [PATCH v5 05/14] drivers/event: invoke probing finish function
  ` [dpdk-dev] [PATCH v5 06/14] eventdev: use new API for inline functions
  ` [dpdk-dev] [PATCH v5 07/14] eventdev: hide event device related structures
  ` [dpdk-dev] [PATCH v5 08/14] eventdev: hide timer adapter PMD file
  ` [dpdk-dev] [PATCH v5 09/14] eventdev: remove rte prefix for internal structs
  ` [dpdk-dev] [PATCH v5 10/14] eventdev: rearrange fields in timer object
  ` [dpdk-dev] [PATCH v5 11/14] eventdev: move timer adapters memory to hugepage
  ` [dpdk-dev] [PATCH v5 12/14] eventdev: promote event vector API to stable
  ` [dpdk-dev] [PATCH v5 13/14] eventdev: make trace APIs internal
  ` [dpdk-dev] [PATCH v5 14/14] eventdev: mark trace variables as internal

[RFC BlueZ PATCH v12 1/4] emulator: Add support to config the accept and resolve list
 2021-10-18 23:37 UTC  (2+ messages)
` [RFC,BlueZ,v12,1/4] "

[RFC PATCH 00/27] CXL Region Creation / HDM decoder programming
 2021-10-18 23:36 UTC  (3+ messages)
` [RFC PATCH 27/27] dont-merge: My QEMU CFMWS is wrong

[PATCH linux dev-5.14 0/8] hwmon: (pmbus/lm25066) Configurable sense resistor, other cleanups
 2021-10-18 23:33 UTC  (10+ messages)
` [PATCH linux dev-5.14 1/8] hwmon: (pmbus/lm25066) Add offset coefficients
` [PATCH linux dev-5.14 2/8] hwmon: (pmbus/lm25066) Adjust lm25066 PSC_CURRENT_IN_L mantissa
` [PATCH linux dev-5.14 3/8] hwmon: (pmbus/lm25066) Avoid forward declaration of lm25066_id
` [PATCH linux dev-5.14 4/8] hwmon: (pmbus/lm25066) Let compiler determine outer dimension of lm25066_coeff
` [PATCH linux dev-5.14 5/8] hwmon: (pmbus/lm25066) Mark lm25066_coeff array const
` [PATCH linux dev-5.14 6/8] hwmon: (pmbus/lm25066) Add OF device ID table
` [PATCH linux dev-5.14 7/8] hwmon: (pmbus/lm25066) Support configurable sense resistor values
` [PATCH linux dev-5.14 8/8] dt-bindings: hwmon/pmbus: Add ti, lm25066 power-management IC

[syzbot] BUG: corrupted list in netif_napi_add
 2021-10-18 23:31 UTC  (7+ messages)

can we finally kill off CONFIG_FS_DAX_LIMITED
 2021-10-18 23:30 UTC  (11+ messages)

[RFC PATCH 26/27] cxl: Program decoders for regions
 2021-10-18 23:30 UTC  (2+ messages)
` [RFC v2 "

[PATCH net-next 1/2] qed: Optimize the ll2 ooo flow
 2021-10-18 23:30 UTC  (2+ messages)

[PATCH linux-next] cdrom: Remove redundant variable and its assignment
 2021-10-18 23:29 UTC  (2+ messages)

[PATCH v6 0/2] tools/xenstore: set resource limits of xenstored
 2021-10-18 23:25 UTC  (3+ messages)
` [PATCH v6 1/2] tools/xenstore: set oom score for xenstore daemon on Linux

[PATCH 00/27] DC Patchset for October 15
 2021-10-18 23:25 UTC  (5+ messages)
` [PATCH 26/27] Revert "drm/amd/display: Fix error in dmesg at boot"
` [PATCH 27/27] Revert "drm/amd/display: Add helper for blanking all dp displays"

[dunfell/master] ipc: ti-rpmsg-char: Update library to 0.3.1
 2021-10-18 23:24 UTC  (2+ messages)
` [meta-ti] "

[OE-core][PATCH] image_types: allow the creation of block devices on top of UBI volumes
 2021-10-18 23:21 UTC 

[PATCH v5 00/17] Add MT7921 SDIO WiFi support
 2021-10-18 23:11 UTC  (17+ messages)
` [PATCH v5 01/17] mt76: mt7921: refactor mac.c to be bus independent
` [PATCH v5 04/17] mt76: mt7921: refactor init.c "
` [PATCH v5 06/17] mt76: connac: move mcu reg access utility routines in mt76_connac_lib module
` [PATCH v5 07/17] mt76: mt7663s: rely on mcu reg access utility
` [PATCH v5 09/17] mt76: mt7921: use physical addr to unify register access
` [PATCH v5 10/17] mt76: sdio: move common code in mt76_sdio module
` [PATCH v5 11/17] mt76: sdio: introduce parse_irq callback
` [PATCH v5 12/17] mt76: sdio: extend sdio module to support CONNAC2
` [PATCH v5 13/17] mt76: connac: extend mcu_get_nic_capability
` [PATCH v5 14/17] mt76: mt7921: rely on mcu_get_nic_capability
` [PATCH v5 15/17] mt76: mt7921: refactor mt7921_mcu_send_message
` [PATCH v5 16/17] mt76: mt7921: introduce mt7921s support
` [PATCH v5 17/17] mt76: mt7921s: add reset support

[net-next RESEND PATCH 1/2] net: dsa: qca8k: tidy for loop in setup and add cpu port check
 2021-10-18 23:21 UTC  (6+ messages)

[PATCH] amd/display: remove ChromeOS workaround
 2021-10-18 23:21 UTC  (4+ messages)

[PATCH v2 2/3] scsi: target: iscsi: extract auth functions
 2021-10-18 23:18 UTC  (3+ messages)

[PATCH net-next 0/6] ethernet: add eth_hw_addr_gen() for switches
 2021-10-18 23:19 UTC  (3+ messages)
` [PATCH net-next 4/6] ethernet: fec: use eth_hw_addr_gen()

[PATCH v4 3/4] submodule: record superproject gitdir during absorbgitdirs
 2021-10-18 23:18 UTC  (2+ messages)

[PATCH 1/2] drm: Update MST First Link Slot Information Based on Encoding Format
 2021-10-18 23:17 UTC  (7+ messages)
` [PATCH] "

[PATCH] powerpc/pseries/mobility: ignore ibm, platform-facilities updates
 2021-10-18 23:16 UTC  (3+ messages)

[PATCH v2] ksmbd: add buffer validation in session setup
 2021-10-18 23:17 UTC  (4+ messages)

Folio discussion recap
 2021-10-18 23:16 UTC  (11+ messages)
      ` Folios for 5.15 request - Was: re: Folio discussion recap -

UCF Workshop call for papers
 2021-10-18 23:16 UTC 

[Intel-wired-lan] [net-next 0/3] Configure iWARP or RoCEv2 protocol support for E800 devices
 2021-10-18 23:16 UTC  (4+ messages)
` [Intel-wired-lan] [net-next 1/3] devlink: Add 'enable_iwarp' generic device param
` [Intel-wired-lan] [net-next 2/3] net/ice: Add support for enable_iwarp and enable_roce devlink param
` [Intel-wired-lan] [net-next 3/3] RDMA/irdma: Set protocol based on PF rdma_mode flag

[PATCH] mISDN: Fix return values of the probe function
 2021-10-18 23:15 UTC  (3+ messages)

[PATCH v2 0/5] wcn36xx: Fix DMA buffer allocation and free logic
 2021-10-18 23:17 UTC  (5+ messages)
` [PATCH v2 2/5] wcn36xx: Fix DMA channel enable/disable cycle
` [PATCH v2 3/5] wcn36xx: Release DMA channel descriptor allocations
` [PATCH v2 4/5] wcn36xx: Functionally decompose DXE reset
` [PATCH v2 5/5] wcn36xx: Put DXE block into reset before freeing memory

[RFC PATCH v2 00/13] Introduce BPF map tracing capability
 2021-10-18 23:15 UTC  (6+ 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.