All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-07-13 04:53:21 to 2021-07-13 06:29:05 UTC [more...]

[PATCH v5 0/8] Add support for Hikey 970 PCIe
 2021-07-13  6:28 UTC  (12+ messages)
` [PATCH v5 1/8] dt-bindings: phy: Add bindings for HiKey 960 PCIe PHY
` [PATCH v5 2/8] dt-bindings: phy: Add bindings for HiKey 970 "
` [PATCH v5 3/8] dt-bindings: PCI: kirin: Fix compatible string
` [PATCH v5 4/8] dt-bindings: PCI: kirin: Drop PHY properties
` [PATCH v5 5/8] phy: HiSilicon: Add driver for Kirin 960 PCIe PHY
` [PATCH v5 6/8] phy: HiSilicon: add driver for Kirin 970 "
` [PATCH v5 7/8] PCI: kirin: Drop the PHY logic from the driver
` [PATCH v5 8/8] PCI: kirin: Use regmap for APB registers

[PATCH v2 00/10] xsm: refactoring xsm hooks
 2021-07-13  6:28 UTC  (4+ messages)
` [PATCH v2 01/10] xen: Implement xen/alternative-call.h for use in common code

[PATCH RFC net-next v2 00/16] Add Management Component Transport Protocol support
 2021-07-13  6:20 UTC  (17+ messages)
` [PATCH RFC net-next v2 01/16] mctp: Add MCTP base
` [PATCH RFC net-next v2 02/16] mctp: Add base socket/protocol definitions
` [PATCH RFC net-next v2 03/16] mctp: Add base packet definitions
` [PATCH RFC net-next v2 04/16] mctp: Add sockaddr_mctp to uapi
` [PATCH RFC net-next v2 05/16] mctp: Add initial driver infrastructure
` [PATCH RFC net-next v2 06/16] mctp: Add device handling and netlink interface
` [PATCH RFC net-next v2 07/16] mctp: Add initial routing framework
` [PATCH RFC net-next v2 08/16] mctp: Add netlink route management
` [PATCH RFC net-next v2 09/16] mctp: Add neighbour implementation
` [PATCH RFC net-next v2 10/16] mctp: Add neighbour netlink interface
` [PATCH RFC net-next v2 11/16] mctp: Populate socket implementation
` [PATCH RFC net-next v2 12/16] mctp: Add dest neighbour lladdr to route output
` [PATCH RFC net-next v2 13/16] mctp: Implement message fragmentation & reassembly
` [PATCH RFC net-next v2 14/16] mctp: Allow per-netns default networks
` [PATCH RFC net-next v2 15/16] mctp: Allow MCTP on tun devices
` [PATCH RFC net-next v2 16/16] mctp: Add MCTP overview document

[PATCH 0/14 v9] fs: Hole punch vs page cache filling races
 2021-07-13  6:25 UTC  (4+ messages)
` [PATCH 03/14] mm: Protect operations adding pages to page cache with invalidate_lock
  ` [f2fs-dev] "

[PATCH] drm/amd/display: avoid printing ERROR for unknown CEA parse
 2021-07-13  6:24 UTC  (2+ messages)

[PATCH] drm/amdgpu: change the imprecise function name
 2021-07-13  6:23 UTC  (3+ messages)

[PATCH 1/3] sfc: revert "reduce the number of requested xdp ev queues"
 2021-07-13  6:20 UTC  (10+ messages)

[PATCH 00/12] Add Vangogh ACP ASoC driver
 2021-07-13  6:36 UTC  (6+ messages)
` [PATCH 10/12] ASoC: amd: add vangogh pci driver pm ops

[PATCH 0/8] ASoC: SOF: power optimizations for HDaudio platforms
 2021-07-13  6:17 UTC  (5+ messages)
` [PATCH 6/8] ALSA: pcm: conditionally avoid mmap of control data

[PATCH] PCI: endpoint: Make struct pci_epf_driver::remove return void
 2021-07-13  6:16 UTC  (3+ messages)

[PATCH] RCU: Fix macro name CONFIG_TASKS_RCU_TRACE
 2021-07-13  6:16 UTC  (3+ messages)

[PATCH 00/27] btrfs: limited subpage compressed write support
 2021-07-13  6:15 UTC  (28+ messages)
` [PATCH 01/27] btrfs: remove unused parameter @nr_pages in add_ra_bio_pages()
` [PATCH 02/27] btrfs: remove unnecessary parameter @delalloc_start for writepage_delalloc()
` [PATCH 03/27] btrfs: use async_chunk::async_cow to replace the confusing pending pointer
` [PATCH 04/27] btrfs: don't pass compressed pages to btrfs_writepage_endio_finish_ordered()
` [PATCH 05/27] btrfs: make add_ra_bio_pages() to be subpage compatible
` [PATCH 06/27] btrfs: introduce compressed_bio::pending_sectors to trace compressed bio more elegantly
` [PATCH 07/27] btrfs: add subpage checked_bitmap to make PageChecked flag to be subpage compatible
` [PATCH 08/27] btrfs: handle errors properly inside btrfs_submit_compressed_read()
` [PATCH 09/27] btrfs: handle errors properly inside btrfs_submit_compressed_write()
` [PATCH 10/27] btrfs: introduce submit_compressed_bio() for compression
` [PATCH 11/27] btrfs: introduce alloc_compressed_bio() "
` [PATCH 12/27] btrfs: make btrfs_submit_compressed_read() to determine stripe boundary at bio allocation time
` [PATCH 13/27] btrfs: make btrfs_submit_compressed_write() "
` [PATCH 14/27] btrfs: remove unused function btrfs_bio_fits_in_stripe()
` [PATCH 15/27] btrfs: refactor submit_compressed_extents()
` [PATCH 16/27] btrfs: cleanup for extent_write_locked_range()
` [PATCH 17/27] btrfs: make compress_file_range() to be subpage compatible
` [PATCH 18/27] btrfs: make btrfs_submit_compressed_write() "
` [PATCH 19/27] btrfs: make end_compressed_bio_writeback() to be subpage compatble
` [PATCH 20/27] btrfs: make extent_write_locked_range() to be subpage compatible
` [PATCH 21/27] btrfs: extract uncompressed async extent submission code into a new helper
` [PATCH 22/27] btrfs: rework lzo_compress_pages() to make it subpage compatible
` [PATCH 23/27] btrfs: teach __extent_writepage() to handle locked page differently
` [PATCH 24/27] btrfs: allow page to be unlocked by btrfs_page_end_writer_lock() even if it's locked by plain page_lock()
` [PATCH 25/27] btrfs: allow subpage to compress a range which only covers one page
` [PATCH 26/27] btrfs: don't run delalloc range which is beyond the locked_page to prevent deadlock for subpage compression
` [PATCH 27/27] btrfs: only allow subpage compression if the range is fully page aligned

[PATCH] divide by 3*sizeof(u32) when computing array_size
 2021-07-13  6:02 UTC  (3+ messages)

[PATCH v4 0/2] cec: expand Timer Programming tests
 2021-07-13  6:09 UTC  (3+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] cec-follower: emulate programmed timer recordings

[LTP] tst_strstatus.c fails on Alpine
 2021-07-13  6:08 UTC  (2+ messages)

[PATCH v2 1/1] Fix non-default statedir paths
 2021-07-13  6:05 UTC 

[PATCH v3] dt-bindings: riscv: add starfive jh7100 bindings
 2021-07-13  6:03 UTC  (4+ messages)

[PATCH v5 0/5] block: add a sequence number to disks
 2021-07-13  6:03 UTC  (3+ messages)
` [PATCH v5 6/6] loop: raise media_change event

[PATCH v5 0/4] Add Ampere's Altra SMPro hwmon driver
 2021-07-13  6:00 UTC  (10+ messages)
` [PATCH v5 1/4] dt-bindings: mfd: Add bindings for Ampere Altra SMPro MFD driver
` [PATCH v5 2/4] mfd: smpro-mfd: Adds Ampere's Altra SMpro "
` [PATCH v5 3/4] hwmon: smpro: Add Ampere's Altra smpro-hwmon driver
` [PATCH v5 4/4] docs: hwmon: (smpro-hwmon) Add documentation

[PATCH v2 0/8] ASoC: mediatek: Add support for MT8195 SoC
 2021-07-13  6:00 UTC  (8+ messages)
` [PATCH v2 5/8] ASoC: mediatek: mt8195: add platform driver

[PATCH] gfs2: Fix memory leak of object lsi on error return path
 2021-07-13  6:00 UTC  (3+ messages)
  ` [Cluster-devel] "

[PATCH v4 0/5] block: add a sequence number to disks
 2021-07-13  5:59 UTC  (4+ messages)
` [PATCH v4 3/5] block: add ioctl to read the disk sequence number

[xen-unstable-smoke test] 163627: regressions - FAIL
 2021-07-13  5:59 UTC 

[PATCH 1/4] arm: dts: am335x-boneblack: Extract common config
 2021-07-13  5:58 UTC  (6+ messages)

[PATCH v4 0/3] Add SSIF BMC driver
 2021-07-13  5:54 UTC  (8+ messages)
` [PATCH v4 1/3] ipmi: ssif_bmc: "
` [PATCH v4 2/3] bindings: ipmi: Add binding for "
` [PATCH v4 3/3] i2c: aspeed: Add slave_enable() to toggle slave mode

[OE-core][PATCH] ca-certificates: revert mktemp patch in update-ca-certificates script
 2021-07-13  5:57 UTC  (4+ messages)
` [OE-core][PATCH] busybox: add tmpdir option into mktemp applet

[PATCH v2] workqueue: fix UAF in pwq_unbound_release_workfn()
 2021-07-13  5:56 UTC  (3+ messages)

5.13.2-rc and others have many not for stable
 2021-07-13  5:55 UTC  (2+ messages)

[PATCHv1 0/3] Meson-8b and Meson-gxbb Fix some missing code
 2021-07-13  5:52 UTC  (16+ messages)
` [PATCHv1 1/3] ARM: dts: meson8b: odroidc1: Add usb phy power node
` [PATCHv1 2/3] phy: amlogic: meson8b-usb2: Power off the PHY by putting it into reset mode
` [PATCHv1 3/3] phy: amlogic: meson8b-usb2: don't log an error on -EPROBE_DEFER

[PULL 0/3] Fuzzing Patches
 2021-07-13  5:48 UTC  (4+ messages)
` [PULL 1/3] fuzz: fix sparse memory access in the DMA callback
` [PULL 2/3] fuzz: adjust timeout to allow for longer inputs
` [PULL 3/3] fuzz: make object-name matching case-insensitive

[PATCH 1/4] phy: phy-imx8mq-usb: Add USB PHY driver for i.MX8MQ
 2021-07-13  5:53 UTC  (4+ messages)

fix memcpy_to_page and memzero_page
 2021-07-13  5:52 UTC  (3+ messages)
` [PATCH 1/2] mm: call flush_dcache_page in "
` [PATCH 2/2] mm: use kmap_local_page in memzero_page

[PATCH 1/2 v2] tpm2: Introduce TIS tpm core
 2021-07-13  5:51 UTC  (7+ messages)

[Buildroot] [autobuild.buildroot.net] Daily results for 2021-07-12
 2021-07-13  5:50 UTC 

zynqmpbif - sample
 2021-07-13  5:49 UTC  (2+ messages)

[PATCH] hw/nvme: fix mmio read
 2021-07-13  5:43 UTC 

flush_kernel_dcache_page fixes and removal
 2021-07-13  5:46 UTC  (4+ messages)

[PATCH ima-evm-utils v8 0/3] ima-evm-utils: Add --keyid option
 2021-07-13  5:47 UTC  (3+ messages)

proposal: move Linux userspace USB gadget projects to linux-usb GitHub organisation?
 2021-07-13  5:40 UTC  (4+ messages)

[PATCH] netfs: Add MAINTAINERS record
 2021-07-13  5:44 UTC  (2+ messages)

[PATCHv6 0/3] GE Healthcare PPD firmware upgrade driver for ACHC
 2021-07-13  5:41 UTC  (5+ messages)
` [PATCHv6 3/3] misc: gehc-achc: new driver

RFC: remove set_fs for m68k
 2021-07-13  5:41 UTC  (5+ messages)

Working sample 5.10 kernel configuration for an IMX6 board?
 2021-07-13  5:41 UTC  (6+ messages)
  ` AW: "

[PATCH] intersil: remove obsolete prism54 wireless driver
 2021-07-13  5:40 UTC 

[PATCH] ieee802154: hwsim: fix memory leak in __pskb_copy_fclone
 2021-07-13  5:40 UTC 

support booting of arbitrary non-blockdevice file systems v2
 2021-07-13  5:40 UTC  (11+ messages)
` [PATCH 3/2] fs: simplify get_filesystem_list / get_all_fs_names
  ` [Virtio-fs] "

cifs.ko page management during reads
 2021-07-13  5:37 UTC 

[dpdk-dev] [PATCH] app/testpmd: fix offloads for the newly attached port
 2021-07-13  5:37 UTC  (3+ messages)
` [dpdk-dev] [PATCH v3] "
  ` [dpdk-dev] [dpdk-stable] "

[RFC PATCH 1/2] hw/nvme: add mi device
 2021-07-13  5:30 UTC  (4+ messages)

[PATCH v5 0/8] Use per-CPU temporary mappings for patching on Radix MMU
 2021-07-13  5:31 UTC  (18+ messages)
` [PATCH v5 1/8] powerpc: Add LKDTM accessor for patching addr
` [PATCH v5 2/8] lkdtm/powerpc: Add test to hijack a patch mapping
` [PATCH v5 3/8] x86_64: Add LKDTM accessor for patching addr
` [PATCH v5 4/8] lkdtm/x86_64: Add test to hijack a patch mapping
` [PATCH v5 5/8] powerpc/64s: Introduce temporary mm for Radix MMU
` [PATCH v5 6/8] powerpc: Rework and improve STRICT_KERNEL_RWX patching
` [PATCH v5 7/8] powerpc/64s: Initialize and use a temporary mm for patching on Radix
` [PATCH v5 8/8] lkdtm/powerpc: Fix code patching hijack test

[PATCH v1] mmc-utils: Fix for Firmware Version string printing
 2021-07-13  5:34 UTC 

[PATCH v2] usb: dwc2: gadget: Fix GOUTNAK flow for Slave mode
 2021-07-13  5:32 UTC 

[PATCH v3] usb: dwc2: gadget: Add usb_ep_set_wedge support
 2021-07-13  5:32 UTC  (2+ messages)

Pull request for efi-2021-10-rc1
 2021-07-13  5:30 UTC 

[RFC 0/2] Paravirtualize idle CPU wakeup optimization
 2021-07-13  5:24 UTC  (3+ messages)
` [RFC 1/2] powerpc/book3s_hv: Add new idle-hint attribute in VPA region
` [RFC 2/2] kernel/idle: Update and use idle-hint "

[RFC] RDMA with Continuous Memory Allocator
 2021-07-13  5:18 UTC  (2+ messages)

[PATCH v6 0/3] maintenance: add support for systemd timers on Linux
 2021-07-13  5:17 UTC  (9+ messages)
` [PATCH v7 "
  ` [PATCH v7 2/3] maintenance: `git maintenance run` learned `--scheduler=<scheduler>`

[PATCH] ndctl: Avoid confusing error message when operating on all the namespaces
 2021-07-13  5:16 UTC  (3+ messages)

stable-rc/queue/5.13 baseline: 193 runs, 2 regressions (v5.13.1-804-gbeca113be88f)
 2021-07-13  5:16 UTC 

[yocto] #yocto Preferred development workflow
 2021-07-13  5:14 UTC  (3+ messages)
`  "

[ndctl PATCH v3 00/21] Initial CXL support
 2021-07-13  5:12 UTC  (4+ messages)
` [ndctl PATCH v3 04/21] libcxl: add support for command query and submission

[PATCH v1 1/5] target/riscv: Expose interrupt pending bits as GPIO lines
 2021-07-13  5:08 UTC  (4+ messages)
` [PATCH v1 4/5] hw/intc: sifive_plic: Convert the PLIC to use RISC-V CPU "

[PATCH v4 0/2] Add the driver for Intel Keem Bay SoC timer block
 2021-07-13  5:08 UTC  (2+ messages)

[PATCH v8 0/2] leds: pwm: add support for default-state device
 2021-07-13  4:56 UTC  (2+ messages)

[PATCH 00/14] Introduce PECI subsystem
 2021-07-13  5:02 UTC  (5+ messages)
` [PATCH 07/14] peci: Add peci-aspeed controller driver

[PATCH] tpm: ibmvtpm: Avoid error message when process gets signal while waiting
 2021-07-13  5:03 UTC  (2+ messages)

[PATCH v2 00/14] genirq: Cleanup the usage of irq_set_affinity_hint
 2021-07-13  5:01 UTC  (5+ messages)

stable-rc/linux-5.13.y baseline: 194 runs, 4 regressions (v5.13.1-805-g949241ad55a91)
 2021-07-13  4:59 UTC 

[PATCH] cifs: Do not use the original cruid when following DFS links for multiuser mounts
 2021-07-13  4:58 UTC  (2+ messages)

[PATCH] net: wwan: iosm: switch from 'pci_' to 'dma_' API
 2021-07-13  4:58 UTC  (2+ messages)

stable-rc/queue/5.4 baseline: 189 runs, 4 regressions (v5.4.131-349-g6063b14ea179)
 2021-07-13  4:58 UTC 

Block I/O in the middle of guest code execution
 2021-07-13  4:52 UTC 


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.