All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-06-13 15:29:13 to 2017-06-13 16:30:43 UTC [more...]

Color lookup support for the atmel-hlcdc driver
 2017-06-13 15:30 UTC  (2+ messages)

[PATCH 0/8] RAS: 4.13 pile, part 2
 2017-06-13 16:28 UTC  (9+ messages)
` [PATCH 1/8] x86/mce/AMD: Use msr_stat when clearing MCA_STATUS
` [PATCH 2/8] x86/mce/AMD: Use saved threshold block info in interrupt handler
` [PATCH 3/8] x86/mce: Merge mce_amd_inj into mce-inject
` [PATCH 4/8] x86/mce: Get rid of register_mce_write_callback()
` [PATCH 5/8] x86/mce: Cleanup include files
` [PATCH 6/8] x86/mce/mce-inject: Preset the MCE injection struct
` [PATCH 7/8] x86/mce: Don't disable MCA banks when offlining a CPU on AMD
` [PATCH 8/8] x86/mce: Update bootlog description to reflect behavior "

[Bug 101325] UE4Editor crash after pressing "play" with radeon southern island card (7850 HD)
 2017-06-13 16:30 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/mcelog: fix legal-info
 2017-06-13 16:29 UTC  (4+ messages)

[PATCH] dt-bindings: usb: exynos-usb: Add missing required VDD properties
 2017-06-13 16:29 UTC  (2+ messages)

XFS journal write ordering constraints?
 2017-06-13 16:29 UTC  (5+ messages)

Error during domain creation on xen 4.8
 2017-06-13 16:29 UTC 

[Bug 196037] Installing Nvidia driver causes fan to run at full speed
 2017-06-13 16:29 UTC 

[Buildroot] [PATCH v2] glibc: remove version choice
 2017-06-13 16:29 UTC  (2+ messages)

[PATCH v2 0/3] Bluetooth: Fail gracefully if device doesn't support pairing
 2017-06-13 16:28 UTC  (4+ messages)
` [PATCH v2 1/3] Bluetooth: make mgmt_status() public
` [PATCH v2 2/3] Bluetooth: pass MGMT_STATUS_* into mgmt_auth_failed()
` [PATCH v2 3/3] Bluetooth: SMP: Fail gracefully if device doesn't support pairing

[U-Boot] [RFC PATCH] net: ag7xxx: Clean up some issues with phy access
 2017-06-13 16:28 UTC  (3+ messages)

[PATCH 3/3] power: supply: Add support MAX1721x battery monitor
 2017-06-13 16:27 UTC  (2+ messages)
` [PATCH] power_supply: add max1721x_battery driver

[PATCH] mm/hugetlb: Warn the user when issues arise on boot due to hugepages
 2017-06-13 16:26 UTC  (12+ messages)

[Merge tag 'pci-v4.12-changes' of git] 857f864014: BUG: unable to handle kernel NULL pointer dereference at 00000000000000a8
 2017-06-13 16:25 UTC  (14+ messages)

[meta-qt5] [PATCH] qtbase: add ptest
 2017-06-13 16:24 UTC  (2+ messages)

[xen-unstable-smoke test] 110408: tolerable trouble: broken/pass - PUSHED
 2017-06-13 16:24 UTC 

WMI and Kernel:User interface
 2017-06-13 16:24 UTC  (18+ messages)

gadgetfs: how to wait for USB device initialization?
 2017-06-13 16:22 UTC  (3+ messages)

[Qemu-devel] [RFC PATCH] target-s390x: Implement mvcos instruction
 2017-06-13 16:21 UTC  (7+ messages)

[PATCH v2] bitbake:process: flush stderr/stdout to log
 2017-06-13 16:21 UTC 

[PATCH v3 0/6] Avoid problem where git_dir is set after alias expansion
 2017-06-13 16:21 UTC  (3+ messages)
` [PATCH v3 6/6] Use the early config machinery to expand aliases

[RFC/PATCH] builtin/blame: darken redundant line information
 2017-06-13 16:21 UTC  (3+ messages)

[PATCH] Add printk for bonding module packets_per_slave parameter
 2017-06-13 16:21 UTC  (3+ messages)

"nfs4_discover_server_trunking unhandled error" on Ctrl-C
 2017-06-13 16:21 UTC  (2+ messages)

[PATCH 00/24] xen/arm: Extend the usage of typesafe MFN
 2017-06-13 16:20 UTC  (26+ messages)
` [PATCH 01/24] xen/mm: Don't use _{g, m}fn for defining INVALID_{G, M}FN
` [PATCH 02/24] xen/arm: gic-v2: Fix indentation in gicv2_map_hwdom_extra_mappings
` [PATCH 03/24] xen/arm: setup: Remove bogus xenheap_mfn_end in setup_mm for arm64
` [PATCH 04/24] xen/arm: mm: Introduce clear_table and use it
` [PATCH 05/24] xen/arm: mm: Move mfn_to_xen_entry from page.h to mm.c
` [PATCH 06/24] xen/arm: mm: Fix coding style of mfn_to_xen_entry
` [PATCH 07/24] xen/arm: mm: Clean-up mfn_to_xen_entry
` [PATCH 08/24] xen/arm: mm: Use typesafe MFN in mfn_to_xen_entry
` [PATCH 09/24] xen/arm: Define mfn_to_page/page_to_mfn in term of __mfn_to_page/__page_to_mfn
` [PATCH 10/24] xen/arm: domain_build: Replace paddr_to_pfn(virt_to_maddr(.)) by virt_to_mfn(.)
` [PATCH 11/24] xen/arm: mm: Replace __va(pfn_to_paddr(...)) by mfn_to_virt
` [PATCH 12/24] xen/arm: Replace DIV_ROUND_UP(..., PAGE_SIZE) by PFN_UP(...)
` [PATCH 13/24] xen/arm: traps: Replace p2m_lookup(..., ..., NULL) by gfn_to_mfn(..., ...)
` [PATCH 14/24] xen/arm: Introduce wrappers for MFN <-> MADDR and GFN <-> GADDR
` [PATCH 15/24] xen/arm: Use the newly introduced MFN <-> MADDR and GFN <-> MADDR helpers
` [PATCH 16/24] xen/arm: mm: Use typesafe mfn for xenheap_mfn_*
` [PATCH 17/24] xen/arm: mm: Use typesafe MFN in set_fixmap
` [PATCH 18/24] xen/arm: mm: Use typesafe MFN in dump_pt_walk
` [PATCH 19/24] xen/arm: p2m: Redefine mfn_to_page and page_to_mfn to use typesafe
` [PATCH 20/24] xen/arm: mm: Redefine virt_to_mfn to support typesafe
` [PATCH 21/24] xen/arm: domain_build: "
` [PATCH 22/24] xen/arm: alternative: "
` [PATCH 23/24] xen/arm: livepatch: "
` [PATCH 24/24] xen/arm: create_xen_entries: Use typesafe MFN

libmultipath issue
 2017-06-13 16:19 UTC 

[PATCH] x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()
 2017-06-13 16:18 UTC  (6+ messages)

[PATCH] aio: Add command to wait completion of all requests
 2017-06-13 16:17 UTC  (5+ messages)

[PATCH lttng-tools] Fix: check lttng-modules ABI version for RING_BUFFER_SNAPSHOT_SAMPLE_POSITIONS support
 2017-06-13 16:15 UTC 

[PATCH/RFC v4 1/3] branch: add tests for new copy branch feature
 2017-06-13 16:17 UTC  (4+ messages)
` [PATCH 1/3] config: create a function to format section headers
  ` [PATCH 2/3] branch: add test for -m renaming multiple config sections
  ` [PATCH 3/3] branch: add a --copy (-c) option to go with --move (-m)

[Qemu-devel] [PATCH 0/3] Automate coverity scan uploads via Travis
 2017-06-13 16:15 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/3] travis: install more library dependencies
` [Qemu-devel] [PATCH 2/3] scripts/run-coverity-scan: Script to run Coverity Scan build
` [Qemu-devel] [PATCH 3/3] travis: Add config to do a Coverity Scan upload

[meta-oe][PATCH V4] fwts: Bump SRCREV to latest past 17.03.00 release
 2017-06-13 16:15 UTC  (3+ messages)

useradd and one sysroot per recipe in pyro
 2017-06-13 16:10 UTC 

[PATCH 1/4] ARM: sunxi_defconfig: Enable AC100 RTC driver
 2017-06-13 16:14 UTC  (10+ messages)
` [PATCH 4/4] ARM: multi_v7_defconfig: Switch AXP20x driver from module to built-in

[meta-qt5] qtwebkit 5.8 build issues?
 2017-06-13 16:14 UTC  (10+ messages)

[PATCH v4 0/4] MIPS Boston support
 2017-06-13 16:13 UTC  (3+ messages)
` [PATCH v4 3/4] MIPS: DTS: img: Don't attempt to build-in all .dtb files

[PATCH] rpm: run binary package generation via thread pools
 2017-06-13 16:15 UTC  (4+ messages)

[PATCH v2] xen/mce: don't issue error message for failed /dev/mcelog registration
 2017-06-13 16:13 UTC  (4+ messages)

[Qemu-devel] [PULL 0/8] Block layer patches
 2017-06-13 16:12 UTC  (3+ messages)
` [Qemu-devel] [PULL 5/8] commit: Fix use after free in completion

[PATCH 00/15] xen/tools: add tracing to various Xen subsystems
 2017-06-13 16:12 UTC  (7+ messages)
` [PATCH 07/15] tools: tracing: handle IRQs on/off events in xentrace and xenalyze
` [PATCH 08/15] xen: trace RCU behavior
` [PATCH 09/15] tools: tracing: handle RCU events in xentrace and xenalyze

[PATCH 0/4][V3] Improve watchdog config for arch watchdogs
 2017-06-13 16:11 UTC  (10+ messages)
` [PATCH 3/4] watchdog: Split up config options

rgw: leak with incomplete multiparts (was: Request for review)
 2017-06-13 16:10 UTC  (3+ messages)

[Qemu-devel] [PULL 00/33] Misc patches for 2017-06-01
 2017-06-13 16:10 UTC  (3+ messages)
` [Qemu-devel] [PULL 22/33] sockets: improve error reporting if UNIX socket path is too long

[Qemu-devel] [PATCH v21 00/30] qcow2: persistent dirty bitmaps
 2017-06-13 16:08 UTC  (3+ messages)

About dmClock tests confusion after integrating dmClock QoS library into ceph codebase
 2017-06-13 16:08 UTC  (2+ messages)
    ` Fwd: "

[PATCH 0/4] xen/tools: Credit2: implement caps
 2017-06-13 16:07 UTC  (5+ messages)
` [PATCH 1/4] xen: credit2: implement utilization cap

[PATCH] wireless: brcmfmac: initialize oob irq data before request_irq()
 2017-06-13 16:02 UTC 

Why is real time pinging not possible with RT kernels?
 2017-06-13 16:06 UTC  (4+ messages)

single-threaded wq lockdep is broken
 2017-06-13 16:06 UTC  (2+ messages)

[for-next 4/6] net/mlx5: FPGA, Add basic support for Innova
 2017-06-13 16:05 UTC  (12+ messages)

Sparse release v0.5.1-rc1
 2017-06-13 16:05 UTC  (4+ messages)

[PATCH v4 1/2] net/ixgbe: add SSE4.1 support to vPMD's minimum requirement
 2017-06-13  8:58 UTC  (2+ messages)
  ` [PATCH v4 2/2] net/ixgbe: enable PTYPE offload for x86 vector PMD

[PATCH 0/1] flush stdout/stderr to log file
 2017-06-13 16:03 UTC  (4+ messages)
` [PATCH 1/1] bitbake:process: flush stderr/stdout to log

[PATCH net-next 00/10] bpf: xdp: Report bpf_prog ID in IFLA_XDP
 2017-06-13 16:04 UTC  (3+ messages)
` [PATCH net-next 03/10] bpf: mlx5e: Report bpf_prog ID during XDP_QUERY_PROG

[PATCH v2] tools: fix several "format-truncation" warnings with GCC 7
 2017-06-13 16:03 UTC  (4+ messages)

[LTP] [COMMITTED] [PATCH 1/2] tst_timer.h: Add timeval helpers
 2017-06-13 16:00 UTC  (2+ messages)
` [LTP] [RFC] [PATCH 2/2] tst_timer.h: Make time conversions saturated

[U-Boot] am335x_evm_usbspl_defconfig testint
 2017-06-13 15:59 UTC  (3+ messages)
    ` [U-Boot] [beagleboard-gsoc] "

[PATCH v3 0/2] amd: uncore: Fix for AMD Uncore driver
 2017-06-13 15:58 UTC  (3+ messages)
` [PATCH v3 1/2] amd: uncore: Rename cpufeatures macro for cache counters
` [PATCH v3 2/2] amd: uncore: Get correct number of cores sharing last level cache

[PATCH rdma-next V2 0/6] Enable flow steering on IPoIB UD QP
 2017-06-13 15:58 UTC  (6+ messages)
` [PATCH rdma-next V2 3/6] IB/mlx5: Add support for QP with a given source QPN

[PATCH] w1: Fix slave count on 1-Wire bus (resend)
 2017-06-13 15:57 UTC  (2+ messages)

proposal for how to share other refs as part of refs/tracking/*
 2017-06-13 15:55 UTC  (3+ messages)

[PATCH 1/5] allarch: Append to vardepsexclude, not overwrite
 2017-06-13 15:55 UTC  (3+ messages)
` [PATCH 4/5] sstatetests: Use higher parallelism value

[PATCH v2] perf: libdw support for powerpc
 2017-06-13 15:55 UTC  (5+ messages)
` [PATCH v2] perf: libdw support for powerpc [ping]

[net-next] fjes: remove duplicate set of flag IFF_BROADCAST
 2017-06-13 15:55 UTC  (2+ messages)

[PATCH 1/2 V2] mount.nfs: Use default minor version when -t nfs4 is specified
 2017-06-13 15:54 UTC  (4+ messages)
` [PATCH 2/2 V2] mount.nfs: Use default minor version when -o v4 "

[PATCH] X86: don't report PAT on CPUs that don't support it
 2017-06-13 15:54 UTC  (8+ messages)
` [tip:x86/urgent] x86/PAT: Fix Xorg regression on CPUs that don't support PAT
      ` [PATCH v2] X86: don't report PAT on CPUs that don't support it

[net-next] macvlan: propagate the mac address change status for lowerdev
 2017-06-13 15:53 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/4] xenfb: Add vkbd-only option
 2017-06-13 15:01 UTC  (4+ messages)
` [Qemu-devel] [PATCH 3/4] ui/input: Add activate/remove for keyboard handlers

[PATCH 2/2] dt-bindings: iio: temperature: Add bindings for TSYS01 temperature sensor
 2017-06-13 15:53 UTC  (2+ messages)

[PATCH 1/2] iio: temperature: tsys01: Add OF match table
 2017-06-13 15:52 UTC  (2+ messages)

Ceph ISA-L git submodule
 2017-06-13 15:51 UTC 

[PATCH v8 0/5] firmware: add driver data API
 2017-06-13 15:50 UTC  (8+ messages)
` [PATCH v9 "
  ` [PATCH v9 1/5] firmware: add extensible driver data params

Toggling link state breaks network connectivity
 2017-06-13 15:50 UTC  (7+ messages)

[PATCH 1/2] drm/vc4: Add T-format scanout support
 2017-06-13 15:49 UTC  (5+ messages)
` [PATCH 2/2] drm/vc4: Add get/set tiling ioctls

Incorrect Comment in xen/include/asm-x86/hvm/svm/vmcb.h
 2017-06-13 15:49 UTC 

[PATCH RESEND] i2c: add sc18is600 driver
 2017-06-13 15:47 UTC 

64fa03de33: BUG:Dentry_still_in_use
 2017-06-13 15:47 UTC  (7+ messages)
    ` [PATCH v4] Introduce v3 namespaced file capabilities

[PATCH lttng-tools v2] Fix: Send remove channel to notification thread only when necessary
 2017-06-13 15:45 UTC 

[PATCH net] net: phy: Fix MDIO_THUNDER dependencies
 2017-06-13 15:45 UTC  (2+ messages)

[qa-tools][PATCH 1/4] external/testopia: Modify commands to get Product and Environment
 2017-06-13 15:47 UTC  (4+ messages)
` [qa-tools][PATCH 2/4] poduct/init: Add functions to get product and environment names
` [qa-tools][PATCH 3/4] testopia_update/utils: Add utils directory
` [qa-tools][PATCH 4/4] testopia_update: Add support to create_wiki functionality

[PATCH v2] HID: Replace semaphore driver_lock with mutex
 2017-06-13 15:43 UTC  (4+ messages)

[PATCH babeltrace stable-1.5] Fix: use LDFLAGS instead of LIBS for python bindings
 2017-06-13 15:41 UTC 

[PATCH 00/20] rsi driver enhancements
 2017-06-13 15:43 UTC  (2+ messages)

[PATCH] nvme: fix string_matches() helper
 2017-06-13 15:42 UTC  (2+ messages)

[PATCH] adwaita-icon-theme: add a patch to speed up the do_install() task
 2017-06-13 15:41 UTC 

[PATCH V3] cxl: Fixes for Coherent Accelerator Interface Architecture 2.0
 2017-06-13 15:41 UTC 

[PATCH v2] staging: vboxvideo: Add vboxvideo to drivers/staging
 2017-06-13 15:41 UTC  (11+ messages)

[PATCH v2 0/5] perf: Enabling PMUv3 on 32bit ARM systems
 2017-06-13 15:40 UTC  (3+ messages)
` [PATCH v2 4/5] ARM: perf: Allow the use of the PMUv3 driver on 32bit ARM

[PATCH] runqemu: change terminal settings for valid tty's
 2017-06-13 15:39 UTC 

[PATCH] multipath-tools: replace 64bit archs macros by __LP64__
 2017-06-13 15:38 UTC  (4+ messages)

[PATCH] storvsc: use default I/O timeout handler for FC devices
 2017-06-13 15:38 UTC  (2+ messages)
` [Possible Phish Fraud][PATCH] "

[PATCH] ip6_tunnel: Correct tos value in collect_md mode
 2017-06-13 15:37 UTC  (3+ messages)

[PATCH RFC] Smack: More sanity in the use of Netlabel
 2017-06-13 15:37 UTC  (2+ messages)

[PATCH 1/2] input: elants: support old touch report format
 2017-06-13 15:29 UTC  (2+ messages)
` [PATCH 2/2] input: elants: support common touchscreen DT properties

[PATCH lttng-tools] Fix: notification test: resources leak and return handling
 2017-06-13 15:34 UTC 

[PATCH] firmware/vgabios: Port PCI based VBE LFB discovery method from QEMU fork
 2017-06-13 15:35 UTC  (3+ messages)

[PATCH v3] clk: bcm2835: remove remains from stub clk driver
 2017-06-13 15:35 UTC  (2+ messages)

[Buildroot] [PATCH] scancpan: update with MetaCPAN API v1
 2017-06-13 15:35 UTC 

[ANNOUNCE]: Broadcom (Emulex) FC Target driver - efct
 2017-06-13 15:34 UTC  (6+ messages)

lost events in a trace
 2017-06-13 15:31 UTC 

[PATCH] git-stash: fix pushing stash with pathspec from subdir
 2017-06-13 15:33 UTC  (2+ messages)

[PATCH 0/5] Fix even more random compiler warnings
 2017-06-13 15:32 UTC  (6+ messages)
` [PATCH 1/5] libfdisk: cleanup sun label checksum usuage
` [PATCH 2/5] libfdisk: fix guid usage of packed structure gpt_entry
` [PATCH 3/5] libsmartcols: fix warning "unused parameter"
` [PATCH 4/5] wall: fix OSX getgrouplist, gid_t* vs int*
` [PATCH 5/5] tests: add more tests for line(1)

next/master build: 208 builds: 2 failed, 206 passed, 2 errors, 147 warnings (next-20170613)
 2017-06-13 15:32 UTC  (2+ messages)

mlx debug build error with clang
 2017-06-13 15:32 UTC 

[PATCH] parser: Remove escape from the state transitions
 2017-06-13 15:31 UTC  (9+ messages)

[PATCH] nvme-pci: another 64-bit division for the host memory buffer code
 2017-06-13 15:31 UTC 

[PATCH] vfio: Use ERR_CAST() instead of open coding it
 2017-06-13 15:30 UTC  (3+ messages)

[PATCH] net: rps: fix uninitialized symbol warning
 2017-06-13 15:30 UTC  (2+ messages)

[PATCH v10 0/1] [media] i2c: add support for OV13858 sensor
 2017-06-13 15:29 UTC  (5+ messages)
` [PATCH v10 1/1] "

[PATCH v4 0/2] drm/i915: SKL+ render decompression support
 2017-06-13 15:29 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: SKL+ render decompression support (rev5)

[Qemu-devel] [PATCH v20 00/30] qcow2: persistent dirty bitmaps
 2017-06-13 15:28 UTC  (5+ messages)
` [Qemu-devel] [PATCH v20 13/30] block: new bdrv_reopen_bitmaps_rw interface


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.