All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-08-12 15:44:58 to 2015-08-12 16:42:22 UTC [more...]

[PATCH 1/2] tools: libxl: Remove unnecessary trailing \n from log messages
 2015-08-12 16:42 UTC  (2+ messages)

[U-Boot] [PATCH 0/3] sunxi: display: Add overscan correction
 2015-08-12 16:42 UTC  (6+ messages)
` [U-Boot] [PATCH 3/3] "

[GIT PULL 00/13] perf/core improvements and fixes
 2015-08-12 16:40 UTC  (13+ messages)
` [PATCH 02/13] perf trace: Add missing clockid entries
` [PATCH 03/13] perf sort: Check for SRCLINE_UNKNOWN case in "srcfile" processing
` [PATCH 04/13] perf trace: Use the FD beautifier for socket syscall fds
` [PATCH 05/13] perf trace: Beautify keyctl's option arg
` [PATCH 06/13] perf ui browser: Introduce ui_browser__write_nstring()
` [PATCH 07/13] perf ui browser: Introduce ui_browser__printf()
` [PATCH 08/13] perf hists browser: Make ESC unzoom as well
` [PATCH 09/13] perf probe: Fix to show lines of sys_ functions correctly
` [PATCH 10/13] perf callchain: Per-event type selection support
` [PATCH 11/13] perf callchain: Allow disabling call graphs per event
` [PATCH 12/13] perf report: Show call graph from reference events
` [PATCH 13/13] perf tests: Add tests to callgraph and time parse

[PATCH v2 00/16] Introduce a tempfile module
 2015-08-12 16:41 UTC  (5+ messages)
` [PATCH v2 12/16] diff: use "

[PATCH 0/8] Extensible SDK fixes
 2015-08-12 16:41 UTC  (3+ messages)
` [PATCH 8/8] devtool: add sdk.py plugin

[Qemu-devel] [Bug 1321028] Re: qemu-system-ppc : file systems are not shutting down clean
 2015-08-12 16:35 UTC 

ieee1588fwd.c implementation
 2015-08-12 16:41 UTC  (3+ messages)

[Qemu-devel] [PATCH 00/10] translate-all.c thread-safety
 2015-08-12 16:41 UTC  (13+ messages)
` [Qemu-devel] [PATCH 01/10] cpus: protect work list with work_mutex
` [Qemu-devel] [PATCH 02/10] cpus: remove tcg_halt_cond global variable
` [Qemu-devel] [PATCH 03/10] replace spinlock by QemuMutex
` [Qemu-devel] [PATCH 04/10] exec-all: remove non-TCG stuff from exec-all.h header
` [Qemu-devel] [PATCH 05/10] cpu-exec: elide more icount code if CONFIG_USER_ONLY
` [Qemu-devel] [PATCH 06/10] tcg: code_bitmap is not used by user-mode emulation
` [Qemu-devel] [PATCH 07/10] tcg: comment on which functions have to be called with mmap_lock held
` [Qemu-devel] [PATCH 08/10] tcg: add memory barriers in page_find_alloc accesses
` [Qemu-devel] [PATCH 09/10] exec: make mmap_lock/mmap_unlock globally available
` [Qemu-devel] [PATCH 10/10] cpu-exec: fix lock hierarchy for user-mode emulation
` [Qemu-devel] [PATCH 11/10] tcg: comment on which functions have to be called with tb_lock held
` [Qemu-devel] [PATCH 12/10] tcg: protect TBContext with tb_lock

[PATCH v10 00/13] port tag.c to use ref-filter APIs
 2015-08-12 16:40 UTC  (12+ messages)
` [PATCH v10 02/13] ref-filter: print output to strbuf for formatting
` [PATCH v10 04/13] utf8: add function to align a string into given strbuf
` [PATCH v10 05/13] ref-filter: implement an `align` atom

[U-Boot] [RFC PATCH] Makefile: Add SOURCE_DATE_TZ
 2015-08-12 16:40 UTC  (2+ messages)
` [U-Boot] [U-Boot,RFC] "

[PATCH] ARM/EP93xx/timer: Migrate to new 'set-state' interface
 2015-08-12 16:39 UTC  (3+ messages)

[PATCH] systemd: update SRC_URI
 2015-08-12 16:33 UTC 

[PATCH 1/6] drm/i915/skl: Enable DDI-E
 2015-08-12 16:38 UTC  (7+ messages)
` [PATCH 4/6] drm/i915: eDP can be present on DDI-E

[Buildroot] [PATCH] linux: handle read-only dts files
 2015-08-12 16:37 UTC  (6+ messages)

[PATCH 0/2] support compressed kernels on ARM64
 2015-08-12 16:35 UTC  (6+ messages)
` [PATCH 1/2] xen: move perform_gunzip to common
` [PATCH 2/2] xen/arm: support compressed kernels

[PATCH] xen/x86: Fix up rules when forcing -mno-sse
 2015-08-12 16:34 UTC  (5+ messages)

[PATCH v3] iio: adc: xilinx-xadc: Push interrupts into threaded context
 2015-08-12 16:33 UTC  (6+ messages)
` [PATCH v4] iio: adc: xilinx-xadc: Push interrupts into hardirq context

[PATCH 00/13] x86/RAS queue for 4.3
 2015-08-12 16:29 UTC  (14+ messages)
` [PATCH 01/13] x86/mce: Reuse one of the u16 padding fields in struct mce
` [PATCH 02/13] x86/mce: Provide a lockless memory pool to save error records
` [PATCH 03/13] x86/mce: Don't use percpu workqueues
` [PATCH 04/13] x86/mce: Remove the MCE ring for Action Optional errors
` [PATCH 05/13] x86/mce: Avoid potential deadlock due to printk() in MCE context
` [PATCH 06/13] x86/mce: Kill drain_mcelog_buffer()
` [PATCH 07/13] x86/mce: Remove unused function declarations
` [PATCH 08/13] x86/mce: Clear Local MCE opt-in before kexec
` [PATCH 09/13] x86/mce: Reenable CMCI banks when swiching back to interrupt mode
` [PATCH 10/13] RAS: Add a menuconfig option with descriptive text
` [PATCH 11/13] x86/mce: Rename rcu_dereference_check_mce() to mce_log_get_idx_check()
` [PATCH 12/13] x86/mce: Add a wrapper around mce_log() for injection
` [PATCH 13/13] x86/ras: Move AMD MCE injector to arch/x86/ras/

[acpi] WARNING: CPU: 0 PID: 1 at kernel/memremap.c:53 memremap()
 2015-08-12 16:33 UTC 

[PATCH v2 1/2] cr-daily-branch: Begin to support other reasons for forcing a baseline
 2015-08-12 16:31 UTC  (6+ messages)
` [PATCH v2 2/2] cambridge: arrange to test each new baseline

[PATCH nd/dwim-wildcards-as-pathspecs] t2019: skip test requiring '*' in a file name non Windows
 2015-08-12 16:28 UTC  (3+ messages)

[PATCH] pinctrl-zynq.c: Fix typos in smc0_nand_grp and smc0_nor_grp
 2015-08-12 16:27 UTC  (4+ messages)

[PATCH 1/6] ip/ipnetns: prevent potential string buffer overflow
 2015-08-12 16:27 UTC  (7+ messages)
` [PATCH 2/6] misc/ss: avoid NULL pointer dereference
  ` [PATCH 3/6] misc/ss: simplify buffer realloc, fix checking realloc failure
    ` [PATCH 4/6] misc/ss: add missing fclose() calls
      ` [PATCH 5/6] lib/namespace: don't leak fd in error case
          ` [PATCH 6/6] misc/ss: fix memory leak in user_ent_hash_build()

[Qemu-devel] [PATCH for-2.5 00/30] 680x0 instructions emulation
 2015-08-12 16:27 UTC  (4+ messages)
` [Qemu-devel] [PATCH for-2.5 16/30] m68k: Add all access modes and data sizes to some 680x0 instructions

RFC: prepare for struct scatterlist entries without page backing
 2015-08-12 16:26 UTC  (20+ messages)
` [PATCH 29/31] parisc: handle page-less SG entries
` [PATCH 31/31] dma-mapping-common: skip kmemleak checks for "

[PATCH] mtd: nand: pxa3xx-nand: fix random command timeouts
 2015-08-12 16:22 UTC 

[PATCH net-next] bpf: fix build warnings and add function read_trace_pipe()
 2015-08-12 16:25 UTC  (2+ messages)

dm-snap deadlock in pending_complete()
 2015-08-12 16:25 UTC  (4+ messages)

[PATCH v5 00/17] Add VT-d Posted-Interrupts support
 2015-08-12 16:23 UTC  (7+ messages)
` [PATCH v5 05/17] vmx: Extend struct pi_desc to support VT-d Posted-Interrupts
` [PATCH v5 06/17] vmx: Add some helper functions for Posted-Interrupts
` [PATCH v5 11/17] vt-d: Add API to update IRTE when VT-d PI is used

[PATCH v3 0/6] iio: bmg160: Add SPI connection
 2015-08-12 16:16 UTC  (11+ messages)
` [PATCH v3 1/6] iio: bmg160: Use i2c regmap instead of direct i2c access
` [PATCH v3 2/6] iio: bmg160: Remove i2c_client from data struct
` [PATCH v3 3/6] iio: bmg160: Use generic dev_drvdata
` [PATCH v3 4/6] iio: bmg160: Remove remaining uses of i2c_client
` [PATCH v3 5/6] iio: bmg160: Separate i2c and core driver

[PATCH v8 0/7] arm64: Add kernel probes (kprobes) support
 2015-08-12 16:22 UTC  (4+ messages)
` [PATCH v8 7/7] kprobes: Add arm64 case in kprobe example module

DomU creation appears to hang when disabling the unix domain socket for oxenstored
 2015-08-12 16:21 UTC 

[PATCH v2 net-next] bpf: fix bpf_perf_event_read() loop upper bound
 2015-08-12 16:21 UTC  (3+ messages)

[linux-3.4 test] 60657: regressions - FAIL
 2015-08-12 16:21 UTC 

[PATCH iproute2 net-next 0/2] iplink: bridge: add vlan filtering support and show more attributes
 2015-08-12 16:21 UTC  (5+ messages)
` [PATCH iproute2 net-next 1/2] iplink: bridge: add ageing_time, stp_state and priority when showing attributes
` [PATCH iproute2 net-next 2/2] iplink: bridge: add support for IFLA_BR_VLAN_FILTERING attribute

KVM Live migration with GICv3
 2015-08-12 16:34 UTC  (7+ messages)

[PATCH RESEND] power: bq24190_charger: Fix charge type sysfs property
 2015-08-12 16:20 UTC  (6+ messages)
` [RFC] TI BQ242xx Battery Charger Development/Consolidation Plans

[PATCH] power: align wakeup_sources format
 2015-08-12 16:20 UTC  (2+ messages)

[regression] x86/signal/64: Fix SS handling for signals delivered to 64-bit programs breaks dosemu
 2015-08-12 16:19 UTC  (4+ messages)

btrfs check --repair crash, and btrfs-cleaner crash
 2015-08-12 16:18 UTC  (12+ messages)
` Btrfs progs release 4.1.1
        ` kernel BUG at fs/btrfs/extent-tree.c:8113! (4.1.3 kernel)

[PATCH 2/2] drivers/usb: Delete XHCI command timer if necessary
 2015-08-12 16:18 UTC  (4+ messages)

Design doc of adding ACPI support for arm64 on Xen - version 2
 2015-08-12 16:18 UTC  (7+ messages)

[GIT PULL 0/2] EFI changes for v4.3 (part two)
 2015-08-12 16:17 UTC  (4+ messages)
` [PATCH 1/2] arm64: apei: implement arch_apei_get_mem_attributes()
` [PATCH 2/2] acpi, apei: use appropriate pgprot_t to map GHES memory

[review-request] [v2] bbarrosp/build-button
 2015-08-12 16:15 UTC 

[PATCH] IGMP: Inhibit reports for local multicast groups
 2015-08-12 16:13 UTC 

[PATCH] drm/i915:gen9: Add WA for disable gather at set shader bit
 2015-08-12 16:03 UTC  (2+ messages)
` [PATCH v2] "

VDSO
 2015-08-12 16:14 UTC  (2+ messages)

Panic with demuxed ipv4 multicast udp sockets on 4.0.4
 2015-08-12 16:13 UTC  (8+ messages)

[Ksummit-discuss] [TECH TOPIC] Media Controller
 2015-08-12 16:12 UTC  (5+ messages)

proper remote ref namespaces
 2015-08-12 16:10 UTC  (2+ messages)

[PATCH OSSTEST] ts-xen-install: Install netcat-openbsd
 2015-08-12 16:09 UTC 

[PATCH 0/2] of: fsl/fman: reuse the fixed node parsing code
 2015-08-12 16:03 UTC  (12+ messages)

Changes for getaddrinfio()
 2015-08-12 16:08 UTC 

[PATCH iproute2 0/3] iplink: shortify printing the usage of bridge
 2015-08-12 16:08 UTC  (2+ messages)

[PATCH] x86/p2m: clear_identity_p2m_entry() must cope with 'relaxed' RDM mode
 2015-08-12 16:06 UTC  (2+ messages)

[PATCH 0/7] drm/i915: Move DP link parameters out from intel_dp
 2015-08-12 16:04 UTC  (2+ messages)

[U-Boot] [PATCH 0/5] sunxi: display: add support for eDP panels connected via an anx9804 bridge chip
 2015-08-12 16:04 UTC  (4+ messages)
` [U-Boot] [PATCH 4/5] video: Add support for the ANX9804 parallel lcd to dp "

[PATCH] spi/spi-xilinx: Fix mixed poll/irq mode
 2015-08-12 16:04 UTC  (2+ messages)

[Ksummit-discuss] [BELATED CORE TOPIC] context tracking / nohz / RCU state
 2015-08-12 16:03 UTC  (9+ messages)
    `  "

[PATCH] v4l2grab: print function name and ioctl number on failure
 2015-08-12 15:56 UTC 

[iproute PATCH] ip-link: fix minor typo in manpage
 2015-08-12 16:02 UTC  (2+ messages)

[PATCH v2 0/7] Initial support for user namespace owned mounts
 2015-08-12 15:54 UTC  (2+ messages)

[PATCH] sky2: Add module parameter for passing the MAC address
 2015-08-12 16:00 UTC  (6+ messages)
` [PATCH v2 net-next] sky2: use random address if EEPROM is bad

[PATCH v5 0/6] support "cpu_isolated" mode for nohz_full
 2015-08-12 16:00 UTC  (4+ messages)
` [PATCH v5 2/6] cpu_isolated: add initial support

[U-Boot] TS4800 patch status
 2015-08-12 15:59 UTC  (2+ messages)

Toaster Minutes 8/12/15
 2015-08-12 15:58 UTC 

[PATCH] tcp: add window scaling support
 2015-08-12 15:57 UTC 

pack negotiation algorithm between 2 share-nothing repos
 2015-08-12 15:55 UTC  (2+ messages)

[PATCH v1 0/2] Enable legacy behaviour for Push constants
 2015-08-12 15:55 UTC  (4+ messages)
` [PATCH v1 2/2] drm/i915/gen9: Disable gather at set shader bit

[PATCH v2 00/10] Platform support for thermal management on Juno
 2015-08-12 15:55 UTC  (5+ messages)
` [PATCH v2 10/10] arm64: dts: Create SoC thermal zone for Juno
    ` [lm-sensors] "

[PATCH v2 09/11] drm/exynos: remove exynos_drm_create_enc_conn()
 2015-08-12 15:54 UTC  (8+ messages)
` [PATCH v2 10/11] drm/exynos: fold encoder setup into exynos_drm_load()
  ` [PATCH v2 11/11] drm/exynos: remove struct exynos_drm_encoder layer

[PATCH] progress: Check for NULL filename
 2015-08-12 15:53 UTC 

[PATCH 0/6] irqchip: GICv2/v3: Add support for irq_vcpu_affinity
 2015-08-12 15:51 UTC  (7+ messages)
` [PATCH 5/6] irqchip: GICv3: Don't deactivate interrupts forwarded to a guest

[PATCH 0/2] RFC: m2m device fixes
 2015-08-12 15:50 UTC  (5+ messages)
` [PATCH 2/2] [media] m2m: fix bad unlock balance

[GIT PULL] MODSIGN: Use PKCS#7 for module signatures [ver #7a]
 2015-08-12 15:51 UTC  (12+ messages)

[v3 3/3] serial: 8250_dw: Add UPF_SKIP_TEST to flags depend on device tree
 2015-08-12 15:51 UTC  (3+ messages)

[PATCH] Drivers: hv: vmbus: fix init_vp_index() for reloading hv_netvsc
 2015-08-12 15:50 UTC  (6+ messages)

arm kernel oops in highmem.c with 4.2
 2015-08-12 15:50 UTC  (13+ messages)

[U-Boot] [PATCH] imx: mx27 implement get_cpu_rev
 2015-08-12 15:50 UTC  (2+ messages)

[PATCH v2 1/3] drm/atomic-helper: Implement drm_atomic_helper_duplicate_state()
 2015-08-12 15:50 UTC  (3+ messages)
` [PATCH v2 3/3] drm/tegra: Implement subsystem-level suspend/resume

PROBLEM: XFS on ARM corruption 'Structure needs cleaning'
 2015-08-12 15:49 UTC  (8+ messages)
        ` enabling libgcc for 64-bit divisions, was "

[PATCH] staging: media:lirc: Added a newline character after declaration
 2015-08-12 15:49 UTC  (2+ messages)

[U-Boot] [PATCH 1/4] imx: add cpu type for i.MX2 and i.MX3
 2015-08-12 15:49 UTC  (3+ messages)
` [U-Boot] [PATCH 4/4] imx-common: consolidate macros and prototypes into sys_proto.h

[PATCH for-4.6] libxl: fix libxl__build_hvm error code return path
 2015-08-12 15:49 UTC  (2+ messages)

[PATCH v1 1/1] mmc: atmel-mci: allow DMA transfers for AVR32
 2015-08-12 15:49 UTC  (2+ messages)
` [PATCH] [wip] repair mci dma transfers for avr32

[Qemu-devel] [PATCH v3 0/5] block: Drop BDS.filename
 2015-08-12 15:48 UTC  (6+ messages)
` [Qemu-devel] [PATCH v3 1/5] block: Change bdrv_get_encrypted_filename()
` [Qemu-devel] [PATCH v3 2/5] block: Avoid BlockDriverState.filename
` [Qemu-devel] [PATCH v3 3/5] block: Add bdrv_filename()
` [Qemu-devel] [PATCH v3 4/5] block: Drop BlockDriverState.filename
` [Qemu-devel] [PATCH v3 5/5] iotests: Test changed Quorum filename

[PATCH OSSTEST 0/7] Fixes for distros-debian-* flights on armhf
 2015-08-12 15:47 UTC  (5+ messages)
` [PATCH OSSTEST 3/7] ts-debian-di-install: Install pv-menu-list in ARM guests, always

[PATCH v3 1/1] misc: sram: add dev_pm_ops to support module power gate
 2015-08-12 15:47 UTC  (2+ messages)

[U-Boot] [PATCH] drivers: watchdog: add MAX6373 WDT support
 2015-08-12 15:46 UTC  (2+ messages)

[PATCH 00/11] drm/i915: Port A HPD and other HPD cleanups
 2015-08-12 15:44 UTC  (6+ messages)
` [PATCH 07/11] drm/i915: Add port A HPD support for ILK/SNB
` [PATCH 08/11] drm/i915: Add port A HPD support for IVB/HSW
` [PATCH 09/11] drm/i915: LPT:LP needs port A HPD enabled in both north and south
` [PATCH 10/11] drm/i915: Add port A HPD support for BDW
` [PATCH 11/11] drm/i915: Add port A HPD support for SPT


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.