All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-07-26 15:08:54 to 2016-07-26 16:20:20 UTC [more...]

[PATCH 0/4] Fixing a set of bugs for ioapic hotplug
 2016-07-26 16:13 UTC  (5+ messages)
` [PATCH 1/4] x86/ioapic: Support hot-removal of IOAPICs present during boot
` [PATCH 2/4] x86/ioapic: Fix setup_res() failing to get resource
` [PATCH 3/4] x86/ioapic: Fix lost ioapic resource after hot-removal and hotadd
` [PATCH 4/4] x86/ioapic: Fix ioapic failing to request resource

[PATCH net-next 0/3] virtio: style cleanups
 2016-07-26 16:20 UTC  (2+ messages)
` [PATCH net-next 1/3] virtio: whitespace cleanups

2.7% build time regression caused by enabling debug/printk.scc KERNEL_FEATURE
 2016-07-26 16:19 UTC  (3+ messages)

[PATCH] NFSv4: Allow retry of operations that used a returned delegation stateid
 2016-07-26 16:18 UTC  (3+ messages)

[PATCH] 8250: option 'force_polling' for buggy IRQs
 2016-07-26 16:18 UTC  (5+ messages)

[PATCH] netfilter: nft_nth: match every n packets
 2016-07-26 16:17 UTC  (2+ messages)

[Qemu-devel] [PATCH v23 00/12] Block replication for continuous checkpoints
 2016-07-26 16:17 UTC  (3+ messages)
` [Qemu-devel] [PATCH v23 09/12] Implement new driver for block replication

[Qemu-devel] [PATCH v2] iotest: fix python based IO tests
 2016-07-26 16:16 UTC 

[PATCH] x86/hap: use the right cache attributes when MTRR is disabled
 2016-07-26 16:15 UTC 

[PATCH] drm/arm: mali-dp: Set crtc.port to the port instead of the endpoint
 2016-07-26 16:15 UTC 

[Qemu-devel] [PATCH v2] test: port postcopy test to ppc64
 2016-07-26 16:15 UTC  (10+ messages)

[PATCH BUGFIX V4] block: add missing group association in bio-cloning functions
 2016-07-26 16:14 UTC  (2+ messages)

[PATCH 0/3] Allows to copy symlinks to DUTs with testimage
 2016-07-26 16:13 UTC  (5+ messages)
` [PATCH 1/3] oeqa/utils/commands.py: Add oeqa_copy function
` [PATCH 2/3] oeqa/oetest.py: Allow to export packages using symlinks
` [PATCH 3/3] oeqa/utils/sshcontrol.py: Allows to copy symlinks to target

[PATCH V20 00/19] Allow I/O on blocks whose size is less than page size
 2016-07-26 16:11 UTC  (3+ messages)
` [PATCH V20 01/19] Btrfs: subpage-blocksize: Fix whole page read

[Buildroot] [PATCH] package/qt5webkit: needs host-python
 2016-07-26 16:11 UTC  (3+ messages)

[Qemu-arm] [PATCH v2 0/6] Add support for Cadence GEM priority queues
 2016-07-26 16:10 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 2/6] cadence_gem: Add the num-priority-queues property
  ` [Qemu-arm] "
    ` [Qemu-arm] [Qemu-devel] "

[U-Boot] [PATCH 1/2] mmc: sdhci: set to INT_DATA_END when there are data
 2016-07-26 16:10 UTC  (7+ messages)

XDP seeking input from NIC hardware vendors
 2016-07-26 16:08 UTC  (5+ messages)
      ` [iovisor-dev] "

[PATCH 1/2] SUNRPC: accept() may return sockets that are still in SYN_RECV
 2016-07-26 16:08 UTC  (3+ messages)

[PATCH v2 0/8] status: V2 porcelain status
 2016-07-26 16:07 UTC  (6+ messages)
` [PATCH v2 7/8] status: update git-status.txt for --porcelain=v2
` [PATCH v2 8/8] status: tests "

[PATCH v4 00/16] Use merge_recursive() directly in the builtin am
 2016-07-26 16:06 UTC  (18+ messages)
` [PATCH v5 "
  ` [PATCH v5 01/16] t5520: verify that `pull --rebase` shows the helpful advice when failing
  ` [PATCH v5 02/16] Report bugs consistently
  ` [PATCH v5 03/16] Avoid translating bug messages
  ` [PATCH v5 04/16] merge-recursive: clarify code in was_tracked()
  ` [PATCH v5 05/16] Prepare the builtins for a libified merge_recursive()
  ` [PATCH v5 06/16] merge_recursive: abort properly upon errors
  ` [PATCH v5 07/16] merge-recursive: avoid returning a wholesale struct
  ` [PATCH v5 08/16] merge-recursive: allow write_tree_from_memory() to error out
  ` [PATCH v5 09/16] merge-recursive: handle return values indicating errors
  ` [PATCH v5 10/16] merge-recursive: switch to returning errors instead of dying
  ` [PATCH v5 11/16] am -3: use merge_recursive() directly again
  ` [PATCH v5 12/16] merge-recursive: flush output buffer before printing error messages
  ` [PATCH v5 13/16] merge-recursive: write the commit title in one go
  ` [PATCH v5 14/16] merge-recursive: offer an option to retain the output in 'obuf'
  ` [PATCH v5 15/16] Ensure that the output buffer is released after calling merge_trees()
  ` [PATCH v5 16/16] merge-recursive: flush output buffer even when erroring out

[PATCH 0/9] drm: Store clipped coordinates in drm_plane_state
 2016-07-26 16:07 UTC  (10+ messages)
` [PATCH 1/9] drm: Warn about negative sizes when calculating scale factor
` [PATCH 2/9] drm: Store clipped src/dst coordinatee in drm_plane_state
` [PATCH 3/9] drm/plane-helper: Add drm_plane_helper_check_state()
` [PATCH 4/9] drm/i915: Use drm_plane_state.{src,dst,visible}
` [PATCH 5/9] drm/i915: Use drm_plane_helper_check_state()
  ` [PATCH 6/9] drm/rockchip: Use drm_plane_state.{src,dst}
` [PATCH 7/9] drm/rockchip: Use drm_plane_helper_check_state()
` [PATCH 8/9] drm/mediatek: "
` [PATCH 9/9] drm/simple_kms_helper: "

[PATCH] dpkg: use snapshot.debian.org for SRC_URI
 2016-07-26 16:06 UTC  (2+ messages)

dm-mq and end_clone_request()
 2016-07-26 16:06 UTC  (9+ messages)
        ` [dm-devel] "

[PATCH v3 0/4] add support for Allwinner SoCs ADC
 2016-07-26 16:04 UTC  (6+ messages)
` [PATCH v3 1/4] hwmon: iio_hwmon: delay probing with late_initcall

[LTP] [PATCH V3 01/23] Add knob to control whether numa support should be checked
 2016-07-26 16:03 UTC  (10+ messages)
` [LTP] [PATCH V3 04/23] Remove unused __BEGIN_DECLS and __END_DECLS
` [LTP] [PATCH V3 05/23] guard mallocopt() with __GLIBC__
` [LTP] [PATCH V3 06/23] Use unsigned int instead of uint
` [LTP] [PATCH V3 07/23] ptrace: Use int instead of enum __ptrace_request

[PATCH 0/3] drivers: net: cpsw: fix driver loading/unloading
 2016-07-26 16:02 UTC  (5+ messages)
` [PATCH 1/3] net: ethernet: ti: cpdma: fix lockup in cpdma_ctlr_destroy()

[Buildroot] [PATCH v3] configs/warpboard: Generate an sdcard image
 2016-07-26 16:01 UTC 

[Qemu-devel] [Bug 1586756] [NEW] "-serial unix:" option of qemu-system-* is broken in qemu 2.6.0
 2016-07-26 15:51 UTC  (3+ messages)
` [Qemu-devel] [Bug 1586756] "

patch for PCH_GBE rotten packet (Intel EG20T Platform Controller)
 2016-07-26 16:00 UTC 

[Buildroot] [git commit] package/pdbg: new package
 2016-07-26 15:59 UTC 

[RFC PATCH] mm/hugetlb: Avoid soft lockup in set_max_huge_pages()
 2016-07-26 15:58 UTC  (4+ messages)

[PATCH] watchdog: gpio_wdt: Fix missing platform_set_drvdata() in gpio_wdt_probe()
 2016-07-26 15:58 UTC  (2+ messages)

[PATCH 0/2] examples/l2fwd: Add option to enable/disable MAC addresses tweaking
 2016-07-26 15:56 UTC  (3+ messages)
` [PATCH 1/2] examples/l2fwd: Add new "
` [PATCH 2/2] doc: l2fwd: document new --[no-]mac-tweaking option

GPT corruption on Primary Header, backup OK, fixing primary nuked array -- help?
 2016-07-26 15:55 UTC  (6+ messages)

[PATCH] randomize_range: use random long instead of int
 2016-07-26 15:55 UTC  (5+ messages)
` [kernel-hardening] [RFC patch 1/6] random: Simplify API for random address requests
  ` [kernel-hardening] "
    `  "

[Buildroot] [PATCH 1/3 v4] odroid-scripts: New Package
 2016-07-26 15:55 UTC  (6+ messages)
` [Buildroot] [PATCH 3/3 v5] odroid-mali: "

[PATCH] Btrfs: add ASSERT for block group's memory leak
 2016-07-26 15:55 UTC  (2+ messages)

[Buildroot] [PATCH v2] odroid-scripts: select fbset if selected
 2016-07-26 15:54 UTC 

[Ksummit-discuss] [CORE TOPIC] stable workflow
 2016-07-26 15:52 UTC  (9+ messages)

[Bug 141741] New: drm:radeon_get_bios [radeon]] *ERROR* Unable to locate a BIOS ROM
 2016-07-26 15:52 UTC  (2+ messages)
` [Bug 141741] "

[PATCH v2 4/4] btrfs: should block unused block groups deletion work when allocating data space
 2016-07-26 15:51 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 1/3] xen-blkfront: fix places not updated after introducing 64KB page granularity
 2016-07-26 15:48 UTC  (6+ messages)
` [PATCH v2 3/3] xen-blkfront: dynamic configuration of per-vbd resources

[PATCH] hwmon: iio_hwmon: fix memory leak in name attribute
 2016-07-26 15:50 UTC  (2+ messages)

[PATCH v8] x86/mem-sharing: mem-sharing a range of memory
 2016-07-26 15:49 UTC  (4+ messages)

[PATCH 1/2] qemu: add patch to add mips 24KEc CPU definition
 2016-07-26 15:49 UTC  (2+ messages)
` [PATCH 2/2] tune-mips-24k: add QEMU_EXTRAOPTIONS for DSP and MIPS16e cores

[PATCH] xen/kconfig: unify messages of options moved from command line to kconfig
 2016-07-26 15:45 UTC 

[Intel-wired-lan] [next PATCH S40 00/13] i40e/i40evf updates
 2016-07-26 15:48 UTC  (3+ messages)
` [Intel-wired-lan] [next PATCH S40 10/13] i40e: fix lookup table when RSS disabled/enabled

live migrating hvm from 4.4 to 4.7 fails in ioreq server
 2016-07-26 15:48 UTC  (12+ messages)

[PATCH 4.6 000/203] 4.6.5-stable review
 2016-07-26 15:48 UTC  (4+ messages)

[Bug 97038] OpenArena couple times slower using llvm 3.9
 2016-07-26 15:48 UTC  (2+ messages)

[PATCH] ARM: 8579/1: mm: Fix definition of pmd_mknotpresent
 2016-07-26 15:47 UTC  (2+ messages)

[PATCH] alpha_table.h: Syscall 511 is getrandom, not renameat2
 2016-07-26 15:47 UTC  (2+ messages)

[PATCH v2] staging: emxx_udc: allow modular build
 2016-07-26 15:47 UTC  (3+ messages)

Any suggestions for thousands of disk image snapshots ?
 2016-07-26 15:46 UTC  (5+ messages)

[Ksummit-discuss] [TECH TOPIC] asynchronous printk
 2016-07-26 15:44 UTC  (9+ messages)

[Ksummit-discuss] Self nomination
 2016-07-26 15:44 UTC 

[meta-mono][PATCH] mono-4.xx: Remove --disable-static from EXTRA_OECONF
 2016-07-26 15:34 UTC  (3+ messages)

patch "USB: serial: option: add support for Telit LE910 PID 0x1206" added to usb-testing
 2016-07-26 15:44 UTC 

Why does BIOS assign memory to 16 byte BAR
 2016-07-26 15:43 UTC  (8+ messages)

FYI infernalis runs removed from nightlies <EOM>
 2016-07-26 15:43 UTC 

[Qemu-devel] [PATCH 1/1] block: improve error handling in raw_open
 2016-07-26 15:42 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 "

[patch 00/66] cpuhotplug: Convert all priority notifiers to the state machine
 2016-07-26 15:42 UTC  (5+ messages)
` [patch 61/66] timers: Convert to hotplug "

[PATCH] btrfs: backref: Fix soft lockup in __merge_refs function
 2016-07-26 15:41 UTC  (2+ messages)

GFX/UVD PG
 2016-07-26 15:38 UTC  (5+ messages)
  ` [PATCH 1/4] drm/amd/uvd6: Implement PG and clean up MGCG
  ` [PATCH 2/4] drm/amd/amdgpu: Add GFX and UVD PG for Carrizo
  ` [PATCH 3/4] drm/amd/amdgpu: Add GFX and UVD PG for Stoney
  ` [PATCH 4/4] drm/amd/powerplay: Prevent UVD powerdown before init

[Buildroot] [PATCH 1/1] gupnp: bump to version 0.20.18
 2016-07-26 15:37 UTC 

[Qemu-devel] [PATCH v4 00/12] cpu-exec: Safe work in quiescent state
 2016-07-26 15:37 UTC  (3+ messages)
` [Qemu-devel] [PATCH v4 11/12] cpu-exec-common: Introduce async_safe_run_on_cpu()

is meta-mono layer actively supported?
 2016-07-26 15:36 UTC  (2+ messages)

[PATCH] USB: appledisplay: Remove deprecated create_singlethread_workqueue
 2016-07-26 15:35 UTC  (2+ messages)

ble
 2016-07-26 15:35 UTC 

[Buildroot] [PATCH 1/1] gssdp: bump to version 0.14.16
 2016-07-26 15:34 UTC 

[Qemu-devel] [PATCH for-2.6 0/2] Fix regression with the default naming of throttling groups
 2016-07-26 15:34 UTC  (3+ messages)

[PATCH] usb: ftdi-elan: Remove deprecated create_singlethread_workqueue
 2016-07-26 15:34 UTC  (2+ messages)

[PATCH v4] ARM: dts: sun8i: Add dts file for Olimex A33-OLinuXino
 2016-07-26 15:33 UTC  (4+ messages)

[PATCH] Btrfs: fix memory leak of reloc_root
 2016-07-26 15:32 UTC  (2+ messages)

[PATCH] merge: Run commit-msg hook
 2016-07-26 15:32 UTC 

[Intel-wired-lan] [e1000_netpoll] BUG: sleeping function called from invalid context at kernel/irq/manage.c:110
 2016-07-26 15:32 UTC  (4+ messages)
  `  "

[WireGuard] 实现属于自己的一对一高质量询盘
 2016-07-26 15:35 UTC 

[Qemu-arm] [PATCH] i2c: fix migration regression introduced by broadcast support
 2016-07-26 15:31 UTC  (3+ messages)
` [Qemu-devel] "

Some partial kernel configs applied some are ignored
 2016-07-26 15:31 UTC  (2+ messages)

[PATCH v3 0/6] Finally fix watermarks
 2016-07-26 15:29 UTC  (6+ messages)
` [PATCH v3 1/6] drm/i915/skl: Add support for the SAGV, fix underrun hangs
` ✗ Ro.CI.BAT: failure for Finally fix watermarks

[PATCH 0/10] userns: sysctl limits for namespaces
 2016-07-26 15:14 UTC  (8+ messages)
` [PATCH v2 00/10] "

[PATCH] MIPS: Octeon: Improve USB reset code for OCTEON II
 2016-07-26 15:26 UTC 

[Qemu-devel] [PATCH v2 0/6] Fix migration issues with arbitrary cpu-hot(un)plug
 2016-07-26 15:26 UTC  (4+ messages)

[PATCH v2] merge: Run commit-msg hook
 2016-07-26 15:26 UTC 

[PATCH] MIPS: Octeon: Put restrictions on DMA descriptors
 2016-07-26 15:26 UTC 

[PATCH] bash: add patch to build w/ -Wformat-security
 2016-07-26 15:26 UTC 

[PATCH] xen: add static initialization of steal_clock op to xen_time_ops
 2016-07-26 15:26 UTC  (3+ messages)
` [Xen-devel] "

[Ksummit-discuss] [TECH TOPIC] Memory model, using ISO C++11 atomic ops
 2016-07-26 15:23 UTC  (2+ messages)

[Qemu-devel] [PATCH] iotest: fix python based IO tests
 2016-07-26 15:22 UTC  (2+ messages)

[PATCH] Tweak width of epigraph for two-column layout
 2016-07-26 15:22 UTC  (2+ messages)

i2c: slave support framework improvements
 2016-07-26  9:50 UTC  (10+ messages)

[PATCH] lkdtm: fix maybe-uninitialized warning
 2016-07-26 15:21 UTC  (2+ messages)

[Bug 150451] New: (1.-.8.8.8.-.5.1.3.-.5.9.7..8)@ QuickBooks Technical Support Phone Number provides online solution for all USA/CANADA clients
 2016-07-26 15:21 UTC 

[Ksummit-discuss] [TECH TOPIC] Memory model, using ISO C++11 atomic ops
 2016-07-26 15:20 UTC  (3+ messages)

[PATCH] hwmon: (ftsteutates) Fix potential memory access error
 2016-07-26 15:19 UTC  (4+ messages)
` [PATCH] hwmon: (lm75) Improve error handling
` [PATCH] hwmon: (lm90) "
` [PATCH] hwmon: (tmp102) "

[Buildroot] [PATCH] ipkg: needs MMU
 2016-07-26 15:19 UTC  (9+ messages)

[PATCH v3 0/4] license: Sync with SPDX 2.0, pull request
 2016-07-26 15:18 UTC  (3+ messages)

[PATCH 0/2] i2c-dev: Don't let userspace block adapter
 2016-07-26 15:18 UTC  (11+ messages)
` [PATCH 2/2] i2c-dev: Don't block the adapter from unregistering

[PATCH v6] altp2m: Allow shared entries to be copied to altp2m views during lazycopy
 2016-07-26 15:16 UTC  (4+ messages)

[PATCH] semanage: add auditing of changes in records
 2016-07-26 15:15 UTC  (2+ messages)

[v2, RESEND] qtnfmac: announcement of new FullMAC driver for Quantenna chipsets
 2016-07-26 15:15 UTC 

nft_rbtree_lookup: BUG: unable to handle kernel NULL pointer dereference
 2016-07-26 15:15 UTC  (2+ messages)

[PATCH] Use unspaced em dashes consistently
 2016-07-26 15:15 UTC  (2+ messages)

[fs] 54cc07a761: BUG: kernel test crashed
 2016-07-26 15:13 UTC  (7+ messages)
` More information please. "
  ` [LKP] "

Refined set of intel_ringbuffer renames
 2016-07-26 15:12 UTC  (5+ messages)
` [PATCH 08/31] drm/i915: Remove stray intel_engine_cs ring identifiers from i915_gem.c

[PATCH 0/5] add resistive touchscreen support for new Allwinner SoCs' GPADC's driver
 2016-07-26 15:13 UTC  (8+ messages)
` [PATCH 4/5] input: touchscreen: support Allwinner SoCs' touchscreen

[PATCH 0/9] mwifiex patches
 2016-07-26 15:12 UTC  (6+ messages)
` [PATCH 5/9] mwifiex: cfg80211 set_default_mgmt_key handler

[RFC PATCH] i40: remove weak version of i40e_rx_vec_dev_conf_condition_check()
 2016-07-26 15:10 UTC  (5+ messages)
` [PATCH v2] net/i40e: remove weak symbols

[PATCH v1 0/3] Git filter protocol
 2016-07-26 15:18 UTC  (3+ messages)
` [PATCH v1 2/3] convert: modernize tests

[PATCH] mm/memblock.c: fix index adjustment error in __next_mem_range_rev()
 2016-07-26 15:09 UTC  (3+ messages)
  ` 答复: "

[RFC PATCH v2 0/4] net: ethernet: Add support for gmii2rgmii converter
 2016-07-26 15:09 UTC  (8+ messages)
` [RFC PATCH v2 1/4] Documentation: DT: net: Add Xilinx gmiitorgmii converter device tree binding documentation


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.