All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-10-09 18:32:20 to 2015-10-09 20:08:29 UTC [more...]

[Qemu-trivial] [PATCH v2 0/4] Small optimizations for code using g_malloc0 + memset/memcpy
 2015-10-09 19:13 UTC  (3+ messages)
` [Qemu-trivial] [PATCH v2 2/4] hw/input/tsc210x: Remove superfluous memset
  ` [Qemu-devel] "

[Qemu-trivial] [PATCH 0/5] Small optimizations for code using g_malloc0 + memset/memcpy
 2015-10-08 23:32 UTC  (5+ messages)
` [Qemu-trivial] [PATCH 1/5] hw/dma/pxa2xx: Remove superfluous memset
` [Qemu-trivial] [PATCH 4/5] tests/i44fx-test: No need for zeroing memory before memset
` [Qemu-trivial] [PATCH 5/5] linux-user/syscall: Replace g_malloc0 + memcpy with g_memdup
  ` [Qemu-trivial] [Qemu-devel] "

[PATCH 0/5 V2] fix (mostly) minor nits spotted by gcc sanitization
 2015-10-09 20:08 UTC  (7+ messages)
` [PATCH 1/5] libxfs: avoid negative (and full-width) shifts in radix-tree.c
` [PATCH 2/5] xfs_repair: fix unaligned accesses
` [PATCH 3/5] xfs_logprint: fix some "
` [PATCH 4/5] xfs_metadump: Fix "
` [PATCH 5/5] xfs_repair: fix left-shift overflows

[PATCH v2] tty: fix stall caused by missing memory barrier in drivers/tty/n_tty.c
 2015-10-09 20:08 UTC  (2+ messages)

[PATCH 00/22] Color Management for DRM
 2015-10-09 20:05 UTC  (25+ messages)
` [PATCH 01/22] drm: Create Color Management DRM properties
` [PATCH 02/22] drm: Create Color Management query properties
  ` [Intel-gfx] "
` [PATCH 03/22] drm: Add color correction blobs in CRTC state
` [PATCH 04/22] drm: Add set property support for color manager
` [PATCH 05/22] drm: Add get "
` [PATCH 06/22] drm: Add drm structures for palette color property
` [PATCH 07/22] drm: Add structure to set/get a CTM "
` [PATCH 08/22] drm/i915: Add set property interface for CRTC
` [PATCH 09/22] drm/i915: Create color management files
` [PATCH 10/22] drm/i915: Register color correction capabilities
` [PATCH 11/22] drm/i915: CHV: Load gamma color correction values
` [PATCH 12/22] drm/i915: CHV: Load degamma "
` [PATCH 13/22] drm/i915: CHV: Pipe level Gamma correction
` [PATCH 14/22] drm/i915: CHV: Pipe level degamma correction
` [PATCH 15/22] drm/i915: CHV: Pipe level CSC correction
` [PATCH 16/22] drm/i915: Commit color correction to CRTC
` [PATCH 17/22] drm/i915: Attach color properties "
` [PATCH 18/22] drm/i915: BDW: Load gamma correction values
` [PATCH 19/22] drm/i915: BDW: Pipe level Gamma correction
` [PATCH 20/22] drm/i915: BDW: Load degamma correction values
` [PATCH 21/22] drm/i915: BDW: Pipe level degamma correction
` [PATCH 22/22] drm/i915: BDW: Pipe level CSC correction

[PATCH] nfsd/blocklayout: accept any minlength
 2015-10-09 20:04 UTC  (6+ messages)

Weekly regressions report WW41
 2015-10-09 20:03 UTC  (2+ messages)

[RFC PATCH V2] libselinux: Add selinux_restorecon function
 2015-10-09 20:02 UTC  (3+ messages)

patch "x86/cpufreq: relocate the driver register function" breaks cpu hot(un)plug
 2015-10-09 20:00 UTC  (2+ messages)

[PATCH] block: flush queued bios when the process blocks
 2015-10-09 19:59 UTC  (12+ messages)
      `  "
        ` [dm-devel] "
            ` [PATCH v2] "

VFAT patent EP 0 618 540
 2015-10-09 19:58 UTC  (3+ messages)

[PATCH] staging: rtl8712: usleep_range is preferred over udelay
 2015-10-09 19:57 UTC  (9+ messages)
` [Outreachy kernel] "

[PATCH 1/2] drm: Don't use '\' for string literal concatenation
 2015-10-09 19:57 UTC  (2+ messages)
` [PATCH 2/2] drm: Add DRM_DEBUG_VBL()

[BlueZ] Difference profiles, dbus profiles and plugins ?
 2015-10-09 19:57 UTC  (3+ messages)

[PATCH 0/3] crypto: fixes for Marvell hash
 2015-10-09 19:57 UTC  (13+ messages)
` [PATCH v2 "
  ` [PATCH v3 0/5] "
    ` [PATCH v3 1/5] crypto: ensure algif_hash does not pass a zero-sized state
    ` [PATCH v3 2/5] crypto: marvell: fix stack smashing in marvell/hash.c
    ` [PATCH v3 3/5] crypto: marvell: initialise struct mv_cesa_ahash_req
    ` [PATCH v3 4/5] crypto: marvell: fix wrong hash results
    ` [PATCH v3 5/5] crypto: marvell: factor out common import functions

[Qemu-devel] [PATCH v2] migration: disallow migrate_add_blocker during migration
 2015-10-09 19:53 UTC  (3+ messages)

[PATCH] NVMe: Log Sense Temperature doesn't handle negative values
 2015-10-09 19:52 UTC  (2+ messages)

[PATCH v3 0/9] staging: iio: adc: fix multiple checkpatch issues
 2015-10-09 19:51 UTC  (10+ messages)
` [PATCH v3 1/9] staging: iio: adc: use kernel types u32 and u64
` [PATCH v3 2/9] staging: iio: adc: properly indent to match open paranthesis
` [PATCH v3 3/9] staging: iio: adc: remove explicit comparison to NULL
` [PATCH v3 4/9] staging: iio: adc: remove space after cast
` [PATCH v3 5/9] staging: iio: adc: add spaces around binary operators
` [PATCH v3 6/9] staging: iio: adc: add blank line after declarations
` [PATCH v3 7/9] staging: iio: adc: remove multiple blank lines
` [PATCH v3 8/9] staging: iio: adc: remove the use of CamelCase
` [PATCH v3 9/9] staging: iio: adc: properly indent block comments

[PATCH v2 00/36] x86: Rewrite all syscall entries except native 64-bit
 2015-10-09 19:48 UTC  (16+ messages)
` [PATCH v2 05/36] x86/entry/64/compat: Fix SYSENTER's NT flag before user memory access
        ` [PATCH] x86/entry/64/compat: Document sysenter_fix_flags's reason for existence
` [PATCH v2 07/36] x86/entry/64/compat: After SYSENTER, move STI after the NT fixup
` [PATCH v2 14/36] x86/entry/64/compat: Disable SYSENTER and SYSCALL32 entries
` [PATCH v2 32/36] x86/entry: Micro-optimize compat fast syscall arg fetch

Issue with new LE connection creation
 2015-10-09 19:48 UTC  (4+ messages)

[PATCH v2 1/2] devicetree: add binding for generic mmio clocksource
 2015-10-09 19:48 UTC  (11+ messages)

[Qemu-trivial] [PULL 00/19] Trivial patches for 2015-10-08
 2015-10-08 16:52 UTC  (6+ messages)
` [Qemu-trivial] [PULL 01/19] Add .dir-locals.el file to configure emacs coding style
` [Qemu-trivial] [PULL 04/19] imx_serial: Generate interrupt on tx empty if enabled
` [Qemu-trivial] [PULL 06/19] pci-assign: do not include sys/io.h
` [Qemu-trivial] [PULL 08/19] s/cpu_get_real_ticks/cpu_get_host_ticks/
` [Qemu-trivial] [PULL 16/19] rocker: Use g_new() & friends where that makes obvious sense

Loading modules with an embedded config file seems to fail
 2015-10-08 17:50 UTC  (4+ messages)

GNU GRUB maintenance
 2015-10-08 14:52 UTC  (2+ messages)

[RFC PATCH V3] libselinux: Add selabel_digest function
 2015-10-09 19:45 UTC  (2+ messages)

[PATCH 0/3] Hotplug support for libnvdimm
 2015-10-09 19:44 UTC  (3+ messages)
` [PATCH 3/3] acpi: nfit: Add support for hotplug

[PATCH] brcmfmac: fix waitqueue_active without memory barrier in brcmfmac driver
 2015-10-09 19:44 UTC  (2+ messages)

[libvirt test] 62727: tolerable FAIL - PUSHED
 2015-10-09 19:42 UTC 

[PATCH 0/2] Remove Explicit NULL Comparison
 2015-10-09 19:42 UTC  (6+ messages)
` [PATCH 2/2] staging: rtl8712: Remove NULL comparison
  ` [Outreachy kernel] "

slab.h debugging tags
 2015-10-09 19:40 UTC  (2+ messages)

[PATCH 0/2] Fix hardlinks in overlay
 2015-10-09 19:34 UTC  (3+ messages)
` [PATCH 1/2] fs/overlay: move update and instantiate dentry code to function
` [PATCH 2/2] fs/overlay: use same inodes for hardlinks

[PATCH v2 06/36] x86/entry: Move lockdep_sys_exit to prepare_exit_to_usermode
 2015-10-09 19:34 UTC  (4+ messages)
` [tip:x86/asm] x86/entry, locking/lockdep: Move lockdep_sys_exit() to prepare_exit_to_usermode()

[PATCH 00/17] Armada 370/XP NAND driver
 2015-10-09 19:32 UTC  (7+ messages)
` [PATCH 01/17] arm: pxa: Prepare for NAND clkdev lookup on PXA3xx
` [PATCH 05/17] mtd: nand_mrvl_nfc: Remove keep_config

[PATCH] MAINTAINERS: add maintainers for the Marvell Crypto driver
 2015-10-09 19:22 UTC  (3+ messages)

[PATCH] staging: octeon: Remove extra line from kernel-doc
 2015-10-09 19:29 UTC  (6+ messages)
` [PATCH 0/3] staging: octeon: Fix kernel-doc warnings
  ` [PATCH 1/3] staging: octeon: Remove extra line from kernel-doc
  ` [PATCH 2/3] staging: octeon: Remove /** from regular comments
  ` [PATCH 3/3] staging: octeon: Fix kernel-doc function description

e1000e: hard system lockup on Linux 4.2
 2015-10-09 19:21 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH phosphor-host-ipmid v2] Use SYSTEM bus instead of SESSION
 2015-10-09 19:26 UTC  (3+ messages)
` [PATCH phosphor-host-ipmid v2] Using SYSTEM_BUS than SESSION_BUS

[RFC PATCHv2] x86/pci: Initial commit for new VMD device driver
 2015-10-09 19:22 UTC  (7+ messages)

updated orangefs tree at kernel.org
 2015-10-09 19:22 UTC  (5+ messages)

[RFC PATCH 0/2] VFIO no-iommu
 2015-10-09 19:21 UTC  (8+ messages)
` [RFC PATCH 1/2] vfio: Move vfio.c vfio_core.c
` [RFC PATCH 2/2] vfio: Include no-iommu mode

[PATCH libnftnl] Fix compilation with JSON and XML parsing enabled
 2015-10-09 19:21 UTC 

I have a large patch in the 2000 lines. What to do?
 2015-10-09 19:20 UTC  (3+ messages)

[meta-cloud-services][fido/kilo][PATCH] Remove recipes
 2015-10-09 19:19 UTC  (5+ messages)
` [meta-cloud-services][fido/kilo][PATCH] Remove recipes already provided by other layers

[RFT 0/3] usb: usb3503: Fix probing on Arndale board (missing phy)
 2015-10-09 19:18 UTC  (3+ messages)

[Bug 92214] Flightgear crashes during splashboot with R600 driver and mesa 11.0.2
 2015-10-09 19:17 UTC  (5+ messages)
` [Bug 92214] Flightgear crashes during splashboot with R600 driver, LLVM 3.7.0 "

[Qemu-devel] [PATCH v10 00/10] Block replication for continuous checkpoints
 2015-10-09 19:09 UTC  (5+ messages)
` [Qemu-devel] [PATCH v10 01/10] allow writing to the backing file
` [Qemu-devel] [PATCH v10 02/10] Backup: clear all bitmap when doing block checkpoint

[PATCH] libxc: remove superpages option for pv domains
 2015-10-09 19:08 UTC  (3+ messages)

[PATCH V6] mm: memory hot-add: memory can not be added to movable zone defaultly
 2015-10-09 19:06 UTC  (3+ messages)

[PATCH v2 0/8] mmc: dw_mmc-rockchip: allow tuning using the clk-phase api
 2015-10-09 19:06 UTC  (4+ messages)
` [PATCH v2 4/8] mmc: dw_mmc: Use mmc_regulator_set_vqmmc in start_signal_voltage_switch

[meta-cloud-services][PATCH] openstack-base.bbclass: do not overwrite hosts file
 2015-10-09 19:05 UTC  (3+ messages)

[PATCH] arm-soc: Add Sigma Designs Tango4 port
 2015-10-09 19:01 UTC  (5+ messages)
` [PATCH v2] arm-soc: Add support for Sigma Designs Tango4
  ` [PATCH v3] "

[PATCH 00/13] Add VMX TSC scaling support
 2015-10-09 18:59 UTC  (11+ messages)
` [PATCH 01/13] x86/time.c: Use system time to calculate elapsed_nsec in tsc_get_info()

[PATCH] nvme: fix 32-bit build warning
 2015-10-09 18:58 UTC  (8+ messages)
  ` [PATCH v2] "

[RFCv3 00/12] xfstests: test the btrfs/xfs reflink/dedupe ioctls
 2015-10-09 18:58 UTC  (4+ messages)
  ` [PATCH 03/12] generic/80[0-2]: support xfs in addition to btrfs

crazy idea: big percpu lock (Re: task isolation)
 2015-10-09 18:56 UTC  (4+ messages)

[PATCH] [v4] x86, suspend: Save/restore extra MSR registers for suspend
 2015-10-09 18:55 UTC  (5+ messages)

[PATCH 0/2] Reinstate the helpful message when `git pull --rebase` fails
 2015-10-09 18:55 UTC  (8+ messages)
` [PATCH 2/2] pull --rebase: reinstate helpful message on abort

[GIT PULL 1/3] Keystone SOC driver updates for 4.4
 2015-10-09 18:54 UTC  (5+ messages)

KMS, radeon hdmi audio troubles
 2015-10-09 18:54 UTC 

[Qemu-devel] [PATCH] Exit on reset for armv7-m
 2015-10-09 18:51 UTC  (6+ messages)
` [Qemu-devel] [PATCH] armv7-m: exit on external reset request

[PATCH next 0/30] Passing net through the netfilter hooks
 2015-10-09 18:44 UTC  (11+ messages)
` [PATCH next 0/14] netfilter: Stop guessing net
  ` [PATCH next 0/15] netfilter: Stop guessing net (take 2)
    ` [PATCH next 0/5] netfilter: Pass net into ip_route_me_harder
      ` [PATCH net-next 0/6] net: Pass net through ip fragmention
        ` [PATCH net-next 00/15] net: Pass net through the output path
          ` [PATCH net-next 00/16] net: Pass net through the output path v2
            ` [PATCH net-next 0/3] net: Pass net into defragmentation
            ` [PATCH net-next 1/3] ipv4: Only compute net once in ip_call_ra_chain
            ` [PATCH net-next 2/3] ipv4: Pass struct net into ip_defrag and ip_check_defrag
            ` [PATCH net-next 3/3] ipv6: Pass struct net into nf_ct_frag6_gather

[PATCH][RFC] mm: Introduce kernelcore=reliable option
 2015-10-09 18:51 UTC  (7+ messages)

[U-Boot] [PATCH] Tegra210: add QSPI driver
 2015-10-09 18:50 UTC  (3+ messages)

[PATCH 00/44] kdbus cleanups
 2015-10-09 18:49 UTC  (19+ messages)
` [PATCH 24/44] kdbus: Cleanup kdbus_conn_unicast()
` [PATCH 25/44] kdbus: Cleanup kdbus_cmd_conn_info()
` [PATCH 26/44] kdbus: Cleanup kdbus_pin_dst()
` [PATCH 31/44] kdbus: Cleanup kdbus_conn_move_messages()
` [PATCH 38/44] kdbus: Fix error path in kdbus_user_lookup()
` [PATCH 43/44] kdbus: Give up on failed fd allocation

[GIT PULL 1/2] ARM64: berlin: DT changes for v4.4 (round 1)
 2015-10-09 18:48 UTC  (2+ messages)
` [GIT PULL 2/2] ARM64: berlin: SoC "

[GIT PULL 1/3] ARM: berlin: CPU clock topic for v4.4 (round 1)
 2015-10-09 18:48 UTC  (3+ messages)
` [GIT PULL 2/3] ARM: berlin: DT changes "
` [GIT PULL 3/3] ARM: berlin: SoC "

[GIT PULL] ARM: berlin: Fixes for v4.3 (round 1)
 2015-10-09 18:47 UTC 

Removed from list
 2015-10-09 18:46 UTC 

[PATCH] netfilter: turn NF_HOOK into an inline function
 2015-10-09 18:45 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH] Introduces generic __list_splice_init_rcu();
 2015-10-09 18:38 UTC  (2+ messages)

[lustre-devel] lprocfs Helper Issues
 2015-10-09 18:38 UTC  (9+ messages)

[parted-devel] [PATCH 1/2] Add nonfs partition type 0xda (#1263835)
 2015-10-09 18:35 UTC  (4+ messages)
      `  "

[PATCH] checkpatch: Improve tests for fixes:, long lines and stack dumps in commit log
 2015-10-09 18:33 UTC 

[PATCH] drm/i915: Convert WARNs during userptr revoke to SIGBUS
 2015-10-09 18:33 UTC  (12+ messages)

[PATCH v2] barriers: introduce smp_mb__release_acquire and update documentation
 2015-10-09 18:33 UTC  (11+ messages)

[PATCH v2 0/5] arm64: Juno: Add support for PCIe on R1 board
 2015-10-09 18:32 UTC  (3+ messages)
` [PATCH v2 2/5] PCI: Add quirk for PLDA's XpressRICH3 host bridge class


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.