All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-01-20 17:47:24 to 2017-01-20 18:33:45 UTC [more...]

[Qemu-devel] [PATCH 0/9] i386: query-cpu-model-expansion test script
 2017-01-20 18:33 UTC  (11+ messages)
    ` [Qemu-devel] [libvirt] "

[Qemu-devel] [PATCH v3 0/4] ARRAY_SIZE fixups
 2017-01-20 18:33 UTC  (7+ messages)
` [Qemu-devel] [PATCH v3 2/4] compiler: rework BUG_ON using a struct

[PATCH] serial: omap: Add omapserial earlycon
 2017-01-20 18:32 UTC  (2+ messages)

[PATCH/TOY] Shortcuts to quickly refer to a commit name with keyboard
 2017-01-20 18:27 UTC  (3+ messages)

[PATCH 00/11] PowerPC-KVM: Fine-tuning for some function implementations
 2017-01-20 18:29 UTC  (27+ messages)
` [PATCH 01/11] KVM: PPC: Book3S HV: Move assignments for the variable "err" in kvm_htab_write()
` [PATCH 02/11] KVM: PPC: Book3S HV: Improve a size determination in kvmppc_alloc_hpt()
` [PATCH 03/11] KVM: PPC: Book3S HV: Move error code assignments in two functions
` [PATCH 04/11] KVM: PPC: Book3S HV: Use common error handling code in kvmppc_clr_passthru_irq()
` [PATCH 05/11] KVM: PPC: Book3S HV: Adjust nine checks for null pointers
` [PATCH 06/11] KVM: PPC: Book3S HV: Use kcalloc() in kvmppc_alloc_host_rm_ops()
` [PATCH 07/11] KVM: PPC: Book3S HV: Improve size determinations in five functions
` [PATCH 08/11] KVM: PPC: Book3S: Use seq_puts() in xics_debug_show()
` [PATCH 09/11] KVM: PPC: Book3S: Improve a size determination in two functions
` [PATCH 10/11] KVM: PPC: e500: Use kcalloc() in e500_mmu_host_init()
` [PATCH 11/11] KVM: PPC: Return directly after a failed copy_from_user() in two functions

[PATCH 0/3] misc: sram: Introduce protect-exec region type
 2017-01-20 18:24 UTC  (4+ messages)

[patch 0/5] KVM virtual PTP driver (v3)
 2017-01-20 18:30 UTC  (12+ messages)
` [patch 4/5] PTP: add PTP_SYS_OFFSET emulation via cross timestamps infrastructure
` [patch 5/5] PTP: add kvm PTP driver

[PATCH 00/37] PCI: Support for configurable PCI endpoint
 2017-01-20 18:30 UTC  (11+ messages)
` [PATCH 36/37] ARM: DRA7: clockdomain: Change the CLKTRCTRL of CM_PCIE_CLKSTCTRL to SW_WKUP
` [PATCH 37/37] ARM: dts: DRA7: Add pcie1 dt node for EP mode

[PATCH libdrm] tests/util: Add support for meson module
 2017-01-20 18:28 UTC  (5+ messages)

[PATCH v4 0/8] New hypercall for device models
 2017-01-20 18:28 UTC  (5+ messages)
` [PATCH v4 5/8] dm_op: convert HVMOP_modified_memory
` [PATCH v4 6/8] dm_op: convert HVMOP_set_mem_type

[PATCH] libsepol compilation fixes for macOS
 2017-01-20 18:27 UTC  (2+ messages)

[Qemu-devel] [Bug 903365] [NEW] [feature request] bind nat (-net user) to other interface (like eth0:2)
 2017-01-20 18:14 UTC  (2+ messages)
` [Qemu-devel] [Bug 903365] "

[PATCH] btrfs: raid56: Remove unused variant in lock_stripe_add
 2017-01-20 18:24 UTC  (2+ messages)

[PATCHv4 net-next 0/5] sctp: add sender-side procedures for stream reconf asoc reset and add streams
 2017-01-20 18:25 UTC  (14+ messages)
` [PATCHv4 net-next 1/5] sctp: streams should be closed when stream reset request is sent successfully
  ` [PATCHv4 net-next 2/5] sctp: add support for generating stream reconf ssn/tsn reset request chunk
    ` [PATCHv4 net-next 3/5] sctp: implement sender-side procedures for SSN/TSN Reset Request Parameter
      ` [PATCHv4 net-next 4/5] sctp: add support for generating stream reconf add incoming/outgoing streams request chunk
        ` [PATCHv4 net-next 4/5] sctp: add support for generating stream reconf add incoming/outgoing streams
        ` [PATCHv4 net-next 5/5] sctp: implement sender-side procedures for Add Incoming/Outgoing Streams Request Parameter
          ` [PATCHv4 net-next 5/5] sctp: implement sender-side procedures for Add Incoming/Outgoing Streams Requ
        ` [PATCHv4 net-next 3/5] sctp: implement sender-side procedures for SSN/TSN Reset Request Paramete

[PATCH 1/3] Switch to Recipe Specific Sysroots
 2017-01-20 18:24 UTC  (4+ messages)
` [PATCH 2/3] selftest/devtool: Update to account for recipe specific sysroot
` [PATCH 3/3] bitbake.conf: Exclude extend_recipe_sysroot function from sstate checksums
` ✗ patchtest: failure for "Switch to Recipe Specific Sysr..." and 2 more

[PATCH v3 00/14] drm/i915: Introduce intel_cdclk_state (v3)
 2017-01-20 18:22 UTC  (15+ messages)
` [PATCH v2 01/14] drm/i915: Store the pipe pixel rate in the crtc state
` [PATCH v2 02/14] drm/i915: Nuke intel_mode_max_pixclk()
` [PATCH 03/14] drm/i915: s/get_display_clock_speed/get_cdclk/
` [PATCH 04/14] drm/i915: Clean up the .get_cdclk() assignment if ladder
` [PATCH v2 05/14] drm/i915: Move most cdclk/rawclk related code to intel_cdclk.c
` [PATCH 06/14] drm/i915: Pass computed vco to bxt_set_cdclk()
` [PATCH v3 07/14] drm/i915: Start moving the cdclk stuff into a distinct state structure
` [PATCH v3 08/14] drm/i915: Track full cdclk state for the logical and actual cdclk frequencies
` [PATCH v2 09/14] drm/i915: Pass dev_priv to remainder of the cdclk functions
` [PATCH v3 10/14] drm/i915: Pass the cdclk state to the set_cdclk() functions
` [PATCH 11/14] drm/i915: Move PFI credit reprogramming into vlv/chv_set_cdclk()
` [PATCH v2 12/14] drm/i915: Nuke the VLV/CHV PFI programming power domain workaround
` [PATCH v3 13/14] drm/i915: Replace the .modeset_commit_cdclk() hook with a more direct .set_cdclk() hook
` [PATCH 14/14] drm/i915: Move ilk_pipe_pixel_rate() to intel_display.c

[PATCH] btrfs-progs: lowmem-check: Fix false alert on dropped leaf
 2017-01-20 18:21 UTC  (2+ messages)

[meta-raspberrypi][morty][PATCH 1/6] linux-raspberrypi: Drop v4.1
 2017-01-20 18:21 UTC  (9+ messages)
` [meta-raspberrypi][morty][PATCH 4/6] linux-raspberrypi: Drop v4.8

[RFC] dmaengine: Add DW AXI DMAC driver
 2017-01-20 18:21 UTC  (4+ messages)

[Qemu-devel] [PATCH RFC v11 0/4] vfio-pci: pass non-fatal error to guest
 2017-01-20 18:21 UTC  (13+ messages)
` [Qemu-devel] [PATCH RFC v11 2/4] vfio: new function to init aer cap for vfio device
` [Qemu-devel] [PATCH RFC v11 3/4] vfio-pci: pass the aer error to guest
` [Qemu-devel] [PATCH RFC v11 4/4] vfio: add 'aer' property to expose aercap

[ovmf test] 104339: all pass - PUSHED
 2017-01-20 18:21 UTC 

[PATCH] Btrfs: refactor btrfs_extent_same() slightly
 2017-01-20 18:18 UTC  (2+ messages)

[Buildroot] [PATCH] poco: avoid build failures on multicore hosts
 2017-01-20 18:18 UTC 

[PATCH v1 0/5] Fix "support large inline thresholds"
 2017-01-20 18:17 UTC  (4+ messages)

[PATCH v2 0/2] ARM: davinci_all_defconfig: enable iio
 2017-01-20 18:17 UTC  (7+ messages)
` [PATCH v2 1/2] ARM: davinci: Allocate extra interrupts

[RFC 0/2] grep: make output consistent with revision syntax
 2017-01-20 18:16 UTC  (5+ messages)
` [RFC 1/2] grep: only add delimiter if there isn't one already

[Qemu-devel] [Bug 824074] [NEW] Provide runtime option to expose the supported list of keymaps for vnc
 2017-01-20 18:02 UTC  (2+ messages)
` [Qemu-devel] [Bug 824074] "

[Qemu-devel] [Bug 889827] [NEW] Qemu hangs on loadvm
 2017-01-20 18:04 UTC  (2+ messages)
` [Qemu-devel] [Bug 889827] "

[RFC PATCH v2 0/3] remoteproc: qcom: Introduce Qualcomm low pass sensor peripheral loader
 2017-01-20 18:15 UTC  (3+ messages)
` [RFC PATCH v2 3/3] arm64: dts: msm8996: Add SLPI SMP2P dt node

[RFT PATCH v3] modversions: redefine kcrctab entries as relative CRC pointers
 2017-01-20 18:15 UTC  (2+ messages)

[PATCH] prctl: propagate has_child_subreaper flag to every descendant
 2017-01-20 18:14 UTC  (2+ messages)

[RFC PATCH v2 00/26] arm64: Dom0 ITS emulation
 2017-01-20 18:14 UTC  (8+ messages)
` [RFC PATCH v2 03/26] ARM: GICv3 ITS: allocate device and collection table

[Lsf-pc] [LSF/MM TOPIC] Network filesystem cache management system call
 2017-01-20 18:08 UTC  (6+ messages)
`  "

[GIT PULL] soc: samsung: Drivers for v4.11
 2017-01-20 18:13 UTC  (2+ messages)

[PATCH net v1 0/2] amd-xgbe: AMD XGBE driver fixes 2017-01-20
 2017-01-20 18:14 UTC  (3+ messages)
` [PATCH net v1 1/2] amd-xgbe: Add a hardware quirk for register definitions
` [PATCH net v1 2/2] amd-xgbe: Check xgbe_init() return code

[PATCH] ARM: OMAP3: Fix SoC detection of OMAP36/37 Family
 2017-01-20 18:14 UTC  (3+ messages)

[PATCH v2 0/4] mpt3sas driver Enhancements and
 2017-01-20 18:11 UTC  (4+ messages)
` [PATCH v2 1/4] mpt3sas: Added print to notify cable running at a degraded speed

[PATCH v6 0/2] enhance TPM 2.0 extend function to support multiple PCR banks
 2017-01-20 17:05 UTC 

[PATCH] ARM: OMAP5: Add HWMOD_SWSUP_SIDLE_ACT flag for UART
 2017-01-20 18:11 UTC  (5+ messages)

[PATCH] Btrfs: constify struct btrfs_{,disk_}key wherever possible
 2017-01-20 18:11 UTC  (2+ messages)

[U-Boot] [PATCH 0/1] Distroboot support for DE0-nano-SoC board
 2017-01-20 18:11 UTC  (2+ messages)

[PATCH net v3] bridge: netlink: call br_changelink() during br_dev_newlink()
 2017-01-20 18:10 UTC  (2+ messages)

[PATCHv2] qemu: Upgrade to 2.7.1
 2017-01-20 18:12 UTC 

namespace: deadlock in dec_pid_namespaces
 2017-01-20 18:05 UTC  (3+ messages)

[PATCH v2] powerpc/pasemi: Remove hardcoded bus numbers on smbus
 2017-01-20 17:46 UTC 

[PATCH v12 00/10] x86: multiboot2 protocol support
 2017-01-20 18:07 UTC  (5+ messages)
` [PATCH v12 02/10] x86: add "

[PATCH v2 0/2] nvme: APST support
 2017-01-20 18:07 UTC  (4+ messages)
` [PATCH v2 2/2] nvme: Enable autonomous power state transitions

Correct way to use a custom bsp .scc file in morty
 2017-01-20 18:07 UTC  (5+ messages)

[PATCH] KVM: arm/arm64: vgic: Add debugfs vgic-state file
 2017-01-20 18:07 UTC  (3+ messages)

[PATCH 01/14] wic: add wic-tools recipe
 2017-01-20 18:05 UTC  (14+ messages)
` [PATCH 02/14] image_types.bbclass: build wic-tools
` [PATCH 03/14] selftest: build wic-tools in the Wic.setUp
` [PATCH 04/14] wic: fix getting path of native sysroot
` [PATCH 05/14] image_types: add RECIPE_SYSROOT_NATIVE to WICVARS
` [PATCH 06/14] image.bbclass: put .env files to ${STAGING_DIR}/imgdata/
` [PATCH 07/14] partition.py: use FAKEROOTCMD variable to get path to pseudo
` [PATCH 08/14] wic: fixed recipe name
` [PATCH 09/14] wic: fixed test_iso_image test case
` [PATCH 10/14] selftest: wic: don't set WKS_FILE
` [PATCH 11/14] selftest: fixed 3 wic test cases
` [PATCH 12/14] wic: misc.py: add parameter 'cache' to get_bitbake_vars
` [PATCH 13/14] wic: rebuild wic-tools if its sysroot doesn't exist
` [PATCH 14/14] wic: bootimg-pcbios: use wic-tools target

[PATCH] ethdev: fix wrong memset
 2017-01-20 18:05 UTC  (4+ messages)

btrfs check lowmem vs original
 2017-01-20 18:04 UTC  (4+ messages)

Crash in kernel/locking/rtmutex.c
 2017-01-20 18:04 UTC  (7+ messages)
        ` [PATCH] pinctrl: qcom: Use raw spinlock variants

[PATCH] powerpc/pasemi/nemo: Fix low memory values for boot
 2017-01-20 17:46 UTC 

[PATCH] libata-sff: Don't scan disabled ports when checking for legacy mode
 2017-01-20 17:58 UTC 

[PATCH] libata:pata_atiixp: Don't use unconnected secondary port on SB600/SB700
 2017-01-20 18:03 UTC 

[PATCH] ALSA: hda/patch_sigmatel: Add AmigaOne X1000 pin configs
 2017-01-20 17:58 UTC 

[PATCH 0/8] Renesas CPG/MSSR Reset Control Support
 2017-01-20 18:03 UTC  (6+ messages)
` [PATCH 4/8] clk: renesas: cpg-mssr: Add support for reset control

Happy 2017
 2017-01-20 10:43 UTC 

Help request
 2017-01-20 18:01 UTC  (2+ messages)

[Qemu-devel] [PATCH] Further tidy-up on block status
 2017-01-20 18:00 UTC  (3+ messages)

[PATCH v1 0/2] vpopcntdq support
 2017-01-20 18:00 UTC  (3+ messages)
` [PATCH v1 2/2] kvm: x86: Expose Intel VPOPCNTDQ feature to guest

[Qemu-devel] [Bug 1499908] [NEW] hda sound capture broken with VNC
 2017-01-20 17:46 UTC  (3+ messages)
` [Qemu-devel] [Bug 1499908] "

Happy 2017
 2017-01-20 10:43 UTC 

[PATCH 0/2] Add session isolation and context saving to the space manager
 2017-01-20 17:57 UTC  (7+ messages)
` [PATCH 1/2] tpm2: add session handle isolation to tpm spaces
  ` [tpmdd-devel] "

[PATCH V5] iio: adc: Add Renesas GyroADC driver
 2017-01-20 17:57 UTC  (8+ messages)

[PATCH] KVM: x86: Introduce segmented_write_std
 2017-01-20 17:57 UTC  (5+ messages)

Ext4 deadlock (+lockdep splat) during rsync
 2017-01-20 17:57 UTC  (2+ messages)

[ANNOUNCE] v4.9-rt1
 2017-01-20 17:56 UTC  (6+ messages)
` [rfc patch-rt] posix_cpu_timers: Kill hotplug cpu notifier

[PATCH v3 00/12] mm: sub-section memory hotplug support
 2017-01-20 17:56 UTC  (5+ messages)
` [PATCH v3 06/12] mm: track active portions of a section at boot

[PATCH v7] tpm: Check size of response before accessing data
 2017-01-20 17:55 UTC  (5+ messages)

[master/morty][PATCH] machine: update max_leb_cnt across the board
 2017-01-20 17:56 UTC 

[PATCH v5 0/8] New hypercall for device models
 2017-01-20 17:55 UTC  (10+ messages)
` [PATCH v5 1/8] public / x86: Introduce __HYPERCALL_dm_op
` [PATCH v5 2/8] dm_op: convert HVMOP_*ioreq_server*
` [PATCH v5 3/8] dm_op: convert HVMOP_track_dirty_vram
` [PATCH v5 4/8] dm_op: convert HVMOP_set_pci_intx_level, HVMOP_set_isa_irq_level, and
` [PATCH v5 5/8] dm_op: convert HVMOP_modified_memory
` [PATCH v5 6/8] dm_op: convert HVMOP_set_mem_type
` [PATCH v5 7/8] dm_op: convert HVMOP_inject_trap and HVMOP_inject_msi
` [PATCH v5 8/8] x86/hvm: serialize trap injecting producer and consumer

[Qemu-devel] [PATCH 0/7] virtio: use MemoryRegionCache for descriptors and rings
 2017-01-20 17:54 UTC  (2+ messages)

[PATCH] drm/i915/dp: do not proceed with autotests if we don't ACK them
 2017-01-20 17:54 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/dp: do not proceed with autotests if we don't ACK them (rev2)

[PATCH] power: reset: Add MAX77620 support
 2017-01-20 17:53 UTC  (7+ messages)

[PATCH] ARM64: dts: meson-gxl: rename Nexbox A95x for consistency
 2017-01-20 17:53 UTC  (4+ messages)

[PATCH v1 0/2] xen/kbdif: add multi-touch support
 2017-01-20 17:52 UTC  (5+ messages)
` [PATCH v1 2/2] "

[kernel-hardening] [RFCv2 PATCH 00/18] refcount_t API + usage
 2017-01-20 17:52 UTC  (8+ messages)

[PATCH 1/2] Change .category of cpuio to FIO_OPT_C_ENGINE
 2017-01-20 17:50 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/4] virtio: ARRAY_SIZE fixups
 2017-01-20 17:50 UTC  (8+ messages)
` [Qemu-devel] [PATCH v2 3/4] compiler: expression version of QEMU_BUILD_BUG_ON

[U-Boot] [RFC PATCH 00/11] extend FIT loading support (plus Pine64/ATF support)
 2017-01-20 17:48 UTC  (5+ messages)

[net PATCH v5 0/6] virtio_net XDP fixes and adjust_header support
 2017-01-20 17:48 UTC  (7+ messages)
` [net PATCH v5 6/6] virtio_net: XDP support for adjust_head

[PATCH] checkpolicy: Fix bug in handling type declaration in optional block
 2017-01-20 17:48 UTC  (8+ messages)

[PATCH i-g-t v1 00/32] lib/igt_kms: Implement dynamic plane count support
 2017-01-20 17:45 UTC  (10+ messages)
` [PATCH i-g-t v1 24/32] tests/kms_pwrite_crc: Add support for dynamic number of planes
` [PATCH i-g-t v1 25/32] tests/kms_rmfb: "
` [PATCH i-g-t v1 26/32] tests/kms_rotation_crc: "
` [PATCH i-g-t v1 27/32] tests/kms_sink_crc_basic: "
` [PATCH i-g-t v1 28/32] tests/kms_universal_plane: "
` [PATCH i-g-t v1 29/32] tests/kms_vblank: "
` [PATCH i-g-t v1 30/32] tests/prime_mmap_kms: "
` [PATCH i-g-t v1 31/32] tests/kms_ccs: "
` [PATCH i-g-t v1 32/32] tests/kms_plane_lowres: "


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.