All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-12-02 08:56:54 to 2020-12-02 09:28:30 UTC [more...]

[PATCH 00/15] Finish cleaning up qemu_init
 2020-12-02  8:18 UTC  (3+ messages)
` [PATCH 02/15] vl: remove separate preconfig main_loop
` [PATCH 10/15] vl: make qemu_get_machine_opts static

[RFC V2 0/3] mm/hotplug: Pre-validate the address range with platform
 2020-12-02  9:26 UTC  (7+ messages)
` [RFC V2 1/3] mm/hotplug: Prevalidate the address range being added "
` [RFC V2 2/3] arm64/mm: Define arch_get_mappable_range()

[PATCH] overlay: Implement volatile-specific fsync error behaviour
 2020-12-02  9:27 UTC 

[PATCH 0/7] Introduce vdpa management tool
 2020-12-02  9:27 UTC  (14+ messages)
    ` [External] "

[PATCH drm/hisilicon v2 0/3] Add the new api to install irq
 2020-12-02  9:26 UTC  (4+ messages)
` [PATCH drm/hisilicon v2 1/3] drm/hisilicon: Code refactoring for hibmc_drm_drv
` [PATCH drm/hisilicon v2 2/3] drm/irq: Add the new api to install irq
` [PATCH drm/hisilicon v2 3/3] drm/hisilicon: Use the new api devm_drm_irq_install

[PATCH net v2] net/x25: prevent a couple of overflows
 2020-12-02  9:27 UTC  (2+ messages)

[PULL 000/113] First batch of misc (i386, kernel-doc, memory, vl.c) changes for QEMU 6.0
 2020-12-02  8:08 UTC  (43+ messages)
` [PULL 045/113] ppc: do not use ram_size global
` [PULL 050/113] hw/char/serial: Clean up unnecessary code
` [PULL 051/113] treewide: do not use short-form boolean options
` [PULL 057/113] vl: move prelaunch part of qemu_init to new functions
` [PULL 060/113] vl: extract various command line desugaring snippets to a new function
` [PULL 061/113] qemu-option: restrict qemu_opts_set to merge-lists QemuOpts
` [PULL 063/113] vl: load plugins as late as possible
` [PULL 064/113] vl: extract default devices to separate functions
` [PULL 065/113] vl: move CHECKPOINT_INIT after preconfig
` [PULL 067/113] vl: separate qemu_create_late_backends
` [PULL 068/113] vl: separate qemu_create_machine
` [PULL 069/113] vl: separate qemu_apply_machine_options
` [PULL 071/113] vl: initialize displays before preconfig loop
` [PULL 073/113] migration, vl: start migration via qmp_migrate_incoming
` [PULL 074/113] vl: start VM via qmp_cont
` [PULL 075/113] hmp: introduce cmd_available
` [PULL 076/113] vl: extract softmmu/datadir.c
` [PULL 079/113] vl: remove serial_max_hds
` [PULL 081/113] config-file: move -set implementation to vl.c
` [PULL 082/113] docs: temporarily disable the kernel-doc extension
` [PULL 083/113] kernel-doc: fix processing nested structs with attributes
` [PULL 084/113] kernel-doc: add support for ____cacheline_aligned_in_smp attribute
` [PULL 085/113] scripts/kernel-doc: Add support for named variable macro arguments
` [PULL 086/113] scripts: kernel-doc: proper handle @foo->bar()
` [PULL 087/113] scripts: kernel-doc: accept negation like !@var
` [PULL 088/113] scripts: kernel-doc: accept blank lines on parameter description
` [PULL 089/113] Replace HTTP links with HTTPS ones: documentation
` [PULL 090/113] scripts/kernel-doc: parse __ETHTOOL_DECLARE_LINK_MODE_MASK
` [PULL 091/113] scripts/kernel-doc: handle function pointer prototypes
` [PULL 092/113] scripts/kernel-doc: optionally treat warnings as errors
` [PULL 093/113] kernel-doc: include line numbers for function prototypes
` [PULL 094/113] kernel-doc: add support for ____cacheline_aligned attribute
` [PULL 095/113] scripts: kernel-doc: add support for typedef enum
` [PULL 096/113] Revert "scripts/kerneldoc: For Sphinx 3 use c:macro for macros with arguments"
` [PULL 097/113] Revert "kernel-doc: Use c:struct for Sphinx 3.0 and later"
` [PULL 099/113] scripts: kernel-doc: use a less pedantic markup for funcs on Sphinx 3.x
` [PULL 101/113] scripts: kernel-doc: reimplement -nofunction argument
` [PULL 102/113] scripts: kernel-doc: fix typedef identification
` [PULL 104/113] scripts: kernel-doc: allow passing desired Sphinx C domain dialect
` [PULL 105/113] scripts: kernel-doc: fix line number handling
` [PULL 106/113] scripts: kernel-doc: try to use c:function if possible
` [PULL 113/113] scripts: kernel-doc: remove unnecesssary change wrt Linux

[PATCH v3 00/38] idmapped mounts
 2020-12-02  9:24 UTC  (29+ messages)
` [PATCH v3 01/38] namespace: take lock_mount_hash() directly when changing flags
` [PATCH v3 02/38] mount: make {lock,unlock}_mount_hash() static
` [PATCH v3 03/38] namespace: only take read lock in do_reconfigure_mnt()
` [PATCH v3 06/38] fs: add id translation helpers
` [PATCH v3 07/38] mount: attach mappings to mounts
` [PATCH v3 10/38] inode: add idmapped mount aware init and permission helpers
` [PATCH v3 17/38] namei: introduce struct renamedata

[virtio-comment] [PATCH v1] virtio-mem: minor clarification regarding read-access to unplugged blocks
 2020-12-02  9:25 UTC  (5+ messages)
` [virtio-comment] "

[PATCH] x86/IRQ: bump max number of guests for a shared IRQ to 31
 2020-12-02  9:25 UTC  (2+ messages)

[PATCH] vdpa/mlx5: Use random MAC for the vdpa net instance
 2020-12-02  9:23 UTC  (12+ messages)

[PATCH v2 0/7] Drivers: hv: vmbus: More VMBus-hardening changes
 2020-12-02  9:22 UTC  (8+ messages)
` [PATCH v2 1/7] Drivers: hv: vmbus: Initialize memory to be sent to the host
` [PATCH v2 2/7] Drivers: hv: vmbus: Avoid double fetch of msgtype in vmbus_on_msg_dpc()
` [PATCH v2 3/7] Drivers: hv: vmbus: Avoid double fetch of payload_size "
` [PATCH v2 4/7] Drivers: hv: vmbus: Copy the hv_message object "
` [PATCH v2 5/7] Drivers: hv: vmbus: Avoid use-after-free in vmbus_onoffer_rescind()
` [PATCH v2 6/7] Drivers: hv: vmbus: Resolve race condition "
` [PATCH v2 7/7] Drivers: hv: vmbus: Do not allow overwriting vmbus_connection.channels[]

Contributing ARM tests results to KCIDB
 2020-12-02  9:23 UTC  (11+ messages)

[linux-stable-rc:linux-5.4.y 4127/5583] drivers/staging/octeon/ethernet-tx.c:358:2: error: implicit declaration of function 'skb_reset_tc'
 2020-12-02  9:23 UTC 

[PATCH v4 00/11] viridian: add support for ExProcessorMasks
 2020-12-02  9:22 UTC  (10+ messages)
` [PATCH v4 01/11] viridian: don't blindly write to 32-bit registers is 'mode' is invalid
` [PATCH v4 02/11] viridian: move flush hypercall implementation into separate function
` [PATCH v4 03/11] viridian: move IPI "
` [PATCH v4 04/11] viridian: introduce a per-cpu hypercall_vpmask and accessor functions
` [PATCH v4 05/11] viridian: use hypercall_vpmask in hvcall_ipi()
` [PATCH v4 06/11] viridian: use softirq batching "
` [PATCH v4 07/11] viridian: add ExProcessorMasks variants of the flush hypercalls
` [PATCH v4 08/11] viridian: add ExProcessorMasks variant of the IPI hypercall
` [PATCH v4 09/11] viridian: log initial invocation of each type of hypercall

[GIT pull] locking/urgent for v5.10-rc6
 2020-12-02  9:21 UTC  (11+ messages)

[RFC PATCH v2 0/2] scheduler: expose the topology of clusters and add cluster scheduler
 2020-12-02  9:20 UTC  (5+ messages)
` [RFC PATCH v2 2/2] scheduler: add scheduler level for clusters

[PATCH] KVM: x86: Reinstate userspace hypercall support
 2020-12-02  9:20 UTC  (4+ messages)

stable-rc/linux-5.4.y build: 200 builds: 0 failed, 200 passed, 109 warnings (v5.4.81)
 2020-12-02  9:21 UTC 

[yocto] #yocto
 2020-12-02  9:21 UTC  (2+ messages)

[PATCH V4 0/9] nvmet: add ZBD backend support
 2020-12-02  9:20 UTC  (15+ messages)
` [PATCH V4 2/9] nvmet: add ZNS support for bdev-ns
` [PATCH V4 3/9] nvmet: trim down id-desclist to use req->ns
` [PATCH V4 4/9] nvmet: add NVME_CSI_ZNS in ns-desc for zbdev
` [PATCH V4 5/9] nvmet: add cns-cs-ctrl in id-ctrl for ZNS bdev

Linux kernel 5.9.12 released
 2020-12-02  9:20 UTC 

[PATCH v3] scsi: ufs: Remove pre-defined initial voltage values of device powers
 2020-12-02  9:18 UTC  (3+ messages)

[meta-oe][PATCH] dlt-daemon: add upstream patch to fix CVE-2020-29394
 2020-12-02  9:19 UTC 

[PATCH] PCI: Add pci reset quirk for Huawei Intelligent NIC virtual function
 2020-12-02  9:18 UTC  (5+ messages)

[PATCH v1] vfio/pci: Add support for opregion v2.0+
 2020-12-02 17:12 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH v2 0/4] Chunk Heap Support on DMA-HEAP
 2020-12-02  9:14 UTC  (3+ messages)
` [PATCH v2 2/4] mm: introduce cma_alloc_bulk API

[PATCH] vhost_vdpa: return -EFAULT if copy_to_user() fails
 2020-12-02  9:14 UTC  (4+ messages)

[PATCH v2 0/9] log: don't build the trace buffer when log is not ready
 2020-12-02  9:15 UTC  (4+ messages)
` [PATCH v2 4/9] log: use console puts to output trace before LOG init

[PATCH 0/4] CPUFREQ clean-ups for Tegra186 and Tegra194
 2020-12-02  9:14 UTC  (5+ messages)
` [PATCH 1/4] cpufreq: tegra186: Fix sparse 'incorrect type in assignment' warning
` [PATCH 2/4] cpufreq: tegra186: Simplify cluster information lookup
` [PATCH 3/4] cpufreq: tegra194: Remove unnecessary frequency calculation
` [PATCH 4/4] cpufreq: tegra194: Rename tegra194_get_speed_common function

[PATCH v3 net-next 0/4] net: dsa: Link aggregation support
 2020-12-02  9:13 UTC  (5+ messages)
` [PATCH v3 net-next 1/4] net: bonding: Notify ports about their initial state
` [PATCH v3 net-next 2/4] net: dsa: Link aggregation support
` [PATCH v3 net-next 3/4] net: dsa: mv88e6xxx: "
` [PATCH v3 net-next 4/4] net: dsa: tag_dsa: Support reception of packets from LAG devices

Forward of moderated message
 2020-12-02  9:14 UTC 

[PATCH v2 5/5] MAINTAINERS: add microchip polarfire soc support
 2020-12-02  9:13 UTC  (4+ messages)

[PATCH 0/4] patch for stmmac
 2020-12-02  9:12 UTC  (7+ messages)
` [PATCH] LF-2678 net: ethernet: stmmac: delete the eee_ctrl_timer after napi disabled
` [PATCH 1/4] net: stmmac: dwmac4_lib: increase the timeout for dma reset
` [PATCH 2/4] net: stmmac: start phylink instance before stmmac_hw_setup()
` [PATCH 3/4] net: ethernet: stmmac: free tx skb buffer in stmmac_resume()
` [PATCH 4/4] net: ethernet: stmmac: delete the eee_ctrl_timer after napi disabled

[PATCH 0/4] Use just one DTS file for all Espressobin variants
 2020-12-02  9:12 UTC  (4+ messages)

[PATCH v2 00/10] ARM: mstar: Add basic support for i2m and SMP
 2020-12-02  9:10 UTC  (7+ messages)
` [PATCH v2 10/10] ARM: mstar: SMP support

[igt-dev] [PATCH i-g-t] i915/gem_mmap: Added test description for test case
 2020-12-02  9:11 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for i915/gem_mmap: Added test description for test case (rev2)

[PATCH] fanotify: Fix sys_fanotify_mark() on native x86-32
 2020-12-02  9:10 UTC  (4+ messages)

[PATCH V5 0/3] Minor fixes to UFS error handling
 2020-12-02  9:10 UTC  (6+ messages)
` [PATCH V5 2/3] scsi: ufs: Fix a race condition between ufshcd_abort and eh_work
` [PATCH V5 3/3] scsi: ufs: Print host regs in IRQ handler when AH8 error happens

Linux 4.19.161
 2020-12-02  9:09 UTC  (2+ messages)

[PATCH v5] checkpatch: add fix and improve warning msg for Non-standard signature
 2020-12-02  9:08 UTC  (3+ messages)
` [PATCH] checkpatch: add fix for non-standard signature - co-authored-by
  ` [Linux-kernel-mentees] "

Linux 4.9.247
 2020-12-02  9:09 UTC  (2+ messages)

Linux 4.14.210
 2020-12-02  9:09 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t] Check for available outputs
 2020-12-02  9:17 UTC 

[bug report] Hang on sync after dd
 2020-12-02  9:06 UTC  (7+ messages)

[GIT PULL] sound fixes for 5.10-rc7
 2020-12-02  9:07 UTC 

[RFC 1/2] Revert "DTS: ARM: gta04: introduce legacy spi-cs-high to make display work again"
 2020-12-02  8:56 UTC  (2+ messages)
` [RFC 2/2] DTS: ARM: gta04: SPI panel chip select is active low

[PATCH] dt-bindings: xlnx, vcu-settings: fix dt_binding_check warnings
 2020-12-02  9:05 UTC  (2+ messages)
` [PATCH] dt-bindings: xlnx,vcu-settings: "

[PATCH] Fix spelling errors
 2020-12-02  9:05 UTC  (2+ messages)

Linux kernel 5.4.81 released
 2020-12-02  9:05 UTC 

[PATCH 0/7 um: IRQ handling cleanups
 2020-12-02  9:03 UTC  (5+ messages)
` [PATCH 7/7] um: simplify IRQ handling code

[PATCH drm/hisilicon 0/3] Add the new api to install irq
 2020-12-02  9:02 UTC  (7+ messages)
` [PATCH drm/hisilicon 1/3] drm/hisilicon: Code refactoring for hibmc_drm_drv
` [PATCH drm/hisilicon 2/3] drm/irq: Add the new api to install irq

[PATCH v2] mhi: pci_generic: Fix implicit conversion warning
 2020-12-02  9:01 UTC  (2+ messages)

[PATCH for-next 00/11] RDMA/hns: Updates for 5.11
 2020-12-02  8:59 UTC  (12+ messages)
` [PATCH for-next 01/11] RDMA/hns: Limit the length of data copied between kernel and userspace
` [PATCH for-next 02/11] RDMA/hns: Normalization the judgment of some features
` [PATCH for-next 03/11] RDMA/hns: Do shift on traffic class of UD SQ WQE
` [PATCH for-next 04/11] RDMA/hns: Avoid filling sl in high 3 bits of vlan_id
` [PATCH for-next 05/11] RDMA/hns: WARN_ON if get a reserved sl from users
` [PATCH for-next 06/11] RDMA/hns: Remove unnecessary access right set during INIT2INIT
` [PATCH for-next 07/11] RDMA/hns: Fix coding style issues
` [PATCH for-next 08/11] RDMA/hns: Clear redundant variable initialization
` [PATCH for-next 09/11] RDMA/hns: Fix incorrect symbol types
` [PATCH for-next 10/11] RDMA/hns: Fix inaccurate prints
` [PATCH for-next 11/11] RDMA/hns: Simplify AEQE process for different types of queue

[PATCH 1/2] arm64: defconfig: Enable Tegra SoC Thermal driver
 2020-12-02  9:00 UTC  (4+ messages)
` [PATCH 2/2] ARM: config: "

[RFC PATCH] ASoC: pcm_dmaengine: Add support for BE DAIs
 2020-12-02  8:58 UTC  (2+ messages)

[PATCH v2 00/17] xen: support per-cpupool scheduling granularity
 2020-12-02  8:58 UTC  (3+ messages)
` [PATCH v2 06/17] xen/cpupool: use ERR_PTR() for returning error cause from cpupool_create()

memory leak in hub_event
 2020-12-02  8:58 UTC  (6+ messages)
      ` [PATCH] media: gspca: Fix memory leak in probe

[PATCH] usb: host: xhci: wait USB2 port enter suspend for bus suspend
 2020-12-02  8:58 UTC  (5+ messages)

[PATCH v2 6/6] aarch64: Use mmap to add PROT_BTI instead of mprotect [BZ #26831]
 2020-12-02  8:55 UTC  (5+ messages)
` [PATCH v3 1/2] aarch64: align address for BTI protection [BZ #26988]
` [PATCH v3 2/2] aarch64: Use mmap to add PROT_BTI instead of mprotect [BZ #26831]


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.