All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-04-09 06:17:28 to 2016-04-09 11:29:14 UTC [more...]

[RFC PATCH v2 1/5] bpf: add PHYS_DEV prog type for early driver filter
 2016-04-09 11:29 UTC  (8+ messages)

need customers?
 2016-04-09  9:05 UTC 

[Qemu-devel] [Nbd] [PATCHv3] Improve documentation for TLS
 2016-04-09 11:21 UTC  (4+ messages)

EIO cleanup
 2016-04-09 11:19 UTC  (11+ messages)
` [PATCH 01/10] drm/i915: Force clean compilation with -Werror
` [PATCH 02/10] drm/i915: Disentangle i915_drv.h includes
` [PATCH 03/10] drm/i915: Add GEM debugging Kconfig option
` [PATCH 04/10] drm/i915: Hide the atomic_read(reset_counter) behind a helper
` [PATCH 05/10] drm/i915: Simplify checking of GPU reset_counter in display pageflips
` [PATCH 06/10] drm/i915: Tighten reset_counter for reset status
` [PATCH 07/10] drm/i915: Store the reset counter when constructing a request
` [PATCH 08/10] drm/i915: Simplify reset_counter handling during atomic modesetting
` [PATCH 09/10] drm/i915: Prevent leaking of -EIO from i915_wait_request()
` [PATCH 10/10] drm/i915: Suppress error message when GPU resets are disabled

[PATCH] rewrite t1500-rev-parse.sh
 2016-04-09 11:19 UTC  (2+ messages)
` [PATCH] t1500-rev-parse: rewrite each test to run in isolation

Is the stack layout for an arch standard?
 2016-04-09 11:18 UTC 

[PATCH] uprobes/x86: constify uprobe_xol_ops structures
 2016-04-09 11:17 UTC 

[PATCH] USB: ftdi_sio: constify ftdi_sio_quirk structures
 2016-04-09 11:02 UTC  (2+ messages)

what is the purpose of "LOCALVERSION" variable in scripts/setlocalversion?
 2016-04-09 11:17 UTC  (2+ messages)

[meta-qt5][PATCH] quazip: update to 0.7.2
 2016-04-09 11:15 UTC 

[PATCH v2] iio: potentiometer: add driver for Maxim Integrated DS1803
 2016-04-09 11:12 UTC  (2+ messages)

[PATCH 00/15] Add support for Tegra210 AGIC
 2016-04-09 11:09 UTC  (15+ messages)
` [PATCH 03/15] irqchip/gic: Don't unnecessarily write the IRQ configuration
` [PATCH 04/15] irqchip/gic: WARN if setting the interrupt type fails
` [PATCH 05/15] irqchip: Mask the non-type/sense bits when translating an IRQ
` [PATCH 09/15] irqchip/gic: Don't initialise chip if mapping IO space fails

[regression] cross core scheduling frequency drop bisected to 0c313cb20732
 2016-04-09 11:08 UTC  (11+ messages)

[PATCH] protobuf: add protobuf-c recipe
 2016-04-09 11:07 UTC  (2+ messages)

Finish gen8 legacy semaphores
 2016-04-09 11:02 UTC  (6+ messages)
` [PATCH 1/4] drm/i915: Fix gen8 semaphores id for legacy mode
` [PATCH 2/4] drm/i915: Fix serialisation of pipecontrol write vs semaphore signal
` [PATCH 3/4] drm/i915: Reload PD tables after semaphore wait on gen8
` [PATCH 4/4] drm/i915: Enable semaphores for legacy submission "
` ✗ Fi.CI.BAT: warning for series starting with [1/4] drm/i915: Fix gen8 semaphores id for legacy mode

[CI-ping 1/5] drm/i915: Remove forcewake dance from seqno/irq barrier on legacy gen6+
 2016-04-09 11:02 UTC  (6+ messages)
` [CI-ping 2/5] drm/i915: Separate out the seqno-barrier from engine->get_seqno
` [CI-ping 3/5] drm/i915: Harden detection of missed interrupts
` [CI-ping 4/5] drm/i915: Use simplest form for flushing the single cacheline in the HWS
` [CI-ping 5/5] drm/i915: Replace manual barrier() with READ_ONCE() in HWS accessor
` ✗ Fi.CI.BAT: failure for series starting with [CI-ping,1/5] drm/i915: Remove forcewake dance from seqno/irq barrier on legacy gen6+

Odroid XU4 deadlock
 2016-04-09 11:00 UTC  (5+ messages)

[Qemu-devel] [RFC PATCH 00/18] NBD protocol additions
 2016-04-09 10:57 UTC  (39+ messages)
` [Qemu-devel] [PATCH 01/18] nbd: Don't kill server on client that doesn't request TLS
` [Qemu-devel] [PATCH 02/18] nbd: Don't fail handshake on NBD_OPT_LIST descriptions
` [Qemu-devel] [PATCH 03/18] nbd: More debug typo fixes, use correct formats
` [Qemu-devel] [PATCH 04/18] nbd: Detect servers that send unexpected error values
` [Qemu-devel] [PATCH 05/18] nbd: Reject unknown request flags
` [Qemu-devel] [PATCH 06/18] nbd: Avoid magic number for NBD max name size
` [Qemu-devel] [PATCH 07/18] nbd: Treat flags vs. command type as separate fields
` [Qemu-devel] [PATCH 08/18] nbd: Limit nbdflags to 16 bits
` [Qemu-devel] [PATCH 09/18] nbd: Share common reply-sending code in server
` [Qemu-devel] [PATCH 10/18] nbd: Share common option-sending code in client
` [Qemu-devel] [PATCH 11/18] nbd: Let client skip portions of server reply
` [Qemu-devel] [PATCH 12/18] nbd: Less allocation during NBD_OPT_LIST
` [Qemu-devel] [PATCH 13/18] nbd: Support shorter handshake
` [Qemu-devel] [PATCH 14/18] nbd: Implement NBD_OPT_GO on client
` [Qemu-devel] [PATCH 15/18] nbd: Implement NBD_OPT_GO on server
` [Qemu-devel] [PATCH 16/18] nbd: Support NBD_CMD_CLOSE
` [Qemu-devel] [RFC PATCH 17/18] nbd: Implement NBD_CMD_WRITE_ZEROES on server
` [Qemu-devel] [RFC PATCH 18/18] nbd: Implement NBD_CMD_WRITE_ZEROES on client
` [Qemu-devel] [Nbd] [RFC PATCH 00/18] NBD protocol additions

[PATCH 1/3] MIPS: BMIPS: improve BCM6328 device tree
 2016-04-09 10:57 UTC  (4+ messages)
` [PATCH 1/2] "
  ` [PATCH 2/2] MIPS: BMIPS: improve BCM6368 "

[PATCH v2] bmips: add support for BCM63268
 2016-04-09 10:57 UTC  (2+ messages)
` [PATCH] "

[PATCH v4 1/2] bmips: add BCM6358 support
 2016-04-09 10:56 UTC  (4+ messages)
` [PATCH "
  ` [PATCH 2/2] bmips: add device tree example for BCM6358

[PATCH] ipvs: don't alter conntrack in OPS mode
 2016-04-09 10:53 UTC  (2+ messages)

LOAN
 2016-04-08 22:03 UTC 

[meta-raspberrypi][PATCH] linux-firmware: Rework of brcmfmac43430 firmware handling
 2016-04-09 10:48 UTC 

[PATCH net-next] vxlan: reduce usage of synchronize_net in ndo_stop
 2016-04-09 10:46 UTC 

GPU and machine hang fixes, take 2
 2016-04-09 10:39 UTC  (10+ messages)
` [PATCH 1/4] drm/i915: Prevent machine death on Ivybridge context switching
` [PATCH 2/4] drm/i915: Force ringbuffers to not be at offset 0
` [PATCH 3/4] drm/i915: Move the mb() following release-mmap into release-mmap
` [PATCH 4/4] drm/i915: Late request cancellations are harmful
` ✗ Fi.CI.BAT: warning for series starting with [1/4] drm/i915: Prevent machine death on Ivybridge context switching

[PATCH] sbs-battery: fix power status when battery charging near dry
 2016-04-09 10:38 UTC  (4+ messages)

[PATCH 1/2] wic/utils/partitionedfs.py: assemble .wic images as sparse files
 2016-04-09 10:36 UTC  (2+ messages)

[Qemu-devel] [PATCH] Improve documentation for TLS
 2016-04-09 10:33 UTC  (13+ messages)
      ` [Qemu-devel] [Nbd] "

[PATCH] build: Quote systemd variable names
 2016-04-09 10:31 UTC 

[linux-lvm] Shrinking LVM partition at beginning
 2016-04-09 10:12 UTC 

[PATCH] ipvs: optimize release of connections in OPS mode
 2016-04-09 10:16 UTC  (2+ messages)

[RFC FIX PATCH v0] powerpc,numa: Fix memory_hotplug_max()
 2016-04-09 10:14 UTC  (3+ messages)

[PATCH] ipvs: handle connections started by real-servers
 2016-04-09 10:13 UTC  (2+ messages)

[Buildroot] powerpc 8548: error building eglibc toolchain
 2016-04-09 10:06 UTC 

[PATCH 02/14] IOSF: Add interface for the cases requiring fid
 2016-04-09 10:02 UTC  (3+ messages)

autofs reverts to IPv4 for multi-homed IPv6 server ?
 2016-04-09  9:56 UTC  (7+ messages)

How to get conntrack(CT) data using libnetfilter_queue(NFQUEUE)
 2016-04-09  9:54 UTC 

scrub: Tree block spanning stripes, ignored
 2016-04-09  9:53 UTC  (7+ messages)

[PATCH 1/2] sound: usb: add UAC2 clock sources as mixer controls
 2016-04-09  9:51 UTC  (7+ messages)
` [PATCH 2/2] sound: usb: allow clock source validity interrupts

[PATCH] mtd: nand: pasemi: switch to pr_* functions
 2016-04-09  9:50 UTC  (5+ messages)
` [PATCH V2] "

[lm-sensors] [PATCH v3 00/25] hwmon: (it87) V
 2016-04-09  9:33 UTC 

LOAN
 2016-04-08 22:02 UTC 

[PATCH v2 1/2] sound: usb: add UAC2 clock sources as mixer controls
 2016-04-09  9:21 UTC  (2+ messages)
` [PATCH v2 2/2] sound: usb: allow clock source validity interrupts

[PATCH 1/4] drm/i915: Prevent machine death on Ivybridge context switching
 2016-04-09  9:20 UTC  (3+ messages)
` [PATCH 2/4] drm/i915: Force ringbuffers to not be at offset 0
` [PATCH 4/4] drm/i915: Late request cancellations are harmful

[Qemu-devel] [PATCH] correct comment of MemoryHotplugState
 2016-04-09  9:18 UTC  (5+ messages)

Reviving the LPSS PWM patches
 2016-04-09  9:14 UTC  (8+ messages)

[Qemu-devel] [PATCH] pci_register_bar: cleanup
 2016-04-09  9:16 UTC  (3+ messages)

[LSF/MM TOPIC] Generic page-pool recycle facility?
 2016-04-09  9:11 UTC  (3+ messages)
    ` [Lsf] "

[Qemu-devel] [PATCH] smbios: fix typo
 2016-04-09  9:13 UTC  (3+ messages)

[Qemu-devel] [PATCH v2] doc: Add NBD_CMD_BLOCK_STATUS extension
 2016-04-09  9:08 UTC  (6+ messages)
        ` [Qemu-devel] [Nbd] "

Checkpatch warnings on switch case fallthru
 2016-04-09  9:06 UTC  (2+ messages)

need customers?
 2016-04-09  9:05 UTC 

[PATCH] qdisc: constify meta_type_ops structures
 2016-04-09  8:49 UTC  (2+ messages)

[PATCH] ALSA: constify ct_timer_ops structures
 2016-04-09  9:01 UTC  (6+ messages)

[PATCH] mm: memcontrol: let v2 cgroups follow changes in system swappiness
 2016-04-09  8:58 UTC  (3+ messages)

[PATCH] gpio: sx150x: move platform data into driver
 2016-04-09  8:56 UTC 

Клиентские базы тел +79133913837 (tеlеgram_whatsapp_vibеr) Skype: prodawez389 Email: prodawez128@yandex.ru
 2016-04-09  8:54 UTC 

[U-Boot] ITEAD Board (A20) fails to communicate on boot unless UART is connected
 2016-04-09  8:54 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 0/5] Add param Error ** for msi_init()
 2016-04-09  8:49 UTC  (4+ messages)
` [Qemu-devel] [PATCH v4 1/5] fix some coding style problems

[iptables PATCH] configure: exit if libnftnl is not found
 2016-04-09  8:46 UTC  (3+ messages)

[PATCH 1/2] pci: add pci_unmap_iospace function for PCI_IOBASE
 2016-04-09  8:44 UTC  (10+ messages)
` [PATCH 2/2] pci, acpi: free IO resource during shutdown

[PATCH] nilfs2: constify nilfs_sc_operations structures
 2016-04-09  8:28 UTC  (3+ messages)

[PATCH] mtd: nand: nuc900: allow compiling with COMPILE_TEST
 2016-04-09  8:42 UTC  (3+ messages)

[PATCH] iio: max5487: Add support for Maxim digital potentiometers
 2016-04-09  8:24 UTC  (2+ messages)
` [PATCH v2] "

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] 09cc48777b05ba6c0e1d1d60349afed33a32c514 BUILD SUCCESS
 2016-04-09  8:23 UTC 

AVerMedia HD Volar (A867) AF9035 + MXL5007T driver issues
 2016-04-09  8:13 UTC  (6+ messages)

[PATCH 0/2] x86: add arch_prctl to switch between native/compat modes
 2016-04-09  8:06 UTC  (10+ messages)
` [PATCH 1/2] x86/arch_prctl: add ARCH_SET_{COMPAT,NATIVE} to change compatible mode

[RFC 0/4] Eliminating the execlist retired request queue
 2016-04-09  8:03 UTC  (2+ messages)

[PATCH 0/9] block/scsi: Implement SMR drive support
 2016-04-09  8:01 UTC  (3+ messages)

[LTP] [PATCH] syscalls/msgctl13: fix error when run on the new system
 2016-04-09  7:37 UTC 

[distros-debian-jessie test] 44293: trouble: blocked/broken/pass
 2016-04-09  7:29 UTC 

.queuecommand field in struct scsi_host_template, for sas
 2016-04-09  6:20 UTC 

unable to mount btrfs pool even with -oro,recovery,degraded, unable to do 'btrfs restore'
 2016-04-09  7:24 UTC  (9+ messages)
          ` Missing device handling (was: 'unable to mount btrfs pool...')

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] e8d17b0dad5c2300fe1f2d485a64cd056bd495f4 BUILD SUCCESS
 2016-04-09  7:23 UTC 

[PATCH net-next v2] net: bcmgenet: add BQL support
 2016-04-09  7:20 UTC 

[PATCH] libseccomp: Add parisc architecture support (v2)
 2016-04-09  7:05 UTC 

git segfaults on older Solaris releases
 2016-04-09  7:02 UTC  (5+ messages)

[net-next PATCH 0/5] GRO Fixed IPv4 ID support and GSO partial support
 2016-04-09  6:59 UTC  (10+ messages)
` [next-queue PATCH 0/3] Add support for GSO partial to Intel NIC drivers
  ` [next-queue PATCH 1/3] i40e/i40evf: Add support for GSO partial with UDP_TUNNEL_CSUM and GRE_CSUM
      ` [Intel-wired-lan] "
  ` [next-queue PATCH 2/3] ixgbe/ixgbevf: Add support for GSO partial
      ` [Intel-wired-lan] "
    ` [Intel-wired-lan] [next-queue PATCH 0/3] Add support for GSO partial to Intel NIC drivers

[PATCH] drm: atomic: fix legacy gamma set helper
 2016-04-09  6:56 UTC  (2+ messages)
` ✗ Fi.CI.BAT: warning for "

[PATCH] builtin/log.c: fixup format-patch --base segfault
 2016-04-09  6:41 UTC  (2+ messages)

[PATCH] Fixed grammar mistake in the french localization
 2016-04-09  6:38 UTC 

[PATCH net-next RFC v2 2/2] ipv6: add support for stats via RTM_GETSTATS
 2016-04-09  6:38 UTC 

[PATCH net-next v2 0/2] rtnetlink: new message for stats
 2016-04-09  6:38 UTC 

[PATCH net-next v2 1/2] rtnetlink: add new RTM_GETSTATS message to dump link stats
 2016-04-09  6:38 UTC 

[PATCH] parisc: Add ARCH_TRACEHOOK and regset support
 2016-04-09  6:30 UTC 

[Buildroot] [autobuild.buildroot.net] Build results for 2016-04-08
 2016-04-09  6:30 UTC 

[PATCH 0/2] imap-send: fixes for CRAM-MD5 authentication
 2016-04-09  6:29 UTC  (2+ messages)

[PATCH] parisc: Add 64bit get_user() and put_user() for 32bit kernel
 2016-04-09  6:27 UTC 

[PATCH] drm/i915: add missing condition for committing planes on crtc
 2016-04-09  6:26 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH] parisc: Simplify and speed up get_user() and put_user()
 2016-04-09  6:26 UTC 

DONATION !!!
 2016-04-07 12:01 UTC 

[PATCH V2 00/68] PowerISA 3.0 Radix page table support
 2016-04-09  6:14 UTC  (3+ messages)
` [PATCH V2 67/68] powerpc/mm/radix: Cputable update for radix
` [PATCH V2 68/68] powerpc/mm/radix: Use firmware feature to disable radix


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.