All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-12-22 02:47:22 to 2015-12-22 04:47:29 UTC [more...]

[PATCH v4 2/2] vhost: Add VHOST PMD
 2015-12-22  4:47 UTC  (12+ messages)
` [PATCH v5 0/3] "
  ` [PATCH v5 1/3] vhost: Add callback and private data for vhost PMD

[PATCH] tools: make flask utils build unconditional
 2015-12-22  4:46 UTC 

[GIT PULL 0/9] ARM: EXYNOS: Pull request for v4.5
 2015-12-22  4:46 UTC  (9+ messages)
` [GIT PULL 1/9] ARM: EXYNOS: dts: Syscon dependency "
` [GIT PULL 2/9] ARM: EXYNOS: Exynos SoC/mach specific code "
` [GIT PULL 3/9] ARM64: EXYNOS: clk: Clock dependency for ARM64 "

IO errors after "block: remove bio_get_nr_vecs()"
 2015-12-22  4:45 UTC  (16+ messages)

[PATCH] drm/vc4: Remove broken attempt at GPU reset using genpd
 2015-12-22  4:43 UTC  (3+ messages)

[meta-oe][PATCH v2] nodejs: cleanup and update
 2015-12-22  4:40 UTC  (3+ messages)

[PATCH v3] arm64: dts: uniphier: add PH1-LD10 SoC/board support
 2015-12-22  4:38 UTC  (3+ messages)

[U-Boot] [RFC] board_f: generalize code for case of no relocation
 2015-12-22  4:38 UTC  (2+ messages)

Generic DT binding for IPIs
 2015-12-22  4:38 UTC  (11+ messages)

[PATCH v2 0/2] Add vector-hashing support for lowest-priority interrupts delivery
 2015-12-22  4:37 UTC  (11+ messages)
` [PATCH v2 1/2] KVM: x86: Use vector-hashing to deliver lowest-priority interrupts
` [PATCH v2 2/2] KVM: x86: Add lowest-priority support for vt-d posted-interrupts

[PATCH 1/5] ARM: dts: sun4i: Add touchscreen node to inet9f-rev03 tablet dts file
 2015-12-22  4:29 UTC  (8+ messages)
` [PATCH 4/5] ARM: dts: sun5i: Add dts file for the Empire Electronix D709 tablet
    `  "
          ` [linux-sunxi] "

[PATCH v2 00/11] parport cleanup
 2015-12-22  4:28 UTC  (2+ messages)

[PATCH] [media] rc: sunxi-cir: Initialize the spinlock properly
 2015-12-22  4:27 UTC  (2+ messages)

[meta-oe][PATCH v3 0/1] nodejs cleanup and update
 2015-12-22  4:27 UTC  (2+ messages)
` [meta-oe][PATCH v3 1/1] nodejs: "

[PATCH v3] serial: 8250: add gpio support to exar
 2015-12-22  4:27 UTC  (7+ messages)

[PATCH v2 0/2] do_compare_entry: use already-computed path
 2015-12-22  4:26 UTC  (4+ messages)

[v2] powerpc/mpc85xx: Add pcsphy nodes to FManV3 device tree
 2015-12-22  4:25 UTC 

[meta-oe][PATCH v3 0/1] nodejs cleanup and update
 2015-12-22  4:24 UTC  (3+ messages)
` [meta-oe][PATCH v3 1/1] nodejs: "

[U-Boot] [RFC PATCH 1/2] common: Add new clk command
 2015-12-22  4:21 UTC  (2+ messages)

btrfs check inconsistency with raid1, part 1
 2015-12-22  4:21 UTC  (12+ messages)

[MDADM PATCH] Check and remove bitmap first when reshape to raid0
 2015-12-22  4:20 UTC  (2+ messages)

[PATCH] powerpc/fsl: Update fman dt binding with pcs-phy and tbi-phy
 2015-12-22  4:18 UTC 

clustered MD - beyond RAID1
 2015-12-22  4:13 UTC  (8+ messages)

[U-Boot] [PATCH 1/2] arm: imx6: Add DDR3 calibration code for MX6 Q/D/DL
 2015-12-22  4:13 UTC  (3+ messages)

[qemu-upstream-4.4-testing test] 66772: regressions - FAIL
 2015-12-22  4:10 UTC 

cron job: media_tree daily build: OK
 2015-12-22  4:06 UTC 

[PATCH 00/26] devtool/recipetool improvements
 2015-12-22  4:03 UTC  (27+ messages)
` [PATCH 01/26] scripts: print usage in argparse-using scripts when a command-line error occurs
` [PATCH 02/26] recipetool: create: handle https://....git URLs
` [PATCH 03/26] recipetool: create: avoid traceback on fetch error
` [PATCH 04/26] recipetool: create: fix do_install handling for makefile-only software
` [PATCH 05/26] recipetool: create: minor fix for potential issue in python handling
` [PATCH 06/26] recipetool: create: prevent attempting to unpack entire DL_DIR
` [PATCH 07/26] recipetool: create: detect when specified URL returns a web page
` [PATCH 08/26] recipetool: create: set up priority system for recipe handlers
` [PATCH 09/26] recipetool: create: support extracting name and version from build scripts
` [PATCH 10/26] recipetool: create: basic extraction of name/version from filename
` [PATCH 11/26] devtool: edit-recipe: add new subcommand
` [PATCH 12/26] devtool: add: tweak help text
` [PATCH 13/26] devtool: split out function for naming bbappend
` [PATCH 14/26] devtool: update-recipe: use correct method to get bbappend filename
` [PATCH 15/26] scripts/lib/argparse_oe: handle intermixing of optional positional arguments
` [PATCH 16/26] devtool: add: allow source tree to be omitted
` [PATCH 17/26] devtool: add: figure out recipe name from recipetool
` [PATCH 18/26] devtool: add: allow specifying URL as positional argument
` [PATCH 19/26] devtool: modify: default source tree path
` [PATCH 20/26] devtool: status: list recipe file within workspace if one exists
` [PATCH 21/26] devtool: reset: print message about leaving source tree behind
` [PATCH 22/26] devtool: sync: tweak help / messages
` [PATCH 23/26] recipetool: create: improve autotools support
` [PATCH 24/26] recipetool: create: fix error when extracting source to a specified directory
` [PATCH 25/26] oe-selftest: add tests for simple devtool add / recipetool create URL case
` [PATCH 26/26] oe-selftest: devtool: add more explicit check for ls output

[U-Boot] Driver model test breakages
 2015-12-22  4:04 UTC  (10+ messages)

[PATCH v4 0/4] Raspberry Pi power domains
 2015-12-22  4:02 UTC  (6+ messages)
` [PATCH v4 2/4] ARM: bcm2835: add rpi power domain driver

[Qemu-devel] [PATCH 0/5] Convert to realize()
 2015-12-22  3:58 UTC  (6+ messages)
` [Qemu-devel] [PATCH 3/5] PXB: convert "

compression disk space saving - what are your results?
 2015-12-22  3:55 UTC  (5+ messages)

[Question] How pmd virtio works without UIO?
 2015-12-22  3:50 UTC 

[PATCH 1/2] Define the term shallow clone
 2015-12-22  3:47 UTC  (4+ messages)
` [PATCH 2/2] Add a section to the users manual documenting shallow clones

[PATCH 1/2] f2fs: use atomic variable for total_extent_tree
 2015-12-22  3:45 UTC  (4+ messages)
` [PATCH 2/2] f2fs: speed up shrinking extent tree entries

[RFC][PATCH 0/7] Sanitization of slabs based on grsecurity/PaX
 2015-12-22  3:40 UTC  (24+ messages)
` [kernel-hardening] "
` [RFC][PATCH 1/7] mm/slab_common.c: Add common support for slab saniziation
  ` [kernel-hardening] "
` [RFC][PATCH 2/7] slub: Add support for sanitization
  ` [kernel-hardening] "
` [RFC][PATCH 3/7] slab: "
  ` [kernel-hardening] "
` [RFC][PATCH 4/7] slob: "
  ` [kernel-hardening] "
` [RFC][PATCH 5/7] mm: Mark several cases as SLAB_NO_SANITIZE
  ` [kernel-hardening] "
` [RFC][PATCH 6/7] mm: Add Kconfig option for slab sanitization
  ` [kernel-hardening] "
` [RFC][PATCH 7/7] lkdtm: Add READ_AFTER_FREE test
  ` [kernel-hardening] "

[RFC 1/1] powerpc: legacy serial port use device tree cell-index property
 2015-12-22  3:42 UTC  (3+ messages)

[U-Boot] [PATCH 1/2] arm: socfpga: Make /soc available in pre-reloc
 2015-12-22  3:41 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] arm: socfpga: Enable simple bus in SPL on all boards

1217:8520 [Dell Latitude E7450] O2 Micro, SD/MMC Card Reader doesn't work
 2015-12-22  3:24 UTC  (9+ messages)

[PATCH] ideapad: Report hard block off if it is never on
 2015-12-22  3:33 UTC  (3+ messages)

[PATCH 1/3] vhost: get rid of linked list dev
 2015-12-22  3:33 UTC  (2+ messages)

[PATCH v2 0/3] USB: add generic onboard USB HUB driver
 2015-12-22  3:32 UTC  (4+ messages)

[PATCH V3 RFT] ARM: bcm2835: enable all bcm2835-relevant in defconfig
 2015-12-22  3:27 UTC  (3+ messages)

[PATCH 00/17] lpfc: Update to revision 11.0.0.10
 2015-12-22  3:23 UTC  (2+ messages)

[PATCH 0/5] ARM: dts: sunxi: Add backlight node to q8 tablets
 2015-12-22  3:21 UTC  (5+ messages)
` [PATCH 5/5] ARM: dts: sun5i: Add backlight node to sun5i-q8-common.dtsi

[PATCH 0/5] Extensible SDK improvements
 2015-12-22  3:19 UTC  (6+ messages)
` [PATCH 1/5] classes/populate_sdk_ext: use uninative to set NATIVELSBSTRING
` [PATCH 2/5] classes/base: don't print header if BUILDCFG_HEADER not set
` [PATCH 3/5] classes/populate_sdk_ext: hide build configuration in devtool build* output
` [PATCH 4/5] classes/populate_sdk_ext: error out of install if buildtools install fails
` [PATCH 5/5] devtool: sdk-update: fix traceback without update server set

[bug] kernel panic if writting data to mmc after suspendding
 2015-12-22  3:16 UTC  (6+ messages)

[Qemu-devel] [PATCH] SeaBios: Fix reset procedure reentrancy problem on qemu-kvm platform
 2015-12-22  3:15 UTC  (13+ messages)
        `  "

[Propose] Isolate core_pattern in mnt namespace
 2015-12-22  3:12 UTC  (9+ messages)

[PATCH v3 0/3] Add basic support for Allwinner A83T SOC
 2015-12-22  3:12 UTC  (6+ messages)
` [PATCH v3 2/3] ARM: dts: sun8i: Add Allwinner A83T dtsi

[PATCH] ASoC: mediatek: Turn AFE on/off in runtime resume/suspend
 2015-12-22  3:11 UTC  (3+ messages)

[PATCH v4 0/2] zram/zcomp: stream allocation fixes and tweaks
 2015-12-22  3:10 UTC  (3+ messages)
` [PATCH v4 2/2] zram: try vmalloc() after kmalloc()
  `  "

[RFC] free_pages stuff
 2015-12-22  3:10 UTC  (5+ messages)

[Qemu-devel] [PATCH v3] qmp: return err msg when powerdown a vm when it isn't in running state
 2015-12-22  3:09 UTC 

Ideas on unified real-ro mount option across all filesystems
 2015-12-22  1:32 UTC  (5+ messages)

[Buildroot] [PATCH] ipmitool: Bump ipmitool to 1.8.15
 2015-12-22  3:05 UTC 

[PATCH 0/6] misc: add reboot mode driver
 2015-12-22  3:04 UTC  (5+ messages)
` [PATCH 5/6] ARM: dts: rockchip: add reboot mode node

[PATCH 0/4 for 2.3] vhost-user live migration support
 2015-12-22  3:04 UTC  (12+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 1/6] vhost: handle VHOST_USER_SET_LOG_BASE request
  ` [PATCH v2 2/6] vhost: introduce vhost_log_write

[PATCH] ASoC: rt5616: Return error if device ID mismatch
 2015-12-22  3:00 UTC  (2+ messages)

[meta-fsl-ppc][PATCH v2 1/2] udev-rules-qoriq: restrict COMPATIBLE_MACHINE to qoriq-ppc
 2015-12-22  2:27 UTC  (2+ messages)
` [meta-fsl-ppc][PATCH v2 2/2] udev-rules-qoriq: remove useless automount.rules

Ideas to do custom operation just after mount?
 2015-12-22  0:14 UTC  (6+ messages)

[PATCH v3 0/2] Driver cleanup and misc fixes series 3
 2015-12-22  2:57 UTC  (3+ messages)
  ` [PATCH v3 1/2] staging/rdma/hfi1: Clean up comments
  ` [PATCH v3 2/2] staging/rdma/hfi1: Fix Xmit Wait calculation

[PATCH v2] Irq/Platform-MSI:Increase the maximum MSIs the MSI framework can support
 2015-12-22  2:47 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/3] correct some register return values for vxmnet3
 2015-12-22  2:56 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] net/vmxnet3: return 1 on device activation failure

[PATCH v3 0/6] staging/rdma/hfi1: Driver cleanup and misc fixes
 2015-12-22  2:56 UTC  (7+ messages)
  ` [PATCH v3 1/6] staging/rdma/hfi1: Use BIT macro
  ` [PATCH v3 2/6] staging/rdma/hfi1: Move s_sde to the read mostly portion of the hfi1_qp structure
  ` [PATCH v3 3/6] staging/rdma/hfi1: change krcvqs module parameter type from byte to uint
  ` [PATCH v3 4/6] staging/rdma/hfi1: Change default krcvqs
  ` [PATCH v3 5/6] staging/rdma/hfi1: adding per SDMA engine stats to hfistats
  ` [PATCH v3 6/6] staging/rdma/hfi1: Remove unneeded variable index

[PATCH V4 0/6] x86/hvm: pkeys, add memory protection-key support
 2015-12-22  2:54 UTC  (4+ messages)
` [PATCH V4 6/6] x86/hvm: pkeys, add pkeys support for cpuid handling

[PATCH v2] drm/i915: Correct max delay for HDMI hotplug live status checking
 2015-12-22  2:54 UTC  (6+ messages)

[PATCH v3 00/77] More fixes, cleanup and modernization for NCR5380 drivers
 2015-12-22  1:17 UTC  (14+ messages)
` [PATCH v3 03/77] ncr5380: Eliminate PDEBUG*, TDEBUG* and DTCDEBUG* macros
` [PATCH v3 04/77] ncr5380: Remove more pointless macros
` [PATCH v3 05/77] ncr5380: Remove NCR5380_local_declare and NCR5380_setup macros
` [PATCH v3 06/77] ncr5380: Remove NCR5380_instance_name macro
` [PATCH v3 07/77] ncr5380: Split NCR5380_init() into two functions
` [PATCH v3 08/77] ncr5380: Move NCR53C400-specific code
` [PATCH v3 09/77] atari_NCR5380: Reset bus on driver initialization if required
` [PATCH v3 10/77] atari_NCR5380: Remove RESET_BOOT, CONFIG_ATARI_SCSI_TOSHIBA_DELAY and CONFIG_ATARI_SCSI_RESET_BOOT
` [PATCH v3 11/77] ncr5380: Simplify bus reset handlers
` [PATCH v3 12/77] ncr5380: Remove unused hostdata->aborted flag
` [PATCH v3 13/77] ncr5380: Remove redundant register writes
` [PATCH v3 14/77] ncr5380: Use return instead of goto in NCR5380_select()
` [PATCH v3 15/77] ncr5380: Always escalate bad target time-out "

kernel BUG at /home/kernel/COD/linux/fs/btrfs/volumes.c:5508
 2015-12-22  2:52 UTC 

building LIBRTE_PMD_XENVIRT in 32bit triggers some errors
 2015-12-22  2:51 UTC  (8+ messages)

[Qemu-devel] [PATCH v2 00/11] iotests: Clean up "mv $TEST_IMG $TEST_IMG.XXX"
 2015-12-22  2:49 UTC  (12+ messages)
` [Qemu-devel] [PATCH v2 01/11] iotests: 018: Use TEST_IMG override instead of "mv"
` [Qemu-devel] [PATCH v2 02/11] iotests: 019: "
` [Qemu-devel] [PATCH v2 03/11] iotests: 020: "
` [Qemu-devel] [PATCH v2 04/11] iotests: 024: "
` [Qemu-devel] [PATCH v2 05/11] iotests: 028: "
` [Qemu-devel] [PATCH v2 06/11] iotests: 034: "
` [Qemu-devel] [PATCH v2 07/11] iotests: 037: "
` [Qemu-devel] [PATCH v2 08/11] iotests: 038: "
` [Qemu-devel] [PATCH v2 09/11] iotests: 050: "
` [Qemu-devel] [PATCH v2 10/11] iotests: 095: "
` [Qemu-devel] [PATCH v2 11/11] iotests: 095: Filter _img_info output

[Bug 93460] [amdgpu] Ooops during shutdown - amdgpu_vm_grab_id
 2015-12-22  2:49 UTC  (2+ messages)

[PATCH] IRQ/Platform-MSI:Increase the maximum MSIs the MSI framework can support
 2015-12-22  2:46 UTC  (3+ messages)


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.