All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-02-06 11:24:33 to 2020-02-06 12:21:04 UTC [more...]

[PATCH kvmtool 00/16] arm: Allow the user to define the memory layout
 2020-02-06 12:20 UTC  (5+ messages)
` [PATCH kvmtool 07/16] arm: Remove redundant define ARM_PCI_CFG_SIZE
` [PATCH kvmtool 09/16] arm: Allow the user to specify RAM base address

[PATCH] arm64: ssbs: Fix context-switch when SSBS instructions are present
 2020-02-06 12:20 UTC  (6+ messages)

Understanding the working of Optimistic DAD Feature
 2020-02-06 12:19 UTC 

[PATCH v4 0/3] selftests: KVM: AMD Nested SVM test infrastructure
 2020-02-06 12:20 UTC  (3+ messages)
` [PATCH v4 2/3] selftests: KVM: AMD Nested "

[PATCH v2 0/4] Implements the NetBSD Virtual Machine Monitor accelerator
 2020-02-06 12:18 UTC  (10+ messages)
  ` [PATCH v2 4/4] Add the NVMM acceleration enlightenments
  ` [PATCH v3 0/4] Implements the NetBSD Virtual Machine Monitor accelerator
    ` [PATCH v3 1/4] Add the NVMM vcpu API
    ` [PATCH v3 2/4] Add the NetBSD Virtual Machine Monitor accelerator
    ` [PATCH v3 3/4] Introduce the NVMM impl
    ` [PATCH v3 4/4] Add the NVMM acceleration enlightenments

SiFive U SPI and SD
 2020-02-06 12:18 UTC 

[PATCH v2 00/17] platform/chrome: Replace cros_ec_cmd_xfer_status
 2020-02-06 12:17 UTC  (6+ messages)
` [PATCH v2 10/17] iio: cros_ec: Use cros_ec_cmd()
` [PATCH v2 11/17] ASoC: cros_ec_codec: "
  ` [alsa-devel] "

[PATCH v2 0/8] ima: support stronger algorithms for attestation
 2020-02-06 12:17 UTC  (5+ messages)
` [PATCH v2 2/8] ima: Switch to ima_hash_algo for boot aggregate

Making QEMU easier for management tools and applications
 2020-02-06 12:15 UTC  (13+ messages)
            ` qmp-shell for GSoC/Outreachy? (Was: Re: Making QEMU easier for management tools and applications)
                ` qmp-shell for GSoC/Outreachy?

[Intel-gfx] [PATCH] drm/i915/selftests: add basic selftests for rc6
 2020-02-06 12:15 UTC  (4+ messages)

[PATCH 1/3] firmware/dmi_scan: Add dmi_save_release to save releases fields
 2020-02-06 12:16 UTC  (3+ messages)
` [PATCH 1/2] firmware/dmi: Report DMI Bios release

[PATCH v2 0/6] Add support of similar chips
 2020-02-06 12:16 UTC  (13+ messages)
` [PATCH v2 1/6] iio: imu: inv_mpu6050: cleanup of/acpi support
` [PATCH v2 2/6] iio: imu: inv_mpu6050: add support of ICM20609 & ICM20689
` [PATCH v2 3/6] iio: imu: inv_mpu6050: add support of IAM20680
` [PATCH v2 4/6] iio: imu: inv_mpu6050: add support of ICM20690
` [PATCH v2 5/6] iio: imu: inv_mpu6050: update LPF bandwidth settings
` [PATCH v2 6/6] dt-bindings: add description for new supported chips

[PATCH v2 0/6] ui: rework -show-cursor option
 2020-02-06 12:14 UTC  (9+ messages)
` [PATCH v2 1/6] ui: add show-cursor option
` [PATCH v2 2/6] ui/gtk: implement "
` [PATCH v2 3/6] ui/sdl: "
` [PATCH v2 4/6] ui/cocoa: "
` [PATCH v2 5/6] ui: wire up legacy -show-cursor option
` [PATCH v2 6/6] ui: deprecate "

[PATCH] fuse: Don't make buffered read forward overflow value to a userspace process
 2020-02-06 12:14 UTC  (3+ messages)

[linux-arm:cex7 38/107] drivers/pci/controller/mobiveil/pcie-mobiveil.c:44:49: sparse: sparse: incorrect type in return expression (different address spaces)
 2020-02-06 12:13 UTC 

TCP checksum not offloaded during GSO
 2020-02-06 12:13 UTC  (2+ messages)

Make the hid-logitech-dj driver remove the HID++ nodes when the device disconnects
 2020-02-06 12:13 UTC  (4+ messages)

[PATCH] fuse: Support RENAME_WHITEOUT flag
 2020-02-06 12:12 UTC  (2+ messages)

[PATCH v5] Documentation: filesystems: convert fuse to RST
 2020-02-06 12:11 UTC  (3+ messages)
` [Linux-kernel-mentees] "

[dpdk-dev] [PATCH v1] common/iavf: update the ABI version
 2020-02-06 12:04 UTC 

[PATCH v2] fuse: use true,false for bool variable
 2020-02-06 12:10 UTC  (2+ messages)

[Xen-devel] [PATCH] x86: make it clear range is inclusive when printing e820 range
 2020-02-06 12:10 UTC 

[RFC PATCH v2 0/5] target/arm/kvm: Adjust virtual time
 2020-02-06 12:08 UTC  (3+ messages)
` [RFC PATCH v2 5/5] target/arm/cpu: Add the kvm-no-adjvtime CPU property

[LTP] [PATCH 1/2] Add TST_SPIN_TEST() macro
 2020-02-06 12:10 UTC  (10+ messages)
` [LTP] [PATCH 2/2] Fix BPF test program loading issues

[PATCH v1 00/13] Ram blocks with resizable anonymous allocations under POSIX
 2020-02-06 12:08 UTC  (17+ messages)
` [PATCH v1 02/13] exec: Factor out setting ram settings (madvise ...) into qemu_ram_apply_settings()
` [PATCH v1 03/13] exec: Reuse qemu_ram_apply_settings() in qemu_ram_remap()
` [PATCH v1 04/13] exec: Drop "shared" parameter from ram_block_add()
` [PATCH v1 05/13] util/mmap-alloc: Factor out calculation of pagesize to mmap_pagesize()
` [PATCH v1 06/13] util/mmap-alloc: Factor out reserving of a memory region to mmap_reserve()
` [PATCH v1 07/13] util/mmap-alloc: Factor out populating of memory to mmap_populate()
` [PATCH v1 08/13] util/mmap-alloc: Prepare for resizable mmaps
` [PATCH v1 09/13] util/mmap-alloc: Implement "

[PATCH 00/26] KVM: x86: Purge kvm_x86_ops->*_supported()
 2020-02-06 12:08 UTC  (9+ messages)
` [PATCH 04/26] KVM: x86: Add a kvm_x86_ops hook to query virtualized MSR support

[PATCH 0/5] scsi: ufs: ufs device as a temperature sensor
 2020-02-06 12:08 UTC  (10+ messages)

[Xen-devel] [PATCH] xen/x86: p2m: Don't initialize slot 0 of the P2M
 2020-02-06 12:08 UTC  (2+ messages)

[PATCH 00/20] btrfs: refactor and generalize chunk/dev_extent/extent allocation
 2020-02-06 12:07 UTC  (10+ messages)
` [PATCH 01/20] btrfs: change type of full_search to bool
` [PATCH 02/20] btrfs: introduce chunk allocation policy
` [PATCH 03/20] btrfs: refactor find_free_dev_extent_start()
` [PATCH 04/20] btrfs: introduce alloc_chunk_ctl

[Xen-devel] [PATCH] x86: fix off-by-one error when printing memory ranges
 2020-02-06 12:06 UTC  (8+ messages)

[RFC PATCH 00/11] Finer grained kernel address space randomization
 2020-02-06 12:06 UTC  (9+ messages)
` [RFC PATCH 05/11] x86: Makefile: Add build and config option for CONFIG_FG_KASLR
` [RFC PATCH 08/11] x86: Add support for finer grained KASLR

[dpdk-dev] [dpdk-dev PATCH v1 1/1] net/octeontx2: update link information for loopback port
 2020-02-06 12:30 UTC 

[PATCH] MAINTAINERS: remove myself from DT bindings entry
 2020-02-06 12:04 UTC 

[Xen-devel] [PATCH] xen/sched: rework credit2 run-queue allocation
 2020-02-06 12:04 UTC  (2+ messages)

[RFCv2 00/37] KVM: s390: Add support for protected VMs
 2020-02-06 12:03 UTC  (5+ messages)
` [RFCv2 35/37] KVM: s390: protvirt: Mask PSW interrupt bits for interception 104 and 112
` [RFCv2 36/37] KVM: s390: protvirt: do not inject interrupts after start

[ext4] 520f897a35: fio.read_bw_MBps 33.3% improvement
 2020-02-06 12:03 UTC  (2+ messages)

next/master build: 34 builds: 0 failed, 34 passed, 16 warnings (next-20200206)
 2020-02-06 12:02 UTC 

[RFC PATCH v2 0/6] Add Tegra driver for video capture
 2020-02-06 12:01 UTC  (3+ messages)

stable/linux-5.4.y boot: 34 boots: 1 failed, 33 passed (v5.4.18)
 2020-02-06 12:01 UTC 

Patchwork housekeeping for: linux-renesas-soc
 2020-02-06 12:00 UTC 

[igt-dev] [PATCH i-g-t 1/4] tests/kms_frontbuffer_tracking: Add tiling to test_mode
 2020-02-06 12:00 UTC  (7+ messages)
` [igt-dev] [PATCH i-g-t 2/4] tests/kms_frontbuffer_tracking: Improve tiling test coverage
` [igt-dev] [PATCH i-g-t 3/4] tests/kms_frontbuffer_tracking: Enable positive test on linear tiling

[Question] some questions about vmx
 2020-02-06 12:00 UTC  (2+ messages)

[meta-networking][PATCH] freeradius: upgrade 3.0.19 -> 3.0.20
 2020-02-06 11:22 UTC 

[Cocci] [PATCH 2/2] tests: Add test case for matching pointers to const pointers (and variants)
 2020-02-06 11:58 UTC  (3+ messages)
  ` [Linux-kernel-mentees] "

[PATCH] kdb: Fix compiling on architectures w/out DBG_MAX_REG_NUM defined
 2020-02-06 11:58 UTC  (5+ messages)

[PATCH v2 0/9] add ASoC components for AHUB
 2020-02-06 11:56 UTC  (6+ messages)
` [PATCH v2 2/9] ASoC: tegra: add support for CIF programming
    ` [alsa-devel] "

[alsa-devel] [PATCH] ALSA: hda: Clear RIRB status before reading WP
 2020-02-06 10:10 UTC 

[Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/selftests: Trim blitter block size
 2020-02-06 11:55 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/selftests: Trim blitter block size (rev3)

[PATCH] ata: ahci_platform: add 32-bit quirk for dwc-ahci
 2020-02-06 11:54 UTC  (3+ messages)

[dpdk-dev] [PATCH] [v1 1/1] examples/kni: fix SIGTERM signal handling
 2020-02-06 11:53 UTC  (2+ messages)
` [dpdk-dev] [PATCH] [v2 1/1] examples/kni: add "

[for-next][PATCH 00/26] tracing: Updates for 5.6
 2020-02-06 11:54 UTC  (3+ messages)
` [for-next][PATCH 04/26] bootconfig: Add Extra Boot Config support

[qemu-web PATCH] Add Outreachy 2020 announcement to blog
 2020-02-06 11:53 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: socfpga: Remove socfpga_sdram_apply_static_cfg()
 2020-02-06 11:53 UTC  (2+ messages)

[Bug 1860610] [NEW] cap_disas_plugin leaks memory
 2020-02-06 11:36 UTC  (2+ messages)
` [Bug 1860610] "

[Cocci] [PATCH 1/2] parsing_c: Align C AST and Cocci AST for pointers
 2020-02-06 11:50 UTC  (3+ messages)
  ` [Linux-kernel-mentees] "

[PATCH] gstreamer1.0-plugins-good: change EXTRA_OECONF -> EXTRA_OEMESON
 2020-02-06 11:41 UTC  (2+ messages)

[PATCH v4] drm/scheduler: Avoid accessing freed bad job
 2020-02-06 11:49 UTC  (5+ messages)

[PATCH v2 0/4] Add Support for MediaTek PMIC MT6359 Regulator
 2020-02-06 11:49 UTC  (5+ messages)
` [PATCH v2 1/4] dt-bindings: regulator: Add document for MT6359 regulator

[PATCH v4] USB: hub: Fix the broken detection of USB3 device in SMSC hub
 2020-02-06 11:49 UTC 

[PATCH v3 0/5] perf cs-etm: Fix synthesizing instruction samples
 2020-02-06 11:48 UTC  (7+ messages)
` [PATCH v3 4/5] perf cs-etm: Optimize copying last branches
` [PATCH v3 5/5] perf cs-etm: Fix unsigned variable comparison to zero

[PATCH v4 0/7] AL3010 introduction
 2020-02-06 11:48 UTC  (5+ messages)
` [PATCH v4 3/7] iio: light: al3320a slightly improve code formatting
` [PATCH v4 4/7] iio: light: add Dyna-Image AL3010 driver

[RFC PATCH 03/11] x86/boot: Allow a "silent" kaslr random byte fetch
 2020-02-06 11:48 UTC  (3+ messages)

[PATCH stable] crypto: chacha20poly1305 - prevent integer overflow on large input
 2020-02-06 11:47 UTC  (2+ messages)

[PATCH 0/3] Clean up RK3328 audio codec GPIO control
 2020-02-06 11:46 UTC  (6+ messages)
` [PATCH 2/3] ASoC: rockchip: Make RK3328 GPIO_MUTE control explicit
  ` [alsa-devel] "

[PATCH 0/2] jbd2: fix an oops problem
 2020-02-06 11:46 UTC  (3+ messages)
` [PATCH 2/2] jbd2: do not clear the BH_Mapped flag when forgetting a metadata buffer

[PATCH] ceph: fix copy_file_range error path in short copies
 2020-02-06 11:46 UTC  (3+ messages)
` [PATCH v2] "

sparse problem with Linux kernel v5.5
 2020-02-06 11:46 UTC  (3+ messages)

[PATCH 1/2] board: solidrun lx2160a-cex7: new board
 2020-02-06 11:46 UTC  (4+ messages)

[PATCH] USB: serial: ch341: fix receiver regression
 2020-02-06 11:45 UTC  (2+ messages)

What's cooking in git.git (Jan 2020, #04; Wed, 22)
 2020-02-06 11:45 UTC  (12+ messages)

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

[Xen-devel] [PATCH v2] xen/mm: Avoid assuming the page is inuse in assign_pages()
 2020-02-06 11:44 UTC  (4+ messages)

return value queuecommand should return after an unplug
 2020-02-06 11:44 UTC 

[Xen-devel] [PATCH v9 0/4] purge free_shared_domheap_page()
 2020-02-06 11:43 UTC  (5+ messages)
` [Xen-devel] [PATCH v9 3/4] mm: make pages allocated with MEMF_no_refcount safe to assign

[PATCH v2 0/3] crypto: qce driver fixes for gcm
 2020-02-06 11:39 UTC  (4+ messages)
` [PATCH v3 1/3] crypto: qce - use cryptlen when adding extra sgl
` [PATCH v3 2/3] crypto: qce - use AES fallback for small requests
` [PATCH v3 3/3] crypto: qce - handle AES-XTS cases that qce fails

[PATCH v3 0/3] crypto: qce driver fixes for gcm
 2020-02-06 11:39 UTC 

[PATCH] hw/bt: Remove empty Kconfig file
 2020-02-06 11:39 UTC  (3+ messages)

[PATCH v2] docs: add virtiofsd(1) man page
 2020-02-06 11:39 UTC  (2+ messages)

linux-next: Tree for Jan 30
 2020-02-06 11:40 UTC  (5+ messages)
` linux-next: Tree for Jan 30 (drivers/infiniband/hw/mlx5/)
  ` linux-next: Tree for Jan 30 + 20200206 (drivers/infiniband/hw/mlx5/)

[PATCH v2 1/2] dt-binding: iio: add NPCM ADC reset support
 2020-02-06 11:40 UTC  (3+ messages)
` [PATCH v2 2/2] iio: adc: modify NPCM "

[LTP] [PATCH] syscalls/timer_settime: timer invokes signal handler using timer_settime function
 2020-02-06 11:39 UTC 

[PATCH v2] mtd: spi-nor: Fixup page size for S25FS-S
 2020-02-06 11:38 UTC  (3+ messages)

[dpdk-dev] [PATCH v2 0/7] MinGW-w64 support
 2020-02-06 11:38 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2 5/7] build: MinGW-w64 support for Meson

[nft PATCH 1/2] doc: nft.8: Mention wildcard interface matching
 2020-02-06 11:38 UTC  (2+ messages)
` [nft PATCH 2/2] scanner: Extend asteriskstring definition

[PATCH v1] mm/memory_hotplug: Easier calculation to get pages to next section boundary
 2020-02-06 11:38 UTC  (11+ messages)

[Xen-devel] [PATCH 0/6] tools: Rationalise legacy CPUID handling
 2020-02-06 11:37 UTC  (5+ messages)
` [Xen-devel] [PATCH 6/6] xen/public: Obsolete HVM_PARAM_PAE_ENABLED

[PATCH v2 00/33] block: Introduce real BdrvChildRole
 2020-02-06 11:35 UTC  (7+ messages)
` [PATCH v2 22/33] block: Make backing files child_of_bds children
` [PATCH v2 25/33] block: Make filter drivers use child_of_bds

[PATCH v3 0/2] MAINTAINERS: ARM fixes
 2020-02-06 11:32 UTC  (3+ messages)
` [PATCH v3 1/2] MAINTAINERS: Cc the qemu-arm@nongnu.org for the ARM machines

[meta-java][g0hl1n/wip-jdk8u242ga][PATCH] Fix building openjre-8 242
 2020-02-06 11:35 UTC  (9+ messages)

[PATCH 0/5] dts: Add Linutronix Testbox
 2020-02-06 11:33 UTC  (6+ messages)
` [PATCH 1/5] dt-bindings: Add vendor prefix lx for Linutronix
` [PATCH 2/5] dt-bindings: arm: sunxi: Add Linutronix Testbox
` [PATCH 3/5] ARM: dts: sun7i: lamobo-r1: Use SPDX identifier
` [PATCH 4/5] ARM: dts: sun7i: lamobo-r1: Split out commons
` [PATCH 5/5] ARM: dts: sun7i: Add Linutronix Testbox v2 board

[PATCH v2 1/2] kernel.h: Split out min()/max() et al helpers
 2020-02-06 11:32 UTC  (3+ messages)

[PATCH] regulator: da9063: remove redundant return statement
 2020-02-06 11:32 UTC  (2+ messages)

[PATCH] KVM: nVMX: Fix some comment typos and coding style
 2020-02-06 11:32 UTC  (2+ messages)

[dpdk-dev] [PATCH] examples/ipsec-secgw: increase number of qps to lcore_params
 2020-02-06 11:32 UTC  (12+ messages)

[PATCH] dt-bindings: Fix paths in schema $id fields
 2020-02-06 11:31 UTC  (2+ messages)

[PATCH resend 0/2] spi: add driver for ar934x spi controller
 2020-02-06 11:31 UTC  (4+ messages)
` [PATCH resend 1/2] "

[PATCH resend v5 0/11] ceph: add perf metrics support
 2020-02-06 11:31 UTC  (5+ messages)
` [PATCH resend v5 08/11] ceph: periodically send perf metrics to MDS

[PATCHv9 00/12] PCI: Recode Mobiveil driver and add PCIe Gen4 driver for NXP Layerscape SoCs
 2020-02-06 11:30 UTC  (10+ messages)
` [PATCHv9 01/12] PCI: mobiveil: Re-abstract the private structure
` [PATCHv9 03/12] PCI: mobiveil: Collect the interrupt related operations into a routine

[PATCH v2 0/7] ARM virt: Add NVDIMM support
 2020-02-06 11:28 UTC  (10+ messages)
` [PATCH v2 1/7] exec: Fix for qemu_ram_resize() callback

[PATCH 0/2] aspeed/smc: fix data corruption on witherspoon machines
 2020-02-06 11:26 UTC  (3+ messages)
` [PATCH 1/2] aspeed/smc: Add some tracing
` [PATCH 2/2] aspeed/smc: Fix User mode select/unselect scheme

[PATCH] cred: Use RCU primitives to access RCU pointers
 2020-02-06 11:28 UTC  (9+ messages)
            ` [Linux-kernel-mentees] "

[PATCH 1/4] iio: imu: adis: Add self_test_reg variable
 2020-02-06 11:28 UTC  (12+ messages)
` [PATCH 2/4] iio: imu: adis: Refactor adis_initial_startup

[PATCH v3 0/2] iio: vncl4000: Enable runtime pm for vcnl4200/4040
 2020-02-06 11:26 UTC  (5+ messages)
` [PATCH v3 1/2] iio: vcnl4000: Use a single return when getting IIO_CHAN_INFO_RAW
` [PATCH v3 2/2] iio: vncl4000: Enable runtime pm for vcnl4200/4040

[PATCH RFC] virtio_balloon: conservative balloon page shrinking
 2020-02-06 11:26 UTC  (7+ messages)

[dpdk-dev] [PATCH] test/crypto: replace wireless algos test vectors
 2020-02-06 11:24 UTC 

[PATCH] procps: upgrade 3.3.15 -> 3.3.16
 2020-02-06 11:18 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.