messages from 2015-10-09 02:23:04 to 2015-10-09 05:20:38 UTC [more...]
[Qemu-trivial] [PATCH 0/5] Small optimizations for code using g_malloc0 + memset/memcpy
2015-10-09 1:51 UTC (4+ messages)
` [Qemu-trivial] [PATCH 2/5] hw/scsi/spapr_vscsi: Remove superfluous memset
` [Qemu-devel] "
[dm-devel] AMD-Vi IO_PAGE_FAULTs and ata3.00: failed command: READ FPDMA QUEUED errors since Linux 4.0
2015-10-09 5:20 UTC (14+ messages)
[Ocfs2-devel] OCFS2 test project current status ANNOUNCEMENT
2015-10-09 5:12 UTC
[PATCH v3] PCI: Xilinx-NWL-PCIe: Added support for Xilinx NWL PCIe Host Controller
2015-10-09 5:11 UTC (8+ messages)
[PATCH v3 0/10] megaraid_sas : Updates for scsi for-next
2015-10-09 5:10 UTC (2+ messages)
[PATCH 0/7] xen: sched: fix locking of {insert, remove}_vcpu()
2015-10-09 5:09 UTC (3+ messages)
` [PATCH 7/7] xen: sched / cpupool: dump the actual value of NOW()
[PATCH] IB/hfi1: use TASK_COMM_LEN in hfi1_ctxtdata
2015-10-09 5:04 UTC (3+ messages)
` [PATCH] IB/ipath: use TASK_COMM_LEN in ipath_portdata
Error with weston 1.8.0 on linux 3.14.28 using imx-gpu-viv_5.0.11.p7.1-hfp
2015-10-09 5:05 UTC (10+ messages)
[Patch V3 0/9] Enable memoryless node support for x86
2015-10-09 5:04 UTC (16+ messages)
` [Patch V3 2/9] kernel/profile.c: Replace cpu_to_mem() with cpu_to_node()
` [Patch V3 3/9] sgi-xp: Replace cpu_to_node() with cpu_to_mem() to support memoryless node
Change "mv $targetdir/log $logdir/$log" to "cp $targetdir/log $logdir/$log"
2015-10-09 5:02 UTC (2+ messages)
[PATCH v2 0/2] staging: skein: fix checkpatch warnings
2015-10-09 4:58 UTC (3+ messages)
` [PATCH v2 2/2] staging: skein: remove extra indentation
` [PATCH v2 1/2] staging: skein: fix block comment style
DEV@DPDK.ORG
2015-10-09 4:55 UTC
[PATCH 1/2] Allow recipe-individual configure scripts
2015-10-09 4:55 UTC (2+ messages)
[PATCH 0/9] raid5-cache fixes
2015-10-09 4:54 UTC (10+ messages)
` [PATCH 1/9] MD: fix info output for journal disk
` [PATCH 2/9] raid5-cache: add trim support for log
` [PATCH 3/9] raid5: journal disk can't be removed
` [PATCH 4/9] raid5-cache: IO error handling
` [PATCH 5/9] MD: add new bit to indicate raid array with journal
` [PATCH 6/9] raid5-cache: start raid5 readonly if journal is missing
` [PATCH 7/9] MD: kick out journal disk if it's not fresh
` [PATCH 8/9] MD: set journal disk ->raid_disk
` [PATCH 9/9] MD: when RAID journal is missing/faulty, block RESTART_ARRAY_RW
[PATCH] btrfs: fix waitqueue_active without memory barrier in btrfs
2015-10-09 4:50 UTC (3+ messages)
AIO requests may be disordered by Qemu-kvm iothread with disk cache=writethrough, Bug or Feature?
2015-10-09 4:44 UTC (6+ messages)
` "
` "
[PATCH] tools: remove unused wrappers for python
2015-10-09 4:42 UTC (12+ messages)
[PATCH] UBI: rename free variable
2015-10-09 4:39 UTC (3+ messages)
[patch net-next RFC 0/3] switchdev: change locking
2015-10-09 4:39 UTC (7+ messages)
` [patch net-next RFC 2/3] switchdev: allow caller to explicitly use deferred attr_set version
[PATCH 0/4] arm64: Hi6220: enable CPU idle states
2015-10-09 4:36 UTC (10+ messages)
` [PATCH 1/4] arm64: dts: Reserve memory regions for hi6220
` [PATCH 2/4] arm64: Kconfig: select sp804 timer for ARCH_HISI
` [PATCH 3/4] arm64: dts: add sp804 timer node for Hi6220
` [PATCH 4/4] arm64: dts: enable idle states "
[PATCH net-next v3 0/4] switchdev: push bridge ageing_time attribute down
2015-10-09 4:38 UTC (14+ messages)
` [PATCH net-next v3 1/4] switchdev: add bridge ageing_time attribute
` [PATCH net-next v3 2/4] switchdev: skip over ports returning -EOPNOTSUPP when recursing ports
` [PATCH net-next v3 3/4] bridge: push bridge setting ageing_time down to switchdev
` [PATCH net-next v3 4/4] rocker: handle setting bridge ageing_time
[PATCH v2 00/23] Rework btrfs qgroup reserved space framework
2015-10-09 4:36 UTC (16+ messages)
` [PATCH v2 10/23] btrfs: delayed_ref: release and free qgroup reserved at proper timing
` [PATCH v2 11/23] btrfs: qgroup: Introduce new functions to reserve/free metadata
` [PATCH v2 12/23] btrfs: qgroup: Use new metadata reservation
` [PATCH v2 13/23] btrfs: extent-tree: Add new version of btrfs_check_data_free_space and btrfs_free_reserved_data_space
` [PATCH v2 14/23] btrfs: extent-tree: Switch to new check_data_free_space and free_reserved_data_space
` [PATCH v2 15/23] btrfs: extent-tree: Add new version of btrfs_delalloc_reserve/release_space
` [PATCH v2 16/23] btrfs: extent-tree: Switch to new delalloc space reserve and release
` [PATCH v2 18/23] btrfs: qgroup: Add handler for NOCOW and inline
` [PATCH v2 19/23] btrfs: Add handler for invalidate page
` [PATCH v2 20/23] btrfs: qgroup: Add new trace point for qgroup data reserve
` [PATCH v2 21/23] btrfs: fallocate: Add support to accurate qgroup reserve
` [PATCH v2 22/23] btrfs: Avoid truncate tailing page if fallocate range doesn't exceed inode size
` [PATCH v2 23/23] btrfs: qgroup: Avoid calling btrfs_free_reserved_data_space in clear_bit_hook
` [PATCH v2 17/23] btrfs: qgroup: Cleanup old inaccurate facilities
[qemu-upstream-4.4-testing baseline-only test] 38139: tolerable FAIL
2015-10-09 4:34 UTC
[PATCH v2 4/4] platform:x86: Makefile/Kconfig/MAINTAINERS changes for Intel Telemetry
2015-10-09 4:31 UTC (3+ messages)
[PATCH] drm/i915: Add hot_plug hook for hdmi encoder
2015-10-09 4:31 UTC (6+ messages)
` [PATCH 1/2] drm/i915: Call encoder hotplug for init and resume cases
[PATCH v4 0/3] net: unix: fix use-after-free
2015-10-09 4:29 UTC (5+ messages)
` [PATCH v4 1/3] net: unix: fix use-after-free in unix_dgram_poll()
` [PATCH v4 2/3] net: unix: Convert gc_flags to flags
` [PATCH v4 3/3] net: unix: optimize wakeups in unix_dgram_recvmsg()
VB2 will returning -ERESTARTSYS to userland
2015-10-09 4:30 UTC
[U-Boot] [PATCH] imx35, flea3: add FIT image support
2015-10-09 4:24 UTC
[Qemu-devel] [PATCH] Exit on reset for armv7-m
2015-10-09 4:21 UTC (4+ messages)
[PATCH] staging: wilc1000: remove braces around single statement blocks
2015-10-09 4:18 UTC
[PATCH v3 net-next 0/4] tcp: better smp listener behavior
2015-10-09 4:16 UTC (7+ messages)
` [PATCH v3 net-next 1/4] net: SO_INCOMING_CPU setsockopt() support
` [PATCH v3 net-next 2/4] net: align sk_refcnt on 128 bytes boundary
` [PATCH v3 net-next 3/4] net: shrink struct sock and request_sock by 8 bytes
` [PATCH v3 net-next 4/4] tcp: shrink tcp_timewait_sock "
what code generates this message?
2015-10-09 4:14 UTC (2+ messages)
[PATCH] Staging: sm750fb: ddk750_help: Included KERN_ facility level
2015-10-09 4:14 UTC (2+ messages)
` [Outreachy kernel] "
[ath9k-devel] ANI Immunity stuck?
2015-10-09 4:13 UTC
[RFC PATCH 00/27] Introduce ubifs_dump in ubifs-utils
2015-10-09 4:06 UTC (6+ messages)
` [PATCH 19/27] ubifs: ubifs_dump: dump master node
` [PATCH v2] "
Release Candidate Build for yocto-1.7.3.rc1.rc1 now available
2015-10-09 4:08 UTC
[U-Boot] Porting UBI fixes (specially fastmap's) to U-Boot
2015-10-09 4:01 UTC (9+ messages)
[REGRESSION] 998ef75ddb and aio-dio-invalidate-failure w/ data=journal
2015-10-09 4:01 UTC (2+ messages)
` [PATCH] ext4: use private version of page_zero_new_buffers() for data=journal mode
[PATCH 10/44] kdbus: Use conditional operator
2015-10-09 3:58 UTC
[PATCH] staging: lustre: lent: add missing __user __user annotation
2015-10-09 3:58 UTC (2+ messages)
` [Outreachy kernel] "
[dm-crypt] SHA-1 Freestart Collision: No, it does not break LUKS
2015-10-09 3:56 UTC
[PATCH v2] UBIFS: rename free variable
2015-10-09 3:55 UTC
[PATCH tip/core/rcu 18/18] rcu: Better hotplug handling for synchronize_sched_expedited()
2015-10-09 3:54 UTC (11+ messages)
[PATCH] workqueue: Allocate the unbound pool using local node memory
2015-10-09 3:53 UTC
PLS I NEED YOUR HELP!
2015-10-08 20:18 UTC
[Qemu-devel] Qemu - Install Windows 7 64bits hang on startup with Blue Screen of Death
2015-10-09 3:48 UTC (3+ messages)
[PATCHv3 1/2] ARM: exynos_defconfig: Enable rtl8152 ethernet driver for Odroid-XU4
2015-10-09 3:44 UTC (6+ messages)
[bluez-android] HOG Device re-connection over reboot
2015-10-09 3:44 UTC
[PATCH 07/44] kdbus: Fix comment on translation of caps between namespaces
2015-10-09 3:43 UTC
question about authentication
2015-10-09 3:42 UTC (5+ messages)
[PATCH] UBIFS: rename free variable
2015-10-09 3:40 UTC (2+ messages)
[PATCH net-next 0/4] tcp: better smp listener behavior
2015-10-09 3:42 UTC (2+ messages)
updated orangefs tree at kernel.org
2015-10-09 3:41 UTC (4+ messages)
[U-Boot] [PATCH] nios2: zap cache status enable and disable functions
2015-10-09 3:32 UTC
[PATCH] md: workqueue: Remove WQ_CPU_INTENSIVE from unbound workqueue allocations
2015-10-09 3:25 UTC
[PATCH v3 0/9] qcom: Add support for TSENS driver
2015-10-09 3:14 UTC (5+ messages)
` [PATCH v3 4/9] clk: qcom: create virtual child device for TSENS
[BlueZ] Difference profiles, dbus profiles and plugins ?
2015-10-09 3:14 UTC
[PATCH 1/1] net namespace: dynamically configure new net namespace inherit net config
2015-10-09 3:13 UTC (3+ messages)
[linux-3.0 test] 62716: tolerable trouble: broken/fail/pass - PUSHED
2015-10-09 3:12 UTC
[lm-sensors] [PATCH] lm75: Add support for the TMP75C
2015-10-09 3:10 UTC (2+ messages)
[PATCH v4 00/26] ARM: pxa: magician: Rework HTC Magician support
2015-10-09 3:07 UTC (4+ messages)
[PATCH 1/5] iio: adc: add IMX7D ADC driver support
2015-10-09 3:05 UTC (7+ messages)
` [PATCH 3/5] clk: imx7d: add ADC root clock
[PATCH ethtool 2/2] Fix return type of test_free() prorotype
2015-10-09 3:03 UTC
[PATCH ethtool 1/2] Fix missing function declarations when building tests
2015-10-09 3:03 UTC
[PATCH] powerpc/mm: Differentiate between hugetlb and THP during page walk
2015-10-09 3:02 UTC
[PATCH] powerpc: Quick fix upstream main line build error on PowerPC
2015-10-09 2:55 UTC
[PATCH] t0027: Improve test for not-normalized files
2015-10-09 2:58 UTC
[LTP] inotify06 test causing kernel panic
2015-10-09 2:58 UTC (3+ messages)
[PATCH v1] Add build-id to XENVER hypercall
2015-10-09 2:56 UTC (5+ messages)
` [PATCH v1 1/4] xsm/libxl/xen_version: Add XSM for some of the xen_version commands
` [PATCH v1 2/4] xen-version: Add third parameter (len) to the do_version hypercall
` [PATCH v1 3/4] XENVER_build_id: Provide ld-embedded build-ids
` [PATCH v1 4/4] libxl: info: Display build_id of the hypervisor
[U-Boot] [PATCH] nios2: convert copy_exception_trampoline to use dm cpu data
2015-10-09 2:51 UTC (3+ messages)
` [U-Boot] [PATCH v2] "
ethtool 4.2 released
2015-10-09 2:49 UTC
[PATCH V5 0/6] Redesign SR-IOV on PowerNV
2015-10-09 2:46 UTC (7+ messages)
` [PATCH V5 1/6] powerpc/powernv: don't enable SRIOV when VF BAR has non 64bit-prefetchable BAR
` [PATCH V5 2/6] powerpc/powernv: simplify the calculation of iov resource alignment
` [PATCH V5 3/6] powerpc/powernv: use one M64 BAR in Single PE mode for one VF BAR
` [PATCH V5 4/6] powerpc/powernv: replace the hard coded boundary with gate
` [PATCH V5 5/6] powerpc/powernv: boundary the total VF BAR size instead of the individual one
` [PATCH V5 6/6] powerpc/powernv: allocate sparse PE# when using M64 BAR in Single PE mode
[U-Boot] [PATCH] nios2: convert cache flush to use dm cpu data
2015-10-09 2:49 UTC (3+ messages)
[PATCH] input:gpio-key: set IRQF_NO_SUSPEND for wake capable key
2015-10-09 2:47 UTC (5+ messages)
[YOCTO 2.1] [PATCH 0/8] set CONFFILES to /etc/* by default as Debian does
2015-10-09 2:44 UTC (9+ messages)
` [PATCH 1/8] bitbake.conf: set CONFFILES by default
` [PATCH 2/8] recipes-bsp: cleanup CONFFILES
` [PATCH 3/8] recipes-connectivity: "
` [PATCH 4/8] recipes-extended: "
` [PATCH 5/8] recipes-core: "
` [PATCH 6/8] recipes-devtools: "
` [PATCH 7/8] recipes-graphics: "
` [PATCH 8/8] recipes-multimedia/sato/support: "
Re: Re: Re: Re: Re: [PATCH v3] arm: Adding support for atomic half word exchange
2015-10-09 2:41 UTC
CFS scheduler unfairly prefers pinned tasks
2015-10-09 2:40 UTC (2+ messages)
cron job: media_tree daily build: ERRORS
2015-10-09 2:37 UTC
[PATCH 1/1] x86/io_apic: suppress compiler warning
2015-10-09 2:38 UTC (2+ messages)
[PATCH net-next] bpf, skb_do_redirect: clear sender_cpu before xmit
2015-10-09 2:35 UTC (4+ messages)
Starting on a small project
2015-10-09 2:34 UTC (2+ messages)
systemtap 2.9 release
2015-10-09 2:33 UTC
[PATCH v4 12/26] ARM: pxa: magician: Rename charger cable detection EGPIOs
2015-10-09 2:33 UTC (4+ messages)
[PATCH] ethtool: fix typo in man page
2015-10-09 2:24 UTC (2+ messages)
[PATCH v5 0/6] MT8173 IOMMU SUPPORT
2015-10-09 2:23 UTC (16+ messages)
` [PATCH v5 1/6] dt-bindings: iommu: Add binding for mediatek IOMMU
` [PATCH v5 2/6] dt-bindings: mediatek: Add smi dts binding
` [PATCH v5 3/6] iommu: add ARM short descriptor page table allocator
` [PATCH v5 4/6] memory: mediatek: Add SMI driver
` [PATCH v5 5/6] iommu/mediatek: Add mt8173 IOMMU driver
` [PATCH v5 6/6] dts: mt8173: Add iommu/smi nodes for mt8173
[PATCH] ethtool: add new emac_regs struct from driver, add new chip types
2015-10-09 2:24 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.