All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-02-05 18:09:36 to 2019-02-05 18:38:53 UTC [more...]

[PATCH v2] arm64: dts: lx2160aqds: Add mdio mux nodes
 2019-02-05 18:38 UTC  (6+ messages)

libelf-0.175 breaks objtool
 2019-02-05 18:38 UTC 

[Qemu-devel] [Bug 1814343] [NEW] Initrd not loaded on riscv32
 2019-02-05 18:36 UTC  (4+ messages)
` [Qemu-riscv] "

net: phylink: dsa: mv88e6xxx: flaky link detection on switch ports with internal PHYs
 2019-02-05 18:37 UTC  (4+ messages)
` [PATCH] net: phylink: dsa: mv88e6xxx: Revise irq setup ordering
  ` [PATCH v2] net: "

[PATCH v2] net: emac: remove IBM_EMAC_RX_SKB_HEADROOM
 2019-02-05 18:36 UTC  (2+ messages)

[PATCH] ARCv2: support manual regfile save on interrupts
 2019-02-05 18:35 UTC  (2+ messages)

[PATCH] qcom: apr: Make apr callbacks in non-atomic context
 2019-02-05 18:35 UTC  (6+ messages)

[PATCH net-next 0/3] nixge: Fixed-link support
 2019-02-05 18:34 UTC  (2+ messages)

preempt.h: some SOFTIRQ_OFFSET should be SOFTIRQ_MASK?
 2019-02-05 18:34 UTC 

[RFC PATCH 0/8] KVM: x86: svm: Enabling AVIC with in kernel irqchip
 2019-02-05 18:34 UTC  (3+ messages)
` [RFC PATCH 8/8] svm: Allow AVIC with in-kernel irqchip mode

[PATCH v3 00/10] x86/split_lock: Enable #AC exception for split locked accesses
 2019-02-05 18:26 UTC  (10+ messages)
` [PATCH v3 08/10] x86/setcpuid: Add kernel option setcpuid

[PATCH] ndctl: Fixes for building without keyutils
 2019-02-05 18:32 UTC  (2+ messages)

[PATCH] ima: requiring signed kernel modules
 2019-02-05 18:32 UTC  (5+ messages)
` [PATCH] x86/ima: require "

[PATCH 1/1] Lib: sort.c: replaced heap sort algorithm with introspective sort
 2019-02-05 18:24 UTC 

[PATCH 0/4] Add PM support to STM32 LP Timer drivers
 2019-02-05 18:30 UTC  (5+ messages)
` [PATCH 2/4] pwm: stm32-lp: Add power management support

[PATCH v2 00/12] btrfs: add zstd compression level support
 2019-02-05 18:30 UTC  (9+ messages)

[PATCH 3/4] drm/i915: Setup PIPE_CHICKEN for fastsets too
 2019-02-05 18:30 UTC  (6+ messages)
` [PATCH v2 "

[MODERATED] [PATCH v1 0/9] PERFv1 0
 2019-02-05 18:30 UTC  (10+ messages)
` [MODERATED] [PATCH v1 9/9] PERFv1 3
  ` [MODERATED] "
` [MODERATED] Re: [PATCH v1 0/9] PERFv1 0

[Qemu-devel] [PULLv3 00/32] More work towards libslirp
 2019-02-05 18:28 UTC  (33+ messages)
` [Qemu-devel] [PULLv3 01/32] slirp: Avoid unaligned 16bit memory access
` [Qemu-devel] [PULLv3 02/32] slirp: Avoid marking naturally packed structs as QEMU_PACKED
` [Qemu-devel] [PULLv3 03/32] slirp: Don't mark struct ipq or struct ipasfrag as packed
` [Qemu-devel] [PULLv3 04/32] slirp: generalize guestfwd with a callback based approach
` [Qemu-devel] [PULLv3 05/32] net/slirp: simplify checking for cmd: prefix
` [Qemu-devel] [PULLv3 06/32] net/slirp: free forwarding rules on cleanup
` [Qemu-devel] [PULLv3 07/32] net/slirp: fix leaks on forwarding rule registration error
` [Qemu-devel] [PULLv3 08/32] slirp: add callbacks for timer
` [Qemu-devel] [PULLv3 09/32] slirp: replace trace functions with DEBUG calls
` [Qemu-devel] [PULLv3 10/32] slirp: replace QEMU_PACKED with SLIRP_PACKED
` [Qemu-devel] [PULLv3 11/32] slirp: replace most qemu socket utilities with slirp own version
` [Qemu-devel] [PULLv3 12/32] slirp: replace qemu_set_nonblock()
` [Qemu-devel] [PULLv3 13/32] slirp: add unregister_poll_fd() callback
` [Qemu-devel] [PULLv3 14/32] slirp: replace qemu_notify_event() with a callback
` [Qemu-devel] [PULLv3 15/32] slirp: move QEMU state saving to a separate unit
` [Qemu-devel] [PULLv3 16/32] slirp: do not include qemu headers in libslirp.h public API header
` [Qemu-devel] [PULLv3 17/32] slirp: improve windows headers inclusion
` [Qemu-devel] [PULLv3 18/32] slirp: add slirp own version of pstrcpy
` [Qemu-devel] [PULLv3 19/32] slirp: remove qemu timer.h dependency
` [Qemu-devel] [PULLv3 20/32] slirp: remove now useless QEMU headers inclusions
` [Qemu-devel] [PULLv3 21/32] slirp: replace net/eth.h inclusion with own defines
` [Qemu-devel] [PULLv3 22/32] slirp: replace qemu qtailq with slirp own copy
` [Qemu-devel] [PULLv3 23/32] slirp: replace QEMU_BUILD_BUG_ON with G_STATIC_ASSERT
` [Qemu-devel] [PULLv3 24/32] slirp: Move g_spawn_async_with_fds_qemu compatibility to slirp/
` [Qemu-devel] [PULLv3 25/32] slirp: replace remaining qemu headers dependency
` [Qemu-devel] [PULLv3 26/32] slirp: prefer c99 types over BSD kind
` [Qemu-devel] [PULLv3 27/32] slirp: improve send_packet() callback
` [Qemu-devel] [PULLv3 28/32] slirp: replace global polling with per-instance & notifier
` [Qemu-devel] [PULLv3 29/32] slirp: remove slirp_instances list
` [Qemu-devel] [PULLv3 30/32] slirp: use polling callbacks, drop glib requirement
` [Qemu-devel] [PULLv3 31/32] slirp: pass opaque to all callbacks
` [Qemu-devel] [PULLv3 32/32] slirp: API is extern C

[Qemu-arm] [PATCH] target/arm: Implement HACR_EL2
 2019-02-05 18:12 UTC  (2+ messages)
` [Qemu-devel] "

[Qemu-devel] [PULLv2 00/32] More work towards libslirp
 2019-02-05 18:29 UTC  (3+ messages)

[PATCH 0/4] drm/sun4i: dsi: Add burst mode support
 2019-02-05 18:28 UTC  (4+ messages)
` [PATCH 3/4] drm/sun4i: dsi: Add burst support

yocto touchscreen
 2019-02-05 18:28 UTC  (5+ messages)

New LSM hooks
 2019-02-05 18:28 UTC  (3+ messages)

[BUG] 4.14.95 panic in kmem_cache_alloc / build_skb
 2019-02-05 18:27 UTC  (2+ messages)

[4.4] FragmentSmack security fixes
 2019-02-05 18:26 UTC 

linux-next: Tree for Feb 5
 2019-02-05 18:25 UTC  (3+ messages)
` linux-next: Tree for Feb 5 (btrfs/zstd)

[PATCH 00/12] RFC: util-linux: one package per binary
 2019-02-05 18:26 UTC  (3+ messages)
` [PATCH v6 00/13] "

[Fuego] Similar Jenkins-based framework
 2019-02-05 18:25 UTC  (2+ messages)

[PATCH 00/10 V2] New ->fiemap infrastructure and ->bmap removal
 2019-02-05 18:25 UTC  (5+ messages)
` [PATCH 09/10 V2] Use FIEMAP for FIBMAP calls

[PATCH net] rxrpc: bad unlock balance in rxrpc_recvmsg
 2019-02-05  3:19 UTC  (2+ messages)

[PATCH v2 1/2] r8169: Load MAC address from device tree if present
 2019-02-05  3:20 UTC  (3+ messages)
` [PATCH v2 2/2] r8169: Avoid pointer aliasing

[PATCH v2] net: phy: fixed-phy: Drop GPIO from fixed_phy_add()
 2019-02-05  2:33 UTC  (2+ messages)

[PATCH] net: dsa: slave: Don't propagate flag changes on down slave interfaces
 2019-02-05  2:29 UTC  (3+ messages)

[Bridge] [PATCH 00/12] net: Introduce ndo_get_port_parent_id()
 2019-02-05  2:24 UTC  (2+ messages)
`  "

[PATCH] PCI: Probe bridge window attributes once at enumeration-time
 2019-02-05 18:24 UTC  (5+ messages)

[PATCH v6 0/3] ALSA: pcm: anonymous dup implementation
 2019-02-05 18:24 UTC 

[RFC][PATCH] usb: f_fs: Avoid crash due to out-of-scope stack ptr access
 2019-02-05 18:24 UTC  (2+ messages)
` [RFC] "

YPTM minutes
 2019-02-05 18:24 UTC  (3+ messages)

[PATCH 0/3][V3] Delayed iput fixes
 2019-02-05 18:23 UTC  (4+ messages)
` [PATCH 3/3] btrfs: replace cleaner_delayed_iput_mutex with a waitqueue

Question on handling managed IRQs when hotplugging CPUs
 2019-02-05 18:23 UTC  (11+ messages)

[PATCH 1/3] media: vicodec: Move raw frame preparation code to a function
 2019-02-05 18:14 UTC  (3+ messages)
` [PATCH 2/3] media: vicodec: add field 'buf' to fwht_raw_frame
` [PATCH 3/3] media: vicodec: keep the ref frame according to the format in decoder

[Buildroot] [PATCH v9 1/4] binutils: install libiberty for host build
 2019-02-05 18:22 UTC  (3+ messages)
` [Buildroot] [PATCH v9 3/4] gobject-introspection: new package

[PATCH net-next V2 1/1] openvswitch: Declare ovs key structures using macros
 2019-02-05 18:22 UTC  (5+ messages)
` [ovs-dev] "

[Qemu-devel] [PULL 00/10] s390x update
 2019-02-05 18:21 UTC  (2+ messages)

EDAC, skx_common: Add code to recognise new compound error code
 2019-02-05 18:21 UTC 

[PATCH v2] cryptodev: rework mod exp and mod inv comments
 2019-02-05 18:19 UTC 

[Buildroot] [PATCH v8] package/pound: Fix build with OpenSSL 1.1.x
 2019-02-05 18:19 UTC  (2+ messages)

[PATCH] platform/x86: intel_int0002_vgpio: Only implement irq_set_wake on Bay Trail
 2019-02-05 18:19 UTC  (2+ messages)

[Buildroot] [PATCH v3 0/4] *** Add Intel QuickSync support to ffmpeg ***
 2019-02-05 18:19 UTC  (5+ messages)
` [Buildroot] [PATCH v3 1/4] package/intel-mediadriver: new package
` [Buildroot] [PATCH v3 2/4] package/intel-mediasdk: "
` [Buildroot] [PATCH v3 3/4] package/ffmpeg: bump to version 4.1
` [Buildroot] [PATCH v3 4/4] package/ffmpeg: enable Intel QuickSync support

[PATCH v3 0/5] UFS on APQ8098/MSM8998
 2019-02-05 18:19 UTC  (6+ messages)
  ` [PATCH v3 5/5] Revert "scsi: ufs: disable vccq if it's not needed by UFS device"

[PATCH v2] platform/x86: silead_dmi: Add touchscreen platform data for the Chuwi Hi8 Air tablet
 2019-02-05 18:18 UTC  (2+ messages)

[PATCH] ARM: hammerhead_defconfig: new defconfig for LG Nexus 5 phone
 2019-02-05 18:17 UTC  (3+ messages)

[PATCH v2 00/10] xfs: incore unlinked list
 2019-02-05 18:17 UTC  (6+ messages)
` [PATCH 10/10] xfs: cache unlinked pointers in an rhashtable

[Qemu-devel] [PULL v2 00/76] misc patches for 2019-02-04
 2019-02-05 18:15 UTC  (75+ messages)
` [Qemu-devel] [PULL 01/76] vhost-user-test: use g_cond_broadcast
` [Qemu-devel] [PULL 02/76] vhost-user-test: signal data_cond when s->rings changes
` [Qemu-devel] [PULL 03/76] vhost-user-test: support VHOST_USER_PROTOCOL_F_CROSS_ENDIAN
` [Qemu-devel] [PULL 04/76] vhost-user-test: skip if there is no memory at address 0
` [Qemu-devel] [PULL 05/76] vhost-user-test: reduce usage of global_qtest
` [Qemu-devel] [PULL 06/76] tap: flush STDOUT on newline
` [Qemu-devel] [PULL 07/76] cpu-exec: add assert_no_pages_locked() after longjmp
` [Qemu-devel] [PULL 08/76] cpu-exec: reset BQL after longjmp in cpu_exec_step_atomic
` [Qemu-devel] [PULL 09/76] configure: Add a proper check for openpty() in libutil
` [Qemu-devel] [PULL 10/76] cpus: ignore ESRCH in qemu_cpu_kick_thread()
` [Qemu-devel] [PULL 11/76] elf: Add optional function ptr to load_elf() to parse ELF notes
` [Qemu-devel] [PULL 12/76] elf-ops.h: Add get_elf_note_type()
` [Qemu-devel] [PULL 13/76] pvh: Add x86/HVM direct boot ABI header file
` [Qemu-devel] [PULL 14/76] pvh: Boot uncompressed kernel using direct boot ABI
` [Qemu-devel] [PULL 15/76] pvh: load initrd and expose it through fw_cfg
` [Qemu-devel] [PULL 16/76] linuxboot_dma: remove duplicate definitions of FW_CFG
` [Qemu-devel] [PULL 17/76] linuxboot_dma: move common functions in a new header
` [Qemu-devel] [PULL 18/76] optionrom: add new PVH option rom
` [Qemu-devel] [PULL 19/76] hw/i386/pc: use "
` [Qemu-devel] [PULL 20/76] optionrom/pvh: load initrd from fw_cfg
` [Qemu-devel] [PULL 21/76] hw/i386/pc: enable PVH only for machine type >= 4.0
` [Qemu-devel] [PULL 22/76] i386: remove the new CPUID 'PCONFIG' from Icelake-Server CPU model
` [Qemu-devel] [PULL 23/76] i386: remove the 'INTEL_PT' CPUID bit from named CPU models
` [Qemu-devel] [PULL 24/76] Revert "i386: Add CPUID bit for PCONFIG"
` [Qemu-devel] [PULL 25/76] target-i386: hvf: remove MPX support
` [Qemu-devel] [PULL 26/76] contrib/elf2dmp: fix elf.h including
` [Qemu-devel] [PULL 27/76] contrib/elf2dmp: use GLib in ELF processing
` [Qemu-devel] [PULL 28/76] contrib/elf2dmp: use GLib in PDB processing
` [Qemu-devel] [PULL 29/76] contrib/elf2dmp: fix structures definitions
` [Qemu-devel] [PULL 31/76] configure: enable elf2dmp build for Windows hosts
` [Qemu-devel] [PULL 32/76] monitor: do not use QTAILQ_FOREACH_SAFE across critical sections
` [Qemu-devel] [PULL 33/76] crypto: finish removing TABs
` [Qemu-devel] [PULL 34/76] ui: vnc: "
` [Qemu-devel] [PULL 35/76] unify len and addr type for memory/address APIs
` [Qemu-devel] [PULL 36/76] hw/core/loader.c: Read as long as possible in load_image_size()
` [Qemu-devel] [PULL 37/76] i386: import & use bootparam.h
` [Qemu-devel] [PULL 38/76] i386: allow to load initrd below 4 GB for recent linux
` [Qemu-devel] [PULL 39/76] docker: adjust Xen repository for CentOS 7
` [Qemu-devel] [PULL 40/76] i386: hvf: Don't miss 16-bit displacement
` [Qemu-devel] [PULL 41/76] gdbstub: Fix i386/x86_64 machine description and add control registers
` [Qemu-devel] [PULL 42/76] scsi-generic: avoid possible out-of-bounds access to r->buf
` [Qemu-devel] [PULL 43/76] Remove deprecated -enable-hax option
` [Qemu-devel] [PULL 44/76] qemu-options: Remove deprecated "-virtioconsole" option
` [Qemu-devel] [PULL 45/76] arm: disable CONFIG_SERIAL_ISA
` [Qemu-devel] [PULL 46/76] ide: split ioport registration to a separate file
` [Qemu-devel] [PULL 47/76] vfio: move conditional up to hw/Makefile.objs
` [Qemu-devel] [PULL 48/76] hw/pci-host/Makefile.objs: make CONFIGS clear for PCI EXPRESS
` [Qemu-devel] [PULL 49/76] build: actually use CONFIG_PAM
` [Qemu-devel] [PULL 50/76] hw/i386/Makefile.objs: Build pc_piix* and pc_q35 boards
` [Qemu-devel] [PULL 51/76] hw/arm/Makefile.objs: CONFIG_ARM_VIRT created for virt board
` [Qemu-devel] [PULL 52/76] hw/m68k/Makefile.objs: Conditionally build boards
` [Qemu-devel] [PULL 53/76] hw/microblaze/Makefile.objs: Create configs for petalogix and xilinx boards
` [Qemu-devel] [PULL 54/76] hw/mips/Makefile.objs: Create CONFIG_* for r4k, malta, mipssim boards
` [Qemu-devel] [PULL 55/76] hw/ppc/Makefile.objs: Build all boards conditinally with CONFIG_*
` [Qemu-devel] [PULL 56/76] hw/sh4/Makefile.objs: New CONFIG_* varibales created for sh4 boards and device
` [Qemu-devel] [PULL 57/76] hw/s390/Makefile.objs: Create new CONFIG_* variables for s390x boards and devices
` [Qemu-devel] [PULL 58/76] hw/sparc/Makefile.objs: CONFIG_* for sun4m and leon3 created
` [Qemu-devel] [PULL 59/76] hw/lm32/Makefile.objs: Conditionally build lm32 and milkmyst
` [Qemu-devel] [PULL 60/76] hw/xtensa/Makefile.objs: Build xtensa_sim and xtensa_fpga conditionally
` [Qemu-devel] [PULL 61/76] hw/nios2/Makefile.objs: Conditionally build nios2
` [Qemu-devel] [PULL 62/76] hw/riscv/Makefile.objs: Create CONFIG_* for riscv boards
` [Qemu-devel] [PULL 63/76] hw/sparc64/Makefile.objs: Create CONFIG_* for sparc64
` [Qemu-devel] [PULL 64/76] hw/alpha/Makefile.objs: Create CONFIG_* for alpha
` [Qemu-devel] [PULL 65/76] hw/cris/Makefile.objs: Create CONFIG_* for cris
` [Qemu-devel] [PULL 66/76] hw/hppa/Makefile.objs: Create CONFIG_* for hppa
` [Qemu-devel] [PULL 67/76] hw/moxie/Makefile.objs: Conditionally build moxie
` [Qemu-devel] [PULL 68/76] hw/openrisc/Makefile.objs: Create CONFIG_* for openrisc
` [Qemu-devel] [PULL 69/76] hw/tricore/Makefile.objs: Create CONFIG_* for tricore
` [Qemu-devel] [PULL 70/76] hw/i2c/Makefile.objs: Create new CONFIG_* variables for EEPROM and ACPI controller
` [Qemu-devel] [PULL 71/76] hw/vfio/Makefile.objs: Create new CONFIG_* variables for VFIO core and PCI
` [Qemu-devel] [PULL 72/76] i386: hvf: Fix smp boot hangs
` [Qemu-devel] [PULL 73/76] pc: Use hotplug_handler_(plug|unplug|unplug_request)
` [Qemu-devel] [PULL 74/76] scsi-disk: Convert from DPRINTF() macro to trace events
` [Qemu-devel] [PULL 76/76] queue: fix QTAILQ_FOREACH_REVERSE_SAFE

Yocto doc typo
 2019-02-05 18:09 UTC 

[PATCH v6] x86: load FPU registers on return to userland
 2019-02-05 18:16 UTC  (4+ messages)
` [PATCH 08/22] x86/fpu: Remove user_fpu_begin()

[linux-next:master 5947/6329] ERROR: "check_mmu_context" [arch/mips/kvm/kvm.ko] undefined!
 2019-02-05 18:14 UTC 

[PATCH 00/10] ICL support and other enhancements for PMC Core
 2019-02-05 18:13 UTC  (3+ messages)

[PATCH] ARM: dts: qcom: ipq4019: Fix MSI IRQ type
 2019-02-05 18:13 UTC  (2+ messages)

[v11 0/4] Add Colorspace connector property interface
 2019-02-05 18:13 UTC  (5+ messages)
` [v11 1/4] drm: Add HDMI colorspace property

[PATCH] powerpc/mm: move a KERN_WARNING message to KERN_DEBUG
 2019-02-05 18:11 UTC  (2+ messages)

Need help debugging NFS issues new to 4.20 kernel
 2019-02-05 18:12 UTC  (4+ messages)

[cip-dev] [Git][cip-project/cip-kernel/cip-kernel-sec][master] 6 commits: Add test scripts for f2fs issues with public reproducers
 2019-02-05 18:11 UTC 

[PATCH v6 00/13] spi: atmel-quadspi: introduce sam9x60 qspi controller
 2019-02-05 17:33 UTC  (3+ messages)
` [PATCH v6 13/13] spi: atmel-quadspi: add support for "

[PATCH v10 0/4] Media Device Allocator API
 2019-02-05 18:10 UTC  (9+ messages)

[PATCH RFC v5 00/11] Ext4 Encoding and Case-insensitive support
 2019-02-05 18:10 UTC  (2+ messages)

[Buildroot] [PATCH] utils/test-pkg: clean output dir for successful builds
 2019-02-05 18:10 UTC  (3+ messages)

[Qemu-devel] [PATCH v6 00/18] ARM virt: Initial RAM expansion and PCDIMM/NVDIMM support
 2019-02-05 17:33 UTC  (3+ messages)
` [Qemu-devel] [PATCH v6 17/18] hw/arm/boot: Expose the pmem nodes in the DT
` [Qemu-arm] [PATCH v6 18/18] hw/arm/virt: Add nvdimm and nvdimm-persistence options

[RFC PATCH 0/4] kvm: Report unused guest pages to host
 2019-02-05 18:09 UTC  (8+ messages)
` [RFC PATCH 3/4] kvm: Add guest side support for free memory hints

[PATCH 0/3] Use HMM to replace get_user_pages
 2019-02-05 18:09 UTC  (5+ messages)
` [PATCH 3/3] drm/amdgpu: replace get_user_pages with HMM address mirror helpers v6


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.