All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-03-30 06:59:20 to 2021-03-30 07:49:08 UTC [more...]

[RFC 0/8] virtio: Improve boot time of virtio-scsi-pci and virtio-blk-pci
 2021-03-30  7:47 UTC  (4+ messages)
` [RFC 1/8] memory: Allow eventfd add/del without starting a transaction

btrfs-send format that contains binary diffs
 2021-03-30  7:48 UTC  (5+ messages)

[PATCH v7 0/6] ARM: STM32: add art-pi(stm32h750xbh6) board support
 2021-03-30  7:47 UTC  (8+ messages)
` [PATCH v7 3/6] ARM: dts: stm32: introduce stm32h7-pinctrl.dtsi to support stm32h750
` [PATCH v7 4/6] ARM: dts: stm32: add support for art-pi board based on stm32h750xbh6

[PATCH net-next v2 0/5] net: pch: fix and a few cleanups
 2021-03-30  7:46 UTC  (3+ messages)

[PATCH bpf-next] bpf: arm64: Redefine MOV consistent with arch insn
 2021-03-30  7:42 UTC  (2+ messages)

[linux-next:master 4793/7299] drivers/hid/hid-thrustmaster.c:300:27-34: WARNING opportunity for kmemdup
 2021-03-30  7:44 UTC  (4+ messages)
` [PATCH] HID: fix memdup.cocci warnings

[PATCH] hpsa: fix boot on ia64 (atomic_t alignment)
 2021-03-30  7:43 UTC  (13+ messages)
` [PATCH v2 1/3] hpsa: use __packed on individual structs, not header-wide
  ` [PATCH v2 2/3] hpsa: fix boot on ia64 (atomic_t alignment)
  ` [PATCH v2 3/3] hpsa: add an assert to prevent from __packed reintroduction

[PATCH] md: don't create mddev in md_open
 2021-03-30  7:43 UTC 

[LTP] [PATCH] min_kver: Add kernel version requestions
 2021-03-30  7:44 UTC 

[PATCH v2] livepatch: Replace the fake signal sending with TIF_NOTIFY_SIGNAL infrastructure
 2021-03-30  7:41 UTC  (2+ messages)

How can I use old Package version with latest Yocto version. #cups #zeus
 2021-03-30  7:42 UTC 

[PATCH] perf annotate: add --demangle and --demangle-kernel
 2021-03-30  7:41 UTC  (5+ messages)

[PATCH v2 0/5] bug fix and clear coding style
 2021-03-30  7:39 UTC  (6+ messages)
` [PATCH v2 1/5] crypto: hisilicon/sgl - fixup "
` [PATCH v2 2/5] crypto: hisilicon/sgl - delete unneeded variable initialization
` [PATCH v2 3/5] crypto: hisilicon/sgl - add some dfx logs
` [PATCH v2 4/5] crypto: hisilicon/sgl - fix the soft sg map to hardware sg
` [PATCH v2 5/5] crypto: hisilicon/sgl - fix the sg buf unmap

[PATCH] m68k: mvme147, mvme16x: Don't wipe PCC timer config bits
 2021-03-30  7:37 UTC 

[PATCH 1/6] drm/amdgpu: Disable vcn decode ring for sriov navi12
 2021-03-30  7:40 UTC  (10+ messages)
` [PATCH 5/6] drm/amdgpu: Disable RPTR write back for navi12
` [PATCH 6/6] drm/amdgpu: Fix driver unload issue

[PATCHv2 for-next 00/24] Misc update for rnbd
 2021-03-30  7:37 UTC  (25+ messages)
` [PATCHv2 for-next 01/24] MAINTAINERS: Change maintainer for rnbd module
` [PATCHv2 for-next 02/24] Documentation/sysfs-block-rnbd: Add descriptions for remap_device and resize
` [PATCHv2 for-next 03/24] block/rnbd: Enable the fault-injection
` [PATCHv2 for-next 04/24] block/rnbd-srv: Inject a fault at bio processing
` [PATCHv2 for-next 05/24] block/rnbd-clt: Inject some fault points
` [PATCHv2 for-next 06/24] docs: fault-injection: Add fault-injection manual of RNBD
` [PATCHv2 for-next 07/24] docs: Add RTRS/RNBD to the index of fault-injection
` [PATCHv2 for-next 08/24] block/rnbd-clt: Remove some arguments from insert_dev_if_not_exists_devpath
` [PATCHv2 for-next 09/24] block/rnbd-clt: Remove some arguments from rnbd_client_setup_device
` [PATCHv2 for-next 10/24] block/rnbd-clt: Move add_disk(dev->gd) to rnbd_clt_setup_gen_disk
` [PATCHv2 for-next 11/24] block/rnbd: Kill rnbd_clt_destroy_default_group
` [PATCHv2 for-next 12/24] block/rnbd: Kill destroy_device_cb
` [PATCHv2 for-next 13/24] block/rnbd-clt: Replace {NO_WAIT,WAIT} with RTRS_PERMIT_{WAIT,NOWAIT}
` [PATCHv2 for-next 14/24] block/rnbd-srv: Prevent a deadlock generated by accessing sysfs in parallel
` [PATCHv2 for-next 15/24] block/rnbd-srv: Remove force_close file after holding a lock
` [PATCHv2 for-next 16/24] block/rnbd-clt: Improve find_or_create_sess() return check
` [PATCHv2 for-next 17/24] block/rnbd-clt: Fix missing a memory free when unloading the module
` [PATCHv2 for-next 18/24] block/rnbd-clt: Support polling mode for IO latency optimization
` [PATCHv2 for-next 19/24] Documentation/ABI/rnbd-clt: Add description for nr_poll_queues
` [PATCHv2 for-next 20/24] block/rnbd-srv: Remove unused arguments of rnbd_srv_rdma_ev
` [PATCHv2 for-next 21/24] block/rnbd-clt: Generate kobject_uevent when the rnbd device state changes
` [PATCHv2 for-next 22/24] block/rnbd-clt: Remove max_segment_size
` [PATCHv2 for-next 23/24] block/rnbd-clt-sysfs: Remove copy buffer overlap in rnbd_clt_get_path_name
` [PATCHv2 for-next 24/24] block/rnbd: Use strscpy instead of strlcpy

[docs] [PATCH v2] UBUNTU sudo apt git instead of git-core
 2021-03-30  7:38 UTC  (3+ messages)
`  "

Plumbers / IoT MC Sep 27-29, Dublin
 2021-03-30  7:37 UTC  (2+ messages)

linux-next: manual merge of the drm tree with Linus' tree
 2021-03-30  7:36 UTC  (3+ messages)

[dpdk-dev] [RFC 1/9] devargs: fix data buffer storage type
 2021-03-30  7:37 UTC  (3+ messages)
` [dpdk-dev] [PATCH v5 9/9] net/mlx5: probe host PF representor with SubFunction

[PATCH v3 0/2] Performance regression due to XSA-336
 2021-03-30  7:36 UTC  (3+ messages)
` [PATCH v3 2/2] x86/vpt: Simplify locking argument to write_{un}lock

[PATCH v2 0/6] esp: fix asserts/segfaults discovered by fuzzer
 2021-03-30  7:34 UTC  (3+ messages)

[dpdk-dev] [PATCH 1/2] common/mlx5: align driver name logs across pmds
 2021-03-30  7:36 UTC  (4+ messages)
` [dpdk-dev] [PATCH 2/2] common/mlx5: rename driver name to include PCI notation

[RFC PATCH 0/3] drivers: pci: refactor pcie_sifive to use pcie_dw_common
 2021-03-30  7:36 UTC  (4+ messages)
` [RFC PATCH 1/3] arch: riscv: dts: change perstn-gpios to reset-gpios of FU740
` [RFC PATCH 2/3] drivers: pci: refactor SiFive pcie to use designware common code
` [RFC PATCH 3/3] drivers: pci: rename pcie_sifive to pcie_dw_pcie

[PATCH] board: dts: rockchip: Add NanoPi M4B
 2021-03-30  7:34 UTC  (2+ messages)
` [PATCH] board: dts: rockchip: Add NanoPi M4B【请注意,邮件由u-boot-bounces@lists.denx.de代发】

[PATCH] Rockchip board with DWC3 controller may lead to usb init function declared twice
 2021-03-30  7:33 UTC  (2+ messages)
` [PATCH]_Rockchip_board_with_DWC3_controller_may_lead_to_usb_init_function_declared_twice

[virtio-comment] [RFC PATCH v4 0/2] virtio-vsock: introduce SOCK_SEQPACKET description
 2021-03-30  7:32 UTC  (8+ messages)
` [virtio-comment] [RFC PATCH v4 2/2] virtio-vsock: "
        ` [virtio-comment] Re: [MASSMAIL KLMS] "

[PATCH] target/xtensa: fix core import to meson.build
 2021-03-30  7:30 UTC 

[PATCH] target/xtensa: make xtensa_modules static on import
 2021-03-30  7:30 UTC 

[PATCH v2 00/15] acpi: fix some coding style issues
 2021-03-30  7:31 UTC  (5+ messages)
` [PATCH v2 04/15] ACPI: table: replace __attribute__((packed)) by __packed

[RFC][PATCH] fanotify: allow setting FAN_CREATE in mount mark mask
 2021-03-30  7:31 UTC  (2+ messages)

[PATCH v2] arm: Add support for Kobol Helios64 board
 2021-03-30  7:31 UTC  (2+ messages)
` [PATCH v2] arm: Add support for Kobol Helios64 board【请注意,邮件由u-boot-bounces@lists.denx.de代发】

[PATCH 0/6] Add debug interface to kick/call on purpose
 2021-03-30  7:29 UTC  (5+ messages)

things not working - newbie questions
 2021-03-30  7:30 UTC  (2+ messages)

[PATCH 1/2] perl: allow empty lines and comments in perl-rdepends.txt
 2021-03-30  7:29 UTC  (2+ messages)
` [PATCH 2/2] perl: fix creation and generate new perl-rdepends.txt

[PATCH 4.4 00/33] 4.4.264-rc1 review
 2021-03-30  7:28 UTC  (2+ messages)

[PATCH] spi: zynqmp_gqspi: Simplify baud_rate_val calculation
 2021-03-30  7:28 UTC  (2+ messages)

[RESEND net-next 0/4] net: remove repeated words
 2021-03-30  7:27 UTC  (5+ messages)
` [RESEND net-next 1/4] net: i40e: "
` [RESEND net-next 2/4] net: bonding: remove repeated word
` [RESEND net-next 3/4] net: phy: "
` [RESEND net-next 4/4] net: ipa: remove repeated words

linux-next: build warning after merge of the hwmon-staging tree
 2021-03-30  7:27 UTC 

[PATCH for-6.0 0/7] hw/block/nvme: misc fixes
 2021-03-30  7:24 UTC  (4+ messages)
` [PATCH for-6.0 1/7] hw/block/nvme: fix pi constraint check

[Question] Is there a race window between swapoff vs synchronous swap_readpage
 2021-03-30  7:27 UTC  (7+ messages)

[PATCH v7] perf annotate: Fix sample events lost in stdio mode
 2021-03-30  7:26 UTC  (6+ messages)

[PATCH v1 0/3] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
 2021-03-30  7:26 UTC  (12+ messages)
` [PATCH v1 3/3] "

[LTP] [PATCH v2 1/1] pec: Convert to the new API
 2021-03-30  7:27 UTC 

[PATCH] xilinx: Enable efi debug command
 2021-03-30  7:26 UTC  (2+ messages)

[PATCH 0/3] ARM: bitmain: Extend bitmain S9 board
 2021-03-30  7:26 UTC  (2+ messages)

[PATCH] spi: xilinx_spi: Trivial fixes in axi qspi driver
 2021-03-30  7:25 UTC  (2+ messages)

[PATCH 0/1] rk3399 pinebook-pro enable display
 2021-03-30  7:24 UTC  (3+ messages)
` [PATCH 1/1] rk3399: "

[PATCH] xilinx: Sync DTs with Linux kernel
 2021-03-30  7:24 UTC  (2+ messages)

[PATCH 0/2] drm/ingenic: IPU plane fixes
 2021-03-30  7:23 UTC  (4+ messages)
` [PATCH 1/2] drm/ingenic: Switch IPU plane to type OVERLAY

[PATCH 1/2] drm/panel: simple: Add support for EDT ETMV570G2DHU panel
 2021-03-30  7:09 UTC  (2+ messages)
` [PATCH 2/2] drm/panel: simple: Add support for EDT ETM0350G0DH6 panel

[PATCH 0/2] HID: Add support for Surface Aggregator Module HID transport
 2021-03-30  7:22 UTC  (2+ messages)

[PATCH] amd: display: dc: struct dc_state is declared twice
 2021-03-30  1:34 UTC  (2+ messages)
`  "

[PATCH] clk: zynqmp: Fix clk dump values
 2021-03-30  7:23 UTC  (2+ messages)

[PATCH dev-5.10 v5] ARM: dts: nuvoton: Add Quanta GBS BMC Device Tree
 2021-03-30  7:13 UTC 

[PATCH] mailbox: hisilicon: Use the correct HiSilicon copyright
 2021-03-30  7:22 UTC  (2+ messages)

Upstreaming Reviewed-by to git.git
 2021-03-30  7:21 UTC  (4+ messages)

[PATCH] staging: fbtft: change '16 bit' to '16-bit'
 2021-03-30  7:21 UTC  (4+ messages)

[PATCH] arm64: zynqmp: Rename clocks as per the Arasan NAND driver
 2021-03-30  7:22 UTC  (2+ messages)

[PATCH v2] staging: fbtft: fix a typo
 2021-03-30  7:21 UTC  (4+ messages)

[PATCH] arm64: zynqmp: Update device tree properties for nand flash
 2021-03-30  7:22 UTC  (2+ messages)

[PATCH] arm64: zynqmp: Update psu_init for zcu1275
 2021-03-30  7:21 UTC  (2+ messages)

Outreachy contribution period is open - Welcome applicants
 2021-03-30  7:21 UTC 

[PATCH] rk3399: Add basic support for helios64
 2021-03-30  7:21 UTC  (7+ messages)
          ` [PATCH] rk3399: Add basic support for helios64【请注意,邮件由cglombek@redhat.com代发】

[PATCH] arm64: zynqmp: Add idt 8a34001 chip to zcu208/zcu216
 2021-03-30  7:21 UTC  (2+ messages)

[PATCH] arm64: zynqmp: Add missing psu inits for zcu208/216
 2021-03-30  7:21 UTC  (2+ messages)

[PATCH] arm64: zynqmp: Add emmc specific parameters
 2021-03-30  7:20 UTC  (2+ messages)

[mcp251x] Using MCP2515 with half duplex driver fails on init
 2021-03-30  7:10 UTC 

[PATCH] arm64: zynqmp: Increase size of malloc pool
 2021-03-30  7:20 UTC  (2+ messages)

[PATCH] xilinx: zynq: Enable time and timer commands
 2021-03-30  7:19 UTC  (2+ messages)

[GIT PULL] Immutable branch between drivers/platform/x86 and HID resp. drivers/power/supply due for the v5.13 merge window
 2021-03-30  7:18 UTC  (2+ messages)

[PATCH] ovl: copy-up optimization for truncate
 2021-03-30  7:17 UTC  (3+ messages)

[PATCH v3 0/2] io_uring: add mkdirat support
 2021-03-30  7:17 UTC  (3+ messages)
` [PATCH v3 1/2] fs: make do_mkdirat() take struct filename

[PATCH 0/9] midx: implement a multi-pack reverse index
 2021-03-30  7:15 UTC  (17+ messages)
` [PATCH v3 00/16] "
  ` [PATCH v3 04/16] builtin/multi-pack-index.c: split sub-commands
  ` [PATCH v3 08/16] midx: allow marking a pack as preferred
  ` [PATCH v3 16/16] midx.c: improve cache locality in midx_pack_order_cmp()

xfstests generic/476 failed on btrfs(errno=-12 Out of memory, kernel 5.11.10)
 2021-03-30  7:16 UTC  (3+ messages)

[PATCH] drm/hisilicon/kirin: Use the correct HiSilicon copyright
 2021-03-30  6:43 UTC 

[PATCH] docs: Add a QEMU Code of Conduct and Conflict Resolution Policy document
 2021-03-30  7:13 UTC  (4+ messages)

[PATCH v3 0/2] remoteproc: stm32: add support of detaching a remote processor
 2021-03-30  7:14 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: remoteproc: stm32-rproc: add new mailbox channel for detach

[PATCH for-next v2] RDMA/rxe: Split MEM into MR and MW
 2021-03-30  7:13 UTC  (2+ messages)

[PATCH v4 0/4] riscv: Add qspinlock/qrwlock
 2021-03-30  7:11 UTC  (11+ messages)
` [PATCH v4 3/4] locking/qspinlock: Add ARCH_USE_QUEUED_SPINLOCKS_XCHG32

[dm-devel] [PATCH] multipathd: give up "add missing path" after multiple failures
 2021-03-30  7:06 UTC  (2+ messages)

[dpdk-dev] [PATCH v2 0/6] modify field action enhancements
 2021-03-30  7:10 UTC  (13+ messages)
` [dpdk-dev] [PATCH v2 1/6] net/mlx5: check for a field size in modify field action
` [dpdk-dev] [PATCH v2 2/6] net/mlx5: adjust modify field action endianess
` [dpdk-dev] [PATCH v2 3/6] net/mlx5: check extended metadata for mark modififcation
` [dpdk-dev] [PATCH v2 4/6] net/mlx5: allow group 0 modify field action
` [dpdk-dev] [PATCH v2 5/6] doc: add list of supported Field IDs to modify
` [dpdk-dev] [PATCH v2 6/6] net/mlx5: reject VXLAN ID's modifications

[PATCH v2 00/10] drm: Support simple-framebuffer devices and firmware fbs
 2021-03-30  7:09 UTC  (7+ messages)

[Buildroot] [PATCH 1/1] package/stellarium: bump version to 0.21.0
 2021-03-30  7:10 UTC 

[PATCH] mm: gup: remove FOLL_SPLIT
 2021-03-30  7:08 UTC  (5+ messages)

[PATCH v3 00/11] Add support for synchronous signals on perf events
 2021-03-30  7:04 UTC  (7+ messages)
` [PATCH v3 06/11] perf: Add support for SIGTRAP "

[PATCH] mm/ksm: remove unused parameter from remove_trailing_rmap_items()
 2021-03-30  7:08 UTC 

[PATCH net-next 0/4] net: remove repeated words
 2021-03-30  7:07 UTC  (6+ messages)
` [PATCH net-next 1/4] net: i40e: "
` [PATCH net-next 2/4] net: bonding: remove repeated word
` [PATCH net-next 3/4] net: phy: "
` [PATCH net-next 4/4] net: ipa: remove repeated words

[PATCH 0/6] Clean up obsolete TODO files
 2021-03-30  7:02 UTC  (14+ messages)
` [PATCH 1/6] mips/sgi-ip27: Delete obsolete TODO file
` [PATCH 2/6] scsi/aacraid: "
` [PATCH 3/6] fs/befs: "
` [PATCH 4/6] fs/jffs2: "
` [PATCH 5/6] net/ax25: "
` [PATCH 6/6] net/decnet: "

[PATCH 4.9 00/53] 4.9.264-rc1 review
 2021-03-30  7:05 UTC  (2+ messages)

[GSOC][PATCH] userdiff: add support for Scheme
 2021-03-30  7:04 UTC  (5+ messages)

[jimc:drm 1/2] drivers/gpu/drm/exynos/exynos_drm_fimd.c:316:31: error: expected ')' before string constant
 2021-03-30  7:04 UTC 

[PATCH] implement flush_cache_vmap and flush_cache_vunmap for RISC-V
 2021-03-30  7:02 UTC  (3+ messages)

[PATCH 0/7] clk: renesas: rcar-gen3: Add support for CPU core clock boost modes
 2021-03-30  7:02 UTC  (4+ messages)
` [PATCH 6/7] clk: renesas: rcar-gen3: Add custom clock for PLLs

Bug report: git branch behaves as if --no-replace-objects is passed
 2021-03-30  7:02 UTC  (2+ messages)

[PATCH -next] drivers: net: CONFIG_ATH9K select LEDS_CLASS
 2021-03-30  7:00 UTC  (3+ messages)

✅ PASS: Test report for kernel 5.11.11-rc2 (stable)
 2021-03-30  6:59 UTC 

[PATCH net-next] mlxsw: spectrum_router: Only perform atomic nexthop bucket replacement when requested
 2021-03-30  6:58 UTC 

[PATCH] Add Driver for SUNIX PCI(e) I/O expansion board
 2021-03-30  6:58 UTC 

[PATCH v4 8/8] clk: Mark fwnodes when their clock provider is added/removed
 2021-03-30  6:58 UTC  (9+ messages)
` [PATCH] clk: Mark fwnodes when their clock provider is added

[PATCH v3] drm/scheduler re-insert Bailing job to avoid memleak
 2021-03-30  6:59 UTC  (16+ 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.