All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-12-03 14:45:35 to 2020-12-03 15:08:31 UTC [more...]

[OE-core][dunfell 00/28] Patch review - pseudo file mode corruption fix series
 2020-12-03 15:07 UTC 

[PATCH] poky.conf: do not write current date into distro version
 2020-12-03 15:08 UTC  (3+ messages)
` [poky] "

[PATCH 0/6] prohibit pinning pages in ZONE_MOVABLE
 2020-12-03 15:06 UTC  (18+ messages)
` [PATCH 1/6] mm/gup: perform check_dax_vmas only when FS_DAX is enabled
` [PATCH 2/6] mm/gup: don't pin migrated cma pages in movable zone
` [PATCH 3/6] mm/gup: make __gup_longterm_locked common
` [PATCH 4/6] mm cma: rename PF_MEMALLOC_NOCMA to PF_MEMALLOC_NOMOVABLE
` [PATCH 5/6] mm: honor PF_MEMALLOC_NOMOVABLE for all allocations

[PATCH] poky.conf: do not write current date into distro version, use git hash instead
 2020-12-03 15:07 UTC 

[resend/standalone PATCH v4] Add auxiliary bus support
 2020-12-03 15:07 UTC  (5+ messages)

[PATCH] Documentation: fix typos found in admin-guide subdirectory
 2020-12-03 15:05 UTC  (3+ messages)

[PATCH v2 0/2] KVM: arm64: Some fixes and code adjustments for pvtime ST
 2020-12-03 15:04 UTC  (5+ messages)
` [PATCH v2 1/2] KVM: arm64: Some fixes of PV-time interface document

linux-next: manual merge of the block tree with the arm64 tree
 2020-12-03 15:05 UTC  (4+ messages)

[PATCH v2] userns: automatically split user namespace extent
 2020-12-03 15:02 UTC 

[PATCH 0/8] arm64: sunxi: Initial Allwinner H616 SoC support
 2020-12-03 15:02 UTC  (6+ messages)
` [PATCH 7/8] arm64: dts: allwinner: Add Allwinner H616 .dtsi file
      ` [linux-sunxi] "

[SPDK] Re: Does spdk support the directives write function?
 2020-12-03 15:03 UTC 

b4 ty : wrong patch number when cherrypicking
 2020-12-03 15:03 UTC  (3+ messages)
  ` [tools] "
    ` [kernel.org users] "

[PATCH v8 0/9] iommu: I/O page faults for SMMUv3
 2020-12-03  6:52 UTC  (2+ messages)

[PATCH 0/9] Add UEFI Secure Boot detection and report the status to Linux
 2020-12-03 15:01 UTC  (10+ messages)
` [PATCH 1/9] i386: Don't include <grub/cpu/linux.h> in coreboot and ieee1275 startup.S
` [PATCH 2/9] include/grub/i386/linux.h: Include missing <grub/types.h> header
` [PATCH 3/9] arm/term: Fix linking error due multiple ps2_state definitions
` [PATCH 4/9] efi: Make shim_lock GUID and protocol type public
` [PATCH 5/9] efi: Return grub_efi_status_t from grub_efi_get_variable()
` [PATCH 6/9] efi: Add a function to read EFI variables with attributes
` [PATCH 7/9] efi: Add secure boot detection
` [PATCH 8/9] efi: Only register shim_lock verifier if shim_lock protocol is found and SB enabled
` [PATCH 9/9] loader/linux: Report the UEFI Secure Boot status to the Linux kernel

post-receive: pub/scm/linux/kernel/git/saeed/linux
 2020-12-03 15:02 UTC 

[Intel-gfx] [PATCH] drm/i915/dp: No need to poll FEC Enable Live bit
 2020-12-03 15:02 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/saeed/linux
 2020-12-03 15:02 UTC 

[bug report] ASoC: mchp-spdifrx: add driver for SPDIF RX
 2020-12-03 14:58 UTC 

[PATCH v5 00/23] xl / libxl: named PCI pass-through devices
 2020-12-03 14:25 UTC  (24+ messages)
` [PATCH v5 01/23] xl / libxl: s/pcidev/pci and remove DEFINE_DEVICE_TYPE_STRUCT_X
` [PATCH v5 02/23] libxl: make libxl__device_list() work correctly for LIBXL__DEVICE_KIND_PCI
` [PATCH v5 03/23] libxl: Make sure devices added by pci-attach are reflected in the config
` [PATCH v5 04/23] libxl: add/recover 'rdm_policy' to/from PCI backend in xenstore
` [PATCH v5 05/23] libxl: s/detatched/detached in libxl_pci.c
` [PATCH v5 06/23] libxl: remove extraneous arguments to do_pci_remove() "
` [PATCH v5 07/23] libxl: stop using aodev->device_config in libxl__device_pci_add()
` [PATCH v5 08/23] libxl: generalise 'driver_path' xenstore access functions in libxl_pci.c
` [PATCH v5 09/23] libxl: remove unnecessary check from libxl__device_pci_add()
` [PATCH v5 10/23] libxl: remove get_all_assigned_devices() from libxl_pci.c
` [PATCH v5 11/23] libxl: make sure callers of libxl_device_pci_list() free the list after use
` [PATCH v5 12/23] libxl: add libxl_device_pci_assignable_list_free()
` [PATCH v5 13/23] libxl: use COMPARE_PCI() macro is_pci_in_array()
` [PATCH v5 14/23] docs/man: extract documentation of PCI_SPEC_STRING from the xl.cfg manpage
` [PATCH v5 15/23] docs/man: improve documentation of PCI_SPEC_STRING
` [PATCH v5 16/23] docs/man: fix xl(1) documentation for 'pci' operations
` [PATCH v5 17/23] libxl: introduce 'libxl_pci_bdf' in the idl
` [PATCH v5 18/23] libxlu: introduce xlu_pci_parse_spec_string()
` [PATCH v5 19/23] libxl: modify libxl_device_pci_assignable_add/remove/list/list_free()
` [PATCH v5 20/23] docs/man: modify xl(1) in preparation for naming of assignable devices
` [PATCH v5 21/23] xl / libxl: support "
` [PATCH v5 22/23] docs/man: modify xl-pci-configuration(5) to add 'name' field to PCI_SPEC_STRING
` [PATCH v5 23/23] xl / libxl: support 'xl pci-attach/detach' by name

[PATCH 0/7] fsnotify fixes and cleanups
 2020-12-03 14:52 UTC  (6+ messages)
` [PATCH 3/7] fsnotify: fix events reported to watching parent and child

[PATCH AUTOSEL 4.19 01/14] iwlwifi: pcie: limit memory read spin time
 2020-12-03 13:30 UTC  (5+ messages)
` [PATCH AUTOSEL 4.19 06/14] scsi: ufs: Make sure clk scaling happens only when HBA is runtime ACTIVE
` [PATCH AUTOSEL 4.19 10/14] soc: fsl: dpio: Get the cpumask through cpumask_of(cpu)

[PATCH v4 1/3] spi: uapi: unify SPI modes into a single spi.h header
 2020-12-03 14:27 UTC  (5+ messages)
` [PATCH v4 2/3] spi: Add SPI_NO_TX/RX support

[PATCH 0/2] can-isotp fix and functional addressing
 2020-12-03 14:25 UTC  (2+ messages)

[PATCH] drivers: usb: core: prefer pr_*() macros over bare printk()
 2020-12-03 14:21 UTC 

[hwmon:hwmon-next 23/24] drivers/hwmon/pmbus/pm6764tr.c:22:68: error: too few arguments to function call, expected 4, have 3
 2020-12-03 14:24 UTC 

[kvm-unit-tests PATCH 00/10] GIC fixes and improvements
 2020-12-03 14:59 UTC  (7+ messages)
` [kvm-unit-tests PATCH 09/10] arm/arm64: gic: Make check_acked() more generic
` [kvm-unit-tests PATCH 10/10] arm64: gic: Use IPI test checking for the LPI tests

next/master baseline: 325 runs, 9 regressions (next-20201203)
 2020-12-03 14:59 UTC 

[PATCH v2 00/17] xen: support per-cpupool scheduling granularity
 2020-12-03 14:59 UTC  (6+ messages)
` [PATCH v2 12/17] xen/hypfs: add new enter() and exit() per node callbacks
` [PATCH v2 15/17] xen/cpupool: add cpupool directories

[PATCH v2 0/2] clocksource: arm_arch_timer: Some fixes
 2020-12-03 14:58 UTC  (9+ messages)
` [PATCH v2 1/2] clocksource: arm_arch_timer: Use stable count reader in erratum sne
` [PATCH v2 2/2] clocksource: arm_arch_timer: Correct fault programming of CNTKCTL_EL1.EVNTI

[PATCH 00/18] qapi/qom: QAPIfy object-add
 2020-12-03 14:58 UTC  (11+ messages)

net: dsa: mv88e6xxx : linux v5.4 crash
 2020-12-03 14:57 UTC 

[PATCH AUTOSEL 5.9 01/39] phy: usb: Fix incorrect clearing of tca_drv_sel bit in SETUP reg for 7211
 2020-12-03 14:55 UTC  (10+ messages)
` [PATCH AUTOSEL 5.9 27/39] sched/idle: Fix arch_cpu_idle() vs tracing
    ` [OpenRISC] "

[PATCH] ext4: do the quotafile name safe check before allocating new string
 2020-12-03 14:28 UTC  (2+ messages)

Issues with LaCie USB3 drive and UAS
 2020-12-03 14:46 UTC  (17+ messages)

[xfs] 9dfd6dcd5a: xfs/231 xfs/232 failed
 2020-12-03 14:43 UTC 

[PATCH v10 0/3] ARM: uncompress: Validate start of physical memory against passed DTB
 2020-12-03 14:29 UTC  (5+ messages)
` [PATCH v10 3/3] "

[RESEND PATCH v3 0/4] iommu/iova: Solve longterm IOVA issue
 2020-12-03 14:54 UTC  (5+ messages)

[PATCH v5 00/11] Raspberry Pi PoE HAT fan support
 2020-12-03 14:52 UTC  (6+ messages)
` [PATCH v5 08/11] input: raspberrypi-ts: Release firmware handle when not needed

[PATCH v2] drm/amdgpu: VCN 3.0 multiple queue ring reset
 2020-12-03 14:53 UTC 

[PATCH] arm64: mte: fix prctl(PR_GET_TAGGED_ADDR_CTRL) if TCF0=NONE
 2020-12-03 14:51 UTC  (2+ messages)

[PATCH v4 00/26] Opt-in always-on nVHE hypervisor
 2020-12-03 13:46 UTC  (5+ messages)
` [PATCH v4 15/26] kvm: arm64: Add SMC handler in nVHE EL2
` [PATCH v4 16/26] kvm: arm64: Bootstrap PSCI "

[PATCH AUTOSEL 5.4 01/23] iwlwifi: pcie: limit memory read spin time
 2020-12-03 13:29 UTC  (4+ messages)
` [PATCH AUTOSEL 5.4 06/23] arm64: dts: broadcom: clear the warnings caused by empty dma-ranges
` [PATCH AUTOSEL 5.4 08/23] scsi: ufs: Make sure clk scaling happens only when HBA is runtime ACTIVE
` [PATCH AUTOSEL 5.4 15/23] soc: fsl: dpio: Get the cpumask through cpumask_of(cpu)

[PATCH v7 0/7] mtd: spi-nor: keep lock bits if they are non-volatile
 2020-12-03 14:51 UTC  (19+ messages)
` [PATCH v7 1/7] mtd: spi-nor: sst: fix BPn bits for the SST25VF064C
` [PATCH v7 2/7] mtd: spi-nor: ignore errors in spi_nor_unlock_all()
` [PATCH v7 6/7] mtd: spi-nor: atmel: fix unlock_all() for AT25FS010/040
` [PATCH v7 7/7] mtd: spi-nor: keep lock bits if they are non-volatile

drm: Fix drm.h uapi header for Windows
 2020-12-03 14:52 UTC  (8+ messages)
` [PATCH] "

[RFC, v1 0/3] msi support for platform devices
 2020-12-03 14:50 UTC  (7+ messages)
` [RFC, v2 0/1] "
  ` [RFC v2 1/1] vfio/platform: add support for msi

[PATCH] x86/alternative: Update the description for text_poke_bp
 2020-12-03 14:50 UTC 

[PATCH v6 00/11] fs: interface for directly reading/writing compressed data
 2020-12-03 14:37 UTC  (5+ messages)
` [PATCH v6 10/11] btrfs: implement RWF_ENCODED reads
` [PATCH v6 11/11] btrfs: implement RWF_ENCODED writes

[PATCH v1 bpf-next 03/11] tcp: Migrate TCP_ESTABLISHED/TCP_SYN_RECV sockets in accept queues
 2020-12-03 14:31 UTC  (3+ messages)

[PATCH] ASoC: amd: add missed checks for clk_get()
 2020-12-03 14:31 UTC  (2+ messages)

MMIO/PIO dispatch file descriptors (ioregionfd) design discussion
 2020-12-03 14:40 UTC  (4+ messages)

[PATCH v2 0/8] xen/arm: Add support for SMMUv3 driver
 2020-12-03 14:40 UTC  (9+ messages)
` [PATCH v2 7/8] xen/arm: Remove Linux specific code that is not usable in XEN
` [PATCH v2 8/8] xen/arm: Add support for SMMUv3 driver

powerpc 5.10-rcN boot failures with RCU_SCALE_TEST=m
 2020-12-03 14:34 UTC  (6+ messages)

[ANNOUNCE] Call for agenda items for December 2020 Community Call @ 16:00 UTC
 2020-12-03 14:32 UTC  (4+ messages)

[PATCH] block: revert to using min_not_zero() when stacking chunk_sectors
 2020-12-03 14:33 UTC  (5+ messages)
` [PATCH v2] block: use gcd() to fix chunk_sectors limit stacking
  ` [dm-devel] "

[PATCH] ASoC: pcm: send DAPM_STREAM_STOP event in dpcm_fe_dai_shutdown
 2020-12-03 14:31 UTC  (2+ messages)

[MOCKUP] x86/mm: Lightweight lazy mm refcounting
 2020-12-03 14:26 UTC  (4+ messages)

[PATCH] arm64: mte: remove an ISB on kernel exit
 2020-12-03 14:41 UTC  (2+ messages)

[PATCH] net: phy: adin: add signal mean square error registers to phy-stats
 2020-12-03 14:33 UTC  (3+ messages)

[PATCH] MAINTAINERS: Add entry for Marvell Prestera Ethernet Switch driver
 2020-12-03 14:35 UTC  (2+ messages)

[PATCH AUTOSEL 4.14 1/9] iwlwifi: pcie: limit memory read spin time
 2020-12-03 13:30 UTC  (5+ messages)
` [PATCH AUTOSEL 4.14 2/9] arm64: dts: rockchip: Assign a fixed index to mmc devices on rk3399 boards
` [PATCH AUTOSEL 4.14 4/9] ARC: stack unwinding: don't assume non-current task is sleeping
` [PATCH AUTOSEL 4.14 5/9] scsi: ufs: Make sure clk scaling happens only when HBA is runtime ACTIVE

[GIT PULL for 5.11] Revert a DT binding update patch that requires changes
 2020-12-03 14:38 UTC  (2+ messages)
` [GIT PULL for 5.11] Revert a DT binding update patch that requires (#69729)

[PATCH v2 0/1] security-process: update with mailing list details
 2020-12-03 14:38 UTC  (3+ messages)
` [PATCH v2 1/1] security-process: update process information

[tip:perf/kprobes 24/25] include/linux/freelist.h:52:8: warning: converting the result of '<<' to a boolean always evaluates to true
 2020-12-03 14:30 UTC 

[PATCH 0/1] Fix for a recent regression in kvm/queue (guest using 100% cpu time)
 2020-12-03 14:33 UTC  (2+ messages)
` [PATCH 1/1] KVM: x86: ignore SIPIs that are received while not in wait-for-sipi state

[PATCH v2] drivers: clk: make gpio-gated clock support optional
 2020-12-03 14:35 UTC  (2+ messages)

[PATCH] ASoC: jz4740-i2s: add missed checks for clk_get()
 2020-12-03 14:42 UTC 

[PATCH RESEND 1/8] ext4: use ext4_assert() to replace J_ASSERT()
 2020-12-03 14:42 UTC  (4+ messages)
` [PATCH RESEND 2/8] ext4: remove redundant mb_regenerate_buddy()

[PATCH] dpaa_eth: fix build errorr in dpaa_fq_init
 2020-12-03 14:49 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/axboe/linux-block
 2020-12-03 14:50 UTC 

[PATCH] (v2) drivers: clk: make gpio-gated clock support optional
 2020-12-03 14:44 UTC  (3+ messages)

[LTP] [PATCH v2] overcommit_memory: Fix unstable subtest
 2020-12-03 14:48 UTC  (2+ messages)

[PATCH v2 0/5] amba: minor fix and various cleanups
 2020-12-03 13:44 UTC  (3+ messages)
` [PATCH v2 4/5] amba: Make the remove callback return void

[RESEND PATCH 0/2] Convert Tegra HDA doc to json-schema
 2020-12-03 14:36 UTC  (6+ messages)
` [RESEND PATCH 1/2] dt-bindings: tegra: Convert "
` [RESEND PATCH 2/2] dt-bindings: tegra: Add missing HDA properties

[PATCH 0/1] ath10k_pci_wait_for_target_init() should relax cpu for other task instead of calling medelay() so that cpu can run other tasks. Signed-off-by: lzhou <lzhou@sonicwall.com> ---
 2020-12-03  3:37 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH AUTOSEL 4.4 1/3] ARC: stack unwinding: don't assume non-current task is sleeping
 2020-12-03 13:30 UTC 

[RFC PATCH 00/27] KVM/arm64: A stage 2 for the host
 2020-12-03 12:57 UTC  (3+ messages)
` [RFC PATCH 16/27] KVM: arm64: Prepare Hyp memory protection

[PATCH v13 00/15] SMMUv3 Nested Stage Setup (IOMMU part)
 2020-12-03 13:23 UTC  (5+ messages)
` [PATCH v13 05/15] iommu/smmuv3: Get prepared for nested stage support

[PATCH v3 0/5] evtchn: (not so) recent XSAs follow-on
 2020-12-03 14:40 UTC  (5+ messages)
` [PATCH v3 5/5] evtchn: don't call Xen consumer callback with per-channel lock held

[PATCH] overlay: Implement volatile-specific fsync error behaviour
 2020-12-03 14:27 UTC  (11+ messages)

[PATCH] fuzz: avoid double-fetches by default
 2020-12-03 14:27 UTC  (2+ messages)

[PATCH v3 00/10] hvf: Implement Apple Silicon Support
 2020-12-03 14:26 UTC  (4+ messages)
` [PATCH v3 06/10] hvf: Add Apple Silicon support

[PATCH V3 net-next 0/9] XDP Redirect implementation for ENA driver
 2020-12-03 14:38 UTC  (4+ messages)
` [PATCH V3 net-next 1/9] net: ena: use constant value for net_device allocation

[PATCH] sched/rt: Print curr when RT throttling activated
 2020-12-03 14:39 UTC  (2+ messages)

[PATCH -next] regulator: da9121: Mark some symbols with static keyword
 2020-12-03 14:37 UTC  (2+ messages)

[dpdk-dev] [Bug 586] Virtio: virtio_dev_rx_queue_done() does not support packed ring
 2020-12-03 14:40 UTC 

[PATCH] netfilter: conntrack: fix -Wformat
 2020-12-03 14:40 UTC  (10+ messages)

[PATCH 0/7] ACPI: scan: Split root scanning into 2 steps
 2020-12-03 14:27 UTC  (6+ messages)

[RFC][PATCH 0/2] cpufreq: Allow drivers to receive more information from the governor
 2020-12-03 14:44 UTC  (4+ messages)
` [RFC][PATCH 1/2] cpufreq: Add special-purpose fast-switching callback for drivers

[MPTCP] Re: [MPTCP][PATCH v2 mptcp-next 0/2] remove address when netlink flush addrs and testcase
 2020-12-03 14:46 UTC 

[PATCH AUTOSEL 4.9 1/5] iwlwifi: pcie: limit memory read spin time
 2020-12-03 13:30 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 2/5] arm64: dts: rockchip: Assign a fixed index to mmc devices on rk3399 boards

[PATCH 0/4] net: ti: am65-cpsw-nuss: Add switchdev driver
 2020-12-03 13:49 UTC  (4+ messages)
` [PATCH 3/4] net: ti: am65-cpsw-nuss: Add switchdev support

[PATCH RFC 0/1] Delay module uevent until after initialization
 2020-12-03 14:42 UTC  (3+ messages)
` [PATCH RFC 1/1] module: delay kobject uevent until after module init call


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.