All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-08-04 15:49:46 to 2017-08-04 17:02:56 UTC [more...]

[PATCH] ACPI / PM: Prefer suspend-to-idle over S3 on some systems
 2017-08-04 17:02 UTC  (2+ messages)

[Qemu-devel] [PATCH for-2.10 0/2] RCU: forking fix and cleanups
 2017-08-04 17:01 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/2] rcu: completely disable pthread_atfork callbacks as soon as possible
` [Qemu-devel] [PATCH 2/2] Revert "rcu: do not create thread in pthread_atfork callback"

[U-Boot] [PATCH 00/13] add support for rk3066 platform
 2017-08-04 17:01 UTC  (16+ messages)
` [U-Boot] [PATCH 12/13] armv7: support rk3066 early back to bootrom in start.S

[U-Boot] [PATCH v3 0/9] spl: dm: Make it possible for the SPL to pick its own DTB from a FIT
 2017-08-04 17:01 UTC  (10+ messages)
` [U-Boot] [PATCH v3 1/9] dts: renamed FIT_EMBED to MULTI_DTB_FIT and moved it to the dts Kconfig
` [U-Boot] [PATCH v3 2/9] fit: use 'const' for the input of fdt_offset() and locate_dtb_in_fit()
` [U-Boot] [PATCH v3 3/9] fit: fixed bug in locate_dtb_in_fit()
` [U-Boot] [PATCH v3 4/9] fit: If no matching config is found in fit_find_config_node(), use the default one
` [U-Boot] [PATCH v3 5/9] lzo: add a function to check the validity of the header
` [U-Boot] [PATCH v3 6/9] gzip: add a function to parse "
` [U-Boot] [PATCH v3 7/9] lib: allow building lzo and gunzip for the SPL
` [U-Boot] [PATCH v3 8/9] spl: dm: Make it possible for the SPL to pick its own DTB from a FIT
` [U-Boot] [PATCH v3 9/9] omap: detect board before spl_early_init()

[PATCH] powernv:idle: Disable LOSE_FULL_CONTEXT states when stop-api fails
 2017-08-04 17:00 UTC  (2+ messages)

[PATCH net 0/3] tcp: fix xmit timer rearming to avoid stalls
 2017-08-04 16:59 UTC  (6+ messages)
` [PATCH net 3/3] tcp: fix xmit timer to only be reset if data ACKed/SACKed

[PATCH] intel-vbtn: match power button on press rather than release
 2017-08-04 17:00 UTC 

[PATCH v5 00/17] xen: common: rbtree: ported updates from Linux tree
 2017-08-04 16:59 UTC  (7+ messages)
` [PATCH v5 01/17] rbtree: changes to align the coding conventions with "

[PATCH rdma-core 0/3] cbuild tweaks
 2017-08-04 16:59 UTC  (4+ messages)
  ` [PATCH rdma-core 1/3] cbuild: allow indentation in RPM version
  ` [PATCH rdma-core 2/3] cbuild: support .tar.(gz|bz|>...) extensions
  ` [PATCH rdma-core 3/3] cbuild: use rpmspec for macro replacement

[Qemu-devel] [PATCH for-2.11 00/23] tcg constant pools
 2017-08-04 16:58 UTC  (4+ messages)
` [Qemu-devel] [PATCH for-2.11 22/23] tcg/ppc: Look for shifted constants

[PATCH] pinctrl: sirf: atlas7: fix of_irq_get() error check
 2017-08-04 16:58 UTC  (4+ messages)

[PATCH RFC] Let pseudo->users loop on duplicate version of list
 2017-08-04 16:58 UTC  (15+ messages)
            ` Fwd: [PATCH] mark pseudo user as deleted instead of removing them
              `  "

[Buildroot] [PATCH] dbus: add upstream patch to fix startup hang with with expat >= 2.2.1
 2017-08-04 16:58 UTC 

XFRM pcpu cache issue
 2017-08-04 16:55 UTC  (2+ messages)

[Devel] [PATCH v5 0/2] iommu/smmu-v3: Workaround for hisilicon 161010801 erratum(reserve HW MSI)
 2017-08-04 16:57 UTC  (5+ messages)
` [Devel] [PATCH v5 1/2] ACPI/IORT: Add ITS address regions reservation helper
  `  "

[PATCH 0/3] interrupted single step fixes
 2017-08-04 16:57 UTC  (3+ messages)

What's cooking in git.git (Aug 2017, #01; Fri, 4)
 2017-08-04 16:55 UTC 

[ANNOUNCE] Git v2.14.0
 2017-08-04 16:54 UTC 

A note from the maintainer
 2017-08-04 16:54 UTC 

[Qemu-devel] [PATCH] kvm: workaround build break on gcc-7.1.1 / fedora26
 2017-08-04 16:54 UTC  (5+ messages)

[PATCH v3 0/6] Support for LEGO MINDSTORMS EV3 LCD display
 2017-08-04 16:51 UTC  (10+ messages)
` [PATCH v3 3/6] dt-bindings: add binding for Sitronix ST7586 display panels

[PATCH 0/4] axonram: Adjustments for axon_ram_probe()
 2017-08-04 16:51 UTC  (4+ messages)
` [PATCH 4/4] axonram: Delete an unnecessary variable initialisation in axon_ram_probe()

[PATCH 00/15] drm/i915/guc: Support for Guc responses and requests
 2017-08-04 16:49 UTC  (17+ messages)
` [PATCH 01/15] drm/i915/guc: Add support for data reporting in GuC responses
` [PATCH 02/15] drm/i915/guc: Prepare send() function to accept bigger response
` [PATCH 03/15] drm/i915/guc: Add send_and_receive() helper function
` [PATCH 04/15] drm/i915/guc: Implement response handling in send_mmio()
` [PATCH 05/15] drm/i915/guc: Move Guc notification handling to separate function
` [PATCH 06/15] drm/i915/guc: Move flushing the GuC logs outside notification handler
` [PATCH 07/15] drm/i915/guc: Create a GuC receive function
` [PATCH 08/15] drm/i915/guc: Update CT message header definition
` [PATCH 09/15] drm/i915/guc: Prepare to handle messages from CT RECV buffer
` [PATCH 10/15] drm/i915/guc: Use better name for helper wait function
` [PATCH 11/15] drm/i915/guc: Implement response handling in send_ct()
` [PATCH 12/15] drm/i915/guc: Prepare to process incoming requests from CT
` [PATCH 13/15] drm/i915/guc: Handle default action received over CT
` [PATCH 14/15] drm/i915/guc: Enable GuC interrupts when using CT
` [PATCH 15/15] drm/i915/guc: Trace messages from CT while in debug
` ✗ Fi.CI.BAT: warning for drm/i915/guc: Support for Guc responses and requests

Re: [PATCH] mm, oom: fix potential data corruption when oom_reaper races with writer
 2017-08-04 16:49 UTC  (7+ messages)
  `  "

[Patch for staging 1/2] docs: remove a special character to avoid html creation error
 2017-08-04 16:49 UTC  (3+ messages)
` [Patch for staging 2/2] x86: remove an ASSERT to avoid crash when destroy a domain

strace-4.18 test suite oopses sparc64 4.12 and 4.13-rc kernels
 2017-08-04 16:48 UTC  (5+ messages)

[RFC] iproute: Add support for extended ack to rtnl_talk
 2017-08-04 16:47 UTC  (12+ messages)

[Qemu-devel] [Bug 1352179] [NEW] could not open disk image
 2017-08-04 16:27 UTC  (2+ messages)
` [Qemu-devel] [Bug 1352179] "

[Buildroot] [Bug 10151] New: toolchain eclipse register : fails with a custom BR2_HOST_DIR
 2017-08-04 16:43 UTC  (2+ messages)
` [Buildroot] [Bug 10151] "

[PATCH v2 00/10] tag: only respect `pager.tag` in list-mode
 2017-08-04 16:42 UTC  (7+ messages)
` [PATCH v3 0/7] "
  ` [PATCH v3 1/7] builtin.h: take over documentation from api-builtin.txt

[PATCH v3] printk: Add boottime and real timestamps
 2017-08-04 16:42 UTC  (2+ messages)

[PATCH v2] ACPI/IORT: Handle PCI aliases properly for IOMMUs
 2017-08-04 16:42 UTC 

[Buildroot] Howto handle fork of an existing package
 2017-08-04 16:41 UTC  (3+ messages)

[PATCH] mips: octeon: unselect NR_CPUS_DEFAULT_16
 2017-08-04 16:41 UTC  (3+ messages)

[PATCH] selftests: futex: fix run_tests target
 2017-08-04 16:40 UTC  (4+ messages)

[Cluster-devel] [PATCH] gfs2: forcibly flush ail to relieve memory pressure
 2017-08-04 16:40 UTC 

[PATCH] hpsa: disable volume status check for older controller
 2017-08-04 16:40 UTC  (4+ messages)

[PATCH] multipath-tools: beautify path_latency.c code
 2017-08-04 16:39 UTC  (2+ messages)

[PATCH v4 0/7] vsp1 partition algorithm improvements
 2017-08-04 16:39 UTC  (9+ messages)
` [PATCH v4 1/7] v4l: vsp1: Release buffers in start_streaming error path
` [PATCH v4 2/7] v4l: vsp1: Move vsp1_video_pipeline_setup_partitions() function
` [PATCH v4 3/7] v4l: vsp1: Calculate partition sizes at stream start
` [PATCH v4 4/7] v4l: vsp1: Remove redundant context variables
` [PATCH v4 5/7] v4l: vsp1: Move partition rectangles to struct and operate directly
` [PATCH v4 6/7] v4l: vsp1: Provide UDS register updates
` [PATCH v4 7/7] v4l: vsp1: Allow entities to participate in the partition algorithm

[PATCH] PCI: Convert to using %pOF instead of full_name
 2017-08-04 16:38 UTC  (5+ messages)

[PATCH] scsi_devinfo: fixup string compare
 2017-08-04 16:38 UTC  (4+ messages)

[PATCH net-next V2] net ipv6: convert fib6_table rwlock to a percpu lock
 2017-08-04 16:38 UTC 

[PATCH v2] libmultipath: update 3PARdata builtin config
 2017-08-04 16:38 UTC  (2+ messages)

[PATCH igt] tests/kms_ccs: Don't overallocate CCS surface
 2017-08-04 16:37 UTC 

[PATCH] checkpkg_exceptions: add LLVM
 2017-08-04 16:36 UTC  (4+ messages)

[U-Boot] [PATCH 0/5] fix apalis-tk1 pcie gigabit ethernet operation
 2017-08-04 16:33 UTC  (7+ messages)
` [U-Boot] [PATCH 1/5] configs: apalis-tk1: fix boot failure using ext4 rootfs
` [U-Boot] [PATCH 2/5] apalis-tk1: add missing as3722 gpio0 configuration
` [U-Boot] [PATCH 3/5] pci: tegra: make tegra_pcie_port_reset weak function with explicit index
` [U-Boot] [PATCH 4/5] power: as3722: add as3722_ldo_set_voltage signature to header file
` [U-Boot] [PATCH 5/5] apalis-tk1: fix pcie reset for reliable gigabit ethernet operation

[PATCH] parisc: Fix up generic MADV_* values and add MADV_HWPOISON and MADV_SOFT_OFFLINE
 2017-08-04 16:31 UTC 

[Buildroot] [PATCH 1/2] Makefile: move mkdir rule to after HOST_DIR is defined
 2017-08-04 16:31 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] Makefile: create symlink to non-default HOST_DIR

[Qemu-devel] [Bug 1708551] [NEW] macOS Guest Reading USB 3.0 Bus as USB 2.0
 2017-08-04 16:18 UTC  (3+ messages)
` [Qemu-devel] [Bug 1708551] "

[PATCH i-g-t] tests/perf: follow up build fix
 2017-08-04 16:28 UTC  (2+ messages)

[PATCH v2] iommu/of: Fix of_iommu_configure() for disabled IOMMUs
 2017-08-04 16:29 UTC 

[makedumpfile PATCH] Fix formatting problems in header file
 2017-08-04 12:29 UTC 

[PATCH v1] pinctrl: intel: merrifield: Correct UART pin lists
 2017-08-04 16:26 UTC 

[PATCH v4] drm/fb-helper: pass physical dimensions to fbdev
 2017-08-04 16:27 UTC  (3+ messages)

[PATCH][morty 1/3] archiver: Escape recipe name in regex
 2017-08-04 16:27 UTC  (3+ messages)
` [PATCH][morty 2/3] systemd: remove upstreamed patch
` [PATCH][morty 3/3] systemd: refuse to load units with errors (CVE-2017-1000082)

[PATCH 4.12 00/31] 4.12.5-stable review
 2017-08-04 16:27 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 0/6] Convert to realize and improve error handling
 2017-08-04 16:26 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 6/6] dev-storage: Fix the unusual function name

[krogoth][PATCH] u-boot-ti-staging: update again for new ti2016.08-rc1 tag
 2017-08-04 16:26 UTC 

[PATCH v5] drm/fb-helper: pass physical dimensions to fbdev
 2017-08-04 16:25 UTC 

[PATCH v5 22/46] pwm: rockchip: avoid glitches on already running PWMs
 2017-08-04 16:22 UTC  (5+ messages)
` [v5,22/46] "

[PATCH v2 rdma-core 0/6] Common udev/systemd based module auto loading
 2017-08-04 16:22 UTC  (8+ messages)

[PATCH v2 0/3] Rework vlapic timer to behave more like real-hardware
 2017-08-04 16:21 UTC  (11+ messages)
` [PATCH v2 1/3] x86/vlapic: Introduce vlapic_update_timer
` [PATCH v2 2/3] x86/vlapic: Keep timer running when switching between one-shot and periodic mode

[PATCH i-g-t] tests/kms_frontbuffer_tracking: convert macros to functions
 2017-08-04 16:21 UTC 

[PATCH v3 0/7] vsp1 partition algorithm improvements
 2017-08-04 16:19 UTC  (13+ messages)
` [PATCH v3 1/7] v4l: vsp1: Release buffers in start_streaming error path
` [PATCH v3 2/7] v4l: vsp1: Move vsp1_video_pipeline_setup_partitions() function
` [PATCH v3 3/7] v4l: vsp1: Calculate partition sizes at stream start
` [PATCH v3 4/7] v4l: vsp1: Remove redundant context variables
` [PATCH v3 5/7] v4l: vsp1: Move partition rectangles to struct and operate directly
` [PATCH v3 6/7] v4l: vsp1: Provide UDS register updates
` [PATCH v3 7/7] v4l: vsp1: Allow entities to participate in the partition algorithm

[makedumpfile PATCH] Wipe excluded pages that are written into ELF dump file
 2017-08-04 12:19 UTC  (5+ messages)

[GIT PULL] Amlogic clock driver updates for 4.14
 2017-08-04 16:18 UTC  (3+ messages)

[PATCH linux dev-4.10 v3 0/5] drivers/hwmon/pmbus: Add IBM power supply hwmon driver
 2017-08-04 16:17 UTC  (5+ messages)
` [PATCH linux dev-4.10 v3 2/5] drivers/hwmon/pmbus: ibmps: Add non-hwmon attributes

[makedumpfile PATCH v2] Wipe excluded pages that are written into ELF dump file
 2017-08-04 12:13 UTC 

[PATCH] eal: fix off-by-one error in hotplug add
 2017-08-04 16:12 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/17] nbd client refactoring and fixing
 2017-08-04 16:11 UTC  (3+ messages)
` [Qemu-devel] [PATCH 05/17] block/nbd-client: get rid of ssize_t

[PATCH] iproute2/misc: do not mix CFLAGS with LDFLAGS
 2017-08-04 16:09 UTC  (2+ messages)

[PATCH] clone: teach recursive clones to respect -q
 2017-08-04 16:07 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/2] move apalis t30/tk1, colibri t20/t30 to livetree
 2017-08-04 16:07 UTC  (3+ messages)
` [U-Boot] [PATCH v2 1/2] apalis_t30: fix usb otg power enable
` [U-Boot] [PATCH v2 2/2] dm: tegra: move apalis t30/tk1, colibri t20/t30 to livetree

[PATCH 0/2] wireless: move prism54 to staging
 2017-08-04 16:07 UTC  (4+ messages)
` [PATCH 1/2] wireless: move prism54 out "

[PATCH i-g-t] lib: don't hang on blt on snb
 2017-08-04 16:07 UTC 

[PATCH] tools/libxl: Fix a segment fault when mmio_hole is set in hvm.cfg
 2017-08-04 16:07 UTC  (4+ messages)

[Ksummit-discuss] [MAINTAINER TOPIC] ABI feature gates?
 2017-08-04 16:04 UTC  (9+ messages)

[PATCH v2 0/2] fix: give a type to bad conditionnal expressions
 2017-08-04 16:06 UTC  (3+ messages)
` [PATCH v2 1/2] take comma expr in account for constant value
` [PATCH v2 2/2] fix: give a type to bad cond expr with known condition

[PATCH] tests/kms_ccs: Fix the color/ccs surface generation
 2017-08-04 16:06 UTC  (5+ messages)

[U-Boot] Remove STM32F1 support ?
 2017-08-04 16:05 UTC 

[U-Boot] [PATCH] net: fman: add support RGMII_TXID to memac
 2017-08-04 16:03 UTC  (3+ messages)

[PATCH 00/11] constify i915 attribute_group structures
 2017-08-04 16:01 UTC  (6+ messages)
` [Intel-gfx] "

[PATCH] scripts/imx: fix out-of-bounds access for big DCD tables
 2017-08-04 15:59 UTC 

[PATCH] mtd: nand: Rename nand.h into rawnand.h
 2017-08-04 15:59 UTC  (4+ messages)

[PATCH] ACPI/IORT: Handle PCI aliases properly
 2017-08-04 15:59 UTC  (3+ messages)

[U-Boot] [RFC] C2011 standard for building U-Boot
 2017-08-04 15:58 UTC  (4+ messages)

[SPDK] Order of callback and free_request during NVMe completions
 2017-08-04 15:58 UTC 

synchronization between two process without lock
 2017-08-04 15:57 UTC  (2+ messages)

[PATCH] scsi_dh_alua: suppress errors from unsupported devices
 2017-08-04 15:56 UTC  (2+ messages)

[PATCH nfs-utils v2 05/12] getport: recognize "vsock" netid
 2017-08-04 15:56 UTC  (11+ messages)

[PATCH v3] openssl: cryptodev enable method modified
 2017-08-04 15:56 UTC  (2+ messages)

[PATCH 0/2 V2] Zoned block device support fixes
 2017-08-04 15:54 UTC  (3+ messages)
` [PATCH 1/2] block: Zoned block device single-threaded submission

[PATCH] mm, oom: task_will_free_mem(current) should ignore MMF_OOM_SKIP for once
 2017-08-04 15:54 UTC  (4+ messages)

extensible SDK build failure
 2017-08-04 15:52 UTC  (6+ messages)

[PATCH net-next] net: dsa: User per-cpu 64-bit statistics
 2017-08-04 15:51 UTC  (3+ messages)

[Qemu-devel] [PATCH] block/null: Remove 'filename' option
 2017-08-04 15:50 UTC  (2+ messages)
` [Qemu-devel] [Qemu-block] "

[PATCH] net/i40e: revert fix of PF notify issue when VF not up
 2017-08-04 15:50 UTC 

[PATCH 1/2] net: mvneta: remove bogus use of device_node.data ptr
 2017-08-04 15:49 UTC  (5+ messages)
` [PATCH 1/2] net: mvneta: remove bogus use of

[kvm-unit-tests RFC 0/3] x86/pmu: Add AMD vPMU testing code
 2017-08-04 15:49 UTC  (4+ messages)
` [kvm-unit-tests RFC 3/3] x86/pmu: Create AMD PMU test code


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.