All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-01-16 13:20:06 to 2018-01-16 13:57:10 UTC [more...]

glib-2.0 fails to configure with USE_NLS="no"
 2018-01-16 13:56 UTC  (4+ messages)

[PATCH 0/5] drm/ttm, drm/vmwgfx: Use kmap_atomic() for cpu blit
 2018-01-16 13:56 UTC 

[REGRESSION] linux-next panics when trying to mount root
 2018-01-16 13:56 UTC  (3+ messages)

[PATCH] ASoC: tlv320dac33: fix regression by adding back .read/.write
 2018-01-16 13:56 UTC  (2+ messages)
` Applied "ASoC: tlv320dac33: fix regression by adding back .read/.write" to the asoc tree

[PATCH] ASoC: uda1380: fix regression by adding back .read/.write
 2018-01-16 13:56 UTC  (2+ messages)
` Applied "ASoC: uda1380: fix regression by adding back .read/.write" to the asoc tree

[PATCH] ASoC: cx20442: fix regression by adding back .read/.write
 2018-01-16 13:56 UTC  (2+ messages)
` Applied "ASoC: cx20442: fix regression by adding back .read/.write" to the asoc tree

[PATCH] ASoC: add Component level .read/.write
 2018-01-16 13:55 UTC  (2+ messages)
` Applied "ASoC: add Component level .read/.write" to the asoc tree

i2c: core: report OF style module alias for devices registered via OF
 2018-01-16 13:55 UTC 

[PATCH v8 00/17] x86: Mitigations for SP2/CVE-2017-5715/Branch Target Injection
 2018-01-16 13:55 UTC  (4+ messages)
` [PATCH v8 02/17] x86: Support indirect thunks from assembly code

[meta-qt5][PATCH] qtbase: fix pcre PACKAGECONFIG
 2018-01-16 13:46 UTC 

[Qemu-devel] [PULL v3 00/53] Misc changes for 2017-01-12
 2018-01-16 13:54 UTC  (8+ messages)

[RFC PATCH] xfs: Fix "use after free" of intent items
 2018-01-16 13:55 UTC  (3+ messages)

[PATCH i-g-t v3 0/8] kms_plane_scaling tests
 2018-01-16 13:56 UTC  (5+ messages)
` [PATCH i-g-t v3 8/8] tests/kms_plane_scaling: test for multi pipe with scaling, v3

[PATCH v4] net/ixgbe: add flow parser ntuple support
 2018-01-16 13:52 UTC  (4+ messages)
` [PATCH v2] examples/flow_filtering: add Tx queues setup process

[PATCH 1/2] mempool: indicate the usages of multi memzones
 2018-01-16 13:51 UTC  (9+ messages)

Xen on RCarH3 Starter Kit
 2018-01-16 13:51 UTC  (2+ messages)
` [Embedded-pv-devel] "

[PATCH v2 0/2] x86: initial simplistic Meltdown mitigation
 2018-01-16 13:51 UTC  (12+ messages)
` [PATCH v2 1/2] x86: Meltdown band-aid against malicious 64-bit PV guests
` [PATCH v2 2/2] x86: allow Meltdown band-aid to be disabled

[PATCH] [RESEND] ntb_hw_switchtec: fix logic error
 2018-01-16 13:50 UTC 

KASAN: use-after-free Read in tipc_group_is_open
 2018-01-16 13:50 UTC  (4+ messages)

[PATCH] drm/i915: Allow user to override PWM backlight frequency and duty cycle
 2018-01-16 13:40 UTC 

[PATCH] net/thunderx: Convert ThunderX VNIC PMD to new offload API
 2018-01-16 13:50 UTC  (3+ messages)

[PATCH] describe: use strbuf_add_unique_abbrev() for adding short hashes
 2018-01-16 13:48 UTC  (2+ messages)

[RFC 0/6] Enlightened VMCS support for KVM on Hyper-V
 2018-01-16 13:47 UTC  (5+ messages)

[U-Boot] [PATCH 0/7] RPi: Properly handle dynamic serial configuration
 2018-01-16 13:47 UTC  (8+ messages)
` [U-Boot] [PATCH 1/7] serial: Use next serial device if probing fails
` [U-Boot] [PATCH 2/7] serial: Allow boards to determine whether a serial device is usable
` [U-Boot] [PATCH 3/7] rpi: Remove runtime disabling support for serial
` [U-Boot] [PATCH 4/7] serial: bcm283x_mu: Remove support for post-init disabling
` [U-Boot] [PATCH 5/7] rpi: Properly detect which serial device is active
` [U-Boot] [PATCH 6/7] rpi: Determine PL011/Mini-UART availability at runtime
` [U-Boot] [PATCH 7/7] rpi: Force skip_init on serial devices

[Qemu-devel] [QEMU-PPC] [PATCH V3 0/6] target/ppc: Rework spapr_caps
 2018-01-16 13:47 UTC  (2+ messages)
` [Qemu-devel] [Qemu-ppc] "

[PATCH] btrfs: Add chunk allocation ENOSPC debug message for enospc_debug mount option
 2018-01-16 13:47 UTC  (2+ messages)

[U-Boot] [PATCH 0/3] Rpi: Add support for second sd host controller
 2018-01-16 13:46 UTC  (4+ messages)
` [U-Boot] [PATCH 1/3] bcm2835_gpio: Add support for pinmux
` [U-Boot] [PATCH 2/3] mmc: Add bcm2835 sdhost controller
` [U-Boot] [PATCH 3/3] mmc: bcm2835_sdhci: Add pinmux support

[PATCH] kvm: use insert sort in kvm_io_bus_register_dev function
 2018-01-16 13:45 UTC  (2+ messages)

[PATCH] [RESEND v2] drm/nouveau/clk: fix gcc-7 -Wint-in-bool-context warning
 2018-01-16 13:44 UTC 

[Qemu-devel] [PATCH v5 00/14] Support building with py2 or py3
 2018-01-16 13:42 UTC  (15+ messages)
` [Qemu-devel] [PATCH v5 01/14] qapi: convert to use python print function instead of statement
` [Qemu-devel] [PATCH v5 02/14] qapi: use items()/values() intead of iteritems()/itervalues()
` [Qemu-devel] [PATCH v5 03/14] qapi: Use OrderedDict from standard library if available
` [Qemu-devel] [PATCH v5 04/14] qapi: adapt to moved location of StringIO module in py3
` [Qemu-devel] [PATCH v5 05/14] qapi: Adapt to moved location of 'maketrans' function "
` [Qemu-devel] [PATCH v5 06/14] qapi: remove '-q' arg to diff when comparing QAPI output
` [Qemu-devel] [PATCH v5 07/14] qapi: ensure stable sort ordering when checking QAPI entities
` [Qemu-devel] [PATCH v5 08/14] qapi: force a UTF-8 locale for running Python
` [Qemu-devel] [PATCH v5 09/14] scripts: ensure signrom treats data as bytes
` [Qemu-devel] [PATCH v5 10/14] configure: allow use of python 3
` [Qemu-devel] [PATCH v5 11/14] input: add missing JIS keys to virtio input
` [Qemu-devel] [PATCH v5 12/14] ui: update keycodemapdb to get py3 fixes
` [Qemu-devel] [PATCH v5 13/14] travis: improve python version test coverage
` [Qemu-devel] [PATCH v5 14/14] docker: change Fedora images to run with python3

[PATCH iproute2 0/3] Fixes for minimum/maximum VF rate API
 2018-01-16 13:42 UTC  (4+ messages)
` [PATCH iproute2 1/3] iplink: Validate minimum tx rate is less than maximum tx rate
` [PATCH iproute2 2/3] ipaddress: Make sure VF min/max rate API is supported before using it
` [PATCH iproute2 3/3] man: Document the meaning of zero in min/max_tx_rate parameters

Prevent trivial oom from gem_exec_nop/sequential
 2018-01-16 13:42 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for series starting with [01/10] drm/i915: Only attempt to scan the requested number of shrinker slabs (rev3)

[Qemu-devel] [PATCHv2 0/2] Further VSMT fixes
 2018-01-16 13:39 UTC  (6+ messages)
` [Qemu-devel] [PATCHv2 1/2] spapr: Allow some cases where we can't set VSMT mode in the kernel

[Qemu-devel] [PATCH 00/11] qdev: remove DeviceClass::init/exit()
 2018-01-16 13:41 UTC  (3+ messages)
` [Qemu-devel] [PATCH 05/11] virtio-ccw: convert VirtIOCCWDeviceClass::init -> realize

[RFC v4 0/8] SMMUv3 driver
 2018-01-16 13:40 UTC  (8+ messages)
` [RFC v4 8/8] drivers/passthrough/arm: Refactor code for arm smmu drivers

[U-Boot] FW: u-boot v2016 vs v2013
 2018-01-16 13:40 UTC  (7+ messages)

[PATCH v5 0/6] drm/i915: expose RCS topology to userspace
 2018-01-16 13:40 UTC  (7+ messages)
` [PATCH v5 1/6] drm/i915: store all subslice masks
` [PATCH v5 2/6] drm/i915/debugfs: reuse max slice/subslices already stored in sseu
` [PATCH v5 3/6] drm/i915/debugfs: add rcs topology entry
` [PATCH v5 4/6] drm/i915: add rcs topology to error state
` [PATCH v5 5/6] drm/i915: add query uAPI
` [PATCH v5 6/6] drm/i915: expose rcs topology through "

Access I2C bus from guest/DomU on ARM board
 2018-01-16 13:39 UTC 

[PATCH v5 00/44] ARM: davinci: convert to common clock framework​
 2018-01-16 13:38 UTC  (4+ messages)
` [PATCH v5 11/44] clk: davinci: Add platform information for TI DA830 PSC

[PATCH 1/2] classes/debian: fix library path handling
 2018-01-16 13:37 UTC  (2+ messages)
` [PATCH 2/2] classes/debian: clean up process spawning

[RESEND,v9] xhci : AMD Promontory USB disable port support
 2018-01-16 13:37 UTC 

linux-next: manual merge of the kvm tree with Linus' and the tip trees
 2018-01-16 13:37 UTC  (6+ messages)

[Bug 104608] [r600, RV635] Removing radeon module results in BUG: unable to handle kernel NULL pointer dereference at 0000000000000258
 2018-01-16 13:37 UTC  (2+ messages)

[Xenomai] [RTnet] - rtnet module installation issue using rtnet.conf
 2018-01-16 13:36 UTC  (2+ messages)

[PATCH 0/6] event/dpaa: Support for eventdev
 2018-01-16 17:58 UTC  (5+ messages)
` [PATCH 00/12 v3] "
  ` [PATCH 08/12 v3] event/dpaa: add dequeue timeout conversion support

[patch net-next v9 00/13] net: sched: allow qdiscs to share filter block instances
 2018-01-16 13:35 UTC  (18+ messages)
` [patch net-next v9 01/13] net: sched: introduce support for multiple filter chain pointers registration
` [patch net-next v9 02/13] net: sched: introduce shared filter blocks infrastructure
` [patch net-next v9 03/13] net: sched: avoid usage of tp->q in tcf_classify
` [patch net-next v9 04/13] net: sched: introduce block mechanism to handle netif_keep_dst calls
` [patch net-next v9 05/13] net: sched: remove classid and q fields from tcf_proto
` [patch net-next v9 06/13] net: sched: keep track of offloaded filters and check tc offload feature
` [patch net-next v9 07/13] net: sched: use block index as a handle instead of qdisc when block is shared
` [patch net-next v9 08/13] net: sched: introduce ingress/egress block index attributes for qdisc
` [patch net-next v9 09/13] net: sched: allow ingress and clsact qdiscs to share filter blocks
` [patch net-next v9 10/13] mlxsw: spectrum_acl: Reshuffle code around mlxsw_sp_acl_ruleset_create/destroy
` [patch net-next v9 11/13] mlxsw: spectrum_acl: Don't store netdev and ingress for ruleset unbind
` [patch net-next v9 12/13] mlxsw: spectrum_acl: Implement TC block sharing
` [patch net-next v9 13/13] mlxsw: spectrum_acl: Pass mlxsw_sp_port down to ruleset bind/unbind ops
` [patch iproute2 net-next v9 1/4] include: update rtnetlink header according to kernel
` [patch iproute2 net-next v9 2/4] tc: introduce tc_qdisc_block_exists helper
` [patch iproute2 net-next v9 3/4] tc: introduce support for block-handle for filter operations
` [patch iproute2 net-next v9 4/4] tc: implement ingress/egress block index attributes for qdiscs

[PATCH 0/7] drm/vmwgfx: Various atomic modesetting fixes
 2018-01-16 13:34 UTC  (8+ messages)
` [PATCH 1/7] drm/vmwgfx: Avoid iterating over display unit if crtc is available
` [PATCH 2/7] drm/vmwgfx: Move surface copy cmd to atomic function
` [PATCH 3/7] drm/vmwgfx: Remove drm_crtc_arm_vblank_event from atomic flush
` [PATCH 4/7] drm/vmwgfx: Move screen object page flip to atomic function
` [PATCH 5/7] drm/vmwgfx: Move the stdu vblank event "
` [PATCH 6/7] drm/vmwgfx: Send the correct nonblock option for atomic_commit
` [PATCH 7/7] drm/vmwgfx: Cursor update fixes

[Qemu-devel] [PULL 00/24] target-arm queue
 2018-01-16 13:34 UTC  (25+ messages)
` [Qemu-devel] [PULL 01/24] hw/intc/armv7m: Support byte and halfword accesses to CFSR
` [Qemu-devel] [PULL 02/24] get_phys_addr_pmsav7: Support AP=0b111 for v7M
` [Qemu-devel] [PULL 03/24] hw/arm/virt: Add virt-2.12 machine type
` [Qemu-devel] [PULL 04/24] target/arm: Handle page table walk load failures correctly
` [Qemu-devel] [PULL 05/24] hw/sd/pl181: Reset SD card on controller reset
` [Qemu-devel] [PULL 06/24] hw/sd/milkymist-memcard: "
` [Qemu-devel] [PULL 07/24] hw/sd/ssi-sd: "
` [Qemu-devel] [PULL 08/24] hw/sd/omap_mmc: "
` [Qemu-devel] [PULL 09/24] target/arm: Split out vfp_expand_imm
` [Qemu-devel] [PULL 10/24] target/arm: Add fp16 support to vfp_expand_imm
` [Qemu-devel] [PULL 11/24] sdhci: clean up includes
` [Qemu-devel] [PULL 12/24] sdhci: remove dead code
` [Qemu-devel] [PULL 13/24] sdhci: use DEFINE_SDHCI_COMMON_PROPERTIES() for common sysbus/pci properties
` [Qemu-devel] [PULL 14/24] sdhci: refactor common sysbus/pci class_init() into sdhci_common_class_init()
` [Qemu-devel] [PULL 15/24] sdhci: refactor common sysbus/pci realize() into sdhci_common_realize()
` [Qemu-devel] [PULL 16/24] sdhci: refactor common sysbus/pci unrealize() into sdhci_common_unrealize()
` [Qemu-devel] [PULL 17/24] sdhci: use qemu_log_mask(UNIMP) instead of fprintf()
` [Qemu-devel] [PULL 18/24] sdhci: convert the DPRINT() calls into trace events
` [Qemu-devel] [PULL 19/24] sdhci: move MASK_TRNMOD with other SDHC_TRN* defines in "sd-internal.h"
` [Qemu-devel] [PULL 20/24] sdhci: rename the SDHC_CAPAB register
` [Qemu-devel] [PULL 21/24] sdhci: fix CAPAB/MAXCURR registers, both are 64bit and read-only
` [Qemu-devel] [PULL 22/24] sdhci: Implement write method of ACMD12ERRSTS register
` [Qemu-devel] [PULL 23/24] sdhci: fix the PCI device, using the PCI address space for DMA
` [Qemu-devel] [PULL 24/24] sdhci: add a 'dma' property to the sysbus devices

[PATCH v2 1/2] overlays: auto allocate phandles for nodes in base fdt
 2018-01-16 13:34 UTC  (13+ messages)

[PATCH v4 0/6] drm/i915: expose RCS topology to userspace
 2018-01-16 13:33 UTC  (4+ messages)
` [PATCH v4 4/6] drm/i915: add rcs topology to error state

[RFC v2 0/5] EAPoL over NL80211
 2018-01-16 13:33 UTC  (9+ messages)
` [RFC v2 3/5] mac80211: Send control port frames over nl80211
` [RFC v2 4/5] nl80211: Implement TX of control port frames

[PATCH v2 net 1/1] net/tls: Only attach to sockets in ESTABLISHED state
 2018-01-16 13:31 UTC 

[PATCH v2] ALSA: pcm: Fix trailing semicolon
 2018-01-16 13:30 UTC  (4+ messages)

[PATCH 05/10] drm/i915: Trim the retired request queue after submitting
 2018-01-16 13:30 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2 00/13] iommu/rockchip: Use OF_IOMMU
 2018-01-16 13:25 UTC  (27+ messages)
` [PATCH v2 07/13] iommu/rockchip: Fix TLB flush of secondary IOMMUs
  ` [PATCH v2 01/13] iommu/rockchip: Request irqs in rk_iommu_probe()
  ` [PATCH v2 02/13] iommu/rockchip: Suppress unbinding
  ` [PATCH v2 03/13] iommu/rockchip: Fix error handling in attach
  ` [PATCH v2 04/13] iommu/rockchip: Fix error handling in probe
  ` [PATCH v2 05/13] iommu/rockchip: Fix error handling in init
  ` [PATCH v2 06/13] iommu/rockchip: Use iopoll helpers to wait for hardware
  ` [PATCH v2 08/13] iommu/rockchip: Control clocks needed to access the IOMMU
  ` [PATCH v2 09/13] iommu/rockchip: Use iommu_group_get_for_dev() for add_device
  ` [PATCH v2 10/13] iommu/rockchip: Use IOMMU device for dma mapping operations
  ` [PATCH v2 11/13] iommu/rockchip: Use OF_IOMMU to attach devices automatically
  ` [PATCH v2 12/13] iommu/rockchip: Add runtime PM support
  ` [PATCH v2 13/13] iommu/rockchip: Support sharing IOMMU between masters

[Bug 104639] kernel 4.15-rc8 reboots randomly with RX 560
 2018-01-16 13:30 UTC  (2+ messages)

[PATCH v6 00/24] Speculative page faults
 2018-01-16 13:24 UTC  (5+ messages)
` [PATCH v6 18/24] mm: Try spin lock in speculative path

[RFC PATCH] cmake: use Ninja backend instead of Make
 2018-01-16 13:29 UTC  (2+ messages)

[PATCH] ALSA: pcm: Fix trailing semicolon
 2018-01-16 13:28 UTC  (4+ messages)

[PATCH 0/2] genirq/affinity: try to make sure online CPU is assgined to irq vector
 2018-01-16 13:28 UTC  (5+ messages)

[Qemu-devel] [PULL 00/33] pc, pci, virtio: features, fixes, cleanups
 2018-01-16 13:27 UTC  (3+ messages)
` [Qemu-devel] [PULL 22/33] vhost: Move log_dirty check

[PATCH 1/2] cmake: allow target names to be overridden
 2018-01-16 13:25 UTC  (2+ messages)
` [PATCH 2/2] piglit: override install target name instead of do_install

[U-Boot] [PATCH] ubi: Fix filesystem corruption on detach when fastmap enabled
 2018-01-16 13:22 UTC  (4+ messages)

[PATCH] modpost: Remove trailing semicolon
 2018-01-16 13:21 UTC 

[PATCH 0/8] staging: fsl-mc: Cleanup
 2018-01-16 13:19 UTC  (4+ messages)
` [PATCH 2/8] staging: fsl-mc: Consolidate bus core header files
` [PATCH 7/8] staging: fsl-mc: README cleanup
` [PATCH 8/8] staging: fsl-mc: Convert documentation to rst format

[Qemu-devel] [PULL 00/27] Migration pull
 2018-01-16 13:19 UTC  (4+ messages)
` [Qemu-devel] [PULL 09/27] migration: calculate vCPU blocktime on dst side


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.