messages from 2016-10-19 16:33:04 to 2016-10-19 17:23:01 UTC [more...]
[Qemu-devel] [PATCH v7 00/35] cmpxchg-based emulation of atomics
2016-10-19 17:21 UTC (17+ messages)
` [Qemu-devel] [PATCH v7 01/35] atomics: add atomic_xor
` [Qemu-devel] [PATCH v7 02/35] atomics: add atomic_op_fetch variants
` [Qemu-devel] [PATCH v7 03/35] exec: Avoid direct references to Int128 parts
` [Qemu-devel] [PATCH v7 04/35] int128: Use __int128 if available
` [Qemu-devel] [PATCH v7 05/35] int128: Add int128_make128
` [Qemu-devel] [PATCH v7 07/35] linux-user: enable parallel code generation on clone
` [Qemu-devel] [PATCH v7 08/35] cputlb: Replace SHIFT with DATA_SIZE
` [Qemu-devel] [PATCH v7 09/35] cputlb: Move probe_write out of softmmu_template.h
` [Qemu-devel] [PATCH v7 10/35] cputlb: Remove includes from softmmu_template.h
` [Qemu-devel] [PATCH v7 11/35] cputlb: Move most of iotlb code out of line
` [Qemu-devel] [PATCH v7 12/35] cputlb: Tidy some macros
` [Qemu-devel] [PATCH v7 14/35] tcg: Add atomic128 helpers
` [Qemu-devel] [PATCH v7 15/35] tcg: Add CONFIG_ATOMIC64
` [Qemu-devel] [PATCH v7 16/35] tcg: Emit barriers with parallel_cpus
` [Qemu-devel] [PATCH v7 17/35] target-i386: emulate LOCK'ed cmpxchg using cmpxchg helpers
` [Qemu-devel] [PATCH v7 18/35] target-i386: emulate LOCK'ed OP instructions using atomic helpers
[PATCH 0/20 v3] dax: Clear dirty bits after flushing caches
2016-10-19 17:21 UTC (11+ messages)
` [PATCH 16/20] mm: Provide helper for finishing mkwrite faults
` [PATCH 20/20] dax: Clear dirty entry tags on cache flush
[RFC PATCH 0/2] ASoC: Prevent the snow ASoC driver to spam due probe deferrals
2016-10-19 17:21 UTC (3+ messages)
` [RFC PATCH 1/2] ASoC: core: Print one-time messages if missing resources when binding DAIs
` [RFC PATCH 2/2] ASoC: samsung: Print a one-time message if the snow driver's probe defers
btrfs bio linked list corruption
2016-10-19 17:09 UTC (7+ messages)
` "
[PATCH RFC] fcping: allow pings using FC_BSG_RPT_ELS
2016-10-19 17:20 UTC
[PATCH v2 00/10] ufs-qcom: phy/hcd: Clean up qcom-ufs phy and ufs-qcom hcd
2016-10-19 17:20 UTC (4+ messages)
` [PATCH v2 01/10] phy: qcom-ufs: remove failure when rx/tx_iface_clk are absent
[PATCH] ahci: only try to use multi-MSI mode if there is more than 1 port
2016-10-19 17:19 UTC (2+ messages)
[Qemu-devel] Infinite IRQ injection when trying windows 10
2016-10-19 17:19 UTC
x32 is broken in 4.9-rc1 due to "x86/signal: Add SA_{X32,IA32}_ABI sa_flags"
2016-10-19 17:19 UTC (2+ messages)
[U-Boot] [Resend RFC PATCH 0/2] Fix armv8 cache flushing
2016-10-19 17:18 UTC (4+ messages)
` [U-Boot] [Resend RFC PATCH 1/2] armv8: Fix dcache disable function
[PATCH] proc: fix NULL dereference when reading /proc/<pid>/auxv
2016-10-19 17:17 UTC (7+ messages)
[meta-python][PATCH V3] python-unidiff: python module for parsing diff data
2016-10-19 9:19 UTC
Unable to use a defconfig in my own kernel recipe
2016-10-19 17:17 UTC (2+ messages)
[PATCH v2 0/2] Expose AdvertisingDataFlags in Device API
2016-10-19 17:15 UTC (6+ messages)
` [PATCH v2 1/2] doc/device-api: Add AdvertisingFlags
[RFC] multipixel infrared thermopile sensors
2016-10-19 17:13 UTC
New providers in rdma-core
2016-10-19 17:13 UTC (3+ messages)
[PATCH V3 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
2016-10-19 17:12 UTC (10+ messages)
` [PATCH V3 05/10] acpi: apei: handle SEA notification type for ARMv8
` [Devel] "
[PATCH] IB/hns: Move HNS RoCE user vendor structures
2016-10-19 17:13 UTC
[PATCH] drm/amdgpu: explicitly set pg_flags for ST
2016-10-19 17:13 UTC (2+ messages)
[U-Boot] [PATCH 1/2] armv8: add hooks for all cache-wide operations
2016-10-19 17:11 UTC (12+ messages)
[Qemu-devel] [PATCH v11 00/19] Support streaming to an intermediate layer
2016-10-19 17:11 UTC (3+ messages)
` [Qemu-devel] [PATCH v11 01/19] block: Add bdrv_drain_all_{begin, end}()
Cross subvolume "cp --reflink"?
2016-10-19 17:11 UTC (3+ messages)
[PATCH 00/13] staging:iio:ad7606: Towards moving out of staging
2016-10-19 17:07 UTC (14+ messages)
` [PATCH 01/13] staging:iio:ad7606: Remove unused int_vref_mv field
` [PATCH 02/13] staging:iio:ad7606: Remove redundant name field from ad7606_chip_info
` [PATCH 03/13] staging:iio:ad7606: Remove default device configuration from platform data
` [PATCH 04/13] staging:iio:ad7606: Remove out-of-band error reporting
` [PATCH 05/13] staging:iio:ad7606: Use oversampling ratio of 1 for no oversampling
` [PATCH 06/13] staging:iio:ad7606: Avoid allocating buffer for each data capture
` [PATCH 07/13] staging:iio:ad7606: Factor out common code between periodic and one-shot capture
` [PATCH 08/13] staging:iio:ad7606: Move set_drvdata() into common code
` [PATCH 09/13] staging:iio:ad7606: Let the common probe function return int
` [PATCH 10/13] staging:iio:ad7606: Let common remove function take a struct device *
` [PATCH 11/13] staging:iio:ad7606: Run trigger handler only once per trigger event
` [PATCH 12/13] staging:iio:ad7606: Use GPIO descriptor API
` [PATCH 13/13] staging:iio:ad7606: Move buffer code to main source file
[PATCH 1/2] gpio: ath79: Fix module autoload
2016-10-19 17:10 UTC (2+ messages)
CDM in 2 weeks
2016-10-19 17:10 UTC
[PATCH] tools: iio: iio_generic_buffer: add -A to force-enable all channels
2016-10-19 17:09 UTC (3+ messages)
[PATCH 0/6] Six NVMeOF-related patches
2016-10-19 17:08 UTC (7+ messages)
` [PATCH 5/6] nvme-fabrics: Print network address if address resolution fails
` [PATCH 6/6] nvme/rdma: Make nvme_rdma_conn_rejected() more informative
[PATCH 0/3] Improvements in packet timestamps support
2016-10-19 17:08 UTC (4+ messages)
` [PATCH 1/3] mbuf: embedding timestamp into the packet
btrfs-progs: Add 2 new subcommands to inspect-internal
2016-10-19 17:08 UTC (6+ messages)
` [PATCH 1/3] btrfs-progs: Generic functions to retrieve chunks and their bg info
` [PATCH 2/3] btrfs-progs: Add a command to show "
` [PATCH 3/3] btrfs-progs: Add command to check if balance op is req
[PATCH v4 0/5] implement vcpu preempted check
2016-10-19 17:08 UTC (8+ messages)
[REVIEW][PATCH] mm: Add a user_ns owner to mm_struct and fix ptrace_may_access
2016-10-19 17:04 UTC (18+ messages)
` [REVIEW][PATCH] exec: Don't exec files the userns root can not read
[PATCH v4 0/7] Add --format to tag verification
2016-10-19 17:07 UTC (5+ messages)
` [PATCH v4 2/7] ref-filter: add function to print single ref_array_item
Difficulties around "fixdep" for the usage of a kernel build output directory
2016-10-19 7:25 UTC (7+ messages)
` Challenges around the usage of different "HOSTCFLAGS" for kernel build configuration and module generation
[PATCH] mtd/spi-nor: Add SPI memory controllers for Aspeed SoCs
2016-10-19 17:06 UTC (2+ messages)
QEMU?
2016-10-19 17:06 UTC (4+ messages)
[meta-fsl-arm-extra][PATCH 1/3] wandboard: Migrate to use wic image creator tool
2016-10-19 17:05 UTC (3+ messages)
` [meta-fsl-arm-extra][PATCH 2/3] cubox-i: "
` [meta-fsl-arm-extra][PATCH 3/3] imx6dl-riotboard: "
[PATCH 01/37] staging:r8188eu: remove get_rxmem function
2016-10-19 16:59 UTC (4+ messages)
` [PATCH 02/37] staging:r8188eu: remove device assignment after netdev_alloc_skb call
[PATCH] drm/i915/dp: add lane_count check in intel_dp_check_link_status
2016-10-19 17:05 UTC (3+ messages)
[PATCH 0/2] tools: iio: iio_generic_buffer: -A option code cleanups
2016-10-19 17:04 UTC (3+ messages)
` [PATCH 1/2] tools: iio: iio_generic_buffer: rename and change type of force variable
` [PATCH 2/2] tools: iio: iio_generic_buffer: drop unneeded parentheses
Call for Papers - WorldCIST'17 Workshops - Porto Santo Island
2016-10-19 17:04 UTC
[PATCH 1/4] wic: Change reference wks files to avoid /boot partition use
2016-10-19 17:03 UTC (4+ messages)
` [PATCH 2/4] wic: Change wks files path
` [PATCH 3/4] wic: imx-uboot-spl: Change u-boot suffix to img
` [PATCH 4/4] u-boot-fslc: Bump revision to 0dbe853
[PATCH] MFD: do not assign already already assigned compatible of_nodes
2016-10-19 9:12 UTC (2+ messages)
[PATCH v2] ARC: Adjust cpuinfo for non-continuous cpu ids
2016-10-19 17:02 UTC (3+ messages)
[Qemu-devel] chardev's and fd's in monitors
2016-10-19 17:01 UTC (10+ messages)
[PATCH 00/10] mm: adjust get_user_pages* functions to explicitly pass FOLL_* flags
2016-10-19 17:01 UTC (14+ messages)
nvme header updates
2016-10-19 17:01 UTC (3+ messages)
[opnfv-tech-discuss][apex][ovsnfv]Problem showed up with OVS/DPDK with Cisco VIC adapter
2016-10-19 17:00 UTC (4+ messages)
` [opnfv-tech-discuss] [apex][ovsnfv][fuel]Problem "
` "
[PATCH -next] dmaengine: st_fdma: Fix the error return code in st_fdma_probe()
2016-10-19 17:00 UTC (2+ messages)
[PATCH] arm64: Enable HIBERNATION in defconfig
2016-10-19 16:59 UTC
[4.9-rc1] Build-time 2x slower
2016-10-19 16:59 UTC (8+ messages)
[PATCH net-next v12 0/9] openvswitch: support for layer 3 encapsulated packets
2016-10-19 16:59 UTC (9+ messages)
` [PATCH net-next v12 5/9] openvswitch: add processing of L3 packets
` [PATCH net-next v12 9/9] openvswitch: use ipgre tunnel rather than gretap tunnel
[ndctl PATCH] Documentation: fix up init-labels man page
2016-10-19 16:56 UTC
[HACK] sh-pfc: hardcode TDSEL to maximum value for 1.8V
2016-10-19 16:58 UTC (2+ messages)
net/sctp: use-after-free in __sctp_connect
2016-10-19 16:57 UTC (3+ messages)
[PATCH v2 0/9] Broxton ddi phy refactoring
2016-10-19 16:56 UTC (2+ messages)
` ✗ Fi.CI.BAT: failure for Broxton ddi phy refactoring (rev5)
[PATCH] ARM: dt: sun8i-h3: Add sunxi-sid to dts for sun8i-h3
2016-10-19 7:40 UTC (3+ messages)
[Qemu-devel] [Bug 1184616] [NEW] undefined reference to `trace_qemu_anon_ram_alloc'
2016-10-19 16:37 UTC (2+ messages)
` [Qemu-devel] [Bug 1184616] "
[Qemu-devel] [PATCH v14 00/21] QAPI/QOM work for non-scalar object properties
2016-10-19 16:54 UTC (3+ messages)
` [Qemu-devel] [PATCH v14 15/21] qom: support non-scalar properties with -object
[ANNOUNCE] 4.8-rt1
2016-10-19 16:54 UTC (5+ messages)
` [patch] drivers/zram: Don't disable preemption in zcomp_stream_get/put()
` [patch v2] "
[U-Boot] Help with spl: zImage support in Falcon mode
2016-10-19 16:52 UTC (3+ messages)
[PATCH 0/3] PAN Fixes
2016-10-19 16:52 UTC (3+ messages)
` [PATCH 2/3] arm64: mm: Set PSTATE.PAN from the cpu_enable_pan() call
[PATCH v3] Bluetooth: Fix append max 11 bytes of name to scan rsp data
2016-10-19 16:52 UTC (2+ messages)
[Qemu-devel] [ndctl PATCH 0/8] dimm label space initialization support
2016-10-19 16:48 UTC (11+ messages)
` "
` [ndctl PATCH 1/8] libndctl: fix error returns for unsigned apis
` [ndctl PATCH 2/8] ndctl: consolidate label commands into a single file
` [ndctl PATCH 3/8] ndctl: glob support for label commands
` [ndctl PATCH 4/8] ndctl: merge {enable, disable}-dimm with "
` [ndctl PATCH 5/8] libndctl: add ndctl_cmd_cfg_read_get_size()
` [ndctl PATCH 6/8] ndctl: provide a read_labels() helper
` [Qemu-devel] [ndctl PATCH 7/8] ndctl: init-labels command
` "
` [ndctl PATCH 8/8] ndctl: check-labels command
[PATCH v2] arm64: defconfig: enable EEPROM_AT25 config option
2016-10-19 16:50 UTC (6+ messages)
Unix Device Memory Allocation project
2016-10-19 16:46 UTC (6+ messages)
[Qemu-devel] [Bug 1179731] [NEW] is networking broken on windows hosts?
2016-10-19 16:35 UTC (2+ messages)
` [Qemu-devel] [Bug 1179731] "
[PATCH 1/2] host: ehci-exynos: Convert to use the SET_SYSTEM_SLEEP_PM_OPS
2016-10-19 16:43 UTC (9+ messages)
[PATCH v5 0/5] Add support for legacy SCPI protocol
2016-10-19 16:43 UTC (7+ messages)
[PATCH 1/2] fsl-quadspi: fix QUAD read, add NORMAL, DUAL and FAST reads
2016-10-19 16:42 UTC (3+ messages)
iscsi_trx going into D state
2016-10-19 16:41 UTC (10+ messages)
[RFC] Vendor events file/dir names
2016-10-19 16:41 UTC (5+ messages)
` [GIT PULL] "
Regression after "do not use CMD13 to get status after speed mode switch"
2016-10-19 16:41 UTC (4+ messages)
crypto: aesni - add ccm(aes) algorithm implementation
2016-10-19 16:39 UTC (2+ messages)
[arm:for-next 7/8] warning: (ARM && ..) selects GENERIC_CLOCKEVENTS_BROADCAST which has unmet direct dependencies (GENERIC_CLOCKEVENTS)
2016-10-19 16:39 UTC (2+ messages)
[OpenRISC] GCC-optimizations/weirdness
2016-10-19 16:39 UTC
[PATCH] go-native: Add work around for binutils >= 2.27
2016-10-19 16:38 UTC (2+ messages)
[RESEND][GIT PULL] TDA998x I2C driver development updates
2016-10-19 16:37 UTC
[PATCH 0/7] megaraid_sas: Updates for scsi-next
2016-10-19 9:50 UTC (11+ messages)
` [PATCH 4/7] megaraid_sas: Send SYNCHRONIZE_CACHE command to firmware
[PATCH 0/3] z3fold: background page compaction
2016-10-19 16:36 UTC (8+ messages)
` [PATCH 1/3] z3fold: make counters atomic
` [PATCH 2/3] z3fold: remove redundant locking
` [PATCH 3/3] z3fold: add compaction worker
[PATCH v3 0/5] drm/fsl-dcu: initialization fixes
2016-10-19 7:42 UTC (5+ messages)
` [PATCH v3 5/5] drm/fsl-dcu: only init fbdev if required
[PATCH] ideapad-laptop: Add another DMI entry for Yoga 900
2016-10-19 16:36 UTC (2+ messages)
net/ipv6: potential deadlock in do_ipv6_setsockopt
2016-10-19 16:36 UTC (5+ messages)
[Intel-gfx] [PATCH v5 01/11] drm/i915: Add i915 perf infrastructure
2016-10-19 16:35 UTC (6+ messages)
` [PATCH] "
` [Intel-gfx] "
[PATCH] sha1_name: remove ONELINE_SEEN bit
2016-10-19 7:49 UTC (2+ messages)
[Qemu-devel] [Qemu-block] [PATCH] qcow2: Optimize L2 table cache size based on image and cluster sizes
2016-10-19 16:34 UTC (6+ messages)
[PATCH] ARM: mm: add ARM_L1_CACHE_SHIFT_7 for UniPhier outer cache
2016-10-19 12:39 UTC
the dp helper would try to enable the i2c channel for rockchip-edp
2016-10-19 13:52 UTC
[Bug 178421] New: [regression] Radeon Oops on shutdown
2016-10-19 16:34 UTC (2+ messages)
` [Bug 178421] "
[PATCH] i2c: designware: Add clock frequency for future AMD I2C controller
2016-10-19 9:00 UTC
[PATCH] GenWQE: Fix bad page access
2016-10-19 11:44 UTC (3+ messages)
` [PATCH] GenWQE: Fix bad page access during abort of resource allocation
[PATCH nf] netfilter: x_tables: suppress kmemcheck warning
2016-10-19 16:33 UTC (2+ messages)
[PATCH] Fix bus error when accessing MBR partition records
2016-10-19 16:33 UTC (3+ messages)
` [PATCH v2] "
[PATCH] x86/smp: Add irq_enter/exit() in smp_reschedule_interrupt()
2016-10-19 14:10 UTC (9+ messages)
[PATCH] sched/fair: Kill the unused sched_shares_window_ns tunable
2016-10-19 14:10 UTC
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.