All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-01-11 02:09:16 to 2017-01-11 03:51:16 UTC [more...]

[PATCH 1/2] grub-git: Upgrade to tip of master and fix with glibc 2.25
 2017-01-11  3:51 UTC  (2+ messages)
` [PATCH 2/2] glibc: Upgrade to 2.25

[PATCH 1/2] drm/amdgpu: fix bug set incorrect value to vce register
 2017-01-11  3:48 UTC  (2+ messages)
  ` [PATCH 2/2] drm/amdgpu: fix program vce instance logic error

[Qemu-devel] [PATCH V5 0/2] Add new qmp commands to suppurt Xen COLO
 2017-01-11  3:47 UTC  (4+ messages)
` [Qemu-devel] [PATCH V5 2/2] Add a new qmp command to do checkpoint, query xen replication status

[Notifice] ACPI/PM maintenance in travel mode Jan 11 - Jan 24
 2017-01-11  3:44 UTC 

[PATCH v2] kni: use bulk functions to allocate and free mbufs
 2016-12-29 22:08 UTC 

[PATCH] net/enic: use new Rx checksum flags
 2017-01-11  3:42 UTC  (2+ messages)
` [PATCH] net/enic: remove unnecessary function parameter attributes

174cc7187e6f ACPICA: Tables: Back port acpi_get_table_with_size() and early_acpi_os_unmap_memory() from Linux kernel
 2017-01-11  3:42 UTC  (12+ messages)

[Qemu-devel] [PULL 00/65] tcg 2.9 patch queue
 2017-01-11  3:39 UTC  (67+ messages)
` [Qemu-devel] [PULL 01/65] tcg: Add field extraction primitives
` [Qemu-devel] [PULL 02/65] tcg: Minor adjustments to deposit expanders
` [Qemu-devel] [PULL 03/65] tcg: Add deposit_z expander
` [Qemu-devel] [PULL 04/65] tcg/aarch64: Implement field extraction opcodes
` [Qemu-devel] [PULL 05/65] tcg/arm: Move isa detection to tcg-target.h
` [Qemu-devel] [PULL 06/65] tcg/arm: Implement field extraction opcodes
` [Qemu-devel] [PULL 07/65] tcg/i386: "
` [Qemu-devel] [PULL 08/65] tcg/mips: "
` [Qemu-devel] [PULL 09/65] tcg/ppc: "
` [Qemu-devel] [PULL 10/65] tcg/s390: Expose host facilities to tcg-target.h
` [Qemu-devel] [PULL 11/65] tcg/s390: Implement field extraction opcodes
` [Qemu-devel] [PULL 12/65] tcg/s390: Support deposit into zero
` [Qemu-devel] [PULL 13/65] target-alpha: Use deposit and extract ops
` [Qemu-devel] [PULL 14/65] target-arm: Use new "
` [Qemu-devel] [PULL 15/65] target-i386: "
` [Qemu-devel] [PULL 16/65] target-mips: Use the new extract op
` [Qemu-devel] [PULL 17/65] target-ppc: Use the new deposit and extract ops
` [Qemu-devel] [PULL 18/65] target-s390x: "
` [Qemu-devel] [PULL 19/65] tcg/optimize: Fold movcond 0/1 into setcond
` [Qemu-devel] [PULL 20/65] tcg: Add markup for output requires new register
` [Qemu-devel] [PULL 21/65] tcg: Transition flat op_defs array to a target callback
` [Qemu-devel] [PULL 22/65] tcg: Pass the opcode width to target_parse_constraint
` [Qemu-devel] [PULL 23/65] tcg: Allow an operand to be matching or a constant
` [Qemu-devel] [PULL 24/65] tcg: Add clz and ctz opcodes
` [Qemu-devel] [PULL 25/65] disas/i386.c: Handle tzcnt
` [Qemu-devel] [PULL 26/65] disas/ppc: Handle popcnt and cnttz
` [Qemu-devel] [PULL 27/65] target-alpha: Use the ctz and clz opcodes
` [Qemu-devel] [PULL 28/65] target-cris: Use clz opcode
` [Qemu-devel] [PULL 29/65] target-microblaze: "
` [Qemu-devel] [PULL 30/65] target-mips: "
` [Qemu-devel] [PULL 31/65] target-openrisc: Use clz and ctz opcodes
` [Qemu-devel] [PULL 32/65] target-ppc: "
` [Qemu-devel] [PULL 33/65] target-s390x: Use clz opcode
` [Qemu-devel] [PULL 34/65] target-tilegx: Use clz and ctz opcodes
` [Qemu-devel] [PULL 35/65] target-tricore: Use clz opcode
` [Qemu-devel] [PULL 36/65] target-unicore32: "
` [Qemu-devel] [PULL 37/65] target-xtensa: "
` [Qemu-devel] [PULL 38/65] target-arm: "
` [Qemu-devel] [PULL 39/65] target-i386: Use clz and ctz opcodes
` [Qemu-devel] [PULL 40/65] tcg/ppc: Handle ctz and clz opcodes
` [Qemu-devel] [PULL 41/65] tcg/aarch64: "
` [Qemu-devel] [PULL 42/65] tcg/arm: "
` [Qemu-devel] [PULL 43/65] tcg/mips: Handle clz opcode
` [Qemu-devel] [PULL 44/65] tcg/s390: "
` [Qemu-devel] [PULL 45/65] tcg/i386: Fuly convert tcg_target_op_def
` [Qemu-devel] [PULL 46/65] tcg/i386: Hoist common arguments in tcg_out_op
` [Qemu-devel] [PULL 47/65] tcg/i386: Allow bmi2 shiftx to have non-matching operands
` [Qemu-devel] [PULL 48/65] tcg/i386: Handle ctz and clz opcodes
` [Qemu-devel] [PULL 49/65] tcg/i386: Rely on undefined/undocumented behaviour of BSF/BSR
` [Qemu-devel] [PULL 50/65] tcg: Add helpers for clrsb
` [Qemu-devel] [PULL 51/65] target-arm: Use clrsb helper
` [Qemu-devel] [PULL 52/65] target-tricore: "
` [Qemu-devel] [PULL 53/65] target-xtensa: "
` [Qemu-devel] [PULL 54/65] tcg: Add opcode for ctpop
` [Qemu-devel] [PULL 55/65] target-alpha: Use ctpop helper
` [Qemu-devel] [PULL 56/65] target-ppc: "
` [Qemu-devel] [PULL 57/65] target-s390x: Avoid a loop for popcnt
` [Qemu-devel] [PULL 58/65] target-sparc: Use ctpop helper
` [Qemu-devel] [PULL 59/65] target-tilegx: "
` [Qemu-devel] [PULL 60/65] target-i386: "
` [Qemu-devel] [PULL 61/65] qemu/host-utils.h: Reduce the operation count in the fallback ctpop
` [Qemu-devel] [PULL 62/65] tests: New test-bitcnt
` [Qemu-devel] [PULL 63/65] tcg: Use ctpop to generate ctz if needed
` [Qemu-devel] [PULL 64/65] tcg/ppc: Handle ctpop opcode
` [Qemu-devel] [PULL 65/65] tcg/i386: "

[Qemu-devel] [RFC PATCH v5 0/6] translate: [tcg] Generic translation framework
 2017-01-11  2:50 UTC  (6+ messages)
` [Qemu-arm] [PATCH v5 1/6] Pass generic CPUState to gen_intermediate_code()
  ` [Qemu-devel] "
    ` [Qemu-arm] "
` [Qemu-devel] [PATCH v5 3/6] target: [tcg] Add generic translation framework

ANNOUNCE: mdadm 4.0 - A tool for managing md Soft RAID under Linux
 2017-01-11  3:37 UTC  (3+ messages)

[net PATCH] net: virtio: cap mtu when XDP programs are running
 2017-01-11  3:37 UTC  (12+ messages)

[PATCH v4 0/4] phy: USB and PCIe phy drivers for Qcom chipsets
 2017-01-11  3:36 UTC  (4+ messages)
` [PATCH v4 4/4] phy: qcom-qmp: new qmp phy driver for qcom-chipsets

[PATCH v2] net: netcp: correct netcp_get_stats function signature
 2017-01-11  3:33 UTC 

[PATCH 0/5] Fix issues caused by gvt init timing
 2017-01-11  3:29 UTC  (8+ messages)
` [PATCH 1/5] drm/i915: make intel_gvt_init() later instead of too early
` [PATCH 2/5] drm/i915/gvt: move intel iommu detection to intel_gvt_init()

[PATCH 0/4] cxlflash: Enhancements, cleanup and fixes
 2017-01-11  3:33 UTC  (3+ messages)

HELLO
 2017-01-11  3:25 UTC 

[Qemu-devel] [Bug 1626972] [NEW] QEMU memfd_create fallback mechanism change for security drivers
 2017-01-11  3:24 UTC  (2+ messages)
` [Qemu-devel] [Bug 1626972] "

x86-64: Maintain 16-byte stack alignment
 2017-01-11  3:30 UTC  (15+ messages)

[PATCH] net: netcp: correct netcp_get_stats function signature
 2017-01-11  3:28 UTC  (3+ messages)

[PATCH 0/9] IB: Optimize DMA mapping
 2017-01-11  1:28 UTC  (2+ messages)

[ovmf test] 104105: all pass - PUSHED
 2017-01-11  3:27 UTC 

[net:master 16/18] net/core/dev.c:4444:33: note: in expansion of macro 'min'
 2017-01-11  3:25 UTC 

linux-next: Tree for Jan 11
 2017-01-11  3:25 UTC 

[PATCH] kni: use bulk functions to allocate and free mbufs
 2016-12-29 21:50 UTC 

[Bug 94727] New: nouveau/pushbuf.c:238: pushbuf_krel: Assertion `bkref` failed
 2017-01-11  3:24 UTC  (2+ messages)
  ` [Bug 94727] [NV30/NV40] "

Benchmarks for the Linux kernel MM architecture
 2017-01-11  3:10 UTC  (3+ messages)

[PATCH 0/3] virtio_user as an alternative exception path
 2017-01-11  3:23 UTC  (10+ messages)
` [PATCH v2 0/7] "
  ` [PATCH v2 5/7] net/virtio_user: add vhost kernel support

[Ocfs2-devel] [PATCH v2] ocfs2/journal: fix umount hang after flushing journal failure
 2017-01-11  3:21 UTC  (2+ messages)

[PATCH] PCI: xgene: clean up the unnecessary memory free
 2017-01-11  3:19 UTC 

[U-Boot] [PATCH v1 0/4] arm: aspeed: Basic support for Aspeed AST2500 part and eval board
 2017-01-11  3:20 UTC  (10+ messages)
` [U-Boot] [PATCH v2 "
  ` [U-Boot] [PATCH v2 1/4] aspeed: Add drivers common to all Aspeed SoCs
  ` [U-Boot] [PATCH v2 2/4] aspeed: Add basic ast2500 specific drivers and configuration
  ` [U-Boot] [PATCH v2 3/4] aspeed: Board init functions and common configs for ast2500 based boards
  ` [U-Boot] [PATCH v2 4/4] aspeed: Support for ast2500 Eval Board

[U-Boot] [PATCH 0/3] davinci: spl: select boot device based on boot pin cfg
 2017-01-11  3:20 UTC  (7+ messages)
` [U-Boot] [PATCH 1/3] davinci: spl: use bootcfg to select boot device
` [U-Boot] [PATCH 2/3] omapl138_lcdk: enable SPL MMC support
` [U-Boot] [PATCH 3/3] omapl138_lcdk: remove empty ifdef block

[U-Boot] [PATCH v2 0/7] mmc: more Kconfig conversion, MMC related clean-up
 2017-01-11  3:19 UTC  (3+ messages)
` [U-Boot] [PATCH v2 5/7] ARM: davinci: remove unused CONFIG_DAVINCI_MMC_SD1

[PATCH v4 00/24] Enable L2 Cache Allocation Technology & Refactor psr.c
 2017-01-11  3:17 UTC  (7+ messages)
` [PATCH v4 04/24] x86: refactor psr: implement CPU init and free flow
` [PATCH v4 05/24] x86: refactor psr: implement Domain init/free and schedule flows

[PATCH] powerpc/eeh: Fix wrong flag passed to eeh_unfreeze_pe()
 2017-01-11  3:16 UTC 

[RFC][PATCH 0/2] cpufreq: intel_pstate: Make it possible to change operation mode on the fly
 2017-01-11  3:12 UTC  (5+ messages)
` [RFC][PATCH 1/2] cpufreq: intel_pstate: Expose global sysfs attributes upfront
  ` [RFC][Update][PATCH "

ILK ACPI boot-up problem on HP 8100 SFF, bisected
 2017-01-11  3:09 UTC  (2+ messages)

[PATCH v2 0/8] Switch BPF's digest to SHA256
 2017-01-11  3:11 UTC  (4+ messages)
` [PATCH v2 7/8] net: Rename TCA*BPF_DIGEST to ..._SHA256

[Bug 99354] New: [G71] "Assertion `bkref' failed" reproducible with glmark2
 2017-01-11  3:12 UTC  (2+ messages)
  ` [Bug 99354] "

linux-next: build failure after merge of the selinux tree
 2017-01-11  3:11 UTC  (2+ messages)

[Qemu-devel] [PATCH] tap: fix memory leak on failure in net_init_tap()
 2017-01-11  3:08 UTC  (2+ messages)

Possible bug: detached mounts difficult to cleanup
 2017-01-11  3:07 UTC  (10+ messages)

[V2 00/11] Add support AMD GPU virtualization soultion
 2017-01-11  3:06 UTC  (5+ messages)
` [V2 04/11] drm/amdgpu/virt: use kiq to access registers
      ` 答复: "

Refreshed rootfs.img for kvm-xfstests
 2017-01-11  3:05 UTC  (5+ messages)

[Qemu-devel] [PATCH] hw/net/dp8393x: Avoid unintentional sign extensions on addresses
 2017-01-11  3:05 UTC  (2+ messages)

[PATCH v7 0/7] perf/amd/iommu: Enable multi-IOMMU support
 2017-01-11  3:03 UTC  (5+ messages)
` [PATCH v7 2/7] perf/amd/iommu: Modify functions to query max banks and counters

[U-Boot] [PATCH v6 0/9] rockchip: Add gmac Ethernet support
 2017-01-11  3:04 UTC  (3+ messages)
` [U-Boot] [PATCH v6 8/9] rockchip: Add PXE and DHCP to the default boot targets

Generic/389 xfs_io segfault on btrfs and ext4
 2017-01-11  3:01 UTC  (8+ messages)

i40e_aq_get_phy_capabilities() fails when using SFP+ with no link
 2017-01-11  3:00 UTC  (4+ messages)

[PATCH 00/31] Support VFD and DPDK PF + kernel VF on i40e
 2017-01-11  2:59 UTC  (5+ messages)
` [PATCH v8 00/25] Support VFD "

[PATCH 0/3] PM / docs: linux/pm.h kerneldocs update and conversion of two docs to reST
 2017-01-11  2:58 UTC  (4+ messages)
` [Resend][PATCH 2/3] PM / core / docs: Convert sleep states API document "

[RFC] Converging userspace and kernel code
 2017-01-11  2:55 UTC  (8+ messages)

[PATCH 0/3] CSA patches
 2017-01-11  2:53 UTC  (4+ messages)
  ` [PATCH 1/3] drm/amdgpu:new field members for SRIOV
  ` [PATCH 2/3] drm/amdgpu:add new file "
  ` [PATCH 3/3] drm/amdgpu:invoke CSA functions

[PATCH] app/testpmd: fix ixgbe private API calling
 2017-01-11  2:47 UTC 

[PATCH 0/2] minor diff orderfile documentation improvements
 2017-01-11  2:46 UTC  (5+ messages)
` [PATCH 2/2] diff: document the pattern format for diff.orderFile

(unknown),
 2017-01-11  2:43 UTC 

[PATCH] usb: dwc3-exynos fix unspecified suspend clk error handling
 2017-01-11  2:43 UTC  (7+ messages)

[PATCH v2] ceph: set io_pages bdi hint
 2017-01-11  2:43 UTC  (3+ messages)
` [PATCH v4] "

[PATCH] ceph/iov_iter: fix bad iov_iter handling in ceph splice codepaths
 2017-01-11  2:42 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3] mempool: don't check mempool flags when cache is enabled
 2017-01-11  2:25 UTC  (2+ messages)
` [PATCH v4] mempool: use cache in single producer or consumer mode

[ANNOUNCE] xfs: for-next updated to 3fe4a6d
 2017-01-11  2:37 UTC  (2+ messages)
` [ANNOUNCE] xfsPROGS: "

[U-Boot] [PATCH RESEND v2] at91: video: Support driver-model for the HLCD driver
 2017-01-11  2:36 UTC 

[PATCH net 00/10] Mellanox mlx5 fixes and cleanups 2017-01-10
 2017-01-11  2:35 UTC  (2+ messages)

[Qemu-devel] [PATCH V4 00/10] vhost device IOTLB support
 2017-01-11  2:34 UTC  (4+ messages)
` [Qemu-devel] [PATCH V4 10/10] vhost_net: "

[Buildroot] 'orangepi_one_defconfig' build issue
 2017-01-11  2:33 UTC 

[PATCH net] gro: Disable frag0 optimization on IPv6 ext headers
 2017-01-11  2:31 UTC  (2+ messages)

[Qemu-devel] What the current status on using loadvm with read-only qcow2 image
 2017-01-11  2:30 UTC 

[PATCH] drm/amdgpu: fix typo of CGTS
 2017-01-11  2:30 UTC 

[PATCH] patch in prfm for copy_template if requested
 2017-01-11  1:27 UTC  (2+ messages)
` [PATCH] arm64: lib: "

[PATCH] scsi: remove useless acpi functions in the head file
 2017-01-11  2:30 UTC  (6+ messages)

[PATCH net] gro: Enter slow-path if there is no tailroom
 2017-01-11  2:29 UTC  (2+ messages)

[PATCH net-next 0/8] net: dsa: Support for pdata in dsa2
 2017-01-11  2:24 UTC  (4+ messages)
` [PATCH net-next 5/8] net: dsa: Export dev_to_net_device()

[meta-selinux][PATCH 0/2] uprev refpolicy to 2.20161023
 2017-01-11  2:24 UTC  (3+ messages)

[dm-crypt] Decrypting a drive; says a correct password is "incorrect"
 2017-01-11  2:17 UTC  (5+ messages)

[PATCH net v2] mlx4: Return EOPNOTSUPP instead of ENOTSUPP
 2017-01-11  2:17 UTC  (2+ messages)

[RESEND PATCH v2] mmc: sdhci-acpi: support deferred probe
 2017-01-11  2:17 UTC 

[PATCH] wayland: minor recipe cleanup
 2017-01-11  2:11 UTC 

[U-Boot] [GIT PULL] Please pull u-boot-mmc master
 2017-01-11  2:11 UTC  (3+ messages)

[Cocci] [PATCH] coccicheck: add a test for repeat copy_from_user
 2017-01-11  2:10 UTC  (8+ messages)

[U-Boot] [RFC Patch] drivers: mmc: omap_hsmmc: Fix IO Buffer on OMAP36XX
 2017-01-11  2:10 UTC  (4+ messages)

[PATCH] vxlan: Set flow*_dport when doing route lookups
 2017-01-11  2:10 UTC  (2+ messages)

[PATCH 00/62] watchdog: Convert to use device managed functions
 2017-01-11  2:09 UTC  (3+ messages)
` [PATCH 52/62] watchdog: sirfsoc_wdt: Convert to use device managed functions and other improvements
  ` [PATCH 62/62] watchdog: wm831x_wdt: Convert to use device managed functions


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.