All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-10-30 11:51:49 to 2015-10-30 12:45:08 UTC [more...]

[RESEND PATCH v3] scsi: stex: Remove use of struct timeval
 2015-10-30 12:45 UTC  (4+ messages)

[Bug 60523] New: Lockup with radeon DPM on Radeon HD5770 (Juniper)
 2015-10-30 12:44 UTC  (2+ messages)
` [Bug 60523] Radeon DPM not working with 2 monitors attached to "

[PATCH phosphor-host-ipmid] rename watchdog interface because it was renamed on the dbus side
 2015-10-30 12:43 UTC  (2+ messages)

[PATCH openbmc 0/2] enable btbridge
 2015-10-30 12:42 UTC  (3+ messages)
` [PATCH openbmc 1/2] Add btbridged recipe
` [PATCH openbmc 2/2] Set btbridged as default host-ipmi-hw provider

[PATCH openbmc] Enable DHCP
 2015-10-30 12:42 UTC  (2+ messages)
` [PATCH openbmc] Make networkd grab dhcp address

[PATCH] clocksource: dw_apb_timer_of: support timer-based delay
 2015-10-30 12:42 UTC  (7+ messages)

[PATCH btbridge v4 0/8] Various fixes to btbridged
 2015-10-30 12:42 UTC  (9+ messages)
` [PATCH btbridge v4 1/8] Remove logic to check for message resends
` [PATCH btbridge v4 2/8] Use builtin make rules
` [PATCH btbridge v4 3/8] Follow dbus naming convention for dbus signal
` [PATCH btbridge v4 4/8] Respect the /org/openbmc/HostIpmi interface
` [PATCH btbridge v4 5/8] Fix incorrect sending of data bytes by ReceivedMessage signal
` [PATCH btbridge v4 6/8] Don't exit on short reads just ignore
` [PATCH btbridge v4 7/8] Improve debugging
` [PATCH btbridge v4 8/8] Makefile improvements, clean target

[RFC 0/2] drm/dsi: DSI for devices with different control bus
 2015-10-30 12:42 UTC  (5+ messages)
` [RFC v2 0/5] "
  ` [RFC v2 2/5] drm/dsi: Try to match non-DT dsi devices

CAN firewall
 2015-10-30 12:42 UTC 

[PATCH] __div64_32: implement division by multiplication for 32-bit arches
 2015-10-30 12:41 UTC  (8+ messages)

UBI/UBIFS: dealing with MLC's paired pages
 2015-10-30 12:41 UTC  (12+ messages)

[meta-java][PATCH 4/4] openjdk-8: add recipes for openjdk-8 and openjre-8
 2015-10-30 12:41 UTC  (4+ messages)

[PATCH] PM / OPP: Protect updates to list_dev with mutex
 2015-10-30 12:40 UTC  (5+ messages)
  ` [PATCH] PM / OPP: Propagate error properly from dev_pm_opp_set_sharing_cpus()

[PATCH] go-net: add SRC_URI checksums
 2015-10-30 12:40 UTC  (2+ messages)

[PATCH] go-sqlite: add SRC_URI checksums
 2015-10-30 12:40 UTC  (2+ messages)

[uml-devel] [uml-user] Possible ways to execute
 2015-10-30 12:39 UTC  (4+ messages)
              ` [uml-devel] [uml-user] Website is in need of many small changes and updates?

[nightly] Core TISDK (daisy/1.6) 2015.06 build 2015-10-30_05-01-41
 2015-10-30 12:39 UTC 

kernel defconfig configuration
 2015-10-30 12:39 UTC  (8+ messages)

[PATCH] lxc: upgrade it to 1.1.4
 2015-10-30 12:38 UTC  (2+ messages)

[RFC v2 0/6] drm: fb emulation: Step 2: Create a fbdev emulation config option
 2015-10-30 12:37 UTC  (7+ messages)
` [PATCH v3 0/3] drm: fb emulation: Remove remaining driver level fb emulation configs
  ` [PATCH v3 2/3] drm/sti: Remove local fbdev emulation Kconfig option

[meta-cloud-services][PATCH 1/2] django-pyscss: uprev to version 2.0.2
 2015-10-30 12:36 UTC  (2+ messages)

[PATCH 0/6 V2] xfs: upfront block zeroing for DAX
 2015-10-30 12:37 UTC  (13+ messages)
` [PATCH 2/6] xfs: introduce BMAPI_ZERO for allocating zeroed extents
` [PATCH 3/6] xfs: Don't use unwritten extents for DAX
` [PATCH 4/6] xfs: DAX does not use IO completion callbacks

[Buildroot] /dev management ?
 2015-10-30 12:36 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/19] buffer/vnc: improve vnc buffer hsndling
 2015-10-30 12:36 UTC  (41+ messages)
` [Qemu-devel] [PATCH 01/19] buffer: make the Buffer capacity increase in powers of two
` [Qemu-devel] [PATCH 02/19] buffer: add buffer_init
` [Qemu-devel] [PATCH 03/19] buffer: add buffer_move_empty
` [Qemu-devel] [PATCH 04/19] buffer: add buffer_move
` [Qemu-devel] [PATCH 05/19] buffer: add buffer_shrink
` [Qemu-devel] [PATCH 06/19] buffer: add tracing
` [Qemu-devel] [PATCH 07/19] vnc: attach names to buffers
` [Qemu-devel] [PATCH 08/19] vnc: kill jobs queue buffer
` [Qemu-devel] [PATCH 09/19] vnc-jobs: move buffer reset, use new buffer move
` [Qemu-devel] [PATCH 10/19] vnc: zap dead code
` [Qemu-devel] [PATCH 11/19] vnc: add vnc_width+vnc_height helpers
` [Qemu-devel] [PATCH 12/19] vnc: factor out vnc_update_server_surface
` [Qemu-devel] [PATCH 13/19] vnc: use vnc_{width, height} in vnc_set_area_dirty
` [Qemu-devel] [PATCH 14/19] vnc: only alloc server surface with clients connected
` [Qemu-devel] [PATCH 15/19] vnc: fix local state init
` [Qemu-devel] [PATCH 16/19] vnc: recycle empty vs->output buffer
` [Qemu-devel] [PATCH 17/19] buffer: factor out buffer_req_size
` [Qemu-devel] [PATCH 18/19] buffer: factor out buffer_adj_size
` [Qemu-devel] [PATCH 19/19] buffer: allow a buffer to shrink gracefully

[Buildroot] [PATCH] fs/ext2: add options for extra space and extra inodes
 2015-10-30 12:35 UTC  (3+ messages)

[Buildroot] [PATCH] php: bump to version 5.6.15
 2015-10-30 12:33 UTC 

Raid array name by mdadm
 2015-10-30 12:32 UTC  (5+ messages)

[PATCH/RFC 0/4] dma ops and virtio
 2015-10-30 12:32 UTC  (5+ messages)
` [PATCH 4/4] s390/virtio: use noop dma ops

[PATCH 00/13] drm/exynos: async G2D and g2d_move()
 2015-10-30 12:31 UTC  (7+ messages)
` [PATCH 06/13] tests/exynos: add fimg2d event test

[PATCH v2] igb_uio: fix igb_uio's access to pci_dev->msi_list for kernels >= 4.3
 2015-10-30 12:30 UTC  (2+ messages)

[PATCH net-next 0/5] dp83640 driver fixes
 2015-10-30 12:14 UTC  (6+ messages)
` [PATCH net-next 1/5] dp83640: Include hash in timestamp/packet matching
` [PATCH net-next 2/5] dp83640: Delay scheduled work
` [PATCH net-next 3/5] dp83640: Prune rx timestamp list before reading from it
` [PATCH net-next 4/5] ptp: Change ptp_class to a proper bitmask
` [PATCH net-next 5/5] dp83640: Only wait for timestamps for packets with timestamping enabled

[PATCH] drm/i915: Treat ringbuffer vaddress type properly when vmapped
 2015-10-30 12:28 UTC  (3+ messages)

[PATCH] ARM64: Enable multi-core scheduler support by default
 2015-10-30 12:29 UTC  (4+ messages)

[Bug 106691] New: BNEP multicast filter is filtering multicast addresses in default case although differently specified
 2015-10-30 12:29 UTC  (2+ messages)
` [Bug 106691] "

[meta-browser] Recipes draft for Chromium V45 and V47
 2015-10-30 12:28 UTC  (4+ messages)

[PATCH 0/8] MADV_FREE support
 2015-10-30 12:28 UTC  (4+ messages)
` [PATCH 4/8] mm: free swp_entry in madvise_free

[PATCH 00/14] drm/i915: FIFO underrun elimination for PCH platforms
 2015-10-30 12:31 UTC  (8+ messages)
` [PATCH 03/14] drm/i915: Enable PCH FIFO underruns later on ILK/SNB/IVB
` [PATCH 08/14] drm/i915: Disable FIFO underrun reporting around IBX transcoder B workaround

[PATCH 0/3] Revert arm64 cache geometry
 2015-10-30 12:27 UTC  (7+ messages)

[U-Boot] [PATCH v2] colibri_vf: Add board_usb_phy_mode function
 2015-10-30 12:26 UTC  (2+ messages)
` [U-Boot] [PATCH v3] "

[PATCH v3] clk: tango4: clkgen driver for Tango4 ARM platforms
 2015-10-30 12:25 UTC  (3+ messages)
  ` [PATCH v4] clk: tango4: clkgen driver for Tango4 platforms

[PATCH 1/2] mfd: sec-core: Rename MFD and regulator names differently
 2015-10-30 12:24 UTC  (4+ messages)
` [PATCH 2/2] regulator: s2mps11: Rename s2mpsxx regulator as *-regulator

[PATCH v2 1/1] IB/sa: Put netlink request into the request list before sending
 2015-10-30 12:23 UTC 

[PATCH] hash: free internal ring when freeing hash
 2015-10-30 12:22 UTC  (2+ messages)
` [PATCH v2] hash: fix scaling by reducing contention

[PATCH 1/1] drm/sti: enable fbdev compatibility through module param
 2015-10-30 12:22 UTC  (3+ messages)

[PATCH net-next v3 0/4] net: clean up interactions of CHECKSUM_PARTIAL and fragmentation
 2015-10-30 12:21 UTC  (4+ messages)

[PATCH 0/8] add vhost TX offload support
 2015-10-30 12:21 UTC  (6+ messages)
` [PATCH 5/8] driver/virtio:enqueue vhost TX offload

[PATCH] oeqa/parselogs: Updated whitelist
 2015-10-30 12:19 UTC 

[PATCH v6 00/15] Big fixes, retries, handle a race condition
 2015-10-30 12:20 UTC  (4+ messages)
` [PATCH v6 07/15] scsi: ufs: set REQUEST_SENSE command size to 18 bytes

Klientskie bazi Tel/Viber/WhatsApp +79133913837 Email: mamontova260@gmail.com Skype: prodawez389 ICQ: 6288862 FOTO ONLINE: http://media.xtwind.com/images/2015/10/19/2ba70554b12778c54b6a8ac82a7cc178.png
 2015-10-27 17:36 UTC 

[PATCH 0/2] Add CONFIG_PERMANENT_CPU_TOPOLOGY [v2]
 2015-10-30 12:19 UTC  (4+ messages)
` [PATCH 1/2] cpu hotplug, add CONFIG_PERMANENT_CPU_TOPOLOGY and keep topology directory for lifetime of CPU [v2]

[PATCH v4 0/3] arm64: EFI stub isolation
 2015-10-30 12:17 UTC  (8+ messages)
` [PATCH v4 3/3] arm64/efi: isolate EFI stub from the kernel proper

[PATCH v6] PCI: Xilinx-NWL-PCIe: Added support for Xilinx NWL PCIe Host Controller
 2015-10-30 12:17 UTC  (3+ messages)

[PATCH 0/2] Virtual PMD using sze2 layer for COMBO cards
 2015-10-30 12:16 UTC  (4+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 4/5] doc: add documentation for szedata2 PMD

kernel tainted while exporting shash context using af_alg interface
 2015-10-30 12:16 UTC  (5+ messages)
      ` crypto: algif_hash - Only export and import on sockets with data

[PATCH 00/13] update + usabilty/build enhancements
 2015-10-30 12:13 UTC  (14+ messages)
` [PATCH 01/13] xfce4-vala: unbreak by telling configure vala API version
` [PATCH 02/13] xfce-polkit: initial add 0.2
` [PATCH 03/13] packagegroup-xfce-extended: xfce-polkit
` [PATCH 04/13] gparted: update to 0.24.0
` [PATCH 05/13] gparted: add gtk-icon-cache to inherit
` [PATCH 06/13] gparted: add polkit support
` [PATCH 07/13] gnulib: move meta-networking -> meta-oe
` [PATCH 08/13] bootstrap.bbclass: initial add
` [PATCH 09/13] netcf: use bootstrap.bbclass
` [PATCH 10/13] gnulib: add native extend
` [PATCH 11/13] fontforge: use bootstrap.bbclass
` [PATCH 12/13] uthash: add native extend
` [PATCH 13/13] fontforge: avoid cloning uthash during do_compile

[PATCH 2/2] drivers:staging:gdm724x Fill all alignment should match open parentheses
 2015-10-30 12:12 UTC  (8+ messages)

[drm-intel:topic/drm-misc 3/6] warning: (DRM_ATMEL_HLCDC && ..) selects DRM_KMS_CMA_HELPER which has unmet direct dependencies (HAS_IOMEM && ..)
 2015-10-30 12:11 UTC 

[PATCH 0/3] tip-queue 2015-10-30
 2015-10-30 12:11 UTC  (4+ messages)
` [PATCH 1/3] x86/mce: Add a Scalable MCA vendor flags bit
` [PATCH 2/3] x86/mce: Add a default case to the switch in __mcheck_cpu_ancient_init()
` [PATCH 3/3] x86/cpu: Add CLZERO detection

[Qemu-devel] [Bug 1511710] [NEW] unknown option --disable-modules
 2015-10-30 12:03 UTC 

[PATCH v3 1/1] usb: xhci: fix checking ep busy for CFC
 2015-10-30 12:15 UTC  (2+ messages)

[PATCH] tools/dpdk_nic_bind.py: alias -s to --summary
 2015-10-30 12:09 UTC 

[PATCH 00/12] usb: early: add support for early printk through USB3 debug port
 2015-10-30 12:09 UTC  (4+ messages)
` [PATCH 01/12] usb: xhci: expose xhci extended capabilities via debugfs

[PATCH v4 18/21] KVM: ARM64: Add PMU overflow interrupt routing
 2015-10-30 12:08 UTC  (4+ messages)

[PATCH v2 1/4] Revert "arm64: kernel: add support for cpu cache information"
 2015-10-30 12:08 UTC  (4+ messages)
` [PATCH v2 4/4] arm64: document the cache policy behavior

[PATCH v4 0/7] Inode security label invalidation
 2015-10-30 11:51 UTC  (3+ messages)
` [Cluster-devel] [PATCH v4 7/7] gfs2: Invalide security labels of inodes when they go invalid
  `  "

[PATCH v8 0/8] perf tools: Add 'perf-config' command
 2015-10-30 11:35 UTC  (9+ messages)
` [PATCH v8 1/8] "
` [PATCH v8 2/8] perf config: Add '--system' and '--user' options to select which config file is used
` [PATCH v8 3/8] perf config: Collect configs to handle config variables
` [PATCH v8 4/8] perf config: Add a option 'list-all' to perf-config
` [PATCH v8 5/8] perf config: Add 'get' functionality
` [PATCH v8 6/8] perf config: Add 'set' feature
` [PATCH v8 7/8] perf config: normalize a value depending on default type of it
` [PATCH v8 8/8] perf config: Add a option 'remove' to perf-config

ASoC: Intel: Add Skylake HDA platform driver
 2015-10-30 12:10 UTC  (2+ messages)

[Qemu-devel] [PATCH for-2.5 v2 0/4] mips: add Global Interrupt Controller
 2015-10-30 12:06 UTC  (5+ messages)
` [Qemu-devel] [PATCH for-2.5 v2 2/4] mips: add Global Config Register block (part)

[PATCH RESEND] scsi: Export SCSI Inquiry data to sysfs
 2015-10-30 12:06 UTC 

[PATCH v4 0/6] virtio core DMA API conversion
 2015-10-30 12:05 UTC  (8+ messages)
` [PATCH v4 2/6] virtio_ring: Support DMA APIs

[PATCH 0/4] PCI: rcar: Add support for ARM64 and multiple instances
 2015-10-30 12:04 UTC  (9+ messages)

[PATCH] i2c: designware: Don't mask TX_EMPTY if write is in progress
 2015-10-30 12:03 UTC  (3+ messages)

[PATCH] NFC: added the sysfs entry for nfcsim workqueue delay
 2015-10-30 12:02 UTC 

[PATCH] dts/ls2080a: update the DTS for QSPI and DSPI support
 2015-10-30 12:01 UTC  (2+ messages)

Should btmgmt be installed?
 2015-10-30 12:00 UTC  (2+ messages)

[PATCH v7 00/32] Introduce HVM without dm and new boot ABI
 2015-10-30 12:00 UTC  (4+ messages)
` [PATCH v7 12/32] xen/x86: add bitmap of enabled emulated devices

lpm patches
 2015-10-30 12:00 UTC 

Recent changes (master)
 2015-10-30 12:00 UTC 

[PATCH i-g-t 0/3] Unify slow/combinatorial test handling
 2015-10-30 11:59 UTC  (7+ messages)
` [PATCH i-g-t 0/3 v2] "
  ` [PATCH i-g-t 2/3] Unify handling of slow/combinatorial tests

[PATCH net-next rfc V2 0/2] basic busy polling support for vhost_net
 2015-10-30 11:58 UTC  (2+ messages)

[PATCH] arm64/efi: move arm64 specific stub C code to libstub
 2015-10-30 11:57 UTC  (4+ messages)

[PATCH v2] Staging: comedi: vmk80xx: Replace semaphore with mutex
 2015-10-30 11:57 UTC  (2+ messages)
` [Outreachy kernel] "

[PATCH v3 RESEND] scsi: report 'INQUIRY result too short' once per host
 2015-10-30 11:55 UTC  (2+ messages)

[U-Boot] [PATCH] README.scrapyard: Populate recent ppc4xx removals
 2015-10-30 11:54 UTC 

pull request (net-next): ipsec-next 2015-10-30
 2015-10-30 11:53 UTC  (2+ messages)

[PATCH] ARM: don't infer VIPT I-cache properties from its reported geometry
 2015-10-30 11:51 UTC  (2+ messages)

[PATCH v2 0/6] ARMv8 additions to ARMv7 support
 2015-10-30 11:51 UTC  (3+ messages)
` [PATCH v2 5/6] mk: add support for armv8 on top of armv7
` [PATCH v2 6/6] test: add checks for cpu flags on armv8


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.