All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-01-07 19:16:49 to 2022-01-07 20:30:24 UTC [more...]

[PATCH 0/2] fix blocks allocate issue during fast commit replay
 2022-01-07 20:30 UTC  (5+ messages)
` [PATCH 1/2] ext4: prevent used blocks from being allocated "
` [PATCH 2/2] ext4: modify the logic of ext4_mb_new_blocks_simple

[Buildroot] package/aravis: new package
 2022-01-07 20:08 UTC  (2+ messages)

[PATCH] target/arm/cpu64: Use 32-bit GDBstub when running in 32-bit KVM mode
 2022-01-07 20:29 UTC  (2+ messages)

[PATCH] docs: Add measurement calculation details to amd-memory-encryption.txt
 2022-01-07 20:18 UTC  (6+ messages)

[PATCH] Revert "i2c: core: support bus regulator controlling in adapter"
 2022-01-07 20:28 UTC  (3+ messages)

[GIT PULL] Block fix for 5.16-final
 2022-01-07 20:28 UTC 

[ndctl PATCH 0/7] Add partitioning support for CXL memdevs
 2022-01-07 20:32 UTC  (18+ messages)
` [ndctl PATCH 1/7] libcxl: add GET_PARTITION_INFO mailbox command and accessors
` [ndctl PATCH 2/7] libcxl: add accessors for capacity fields of the IDENTIFY command
` [ndctl PATCH 3/7] libcxl: apply CXL_CAPACITY_MULTIPLIER to partition alignment field
` [ndctl PATCH 4/7] cxl: add memdev partition information to cxl-list

[PATCH] Revert "tree: imx: remove old fit generator script"
 2022-01-07 20:27 UTC  (11+ messages)

[PULL v2 00/55] virtio,pci,pc: features,fixes,cleanups
 2022-01-07 19:38 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t 0/2] Shared reset domain
 2022-01-07 20:26 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t 1/2] lib/igt_gt: Check for shared "

[PATCH v3] hw/arm/virt: KVM: Enable PAuth when supported by the host
 2022-01-07 20:23 UTC  (4+ messages)

[PATCH V2 net-next 00/10] ENA: capabilities field and cosmetic changes
 2022-01-07 20:23 UTC  (11+ messages)
` [PATCH V2 net-next 01/10] net: ena: Change return value of ena_calc_io_queue_size() to void
` [PATCH V2 net-next 02/10] net: ena: Add capabilities field with support for ENI stats capability
` [PATCH V2 net-next 03/10] net: ena: Change ENI stats support check to use capabilities field
` [PATCH V2 net-next 04/10] net: ena: Update LLQ header length in ena documentation
` [PATCH V2 net-next 05/10] net: ena: Remove redundant return code check
` [PATCH V2 net-next 06/10] net: ena: Move reset completion print to the reset function
` [PATCH V2 net-next 07/10] net: ena: Remove ena_calc_queue_size_ctx struct
` [PATCH V2 net-next 08/10] net: ena: Add debug prints for invalid req_id resets
` [PATCH V2 net-next 09/10] net: ena: Change the name of bad_csum variable
` [PATCH V2 net-next 10/10] net: ena: Extract recurring driver reset code into a function

stable-rc/queue/4.19 baseline: 150 runs, 2 regressions (v4.19.224-10-g40a6120825a7)
 2022-01-07 20:24 UTC 

[PATCH] Revert "i2c: core: support bus regulator controlling in adapter"
 2022-01-07 20:24 UTC  (3+ messages)

[PATCH] meson: reenable filemonitor-inotify compilation
 2022-01-07 18:49 UTC  (2+ messages)

[PATCH 00/37] target/ppc: PowerISA Vector/VSX instruction batch
 2022-01-07 18:56 UTC  (34+ messages)
` [PATCH 01/37] target/ppc: Introduce TRANS*FLAGS macros
` [PATCH 04/37] target/ppc: vmulh* instructions use gvec
` [PATCH 07/37] target/ppc: Move vexts[bhw]2[wd] to decodetree
` [PATCH 08/37] target/ppc: Implement vextsd2q
` [PATCH 09/37] target/ppc: Move Vector Compare Equal/Not Equal/Greater Than to decodetree
` [PATCH 10/37] target/ppc: Move Vector Compare Not Equal or Zero "
` [PATCH 11/37] target/ppc: Implement Vector Compare Equal Quadword
` [PATCH 12/37] target/ppc: Implement Vector Compare Greater Than Quadword
` [PATCH 13/37] target/ppc: Implement Vector Compare Quadword
` [PATCH 14/37] target/ppc: implement vstri[bh][lr]
` [PATCH 15/37] target/ppc: implement vclrlb
` [PATCH 16/37] target/ppc: implement vclrrb
` [PATCH 17/37] target/ppc: implement vcntmb[bhwd]
` [PATCH 18/37] target/ppc: implement vgnb
` [PATCH 19/37] target/ppc: Move vsel and vperm/vpermr to decodetree
` [PATCH 20/37] target/ppc: Move xxsel "
` [PATCH 21/37] target/ppc: move xxperm/xxpermr "
` [PATCH 22/37] target/ppc: Move xxpermdi "
` [PATCH 23/37] target/ppc: Implement xxpermx instruction
` [PATCH 24/37] tcg/tcg-op-gvec.c: Introduce tcg_gen_gvec_4i
` [PATCH 25/37] target/ppc: Implement xxeval
` [PATCH 26/37] target/ppc: Implement xxgenpcv[bhwd]m instruction
` [PATCH 27/37] target/ppc: move xs[n]madd[am][ds]p/xs[n]msub[am][ds]p to decodetree
` [PATCH 28/37] target/ppc: implement xs[n]maddqp[o]/xs[n]msubqp[o]
` [PATCH 29/37] target/ppc: Implement xvtlsbb instruction
` [PATCH 30/37] target/ppc: Refactor VSX_SCALAR_CMP_DP
` [PATCH 31/37] target/ppc: Implement xscmp{eq,ge,gt}qp
` [PATCH 32/37] target/ppc: Implement do_helper_XX3 and move xxperm* to use it
` [PATCH 33/37] target/ppc: Move xscmp{eq,ge,gt,ne}dp to decodetree
` [PATCH 34/37] target/ppc: Move xs{max, min}[cj]dp to use do_helper_XX3
` [PATCH 35/37] target/ppc: Refactor VSX_MAX_MINC helper
` [PATCH 36/37] target/ppc: Implement xs{max,min}cqp
` [PATCH 37/37] target/ppc: Implement xvcvbf16spn and xvcvspbf16 instructions

[GIT PULL] One late urgent EDAC driver fix from the RAS tree
 2022-01-07 20:21 UTC 

[PATCH V1 net-next 00/10] ENA: capabilities field and cosmetic
 2022-01-07 20:21 UTC  (5+ messages)
` [PATCH V1 net-next 10/10] net: ena: Extract recurring driver reset code into a function

[PATCH] bcache: fixup bcache_dev_sectors_dirty_add() multithreaded CPU false sharing
 2022-01-07 20:20 UTC  (3+ messages)

perf build broken seemingly due to libbpf changes, checking
 2022-01-07 20:18 UTC  (10+ messages)

[PATCH] softmmu/device_tree: Silence compiler warning with --enable-sanitizers
 2022-01-07 20:18 UTC  (2+ messages)

[PATCH 1/6] udoo_spl: Initialize the eSDHC controller in SPL
 2022-01-07 20:17 UTC  (4+ messages)

[RFC/DONOT MERGE PATCH] arm: mach-k3: Enable Serror exception trap at u-boot
 2022-01-07 20:17 UTC 

[PATCH v2 0/1] printk: suppress rcu stall warnings caused by slow
 2022-01-07 20:16 UTC  (7+ messages)
` [PATCH v2 1/1] printk: suppress rcu stall warnings caused by slow console devices

[PATCH 0/2] ext4: fix issues when fast commit work with jbd
 2022-01-07 20:15 UTC  (6+ messages)
` [PATCH 1/2] ext4: fast commit may not fallback for ineligible commit
` [PATCH 2/2] ext4: fast commit may miss file actions

[PATCH v5 00/32] component: Make into an aggregate bus
 2022-01-07 20:12 UTC  (4+ messages)
` [PATCH v5 03/32] component: Move struct aggregate_device out to header file

[PATCH v3 0/5] target/arm: Reduced-IPA space and highmem=off fixes
 2022-01-07 19:04 UTC  (8+ messages)
` [PATCH v3 3/5] hw/arm/virt: Honor highmem setting when computing the memory map

[RFC PATCH 0/2] RDMA/rxe: Add RDMA Atomic Write operation
 2022-01-07 20:11 UTC  (11+ messages)
` [RFC PATCH 2/2] "

[PATCH bpf-next v6 00/11] Introduce unstable CT lookup helpers
 2022-01-07 20:10 UTC  (7+ messages)
` [PATCH bpf-next v6 11/11] selftests/bpf: Add test for race in btf_try_get_module

[PATCH] HID: vivaldi: fix handling devices not using numbered reports
 2022-01-07 20:09 UTC 

[ammarfaizi2-block:google/android/kernel/common/android12-5.10-m2107 1559/8698] arch/s390/mm/kasan_init.c:419:13: warning: no previous prototype for 'kasan_copy_shadow'
 2022-01-07 20:08 UTC  (2+ messages)

[linux-next:master 8287/11475] drivers/platform/x86/thinkpad_acpi.c:9600:9: error: implicit declaration of function 'power_supply_charge_behaviour_show'
 2022-01-07 20:08 UTC  (2+ messages)

[PATCH bpf-next v4] Add skb_store_bytes() for BPF_PROG_TYPE_CGROUP_SKB
 2022-01-07 20:06 UTC 

[PATCH rdma-next v1 0/7] MR cache enhancement
 2022-01-07 20:07 UTC  (3+ messages)
` [PATCH rdma-next v1 1/7] RDMA/mlx5: Merge similar flows of allocating MR from the cache

[PATCH 1/2] ath10k: search for default BDF name provided in DT
 2022-01-07 20:04 UTC  (3+ messages)
` [PATCH 2/2] dt: bindings: add dt entry for ath10k default BDF name

[PATCH] configure: do not create roms/seabios/config.mak if SeaBIOS not present
 2022-01-07 19:59 UTC  (2+ messages)

stable-rc/queue/4.14 build: 196 builds: 3 failed, 193 passed, 2 errors, 32 warnings (v4.14.261-12-gbe57a558dd09)
 2022-01-07 20:02 UTC 

nconnect & repeating BIND_CONN_TO_SESSION?
 2022-01-07 20:01 UTC  (5+ messages)
  ` pynfs regression with nfs4.1 RNM18, RNM19 and RNM20 with ext4

[RFC PATCH net-next 0/2] More aggressive DSA cleanup
 2022-01-07 20:00 UTC  (7+ messages)
` [RFC PATCH net-next 1/2] net: dsa: remove ndo_get_phys_port_name and ndo_get_port_parent_id
` [RFC PATCH net-next 2/2] net: dsa: remove lockdep class for DSA master address list

[PATCH 0/8] RFC: Server side merges (no ref updating, no commit creating, no touching worktree or index)
 2022-01-07 19:59 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 8/8] merge-tree: provide an easy way to access which files have conflicts

[LTP] [PATCH v3] Add wqueue01 test
 2022-01-07 19:58 UTC  (3+ messages)

[RFC PATCH 7/7] drm/msm/dp: stop carying about the connector type
 2022-01-07 19:58 UTC  (2+ messages)

[PATCH v2 0/2] Introduces bypass charge type property
 2022-01-07 19:58 UTC  (3+ messages)
` [PATCH v2 1/2] power: supply: Introduces bypass charging property
` [PATCH v2 2/2] power: supply: bq25980: Implements POWER_SUPPLY_CHARGE_TYPE_BYPASS

[Buildroot] [PATCH 1/1] package/zlib-ng: bump to version 2.0.6
 2022-01-07 19:56 UTC 

[PATCH v10 00/38] v4l: subdev internal routing and streams
 2022-01-07 19:57 UTC  (5+ messages)
` [PATCH v10 12/38] media: entity: Move the pipeline from entity to pads
` [PATCH v10 19/38] media: entity: Add only connected pads to the pipeline

[RFC PATCH 0/2] Introduce new merge-tree-ort command
 2022-01-07 19:54 UTC  (4+ messages)

[PATCH 1/2] grep: use grep_or_expr() in compile_pattern_or()
 2022-01-07 19:54 UTC  (5+ messages)
` [PATCH 0/2] grep: introduce and use grep_and_expr()

[PATCH] drm/atomic: Check new_crtc_state->active to determine if CRTC needs disable in self refresh mode
 2022-01-07 19:53 UTC  (3+ messages)

[PATCH 0/7] camss: Fixup multiple VDDA regulator support
 2022-01-07 19:52 UTC  (3+ messages)
` [PATCH 5/7] media: camss: Add regulator_bulk support

[PATCH] sysinfo: include availram field in sysinfo struct
 2022-01-07 19:51 UTC  (6+ messages)

[PATCH] drm/radeon: use kernel is_power_of_2 rather than local version
 2022-01-07 19:51 UTC  (3+ messages)

[Buildroot] [PATCH 1/2] package/libosip2: bump to version 5.3.0
 2022-01-07 19:49 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/libeXosip2: "

[tytso-ext4:dev] BUILD SUCCESS 412aac1d161a0190996b37826e3a2f6757c39611
 2022-01-07 19:48 UTC 

[RFC PATCH] rseq: x86: implement abort-at-ip extension
 2022-01-07 19:48 UTC  (3+ messages)

[PATCH 4/5] icmp6: Track routers and prefix routes from multiple RAs
 2022-01-07 19:48 UTC 

[PATCH] hw/i386: Add the possibility to disable the 'isapc' machine
 2022-01-07 18:54 UTC  (2+ messages)

[PATCH RFC 4.9 0/5] Fix booting arm64 big endian with QEMU 5.0.0+
 2022-01-07 19:43 UTC  (12+ messages)
` [PATCH RFC 4.9 1/5] bug: split BUILD_BUG stuff out into <linux/build_bug.h>
` [PATCH RFC 4.9 2/5] arm64: Remove a redundancy in sysreg.h
` [PATCH RFC 4.9 3/5] arm64: reduce el2_setup branching
` [PATCH RFC 4.9 4/5] arm64: move !VHE work to end of el2_setup
` [PATCH RFC 4.9 5/5] arm64: sysreg: Move to use definitions for all the SCTLR bits

[PATCH] mm/hwpoison: Fix error page recovered but reported "not recovered"
 2022-01-07 19:44 UTC 

[PATCH v4] rpmsg: char: Fix race between the release of rpmsg_ctrldev and cdev
 2022-01-07 19:44 UTC  (3+ messages)

[PATCH v6 00/21] AMX support for KVM
 2022-01-07 19:43 UTC  (3+ messages)
` [PATCH v6 05/21] x86/fpu: Make XFD initialization in __fpstate_reset() a function argument

[PATCH v4] of/fdt: Don't worry about non-memory region overlap for no-map
 2022-01-07 19:42 UTC 

[PATCH 00/17] cruft packs
 2022-01-07 19:41 UTC  (5+ messages)
` [PATCH 02/17] pack-mtimes: support reading .mtimes files

[PATCH 0/7] arm/arm64: dts: Remove unused num-viewport from pcie node
 2022-01-07 19:39 UTC  (5+ messages)

[PATCH] apply: Avoid ambiguous pointer provenance for CHERI/Arm's Morello
 2022-01-07 19:40 UTC  (4+ messages)

[Buildroot] [Bug 14501] New: lttng-modules v2.11 package fails to build
 2022-01-07 19:39 UTC  (2+ messages)
` [Buildroot] [Bug 14501] "

[PATCH] regmap: debugfs: Fix indentation
 2022-01-07 19:39 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/liburing: enable CONFIG_IO_URING
 2022-01-07 19:34 UTC 

Adding CMD_SET_CHANNEL for station iftypes
 2022-01-07 19:35 UTC  (5+ messages)

[RFC PATCH 0/8] signals: Support more than 64 signals
 2022-01-07 19:29 UTC  (11+ messages)

[PATCH] Properly align memory allocations and temporary buffers
 2022-01-07 19:33 UTC  (10+ messages)

[PATCH v2] drm/amd/display: move calcs folder into DML
 2022-01-07 19:33 UTC  (5+ messages)

stable-rc/queue/4.9 build: 188 builds: 3 failed, 185 passed, 2 errors, 34 warnings (v4.9.296-8-g4d5dfa912980)
 2022-01-07 19:31 UTC 

[Buildroot] [PATCH 1/1] package/mbuffer: bump to version 20211018
 2022-01-07 19:29 UTC 

[PATCH v2 1/7] can: flexcan: change RX-FIFO feature at runtime
 2022-01-07 19:31 UTC  (8+ messages)
` [PATCH v3 1/7] can: flexcan: move driver into separate sub directory
` [PATCH v3 2/7] can: flexcan: allow to change quirks at runtime
` [PATCH v3 3/7] can: flexcan: rename RX modes
` [PATCH v3 4/7] can: flexcan: add more quirks to describe RX path capabilities
` [PATCH v3 5/7] can: flexcan: add ethtool support to change rx-rtr setting during runtime
` [PATCH v3 6/7] docs: networking: device drivers: add can sub-folder
` [PATCH v3 7/7] docs: networking: device drivers: can: add flexcan

[ndctl PATCH] ndctl/build: Default asciidoctor to enabled
 2022-01-07 19:31 UTC 

[PATCH 4/4] wcn36xx: Add SNR reporting via get_survey()
 2022-01-07 19:28 UTC  (3+ messages)

[PATCH v5 0/6] powercap/drivers/dtpm: Create the dtpm hierarchy
 2022-01-07 19:27 UTC  (3+ messages)
` [PATCH v5 6/6] qcom/soc/drivers: Add DTPM description for sdm845

[PATCH] KVM: x86: move the can_unsync and prefetch checks outside of the loop
 2022-01-07 19:26 UTC  (3+ messages)

[PATCH net-next 0/3] mptcp: Refactoring for one selftest and csum validation
 2022-01-07 19:25 UTC  (4+ messages)
` [PATCH net-next 1/3] selftests: mptcp: more stable join tests-cases
` [PATCH net-next 2/3] mptcp: change the parameter of __mptcp_make_csum
` [PATCH net-next 3/3] mptcp: reuse __mptcp_make_csum in validate_data_csum

[PATCH RFC bpf-next v1 0/8] Pinning bpf objects outside bpffs
 2022-01-07 19:25 UTC  (4+ messages)

[PATCH] crypto: HMAC - disallow keys < 112 bits in FIPS mode
 2022-01-07 19:25 UTC 

[Intel-gfx] [PATCH v2] drm/i915: Fix possible NULL pointer dereferences in i9xx_update_wm()
 2022-01-07 19:25 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915: Fix possible NULL pointer dereferences in i9xx_update_wm() (rev3)

[PATCH] staging: pi433: move get version func to where all other functions are
 2022-01-07 19:24 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2] libsdl2: Fix build when libunwind is not used
 2022-01-07 19:22 UTC 

[RFC PATCH 0/2] Add the first documentation for a CAN driver
 2022-01-07 19:20 UTC  (2+ messages)

[PATCH 00/13] CXL Region driver
 2022-01-07 19:20 UTC  (4+ messages)
` [PATCH 12/13] cxl/region: Record host bridge target list

[PATCH] riscv/head: fix misspelling of guaranteed
 2022-01-07 19:18 UTC  (3+ messages)

[PATCH 6/7] iio: adc: sc27xx: add support for PMIC ump9620
 2022-01-07 19:17 UTC 

[freescale-fslc:5.10-2.1.x-imx 6432/9999] drivers/firmware/imx/s400-api.c:446:24: warning: cast to pointer from integer of different size
 2022-01-07 19:17 UTC 

[PATCH 04/15] PCI: mvebu: Handle invalid size of read config request
 2022-01-07 19:15 UTC  (3+ messages)

[PATCH 1/2] board: samsung: fix menu entries for a{3,7}y17lte
 2022-01-07 19:12 UTC  (2+ messages)
` [PATCH 2/2] doc: board: avoid ambiguous names for axy17lte


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.