All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-02-24 20:46:03 to 2020-02-24 21:14:15 UTC [more...]

[PATCH RESEND v2 00/32] hw: Sanitize various MemoryRegion calls
 2020-02-24 20:55 UTC  (37+ messages)
` [PATCH RESEND v2 01/32] memory: Correctly return alias region type
` [PATCH RESEND v2 02/32] memory: Simplify memory_region_init_rom_nomigrate() to ease review
` [PATCH RESEND v2 03/32] scripts/cocci: Rename memory-region-{init-ram -> housekeeping}
` [PATCH RESEND v2 04/32] scripts/cocci: Patch to replace memory_region_init_{ram, readonly -> rom}
` [PATCH RESEND v2 05/32] hw/arm: Use memory_region_init_rom() with read-only regions
` [PATCH RESEND v2 06/32] hw/display: "
` [PATCH RESEND v2 07/32] hw/mips: "
` [PATCH RESEND v2 08/32] hw/m68k: "
` [PATCH RESEND v2 09/32] hw/net: "
` [PATCH RESEND v2 10/32] hw/pci-host: "
` [PATCH RESEND v2 11/32] hw/ppc: "
` [PATCH RESEND v2 12/32] hw/riscv: "
` [PATCH RESEND v2 13/32] hw/sh4: "
` [PATCH RESEND v2 14/32] hw/sparc: "
` [PATCH RESEND v2 15/32] scripts/cocci: Patch to detect potential use of memory_region_init_rom
` [PATCH RESEND v2 16/32] hw/arm/stm32: Use memory_region_init_rom() with read-only regions
` [PATCH RESEND v2 17/32] hw/ppc/ppc405: "
` [PATCH RESEND v2 18/32] hw/i386/pc_sysfw: Simplify using memory_region_init_alias()
` [PATCH RESEND v2 19/32] hw/i386/pc_sysfw: Remove unused 'ram_size' argument
` [PATCH RESEND v2 20/32] scripts/cocci: Patch to remove unnecessary memory_region_set_readonly()
` [PATCH RESEND v2 21/32] hw/arm: Remove unnecessary memory_region_set_readonly() on ROM alias
` [PATCH RESEND v2 22/32] scripts/cocci: Patch to let devices own their MemoryRegions
` [PATCH RESEND v2 23/32] hw/arm: Let devices own the MemoryRegion they create
` [PATCH RESEND v2 24/32] hw/char: "
` [PATCH RESEND v2 25/32] hw/core: "
` [PATCH RESEND v2 26/32] hw/display: "
` [PATCH RESEND v2 27/32] hw/dma: "
` [PATCH RESEND v2 28/32] hw/riscv: "
` [PATCH RESEND v2 29/32] hw/input/milkymist-softusb: Remove unused 'pmem_ptr' field
` [RFC PATCH RESEND v2 30/32] hw/input/milkymist-softusb: Let devices own the MemoryRegion they create
` [RFC PATCH RESEND v2 31/32] hw/net/milkymist-minimac2: "
` [RFC PATCH RESEND v2 32/32] hw/block/onenand: "

i915 GPU-hang regression in v5.6-rcx
 2020-02-24 21:13 UTC  (4+ messages)
    ` [Intel-gfx] "

[PATCH v5 00/50] Initial support for multi-process qemu
 2020-02-24 20:55 UTC  (27+ messages)
` [PATCH v5 01/50] multi-process: memory: alloc RAM from file at offset
` [PATCH v5 02/50] multi-process: Refactor machine_init and exit notifiers
` [PATCH v5 03/50] multi-process: add a command line option for debug file
` [PATCH v5 05/50] multi-process: Add config option for multi-process QEMU
` [PATCH v5 06/50] multi-process: build system for remote device process
` [PATCH v5 07/50] multi-process: define mpqemu-link object
` [PATCH v5 08/50] multi-process: add functions to synchronize proxy and remote endpoints
` [PATCH v5 09/50] multi-process: setup PCI host bridge for remote device
` [PATCH v5 10/50] multi-process: setup a machine object for remote device process
` [PATCH v5 11/50] multi-process: setup memory manager for remote device
` [PATCH v5 12/50] multi-process: remote process initialization
` [PATCH v5 13/50] multi-process: introduce proxy object
` [PATCH v5 14/50] mutli-process: build remote command line args
` [PATCH v5 15/50] multi-process: PCI BAR read/write handling for proxy & remote endpoints
` [PATCH v5 16/50] multi-process: Synchronize remote memory
` [PATCH v5 17/50] multi-process: create IOHUB object to handle irq
` [PATCH v5 18/50] multi-process: configure remote side devices
` [PATCH v5 20/50] multi-process: add qdev_proxy_add to create proxy devices
` [PATCH v5 21/50] multi-process: remote: add setup_devices msg processing
` [PATCH v5 22/50] multi-process: remote: use fd for socket from parent process
` [PATCH v5 23/50] multi-process: remote: add create_done condition
` [PATCH v5 26/50] multi-process: refractor vl.c code
` [PATCH v5 30/50] multi-process: send heartbeat messages to remote
` [PATCH v5 32/50] multi-process: Use separate MMIO communication channel
` [PATCH v5 35/50] multi-process/mon: stub functions to enable QMP module for remote process
` [PATCH v5 37/50] multi-process/mon: Refactor monitor/chardev functions out of vl.c

[PATCH v27 00/22] Intel SGX foundations
 2020-02-24 21:13 UTC  (3+ messages)

[PATCH] usb: musb: remove redundant assignment to variable ret
 2020-02-24 21:12 UTC  (5+ messages)

[PATCH] x86/boot/compressed: Fix compressed kernel linking with lld
 2020-02-24 21:12 UTC  (9+ messages)
` [PATCH 0/2] Stop generating .eh_frame sections
` [PATCH 1/2] arch/x86: Use -fno-asynchronous-unwind-tables to suppress "
` [PATCH 2/2] arch/x86: Drop unneeded linker script discard of .eh_frame

[PATCH 5/5] drm/amdgpu: implement amdgpu_gem_prime_move_notify v2
 2020-02-24 21:11 UTC  (17+ messages)
                          ` [Intel-gfx] "

[PATCH v7 1/2] net: mdio: add ipq8064 mdio driver
 2020-02-24 21:10 UTC  (2+ messages)
` [PATCH v7 2/2] Documentation: devictree: Add ipq806x mdio bindings

[PATCH 00/23] Drop platform data for omap DSS
 2020-02-24 21:09 UTC  (24+ messages)
` [PATCH 01/23] ARM: dts: Configure interconnect target module for omap4 dss
` [PATCH 02/23] ARM: dts: Configure interconnect target module for omap4 dispc
` [PATCH 03/23] ARM: dts: Configure interconnect target module for omap4 rfbi
` [PATCH 04/23] ARM: dts: Configure interconnect target module for omap4 venc
` [PATCH 05/23] ARM: dts: Configure interconnect target module for omap4 dsi1
` [PATCH 06/23] ARM: dts: Configure interconnect target module for omap4 dsi2
` [PATCH 07/23] ARM: dts: Configure interconnect target module for omap4 hdmi
` [PATCH 08/23] ARM: OMAP2+: Drop legacy platform data for omap4 dss
` [PATCH 09/23] ARM: dts: Configure interconnect target module for omap5 dss
` [PATCH 10/23] ARM: dts: Configure interconnect target module for omap5 dispc
` [PATCH 11/23] ARM: dts: Configure interconnect target module for omap5 rfbi
` [PATCH 12/23] ARM: dts: Configure interconnect target module for omap5 dsi1
` [PATCH 13/23] ARM: dts: Configure interconnect target module for omap5 dsi2
` [PATCH 14/23] ARM: dts: Configure interconnect target module for omap5 hdmi
` [PATCH 15/23] ARM: OMAP2+: Drop legacy platform data for omap5 DSS
` [PATCH 16/23] ARM: dts: Configure interconnect target module for dra7 dss
` [PATCH 17/23] ARM: dts: Configure interconnect target module for dra7 dispc
` [PATCH 18/23] ARM: dts: Configure interconnect target module for dra7 hdmi
` [PATCH 19/23] ARM: OMAP2+: Drop legacy platform data for dra7 DSS
` [PATCH 20/23] ARM: dts: Move am437x dss to the interconnect target module in l4
` [PATCH 21/23] ARM: dts: Configure interconnect target module for am437x dispc
` [PATCH 22/23] ARM: dts: Configure interconnect target module for am437x rfbi
` [PATCH 23/23] ARM: OMAP2+: Drop legacy platform data for am437x DSS

[Intel-gfx] [PATCH] drm/i915/tgl: Add Wa_1608008084
 2020-02-24 21:10 UTC  (3+ messages)

[PATCH] docs: process: changes.rst: Escape --version to fix Sphinx output
 2020-02-24 21:10 UTC  (8+ messages)

[PATCH 13/15] drm/amdgpu/display: split dp connector registration (v3)
 2020-02-24 21:09 UTC  (3+ messages)

[PATCH] imsm: pass subarray id to kill_subarray function
 2020-02-24 21:08 UTC  (2+ messages)

[patch net-next 00/10] mlxsw: Implement ACL-dropped packets identification
 2020-02-24 21:07 UTC  (11+ messages)
` [patch net-next 01/10] flow_offload: pass action cookie through offload structures
` [patch net-next 02/10] devlink: add trap metadata type for cookie
` [patch net-next 03/10] drop_monitor: extend by passing cookie from driver
` [patch net-next 04/10] devlink: extend devlink_trap_report() to accept cookie and pass
` [patch net-next 05/10] mlxsw: core_acl_flex_actions: Add trap with userdef action
` [patch net-next 06/10] mlxsw: core_acl_flex_actions: Implement flow_offload action cookie offload
` [patch net-next 07/10] mlxsw: pci: Extract cookie index for ACL discard trap packets
` [patch net-next 08/10] mlxsw: spectrum_trap: Lookup and pass cookie down to devlink_trap_report()
` [patch net-next 09/10] netdevsim: add ACL trap reporting cookie as a metadata
` [patch net-next 10/10] selftests: netdevsim: Extend devlink trap test to include flow action cookie

[Intel-gfx] [PATCH 1/8] drm/i915/tgl: Extend Wa_1409825376 stepping
 2020-02-24 21:07 UTC  (4+ messages)
` [Intel-gfx] [PATCH 3/8] drm/i915/tgl: Implement Wa_1806527549

[PATCH] iio: accel: mma8452: Expose temperature channel
 2020-02-24 21:00 UTC  (5+ messages)

[PATCH v5 00/15] cpuidle: psci: Support hierarchical CPU arrangement
 2020-02-24 21:07 UTC  (11+ messages)
` [PATCH v5 02/15] dt: psci: Update DT bindings to support hierarchical PSCI states

[PATCH] tcp: ipv4: Pass lockdep expression to RCU lists
 2020-02-24 21:07 UTC  (3+ messages)
` [Linux-kernel-mentees] "

[PATCH 1/1] Remove the legacy whitespace
 2020-02-24 21:06 UTC  (2+ messages)

[PATCH 00/28] PM: QoS: Get rid of unuseful code and rework CPU latency QoS interface
 2020-02-24 21:06 UTC  (9+ messages)

BUG: git worktree add directory-path fails due to over-aggressive disallowing of worktrees with same suffix
 2020-02-24 21:06 UTC  (5+ messages)
` [PATCH 0/3] git-worktree: fix "add" being fooled by suffix matching
  ` [PATCH 3/3] worktree: don't allow "add" validation to be "

[Intel-gfx] [PATCH] drm/i915/tgl: Add Wa_1608008084
 2020-02-24 21:06 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/tgl: Add Wa_1608008084 (rev2)

[PATCH] x86/mce/therm_throt: Handle case where throttle_active_work() is called on behalf of an offline CPU
 2020-02-24 21:05 UTC  (7+ messages)

[PATCH v2 1/1] mdadm.8: add note information for raid0 growing operation
 2020-02-24 21:03 UTC  (2+ messages)

[PATCH] net: 802: psnap.c: Use built-in RCU list checking
 2020-02-24 21:03 UTC  (3+ messages)
` [Linux-kernel-mentees] "

[PATCHv2 0/5] perf expr: Add flex scanner
 2020-02-24 21:03 UTC  (3+ messages)
` [PATCH 3/5] perf expr: Increase EXPR_MAX_OTHER

[PATCH] tcp, ulp: Pass lockdep expression to RCU lists
 2020-02-24 21:02 UTC  (3+ messages)
` [Linux-kernel-mentees] "

[dpdk-dev] [PATCH v2] devtools: add new SPDX license compliance checker
 2020-02-24 21:01 UTC  (2+ messages)
` [dpdk-dev] [PATCH v4] "

[Buildroot] [PATCH 0/3] add frr package
 2020-02-24 21:00 UTC  (4+ messages)
` [Buildroot] [PATCH 2/3] package/rtrlib: new package

[PATCH v3] virtio: Work around frames incorrectly marked as gso
 2020-02-24 20:59 UTC  (6+ messages)

[PATCH v2 0/3] ARM PSCI: Add support for vendor-specific SYSTEM_RESET2
 2020-02-24 20:57 UTC  (8+ messages)
` [PATCH v2 1/3] dt: psci: Add arm,psci-sys-reset2-type property
` [PATCH v2 2/3] firmware: psci: Add support for dt-supplied SYSTEM_RESET2 type
` [PATCH v2 3/3] arm64: dts: qcom: sm8250: Add vendor-specific PSCI system reset2 type

[Buildroot] [PATCH 1/1] package/fluidsynth: bump to version 2.1.1
 2020-02-24 20:58 UTC 

[PATCH] x86: drop deprecated DISCONTIGMEM support for 32-bit
 2020-02-24 20:58 UTC  (2+ messages)

[PATCH v2 00/13] migrate/ram: Fix resizing RAM blocks while migrating
 2020-02-24 20:54 UTC  (2+ messages)

[PATCH] tests/acceptance: Count multiple Tux logos displayed on framebuffer
 2020-02-24 20:54 UTC  (2+ messages)

[perf/x86] 81ec3f3c4c: will-it-scale.per_process_ops -5.5% regression
 2020-02-24 20:47 UTC  (13+ messages)
  ` [LKP] "

[PATCH v5 0/3] Add support for the Gateworks System Controller
 2020-02-24 20:54 UTC  (4+ messages)
` [PATCH v5 1/3] dt-bindings: mfd: Add Gateworks System Controller bindings
` [PATCH v5 2/3] mfd: add Gateworks System Controller core driver
` [PATCH v5 3/3] hwmon: add Gateworks System Controller support

[PATCH] drm/amdgpu: log TA versions on init
 2020-02-24 20:54 UTC  (2+ messages)

[PATCH v2 00/32] hw: Sanitize various MemoryRegion uses
 2020-02-24 20:48 UTC  (18+ messages)
` [PATCH v2 01/32] memory: Correctly return alias region type
` [PATCH v2 02/32] memory: Simplify memory_region_init_rom_nomigrate() to ease review
` [PATCH v2 03/32] scripts/cocci: Rename memory-region-{init-ram -> housekeeping}
` [PATCH v2 04/32] scripts/cocci: Patch to replace memory_region_init_{ram, readonly -> rom}
` [PATCH v2 05/32] hw/arm: Use memory_region_init_rom() with read-only regions
` [PATCH v2 06/32] hw/display: "
` [PATCH v2 07/32] hw/mips: "
` [PATCH v2 08/32] hw/m68k: "

[dpdk-dev] [RFC 0/6] New sync modes for ring
 2020-02-24 20:52 UTC  (5+ messages)

linux-next: Signed-off-by missing for commit in the cifs tree
 2020-02-24 20:52 UTC 

[PATCH] describe: dont abort too early when searching tags
 2020-02-24 20:52 UTC  (2+ messages)

[Buildroot] [PATCH] package/eudev: add openrc init support
 2020-02-24 20:52 UTC 

[PATCH v5 0/8] dax/pmem: Provide a dax operation to zero range of memory
 2020-02-24 20:52 UTC  (14+ messages)
` [PATCH v5 2/8] drivers/pmem: Allow pmem_clear_poison() to accept arbitrary offset and len

[PATCH 1/2] x86/boot/compressed/64: Remove .bss/.pgtable from bzImage
 2020-02-24 20:51 UTC  (11+ messages)
` [PATCH 2/2] x86/boot/compressed: Remove unnecessary sections "

[man-pages PATCH v2] statx.2: document STATX_ATTR_VERITY
 2020-02-24 20:50 UTC  (3+ messages)
` [f2fs-dev] "

[PATCH 1/3] drm/amdgpu: Drop DRIVER_USE_AGP
 2020-02-24 20:49 UTC  (7+ messages)
` [PATCH 2/3] drm/radeon: Inline drm_get_pci_dev

[PATCH 1/3] t4117: check for files using `test_path_is_file`
 2020-02-24 20:49 UTC  (5+ messages)
` [PATCH 3/3] t: drop debug `cat` calls

[PATCH v3 0/2] perf report: Support annotation of code without symbols
 2020-02-24 20:46 UTC  (5+ messages)
` [PATCH v3 2/2] Support interactive "

[MPTCP] Re: [PATCH 2/2] mptcp: Make v1 changes for ADD_ADDR and RM_ADDR options
 2020-02-24 20:46 UTC 

[MPTCP] Re: [PATCH 1/2] mptcp: Re-factor mptcp_crypto_hmac_sha()
 2020-02-24 20:46 UTC 

[PATCH 0/9] [RFC] Changed Paths Bloom Filters
 2020-02-24 20:45 UTC  (5+ messages)
` [PATCH v2 00/11] "
  ` [PATCH v2 06/11] commit-graph: examine commits by generation number


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.