All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-02-02 02:37:46 to 2017-02-02 05:15:47 UTC [more...]

[Qemu-devel] [PULL 000/107] ppc-for-2.9 queue 20170202
 2017-02-02  5:14 UTC  (80+ messages)
` [Qemu-devel] [PULL 001/107] disas/ppc: Fix indefinite articles in comments
` [Qemu-devel] [PULL 002/107] target-ppc: Consolidate instruction decode helpers
` [Qemu-devel] [PULL 003/107] target-ppc: rename CRF_* defines as CRF_*_BIT
` [Qemu-devel] [PULL 004/107] target-ppc: Fix xscmpodp and xscmpudp instructions
` [Qemu-devel] [PULL 005/107] target-ppc: Add xscmpexp[dp, qp] instructions
` [Qemu-devel] [PULL 006/107] target-ppc: Add xscmpoqp and xscmpuqp instructions
` [Qemu-devel] [PULL 007/107] target-ppc: implement lxsd and lxssp instructions
` [Qemu-devel] [PULL 008/107] target-ppc: implement stxsd and stxssp
` [Qemu-devel] [PULL 009/107] target-ppc: implement lxv/lxvx and stxv/stxvx
` [Qemu-devel] [PULL 010/107] target-ppc: Implement bcdcfsq. instruction
` [Qemu-devel] [PULL 011/107] target-ppc: Implement bcdctsq. instruction
` [Qemu-devel] [PULL 012/107] target-ppc: Implement bcdcpsgn. instruction
` [Qemu-devel] [PULL 013/107] target-ppc: Implement bcdsetsgn. instruction
` [Qemu-devel] [PULL 014/107] target-ppc: add vextu[bhw][lr]x instructions
` [Qemu-devel] [PULL 015/107] pseries: Always use core objects for CPU construction
` [Qemu-devel] [PULL 016/107] pseries: Make cpu_update during CAS unconditional
` [Qemu-devel] [PULL 017/107] ppc: Clean up and QOMify hypercall emulation
` [Qemu-devel] [PULL 018/107] ppc: Rename cpu_version to compat_pvr
` [Qemu-devel] [PULL 019/107] ppc/spapr: implement H_SIGNAL_SYS_RESET
` [Qemu-devel] [PULL 020/107] target-ppc: move ppc_vsr_t to common header
` [Qemu-devel] [PULL 021/107] target-ppc: implement stop instruction
` [Qemu-devel] [PULL 022/107] target-ppc: implement xsabsqp/xsnabsqp instruction
` [Qemu-devel] [PULL 023/107] target-ppc: Implement bcd_is_valid function
` [Qemu-devel] [PULL 024/107] target-ppc: implement xsnegqp instruction
` [Qemu-devel] [PULL 025/107] target-ppc: implement xscpsgnqp instruction
` [Qemu-devel] [PULL 026/107] target-ppc: Add xxperm and xxpermr instructions
` [Qemu-devel] [PULL 027/107] target-ppc: implement lxvl instruction
` [Qemu-devel] [PULL 028/107] target-ppc: implement lxvll instruction
` [Qemu-devel] [PULL 029/107] target-ppc: implement stxvl instruction
` [Qemu-devel] [PULL 030/107] target-ppc: implement stxvll instructions
` [Qemu-devel] [PULL 031/107] hw/ppc/spapr: Fix boot path of usb-host storage devices
` [Qemu-devel] [PULL 032/107] prep: do not use global variable to access nvram
` [Qemu-devel] [PULL 033/107] pseries: Add pseries-2.9 machine type
` [Qemu-devel] [PULL 034/107] ppc: Rewrite ppc_set_compat()
` [Qemu-devel] [PULL 035/107] ppc: Rewrite ppc_get_compat_smt_threads()
` [Qemu-devel] [PULL 036/107] ppc: Validate compatibility modes when setting
` [Qemu-devel] [PULL 037/107] qtest: add netfilter tests for ppc64
` [Qemu-devel] [PULL 038/107] qtest: add display-vga-test to ppc64
` [Qemu-devel] [PULL 039/107] libqos: fix spapr qpci_map()
` [Qemu-devel] [PULL 040/107] qtest: convert ivshmem-test to use libqos
` [Qemu-devel] [PULL 041/107] qtest: add ivshmem-test for ppc64
` [Qemu-devel] [PULL 042/107] hw/gpio: QOM'ify mpc8xxx.c
` [Qemu-devel] [PULL 043/107] hw/ppc: QOM'ify e500.c
` [Qemu-devel] [PULL 044/107] hw/ppc: QOM'ify ppce500_spin.c
` [Qemu-devel] [PULL 045/107] hw/ppc: QOM'ify spapr_vio.c
` [Qemu-devel] [PULL 046/107] target-ppc: Add xxextractuw instruction
` [Qemu-devel] [PULL 047/107] target-ppc: Add xxinsertw instruction
` [Qemu-devel] [PULL 048/107] prep: add PReP System I/O
` [Qemu-devel] [PULL 049/107] prep: add IBM RS/6000 7020 (40p) memory controller
` [Qemu-devel] [PULL 050/107] prep: add IBM RS/6000 7020 (40p) machine emulation
` [Qemu-devel] [PULL 051/107] target-ppc: Use float64 arg in helper_compute_fprf()
` [Qemu-devel] [PULL 052/107] target-ppc: Replace isden by float64_is_zero_or_denormal
` [Qemu-devel] [PULL 053/107] target-ppc: Rename helper_compute_fprf to helper_compute_fprf_float64
` [Qemu-devel] [PULL 054/107] target-ppc: Add xscvdphp, xscvhpdp
` [Qemu-devel] [PULL 055/107] target-ppc: Use correct precision for FPRF setting
` [Qemu-devel] [PULL 056/107] target-ppc: Add xsxexpdp instruction
` [Qemu-devel] [PULL 057/107] target-ppc: Add xsxexpqp instruction
` [Qemu-devel] [PULL 058/107] target-ppc: Add xsxsigdp instruction
` [Qemu-devel] [PULL 059/107] target-ppc: Add xsxsigqp instructions
` [Qemu-devel] [PULL 060/107] pxb: Restrict to x86
` [Qemu-devel] [PULL 061/107] pseries: Rewrite CAS PVR compatibility logic
` [Qemu-devel] [PULL 062/107] ppc: Add ppc_set_compat_all()
` [Qemu-devel] [PULL 063/107] target-ppc: Add xsaddqp instructions
` [Qemu-devel] [PULL 064/107] target-ppc: Add xscvdpqp instruction
` [Qemu-devel] [PULL 065/107] target-ppc: Add xscvqpdp instruction
` [Qemu-devel] [PULL 066/107] ppc: Prevent inifnite loop in decrementer auto-reload
` [Qemu-devel] [PULL 067/107] ppc: Fix a warning in bcdcfz code and improve BCD_DIG_BYTE macro
` [Qemu-devel] [PULL 068/107] target-ppc: xscvqpdp zero VSR
` [Qemu-devel] [PULL 069/107] softfloat: Fix the default qNAN for target-ppc
` [Qemu-devel] [PULL 070/107] host-utils: Move 128-bit guard macro to .c file
` [Qemu-devel] [PULL 071/107] host-utils: Implement unsigned quadword left/right shift and unit tests
` [Qemu-devel] [PULL 072/107] ppc: Implement bcds. instruction
` [Qemu-devel] [PULL 073/107] ppc: Implement bcdus. instruction
` [Qemu-devel] [PULL 075/107] target-ppc: Add xsiexpdp instruction
` [Qemu-devel] [PULL 078/107] target-ppc: Add xviexpdp instruction
` [Qemu-devel] [PULL 087/107] target-ppc: Use ppc_vsr_t.f128 in xscmp[o, u, exp]qp
` [Qemu-devel] [PULL 090/107] target-ppc: Add xsmulqp instruction
` [Qemu-devel] [PULL 094/107] ppc: Remove unused function cpu_ppc601_rtc_init()
` [Qemu-devel] [PULL 096/107] target/ppc: Remove unused POWERPC_FAMILY(POWER)

[kernel-hardening] [PATCH v2 1/3] x86/mm: Adapt MODULES_END based on Fixmap section size
 2017-02-02  5:14 UTC  (10+ messages)
` [kernel-hardening] [PATCH v2 3/3] x86: Make the GDT remapping read-only on 64 bit
  ` [kernel-hardening] "
    `  "

OpenBMC Kernel Development Process
 2017-02-02  5:14 UTC 

[RFC 0/6]mm: add new LRU list for MADV_FREE pages
 2017-02-02  5:14 UTC  (6+ messages)

[PATCH rdma-next V1] IB/core: Remove pointer casting from void to net_device
 2017-02-02  5:14 UTC 

[U-Boot] [PATCH] serial: 16550: properly initialize fcr field of ns16550_platdata
 2017-02-02  5:13 UTC  (4+ messages)

[PATCH v5 1/3] dt: bindings: add documentation for zx2967 family thermal sensor
 2017-02-02  5:12 UTC  (6+ messages)
` [PATCH v5 3/3] thermal: zx2967: add thermal driver for ZTE's zx2967 family

A bit of quilt
 2017-02-02  5:11 UTC  (2+ messages)

[PATCH 0/3] Update xmon disassembly
 2017-02-02  5:09 UTC  (5+ messages)
` [PATCH 1/3] powerpc/xmon Update ppc-dis/opc.c and ppc.h
` [PATCH 2/3] powerpc/xmon: Apply binutils changes to upgrade disassembly
` [PATCH 3/3] powerpc/xmon: Enable disassembly files (compilation changes)

iSER fails to release rdma resources (WRs) if iw_cxgb4 is unloaded while IO is in progress
 2017-02-02  5:09 UTC  (3+ messages)

[PATCH] prctl: implement PR_GET_ENDIAN for all architectures
 2017-02-02  5:08 UTC  (4+ messages)

[PATCH net-next v2 0/5] bridge: per vlan dst_metadata support
 2017-02-02  5:07 UTC  (6+ messages)

[PATCH 1/2] Documentation: devicetree: change the mediatek ethernet compatible string
 2017-02-02  5:07 UTC  (6+ messages)
` [PATCH 2/2] net-next: ethernet: mediatek: change the "

Warnings do include offending filename
 2017-02-02  5:05 UTC  (7+ messages)

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] BUILD SUCCESS 8a7fd711f267a59e0fef6e4d1948e0f72f933c54
 2017-02-02  5:04 UTC 

[PATCH] ASoC: rsnd: fixup reset timing of sync convert_rate
 2017-02-02  5:01 UTC 

Which repository to clone ?
 2017-02-02  4:53 UTC  (6+ messages)

[PATCH v31 00/12] add kdump support
 2017-02-02  4:52 UTC  (9+ messages)
` [PATCH v31 02/12] arm64: limit memory regions based on DT property, usable-memory-range
` [PATCH v31 03/12] arm64: kdump: reserve memory for crash dump kernel

[PATCH] printk: fix printk.devkmsg sysctl
 2017-02-02  4:50 UTC  (9+ messages)

Users of SBE FIFO kernel driver
 2017-02-02  4:48 UTC  (5+ messages)

[PATCH 0/6] Broadcom SBA RAID support
 2017-02-02  4:47 UTC  (16+ messages)
` [PATCH 1/6] mailbox: Add new API mbox_channel_device() for clients
` [PATCH 2/6] lib/raid6: Add log-of-2 table for RAID6 HW requiring disk position
` [PATCH 3/6] async_tx: Handle DMA devices having support for fewer PQ coefficients
` [PATCH 4/6] async_tx: Fix DMA_PREP_FENCE usage in do_async_gen_syndrome()
` [PATCH 5/6] dmaengine: Add Broadcom SBA RAID driver
` [PATCH 6/6] dt-bindings: Add DT bindings document for "

[PATCH net-next] net: add LINUX_MIB_PFMEMALLOCDROP counter
 2017-02-02  4:47 UTC 

[RFC] implement QUEUED spinlocks on powerpc
 2017-02-02  4:42 UTC  (5+ messages)

ibmvtpm byteswapping inconsistency
 2017-02-02  4:40 UTC  (8+ messages)

[U-Boot] [PATCH v2] mmc: mmc-uclass: use the fixed devnum with alias node
 2017-02-02  4:41 UTC 

git-scm.com status report
 2017-02-02  4:36 UTC  (2+ messages)

[GIT PULL] Thermal-SoC management updates for v4.10-rc7
 2017-02-02  4:34 UTC  (2+ messages)

[PATCH V9] thermal: bcm2835: add thermal driver for bcm2835 soc
 2017-02-02  4:29 UTC  (7+ messages)

[PATCH] gpio: aspeed: Remove dependence on GPIOF_* macros
 2017-02-02  4:28 UTC 

cron job: media_tree daily build: ERRORS
 2017-02-02  4:28 UTC 

OEDEM minutes review for Portland
 2017-02-02  4:25 UTC  (3+ messages)
` [oe] "

[PATCH 0/7] cxl: Add support for Coherent Accelerator Interface Architecture 2.0
 2017-02-02  4:16 UTC  (5+ messages)
` [PATCH 1/7] cxl: Read vsec perst load image
` [PATCH 2/7] cxl: Remove unused values in bare-metal environment

[PATCH] btrfs-progs: fsck-tests: verify 'btrfs check --repair' fixes corrupted nlink field
 2017-02-02  4:16 UTC  (2+ messages)

[Bug 99418] DRI3 Stuttering while scrolling in Chromium/Chrome with VBLANK off
 2017-02-02  4:17 UTC  (4+ messages)

[RFC 0/3] iommu/arm-smmu: stalling support (v2)
 2017-02-02  4:10 UTC  (4+ messages)
` [RFC 3/3] iommu/arm-smmu: detach DMA domain if driver is managing iommu

init --separate-git-dir does not set core.worktree
 2017-02-02  3:55 UTC 

[PATCH] printk: use console_trylock() in console_cpu_notify()
 2017-02-02  3:53 UTC  (3+ messages)

[PATCH 0/4] mm: trivial sparse and checkpatch fixes
 2017-02-02  3:51 UTC  (5+ messages)
` [PATCH 2/4] mm: Fix checkpatch warnings, whitespace

КЛИЕНТСКИЕ БАЗЫ тел +79139230330 Skype: prodawez390 Email: prodawez393@gmail.com Узнайте подробнее!
 2017-02-01 20:58 UTC 

[RFC] [ALSA][CONTROL] Added 2 ioctls for reading/writing values of multiple controls in one go (at once)
 2017-02-02  3:45 UTC  (2+ messages)

[PATCH v3 1/3] dt: bindings: add documentation for zx2967 family reset controller
 2017-02-02  3:35 UTC  (4+ messages)
` [PATCH v3 3/3] reset: zx2967: add reset controller driver for ZTE's zx2967 family

[PATCH] ASoC: nau8824: new codec driver
 2017-02-02  3:33 UTC  (3+ messages)

[PATCH 0/2] cpufreq: brcmstb-avs-cpufreq: properly retrieve P-state upon suspend
 2017-02-02  3:33 UTC  (5+ messages)
` [PATCH 2/2] "

[net-next ovs clone action 1/3] openvswitch: deferred fifo api change
 2017-02-02  3:31 UTC  (4+ messages)
` [net-next ovs clone action 3/3] openvswitch: kernel datapath clone action

[RFC] [ALSA][CONTROL] Restructured the code for read/write of a single control
 2017-02-02  3:25 UTC 

[PATCH] tools/btattach: Add detach option
 2017-02-02  3:25 UTC  (4+ messages)

[PATCH v2 0/2] addr nor flash node for mt2701
 2017-02-02  3:21 UTC  (7+ messages)
` [PATCH v2 1/2] Documentation: mtk-quadspi: update DT bindings

[U-Boot] Please pull u-boot-mpc85xx master
 2017-02-02  3:20 UTC  (2+ messages)

[U-Boot] [PULL] Please pull u-boot-imx
 2017-02-02  3:20 UTC  (2+ messages)

[PATCH V8 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2017-02-02  3:15 UTC  (5+ messages)
` [PATCH V8 09/10] trace, ras: add ARM processor error trace event

[PATCH] kprobes: move kprobe declarations to asm-generic/kprobes.h
 2017-02-02  3:00 UTC  (5+ messages)

[PATCH] drm: change connector disconnected debug message to an error
 2017-02-02  2:59 UTC 

[PATCH net] net: phy: Fix lack of reference count on PHY driver
 2017-02-02  2:56 UTC  (8+ messages)

[PATCH v1½ 00/13] drm/i915/dp: link rate and lane count refactoring
 2017-02-02  2:54 UTC  (3+ messages)
` [PATCH v1½ 12/13] drm/i915/dp: localize link rate index variable more

[PATCH net-next] loopback: clear pfmemalloc on outgoing skb's
 2017-02-02  2:46 UTC  (3+ messages)

Git / Software Freedom Conservancy status report
 2017-02-02  2:45 UTC 

linux-next: manual merge of the block tree with the vfs tree
 2017-02-02  2:44 UTC 

[PATCH 1/2] perf diff: Fix segfault on perf diff -o N option
 2017-02-02  2:43 UTC  (2+ messages)

[PATCH net-next] net: ipv4: remove fib_lookup.h from devinet.c include list
 2017-02-02  2:41 UTC 

[PATCH 0/2] Baytrail/Cherrytrail audio fixes - take2
 2017-02-02  2:40 UTC  (3+ messages)
` [PATCH 1/2] ASoC: rt5645: fix error handling for gpio detection


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.