All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-02-10 22:10:44 to 2022-02-10 22:54:06 UTC [more...]

[PATCH v4 00/49] bitmap: optimize bitmap_weight() usage
 2022-02-10 22:49 UTC  (8+ messages)
` [PATCH 01/49] net: dsa: don't use bitmap_weight() in b53_arl_read()
` [Intel-wired-lan] [PATCH 09/49] ice: replace bitmap_weight with bitmap_empty
` [PATCH 14/49] arch/alpha: replace cpumask_weight with cpumask_empty where appropriate
` [PATCH 15/49] arch/ia64: "
` [Intel-wired-lan] [PATCH 28/49] iio: replace bitmap_weight() with bitmap_weight_{eq, gt} "
` [Intel-wired-lan] [PATCH 30/49] ixgbe: replace bitmap_weight with bitmap_weight_eq
` [PATCH 36/49] arch/ia64: replace cpumask_weight with cpumask_weight_eq in mm/tlb.c

[PATCH v2 1/2] PCI: Add HXT vendor ID and ACS quirk
 2022-02-10 22:53 UTC  (2+ messages)

[PATCH v6 0/5] teach submodules to know they're submodules
 2022-02-10 22:53 UTC  (9+ messages)

[v8 PATCH] block: introduce block_rq_error tracepoint
 2022-02-10 22:52 UTC 

[PATCH 0/8] fetch --recurse-submodules: fetch unpopulated submodules
 2022-02-10 22:51 UTC  (4+ messages)
` [PATCH 7/8] fetch: fetch unpopulated, changed submodules

[PATCH bpf-next v1 0/3] Avoid typedef size mismatches in skeletons
 2022-02-10 22:51 UTC  (10+ messages)
` [PATCH bpf-next v1 3/3] selftests/bpf: add test case for userspace and bpf type size mismatch
` [PATCH bpf-next v1 2/3] bpftool: skeleton uses explicitly sized ints
` [PATCH bpf-next v1 1/3] libbpf: btf_dump can produce "

[RFC] CDC-NCM: avoid overflow in sanity checking
 2022-02-10 22:50 UTC  (4+ messages)

[PATCH 00/12] KVM: MMU: do not unload MMU roots on all role changes
 2022-02-10 22:49 UTC  (3+ messages)
` [PATCH 01/12] KVM: x86: host-initiated EFER.LME write affects the MMU

[PATCH v2 07/10] nvmet: add copy command support for bdev and file ns
 2022-02-10 22:49 UTC 

[PATCH] fetch —object-info-format: client option for object-info
 2022-02-10 22:49 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] PCI: pciehp: Add Qualcomm bridge (0x0110) to the command completed quirk
 2022-02-10 22:49 UTC  (2+ messages)

[PATCH bpf v2 0/2] Fix for crash due to overwrite in copy_map_value
 2022-02-10 22:49 UTC  (6+ messages)
` [PATCH bpf v2 1/2] bpf: Fix crash due to incorrect copy_map_value

[PATCH 0/3] signal: HANDLER_EXIT should clear SIGNAL_UNKILLABLE
 2022-02-10 22:48 UTC  (6+ messages)

[PATCH 0/7] KVM: arm64: Hypervisor stack enhancements
 2022-02-10 22:41 UTC  (16+ messages)
` [PATCH 1/7] KVM: arm64: Map the stack pages in the 'private' range
` [PATCH 2/7] KVM: arm64: Factor out private range VA allocation
` [PATCH 3/7] arm64: asm: Introduce test_sp_overflow macro
` [PATCH 4/7] KVM: arm64: Allocate guard pages near hyp stacks
` [PATCH 5/7] KVM: arm64: Add Hyp overflow stack
` [PATCH 6/7] KVM: arm64: Unwind and dump nVHE HYP stacktrace
` [PATCH 7/7] KVM: arm64: Symbolize the nVHE HYP backtrace

[PATCH v3 0/3] Add cat-file --batch-command flag
 2022-02-10 22:46 UTC  (4+ messages)
` [PATCH v4 "
  ` [PATCH v4 3/3] cat-file: add --batch-command mode

[PATCH 0/2] selftests: sgx: Fix build of test_sgx
 2022-02-10 22:46 UTC  (6+ messages)
` [PATCH 1/2] selftests: x86: allow expansion of $(CC)

[PATCH] xfs_restore: remove DMAPI support
 2022-02-10 22:46 UTC  (2+ messages)

[PATCH 00/35] Shadow stacks for userspace
 2022-02-10 22:45 UTC  (8+ messages)
` [PATCH 18/35] mm: Add guard pages around a shadow stack
` [PATCH 20/35] mm: Update can_follow_write_pte() for "

[PATCH 00/20] libsas and pm8001 fixes
 2022-02-10 22:44 UTC  (6+ messages)
` [PATCH 20/20] scsi: pm8001: fix abort all task initialization

[PATCH 0/8] Fix error handling on data bio submission
 2022-02-10 22:44 UTC  (9+ messages)
` [PATCH 1/8] btrfs: make search_csum_tree return 0 if we get -EFBIG
` [PATCH 2/8] btrfs: handle csum lookup errors properly on reads
` [PATCH 3/8] btrfs: check correct bio in finish_compressed_bio_read
` [PATCH 4/8] btrfs: remove the bio argument from finish_compressed_bio_read
` [PATCH 5/8] btrfs: track compressed bio errors as blk_status_t
` [PATCH 6/8] btrfs: do not double complete bio on errors during compressed reads
` [PATCH 7/8] btrfs: do not try to repair bio that has no mirror set
` [PATCH 8/8] btrfs: do not clean up repair bio if submit fails

[PATCH v2 0/9] Overhaul is_thunderbolt
 2022-02-10 22:43 UTC  (30+ messages)
` [PATCH v2 1/9] thunderbolt: move definition of PCI_CLASS_SERIAL_USB_USB4
` [PATCH v2 2/9] PCI: Move `is_thunderbolt` check for lack of command completed to a quirk
` [PATCH v2 3/9] PCI: drop `is_thunderbolt` attribute
` [PATCH v2 4/9] PCI: mark USB4 devices as removable
` [PATCH v2 5/9] drm/amd: drop the use of `pci_is_thunderbolt_attached`
` [PATCH v2 6/9] drm/nouveau: "
` [PATCH v2 7/9] drm/radeon: "
` [PATCH v2 8/9] platform/x86: amd-gmux: "
` [PATCH v2 9/9] PCI: drop `pci_is_thunderbolt_attached`

ARM A53 and initial MMU mapping for EL0/1/2/3 ?
 2022-02-10 22:43 UTC  (8+ messages)

[dm-devel] [PATCH 00/14] dm: improve bio-based IO accounting
 2022-02-10 22:38 UTC  (30+ messages)
`  "
` [dm-devel] [PATCH 01/14] dm: rename split functions
  `  "
` [dm-devel] [PATCH 02/14] dm: fold __clone_and_map_data_bio into __split_and_process_bio
  `  "
` [dm-devel] [PATCH 03/14] dm: refactor dm_split_and_process_bio a bit
  `  "
` [dm-devel] [PATCH 04/14] dm: reduce code duplication in __map_bio
  `  "
` [dm-devel] [PATCH 05/14] dm: remove impossible BUG_ON in __send_empty_flush
  `  "
` [dm-devel] [PATCH 06/14] dm: remove unused mapped_device argument from free_tio
  `  "
` [dm-devel] [PATCH 07/14] dm: remove code only needed before submit_bio recursion
  `  "
` [dm-devel] [PATCH 08/14] dm: record old_sector in dm_target_io before calling map function
  `  "
` [dm-devel] [PATCH 09/14] dm: prep for following changes
  `  "
` [dm-devel] [PATCH 10/14] dm: add dm_submit_bio_remap interface
  `  "
` [dm-devel] [PATCH 11/14] dm crypt: use dm_submit_bio_remap
  `  "
` [dm-devel] [PATCH 12/14] dm delay: dm_submit_bio_remap
  `  "
` [dm-devel] [PATCH 13/14] dm: improve correctness and efficiency of bio-based IO accounting
  `  "
` [dm-devel] [PATCH 14/14] block: add bio_start_io_acct_remapped for the benefit of DM
  `  "

[PATCH v6 00/14] riscv: support for Svpbmt and D1 memory types
 2022-02-10 22:42 UTC  (4+ messages)
` [PATCH v6 08/14] riscv: move boot alternatives to a slightly earlier position

[dpdk-dev] [PATCH v6 0/3] librte_ethdev: error recovery support
 2022-02-10 22:42 UTC  (7+ messages)
` [dpdk-dev] [PATCH v7 1/4] ethdev: support device reset and recovery events

[Buildroot] [PATCH 1/5] package/python3-cffi: drop unused host package
 2022-02-10 22:40 UTC  (5+ messages)
` [Buildroot] [PATCH 2/5] package/python3-cheetah: drop "
` [Buildroot] [PATCH 3/5] package/python3-cython: "
` [Buildroot] [PATCH 4/5] package/python3-ply: "
` [Buildroot] [PATCH 5/5] package/python3-psutil: "

[PATCH v5 00/13] module: core code clean up
 2022-02-10 22:41 UTC  (4+ messages)
` [PATCH v5 05/13] module: Move latched RB-tree support to a separate file

[PATCH v2 0/5] Input/HID: Consolidate ChromeOS Vivaldi keyboard logic
 2022-02-10 22:40 UTC  (2+ messages)

net/bridge/br_private.h:901 br_multicast_rport_from_node_skb() warn: inconsistent indenting
 2022-02-10 22:39 UTC  (2+ messages)

[PATCH v4 bpf-next 0/5] bpf: Light skeleton for the kernel
 2022-02-10 22:40 UTC  (2+ messages)

[PATCH v1 0/1] Move #define wbvind_on_all_cpus
 2022-02-10 22:39 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[PATCH v4 0/5] crypto: improve asym session usage
 2022-02-10 22:37 UTC  (3+ messages)
` [PATCH v6 "
  ` [EXT] "

[PATCH] cmd/mmc: fix output of mmc info for e-MMC
 2022-02-10 22:37 UTC  (2+ messages)

BTF compatibility issue across builds
 2022-02-10 22:34 UTC  (5+ messages)

[PATCH v2 1/2] nfp: flower: Fix a potential leak in nfp_tunnel_add_shared_mac()
 2022-02-10 22:35 UTC  (2+ messages)
` [PATCH v2 2/2] nfp: flower: Remove usage of the deprecated ida_simple_xxx API

[PATCH v2 00/20] efi_loader: more tightly integrate UEFI disks to driver model
 2022-02-10 22:34 UTC  (3+ messages)
  ` [PATCH v2 03/20] mmc: call device_probe() after scanning

[PATCH 10/10] dt-bindings: rtc: pcf2127: add PCF2131 INT_A and INT_B support
 2022-02-10 22:32 UTC  (4+ messages)

[PATCH 1/2] drm: Add HPD state to drm_connector_oob_hotplug_event()
 2022-02-10 22:34 UTC  (5+ messages)
` [PATCH 2/2] drm/msm/dp: Implement oob_hotplug_event()

[PATCH v3] x86: use builtins to read eflags
 2022-02-10 22:31 UTC  (2+ messages)
` [PATCH v4] "

[Buildroot] [PATCH] package/python3-pycparser: drop unused host package
 2022-02-10 22:31 UTC 

[PATCH BlueZ 1/4] bthost: Fix not handling ACL fragmentation
 2022-02-10 22:31 UTC  (3+ messages)
` [BlueZ,1/4] "

[PATCH BlueZ 1/2] adapter: Fix crash when storing link key
 2022-02-10 22:30 UTC  (3+ messages)
` [BlueZ,1/2] "

[kvalo-ath:master] BUILD SUCCESS a723e2d2d716dae05cc2506868441f8fc48facd2
 2022-02-10 22:30 UTC 

Possible bug in cfg80211
 2022-02-10 22:29 UTC  (4+ messages)

man pthread_join(3)
 2022-02-10 22:29 UTC  (2+ messages)

[PATCH v4] openrisc: remove CONFIG_SET_FS
 2022-02-10 22:28 UTC  (2+ messages)
` [OpenRISC] "

[PATCH 0/3] VMCI: Various fixes
 2022-02-10 22:27 UTC  (4+ messages)
` [PATCH 1/3] VMCI: Fix the description of vmci_check_host_caps()
` [PATCH 2/3] VMCI: No need to clear memory after a dma_alloc_coherent() call
` [PATCH 3/3] VMCI: Fix some error handling paths in vmci_guest_probe_device()

[PATCH v3] board: gateworks: venice: add imx8mn-gw7902 support
 2022-02-10 22:27 UTC  (2+ messages)

[Bug 215533] [BISECTED][REGRESSION] UI becomes unresponsive every couple of seconds
 2022-02-10 22:27 UTC  (2+ messages)

[PATCH v2 0/2] Add support for Imagis touchscreens
 2022-02-10 22:25 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: input/touchscreen: bindings for Imagis

[PATCH v3] dt-bindings: watchdog: convert faraday,ftwdt010 to yaml
 2022-02-10 22:25 UTC  (2+ messages)

[PATCH 0/4] memcg: robust enforcement of memory.high
 2022-02-10 22:25 UTC  (12+ messages)
` [PATCH 1/4] memcg: refactor mem_cgroup_oom
` [PATCH 2/4] memcg: unify force charging conditions
` [PATCH 4/4] memcg: synchronously enforce memory.high

[PATCH v5 03/18] pci: isolated address space for PCI bus
 2022-02-10 22:23 UTC  (12+ messages)

NVMe over Fabrics host: behavior on presence of ANA Group in "change" state
 2022-02-10 22:24 UTC  (6+ messages)

[PATCH 1/2] auto-t: iwd.py: add wait argument to scan()
 2022-02-10 22:24 UTC 

[PATCH V2] selftests/exec: Rename file binfmt_script to binfmt_script.py
 2022-02-10 22:23 UTC  (2+ messages)

[PATCH] microblaze: remove CONFIG_SET_FS
 2022-02-10 22:23 UTC  (5+ messages)

Soft-RoCE performance
 2022-02-10 22:23 UTC  (4+ messages)

[PATCH] test-runner: allow IWD to start with no radios
 2022-02-10 22:23 UTC 

[PATCH] station: fix >80 character lines
 2022-02-10 22:22 UTC 

[PATCH] station: only log station_autoconnect_start if autoconnecting
 2022-02-10 22:21 UTC 

Dual phy device not always detected
 2022-02-10 22:21 UTC 

[PATCH] Replace echo -n's used in environment processing with touch
 2022-02-10 22:20 UTC  (4+ messages)

mm/backing-dev.c:609:8: warning: Use of memory after it is freed [clang-analyzer-unix.Malloc]
 2022-02-10 22:19 UTC 

[Buildroot] [PATCH v2 00/13] package/gstreamer1/*: bump version to 1.20.0
 2022-02-10 22:18 UTC  (4+ messages)
` [Buildroot] [PATCH v2 13/13] package/gst1-plugins-bayer2rgb-neon: fix plugin install

[PATCH] manager: Refine filtered dumps
 2022-02-10 22:17 UTC 

[PATCH 0/2] i2c: rcar: Add R-Car S4-8 support
 2022-02-10 22:16 UTC  (10+ messages)
` [PATCH 1/2] dt-bindings: i2c: renesas,rcar-i2c: Add r8a779f0 support
` [PATCH 2/2] i2c: rcar: Add R-Car Gen4 support

[PATCH net-next] net: dsa: realtek: rtl8365mb: irq with realtek-mdio
 2022-02-10 22:15 UTC  (3+ messages)

[PATCH net-next] ipv6: Reject routes configurations that specify dsfield (tos)
 2022-02-10 22:15 UTC  (4+ messages)

[PATCH BlueZ] device: Fix crash when removing device
 2022-02-10 22:14 UTC 

[meta-oe][PATCH] yaml-cpp: bump 0.7.0
 2022-02-10 22:14 UTC 

[PATCH] Staging: r8188eu: core: Avoid CamelCase: <bEnterPS>
 2022-02-10 22:14 UTC  (3+ messages)

[PATCH] configs: ti: use standard configuration nodes naming
 2022-02-10 22:13 UTC 

stable-rc/queue/4.19 build: 198 builds: 6 failed, 192 passed, 2 errors, 32 warnings (v4.19.227-90-g1e87e10bdb30)
 2022-02-10 22:13 UTC 

[PATCH] clk: renesas: r8a779f0: Add I2C clocks
 2022-02-10 22:13 UTC  (2+ messages)

[PATCH v3] target/riscv: Enable Zicbo[m,z,p] instructions
 2022-02-10 22:10 UTC  (4+ messages)

[PATCH v2 0/3] Add hugetlb MADV_DONTNEED support
 2022-02-10 22:11 UTC  (8+ messages)
` [PATCH v2 1/3] mm: enable MADV_DONTNEED for hugetlb mappings


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.