All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-03-19 10:02:18 to 2021-03-19 10:23:45 UTC [more...]

post-receive: pub/scm/linux/kernel/git/tip/tip
 2021-03-19 10:23 UTC 

[PATCH v7 00/13] virtio-mem: vfio support
 2021-03-19 10:17 UTC  (2+ messages)

[PATCH v4 00/14] RAM_NORESERVE, MAP_NORESERVE and hostmem "reserve" property
 2021-03-19 10:12 UTC  (11+ messages)
` [PATCH v4 01/14] softmmu/physmem: Mark shared anonymous memory RAM_SHARED
` [PATCH v4 02/14] softmmu/physmem: Fix ram_block_discard_range() to handle shared anonymous memory
` [PATCH v4 03/14] softmmu/physmem: Fix qemu_ram_remap() "
` [PATCH v4 04/14] util/mmap-alloc: Factor out calculation of the pagesize for the guard page
` [PATCH v4 05/14] util/mmap-alloc: Factor out reserving of a memory region to mmap_reserve()
` [PATCH v4 06/14] util/mmap-alloc: Factor out activating of memory to mmap_activate()
` [PATCH v4 07/14] softmmu/memory: Pass ram_flags to qemu_ram_alloc_from_fd()
` [PATCH v4 08/14] softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate()
` [PATCH v4 12/14] hostmem: Wire up RAM_NORESERVE via "reserve" property
` [PATCH v4 13/14] qmp: Include "reserve" property of memory backends

post-receive: pub/scm/linux/kernel/git/tip/tip
 2021-03-19 10:23 UTC 

[PATCH v2 0/3] drivers/perf: convert sysfs sprintf/snprintf/scnprintf to sysfs_emit
 2021-03-19 10:04 UTC  (7+ messages)
` [PATCH v2 1/3] drivers/perf: convert sysfs snprintf family "
` [PATCH v2 2/3] drivers/perf: convert sysfs scnprintf family to sysfs_emit_at() and sysfs_emit()
` [PATCH v2 3/3] drivers/perf: convert sysfs sprintf family to sysfs_emit

[PATCH 2/2] cirrus.yml: Update the FreeBSD task to version 12.2
 2021-03-19 10:14 UTC  (2+ messages)
` [PATCH v2 "

[PATCH v2 0/3] Fix pinctrl-single pcs_pin_dbg_show()
 2021-03-19 10:04 UTC  (6+ messages)
` [PATCH v3 3/3] pinctrl: pinctrl-single: fix pcs_pin_dbg_show() when bits_per_mux is not zero

[PATCH v5 0/5] Allocate memmap from hotadded memory (per device)
 2021-03-19 10:20 UTC  (3+ messages)
` [PATCH v5 1/5] mm,memory_hotplug: Allocate memmap from the added memory range

[PATCH v6 00/38] KVM: arm64: Stage-2 for the host
 2021-03-19 10:01 UTC  (107+ messages)
` [PATCH v6 01/38] arm64: lib: Annotate {clear, copy}_page() as position-independent
  ` [PATCH v6 01/38] arm64: lib: Annotate {clear,copy}_page() "
` [PATCH v6 02/38] KVM: arm64: Link position-independent string routines into .hyp.text
` [PATCH v6 03/38] arm64: kvm: Add standalone ticket spinlock implementation for use at hyp
` [PATCH v6 04/38] KVM: arm64: Initialize kvm_nvhe_init_params early
` [PATCH v6 05/38] KVM: arm64: Avoid free_page() in page-table allocator
` [PATCH v6 06/38] KVM: arm64: Factor memory allocation out of pgtable.c
` [PATCH v6 07/38] KVM: arm64: Introduce a BSS section for use at Hyp
` [PATCH v6 08/38] KVM: arm64: Make kvm_call_hyp() a function call "
` [PATCH v6 09/38] KVM: arm64: Allow using kvm_nvhe_sym() in hyp code
` [PATCH v6 10/38] KVM: arm64: Introduce an early Hyp page allocator
` [PATCH v6 11/38] KVM: arm64: Stub CONFIG_DEBUG_LIST at Hyp
` [PATCH v6 12/38] KVM: arm64: Introduce a Hyp buddy page allocator
` [PATCH v6 13/38] KVM: arm64: Enable access to sanitized CPU features at EL2
` [PATCH v6 14/38] KVM: arm64: Provide __flush_dcache_area "
` [PATCH v6 15/38] KVM: arm64: Factor out vector address calculation
` [PATCH v6 16/38] arm64: asm: Provide set_sctlr_el2 macro
` [PATCH v6 17/38] KVM: arm64: Prepare the creation of s1 mappings at EL2
` [PATCH v6 18/38] KVM: arm64: Elevate hypervisor mappings creation "
` [PATCH v6 19/38] KVM: arm64: Use kvm_arch for stage 2 pgtable
` [PATCH v6 20/38] KVM: arm64: Use kvm_arch in kvm_s2_mmu
` [PATCH v6 21/38] KVM: arm64: Set host stage 2 using kvm_nvhe_init_params
` [PATCH v6 22/38] KVM: arm64: Refactor kvm_arm_setup_stage2()
` [PATCH v6 23/38] KVM: arm64: Refactor __load_guest_stage2()
` [PATCH v6 24/38] KVM: arm64: Refactor __populate_fault_info()
` [PATCH v6 25/38] KVM: arm64: Make memcache anonymous in pgtable allocator
` [PATCH v6 26/38] KVM: arm64: Reserve memory for host stage 2
` [PATCH v6 27/38] KVM: arm64: Sort the hypervisor memblocks
` [PATCH v6 28/38] KVM: arm64: Always zero invalid PTEs
` [PATCH v6 29/38] KVM: arm64: Use page-table to track page ownership
` [PATCH v6 30/38] KVM: arm64: Refactor the *_map_set_prot_attr() helpers
` [PATCH v6 31/38] KVM: arm64: Add kvm_pgtable_stage2_find_range()
` [PATCH v6 32/38] KVM: arm64: Introduce KVM_PGTABLE_S2_NOFWB stage 2 flag
` [PATCH v6 33/38] KVM: arm64: Introduce KVM_PGTABLE_S2_IDMAP "
` [PATCH v6 34/38] KVM: arm64: Provide sanitized mmfr* registers at EL2
` [PATCH v6 35/38] KVM: arm64: Wrap the host with a stage 2
` [PATCH v6 36/38] KVM: arm64: Page-align the .hyp sections
` [PATCH v6 37/38] KVM: arm64: Disable PMU support in protected mode
` [PATCH v6 38/38] KVM: arm64: Protect the .hyp sections from the host

[Intel-wired-lan] [net-queue v3] virtchnl: Fix layout of RSS structures
 2021-03-19 10:20 UTC  (2+ messages)

[ast:fexit_fix 1/2] kernel/trace/ftrace.c:5048:28: warning: no previous prototype for function 'ftrace_alloc_direct_func'
 2021-03-19 10:20 UTC 

[PATCHv2 00/38] Convert power-supply DT bindings to YAML
 2021-03-19 10:18 UTC  (5+ messages)
` [PATCHv2 02/38] dt-bindings: power: supply: cpcap-battery: Convert to DT schema format
` [PATCHv2 03/38] dt-bindings: power: supply: cpcap-charger: "

[PATCH v2 1/2] ALSA: hda/realtek: fix a determine_headset_type issue for a Dell AIO
 2021-03-19 10:17 UTC  (3+ messages)
` [PATCH v2 2/2] ALSA: hda/realtek: call alc_update_headset_mode() in hp_automute_hook

[PATCH v2] can: isotp: tx-path: zero initialize outgoing CAN frames
 2021-03-19 10:18 UTC  (2+ messages)

does current bitbaking of core-image-minimal still need docbook stuff?
 2021-03-19 10:18 UTC  (2+ messages)
` [yocto] "

[PATCH] Fix a typo in git-maintenance documentation
 2021-03-19 10:17 UTC 

[PATCH V6 0/2] power: bq27xxx: add bq78z100
 2021-03-19 10:16 UTC  (4+ messages)
` [PATCH V6 2/2] power: supply: bq27xxx: Add support for BQ78Z100

[kvm-unit-tests PATCH v1 0/6] Testing SSCH, CSCH and HSCH for errors
 2021-03-19 10:16 UTC  (9+ messages)
` [kvm-unit-tests PATCH v1 1/6] s390x: lib: css: disabling a subchannel
` [kvm-unit-tests PATCH v1 2/6] s390x: lib: css: SCSW bit definitions
` [kvm-unit-tests PATCH v1 5/6] s390x: css: testing ssch error response

[Intel-gfx] [PATCH v2 0/3] HDCP 2.2 MST fixes
 2021-03-19 10:02 UTC  (4+ messages)
` [Intel-gfx] [PATCH v2 1/3] drm/i915/hdcp: HDCP2.2 MST Link failure recovery
` [Intel-gfx] [PATCH v2 2/3] drm/i915/hdcp: link hdcp2 recovery on link enc stopped
` [Intel-gfx] [PATCH v2 3/3] drm/i915/hdcp: return correct error code

[PATCH v6 resend 0/3] mm, vsprintf: dump full information of page flags in pGp
 2021-03-19 10:15 UTC  (5+ messages)
` [PATCH v6 resend 1/3] mm, slub: use pGp to print page flags
` [PATCH v6 resend 2/3] mm, slub: don't combine pr_err with INFO
` [PATCH v6 resend 3/3] vsprintf: dump full information of page flags in pGp

[PATCH 1/2] remoteproc: imx_rproc: enlarge IMX7D_RPROC_MEM_MAX
 2021-03-19 10:47 UTC  (2+ messages)
` [PATCH 2/2] remoteproc: imx_rproc: support remote cores booted before Linux Kernel

[PATCH v5 0/5] Make alloc_contig_range handle Hugetlb pages
 2021-03-19 10:14 UTC  (11+ messages)
` [PATCH v5 2/5] mm,compaction: Let isolate_migratepages_{range,block} return error codes

[PATCH v4 0/3] qcow2: fix parallel rewrite and discard (rw-lock)
 2021-03-19 10:08 UTC  (4+ messages)
` [PATCH v4 1/3] qemu-io: add aio_discard
` [PATCH v4 2/3] iotests: add qcow2-discard-during-rewrite
` [PATCH v4 3/3] block/qcow2: introduce discard_rw_lock: fix discarding host clusters

[LTP] SUSE Hackweek
 2021-03-19 10:14 UTC 

[android-common:android12-5.10 1998/6341] include/linux/pm_domain.h:290:13: error: 'genpd_enable_next_wakeup' defined but not used
 2021-03-19 10:13 UTC 

[PATCH 00/18] drm/vc4: hdmi: Add Support for the YUV output
 2021-03-19 10:13 UTC  (8+ messages)
` [PATCH 02/18] drm/bridge: Add HDMI output fmt helper
    `  "

[PATCH 00/11] i2c: imx-lpi2c: New features and bug fixes
 2021-03-19 10:12 UTC  (5+ messages)
` [PATCH 04/11] i2c: imx-lpi2c: manage irq resource request/release in runtime pm

Fix bug for Ingenic X1000 v2
 2021-03-19 10:12 UTC  (2+ messages)
` [PATCH v2] I2C: JZ4780: Fix bug for Ingenic X1000

[PATCH] drm: i915: Fix a typo
 2021-03-19 10:10 UTC  (4+ messages)
  ` [Intel-gfx] "

Re:Re: [PATCH] futex: use wake_up_process() instead of wake_up_state()
 2021-03-19 10:10 UTC  (2+ messages)
`  "

[syzbot] upstream boot error: WARNING in __context_tracking_enter
 2021-03-19 10:10 UTC  (3+ messages)

[PATCH] ALSA: hda: Fix spelling mistakes
 2021-03-19 10:09 UTC  (3+ messages)

[PATCH] tty: serial: samsung_tty: remove spinlock flags in interrupt handlers
 2021-03-19 10:09 UTC  (6+ messages)

[PATCH 12/15] staging: rtl8723bs: remove unnecessary logging in os_dep/ioctl_cfg80211.c
 2021-03-19 10:09 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v32 0/5]Timestamp synchronization of host - guest tracing session
 2021-03-19 10:08 UTC  (2+ messages)

[PATCH 0/3] can/peak_usb: Added improvement to the peak_usb driver
 2021-03-19 10:07 UTC  (9+ messages)
` [PATCH 2/3] can/peak_usb: add forgotten supported devices
` [PATCH 3/3] can/peak_usb: add support of ONE_SHOT mode

[PATCH 1/2] clk: zynqmp: pll: add set_pll_mode to check condition in zynqmp_pll_enable
 2021-03-19 10:07 UTC 

[PATCH net-next] net: enetc: teardown CBDR during PF/VF unbind
 2021-03-19 10:08 UTC 

seccomp: Delay filter activation
 2021-03-19 10:06 UTC  (8+ messages)

[PULL v2 00/11] QAPI patches patches for 2021-03-16
 2021-03-19 10:06 UTC  (2+ messages)

FAILED: patch "[PATCH] ALSA: usb-audio: Don't avoid stopping the stream at" failed to apply to 5.10-stable tree
 2021-03-19 10:07 UTC  (3+ messages)

[PATCH 5.4.y] ARM: 9030/1: entry: omit FP emulation for UND exceptions taken in kernel mode
 2021-03-19 10:06 UTC  (3+ messages)
` [PATCH 5.4 2/2] ARM: 9044/1: vfp: use undef hook for VFP support detection

post-receive: pub/scm/linux/kernel/git/stable/linux-stable-rc
 2021-03-19 10:06 UTC 

[LTP] [PATCH v2 0/2] doc: Add Maintainer Patch Review Checklist
 2021-03-19 10:05 UTC  (4+ messages)
` [LTP] [PATCH v2 2/2] "

[RFC PATCH v5 0/4] scheduler: expose the topology of clusters and add cluster scheduler
 2021-03-19 10:01 UTC  (7+ messages)
` [RFC PATCH v5 1/4] topology: Represent clusters of CPUs within a die

[PULL v2 00/11] pflash patches for 2021-03-18
 2021-03-19 10:02 UTC  (2+ messages)

[PATCH][next] loop: Fix missing max_active argument in alloc_workqueue call
 2021-03-19 10:03 UTC  (6+ messages)

[hch-xfs:xfs-inode-shrink.4 1/18] fs/xfs/scrub/ialloc.c:282:3: error: use of undeclared identifier 'dip'
 2021-03-19 10:03 UTC 

post-receive: pub/scm/linux/kernel/git/stable/stable-queue
 2021-03-19 10:03 UTC 

[PATCH v1 1/5] mfd: intel_quark_i2c_gpio: revert "Constify static struct resources"
 2021-03-19 10:01 UTC  (5+ messages)

[PATCH v6 4/6] mfd: ahc1ec0: Add support for Advantech embedded controller
 2021-03-19 10:01 UTC  (2+ messages)

[PULL REQUEST] renesas/v3u/timers-v1-minimal for renesas drivers
 2021-03-19 10:01 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.