messages from 2016-06-23 16:03:01 to 2016-06-23 16:49:32 UTC [more...]
[RFC v3 PATCH 04/14] tcg/arm: Add support for fence
2016-06-23 16:49 UTC (4+ messages)
` [Qemu-devel] "
RFC: XenSock brainstorming
2016-06-23 16:49 UTC (4+ messages)
linux-next: build warning after merge of the pci tree
2016-06-23 16:48 UTC (2+ messages)
[Qemu-devel] [PATCH RFC 0/5] Baby steps towards saner headers
2016-06-23 16:47 UTC (11+ messages)
` [Qemu-devel] [PATCH RFC 1/5] Use #include "..." exactly for our own headers
` [Qemu-devel] [PATCH RFC 2/5] tests: New make target check-headers
` [Qemu-devel] [PATCH RFC 3/5] include/qemu/typedefs.h: Restore alphabetical order
` [Qemu-devel] [PATCH RFC 4/5] include: Move typedef qemu_irq to qemu/typedefs.h
` [Qemu-devel] [PATCH RFC 5/5] include: Include exec/hwaddr.h where hwaddr is used
[PATCH 0/2] more ANSI attributes
2016-06-23 16:47 UTC (4+ messages)
` [PATCH 2/2] color: support "italic" attribute
[PATCH V2 0/3] perf script: Add callindent option
2016-06-23 16:46 UTC (6+ messages)
` [PATCH V2 3/3] "
pull-request: can 2016-06-23
2016-06-23 16:45 UTC (6+ messages)
` [PATCH 2/3] can: fix oops caused by wrong rtnl dellink usage
[Qemu-devel] [PATCH 00/24] vhost-user reconnect fixes
2016-06-23 16:45 UTC (5+ messages)
` [Qemu-devel] [PATCH 23/24] vhost-user: wait until link is up
[PATCH] kni: fix compilation with gcc 6.1
2016-06-23 16:45 UTC (3+ messages)
[Qemu-devel] [PATCH v9 00/10] IEEE 754-2008 support for Mips
2016-06-23 16:44 UTC (3+ messages)
` [Qemu-arm] "
[PATCH v3 0/9] kexec_file_load implementation for PowerPC
2016-06-23 16:44 UTC (5+ messages)
[Qemu-arm] [PATCH v3 0/5] ast2400: SMC controllers
2016-06-23 16:33 UTC (12+ messages)
` [Qemu-devel] "
` [Qemu-devel] [PATCH v3 1/5] m25p80: qdev-ify drive property
` [Qemu-arm] [PATCH v3 2/5] ast2400: add SMC controllers (FMC and SPI)
` [Qemu-devel] "
` [Qemu-arm] [PATCH v3 3/5] ast2400: add SPI flash slave object
` [Qemu-devel] "
` [Qemu-arm] [PATCH v3 4/5] ast2400: create SPI flash slaves
` [Qemu-devel] "
` [Qemu-arm] [PATCH v3 5/5] tests: add a m25p80 test
` [Qemu-devel] "
[Qemu-devel] [PATCH v14 0/3] PTimer fixes/features and ARM MPTimer conversion
2016-06-23 16:43 UTC (6+ messages)
` [Qemu-arm] [PATCH v14 1/3] hw/ptimer: Support running with counter = 0 by introducing new policy feature
` [Qemu-devel] "
[PATCH 0/2] ConnectX-4/Connect-IB Port Counters
2016-06-23 16:44 UTC (5+ messages)
linux-next: manual merge of the pci tree with Linus' tree
2016-06-23 16:43 UTC (2+ messages)
[PATCH i-g-t 1/2] tests/{kms_cursor_legacy, drv_missed_irq}, lib/drmtest: Fix warnings about unused function return values
2016-06-23 16:46 UTC (2+ messages)
` [PATCH i-g-t 2/2] lib/drmtest: Report proper err message when opening the driver
[PATCH v2 00/17] Xen ARM DomU ACPI support
2016-06-23 16:42 UTC (14+ messages)
` [PATCH v2 04/17] libxl/arm: prepare for constructing ACPI tables
` [PATCH v2 07/17] libxl/arm: Construct ACPI GTDT table
` [PATCH v2 08/17] libxl/arm: Factor MPIDR computing codes out as a helper
` [PATCH v2 09/17] libxl/arm: Construct ACPI MADT table
` [PATCH v2 11/17] libxl/arm: Construct ACPI DSDT table
[PATCH 0/3] Add support for X-Gene hwmon driver
2016-06-23 16:42 UTC (8+ messages)
` [PATCH 1/3] Documentation: dtb: xgene: Add hwmon dts binding documentation
[PATCH v3 0/4] ARM/ARM64: PCI: PCI_PROBE_ONLY clean-up
2016-06-23 16:41 UTC (6+ messages)
` [PATCH v3 4/4] ARM/PCI: remove arch specific pcibios_enable_device()
[kernel-hardening] [PATCH v3 00/13] Virtually mapped stacks with guard pages (x86, core)
2016-06-23 16:41 UTC (9+ messages)
` [kernel-hardening] "
` "
[PATCH 0/1] blacklist: add BPNBLACKLIST support
2016-06-23 16:39 UTC (5+ messages)
[PATCH] powerpc/mm: update arch_{add,remove}_memory() for radix
2016-06-23 16:39 UTC
[PATCH 00/14] MIPS: KVM: Dynamically generate exception code
2016-06-23 16:34 UTC (30+ messages)
` [PATCH 01/14] MIPS: uasm: Add CFC1/CTC1 instructions
` [PATCH 02/14] MIPS: uasm: Add CFCMSA/CTCMSA instructions
` [PATCH 03/14] MIPS: uasm: Add DI instruction
` [PATCH 04/14] MIPS: uasm: Add MTHI/MTLO instructions
` [PATCH 05/14] MIPS: uasm: Add r6 MUL encoding
` [PATCH 06/14] MIPS; KVM: Convert exception entry to uasm
` [PATCH 07/14] MIPS: KVM: Add dumping of generated entry code
` [PATCH 08/14] MIPS: KVM: Drop now unused asm offsets
` [PATCH 09/14] MIPS: KVM: Omit FPU handling entry code if possible
` [PATCH 10/14] MIPS: KVM: Check MSA presence at uasm time
` [PATCH 11/14] MIPS: KVM: Drop redundant restore of DDATA_LO
` [PATCH 12/14] MIPS: KVM: Dynamically choose scratch registers
` [PATCH 13/14] MIPS: KVM: Relative branch to common exit handler
` [PATCH 14/14] MIPS: KVM: Save k0 straight into VCPU structure
[PATCH 1/2] ath10k: Replace warning with an error message if HTT op version is unset
2016-06-23 16:40 UTC (4+ messages)
` [PATCH 2/2] ath10k: Fix sending NULL/ Qos NULL data frames for QCA99X0 and later
[RFC, DEBUGGING 1/2] mm: pass NR_FILE_PAGES/NR_SHMEM into node_page_state
2016-06-23 16:39 UTC (6+ messages)
[Qemu-devel] [PATCH 4/5] x86: Allow physical address bits to be set
2016-06-23 16:38 UTC (11+ messages)
` [Qemu-devel] Default for phys-addr-bits? (was Re: [PATCH 4/5] x86: Allow physical address bits to be set)
[PATCH] coresight: add PM runtime calls to coresight_simple_func()
2016-06-23 16:37 UTC (3+ messages)
[Qemu-devel] [PATCH 0/3] qmp: query-host-cpu command
2016-06-23 16:37 UTC (7+ messages)
` [Qemu-devel] [PATCH 1/3] qmp: Add "
` [Qemu-devel] [PATCH 2/3] target-i386: Introduce x86_cpu_load_host_data() function
[RFC v3 00/45] Richacls
2016-06-23 16:37 UTC (3+ messages)
` [RFC v3 42/45] nfs: Add richacl support
issue in ceph_test_objectstore
2016-06-23 16:36 UTC (7+ messages)
[LTP] [patch V2 00/20] timer: Refactor the timer wheel
2016-06-23 16:31 UTC (6+ messages)
[linux-lvm] what creates the symlinks in /dev/<volgroup> ?
2016-06-23 16:35 UTC (11+ messages)
[PATCH] tools/vm/slabinfo: fix spelling mistake: "Ocurrences" -> "Occurrences"
2016-06-23 16:35 UTC (2+ messages)
Reported regressions for 4.7 as of Sunday, 2016-06-19
2016-06-23 16:35 UTC (9+ messages)
[RFC PATCH v2 05/18] sched: add task flag for preempt IRQ tracking
2016-06-23 16:35 UTC (12+ messages)
[PATCH] printk: introduce should_ignore_loglevel()
2016-06-23 16:33 UTC
[PATCH v2 0/3] Support DAX for device-mapper dm-linear devices
2016-06-23 16:31 UTC (5+ messages)
` [PATCH v2 1/3] block: add QUEUE_FLAG_DAX for devices to advertise their DAX support
[U-Boot] socfpga 2016.05, CV socdk Rev E1, SPL and u-boot fail when booting from QSPI
2016-06-23 16:31 UTC (8+ messages)
[Qemu-devel] [PATCH v7 00/12] data-driven device registers
2016-06-23 16:30 UTC (4+ messages)
` [Qemu-devel] [PATCH v7 03/12] register: Add Memory API glue
[PATCH v3][UPDATE] ARM/PCI: claim bus resources on PCI_PROBE_ONLY set-ups
2016-06-23 16:30 UTC (2+ messages)
[PATCH] ASoC: Intel: atom: fix missing breaks that would cause the wrong operation to execute
2016-06-23 16:37 UTC
[PATCH 00/11] nd/icase updates
2016-06-23 16:29 UTC (12+ messages)
` [PATCH 01/11] grep: break down an "if" stmt in preparation for next changes
` [PATCH 02/11] test-regex: isolate the bug test code
` [PATCH 03/11] test-regex: expose full regcomp() to the command line
` [PATCH 04/11] grep/icase: avoid kwsset on literal non-ascii strings
` [PATCH 05/11] grep/icase: avoid kwsset when -F is specified
` [PATCH 06/11] grep/pcre: prepare locale-dependent tables for icase matching
` [PATCH 07/11] gettext: add is_utf8_locale()
` [PATCH 08/11] grep/pcre: support utf-8
` [PATCH 09/11] diffcore-pickaxe: "share" regex error handling code
` [PATCH 10/11] diffcore-pickaxe: support case insensitive match on non-ascii
` [PATCH 11/11] grep.c: reuse "icase" variable
[PATCH] mm/hugetlb: clear compound_mapcount when freeing gigantic pages
2016-06-23 16:28 UTC (3+ messages)
[PATCH v4 0/2] Add support for SYSCON reset
2016-06-23 16:28 UTC (8+ messages)
` [PATCH v4 2/2] reset: add TI SYSCON based reset driver
[PATCH] mm, oom: don't set TIF_MEMDIE on a mm-less thread
2016-06-23 16:24 UTC (2+ messages)
` [PATCH v2] "
[Qemu-devel] [PATCH v2 00/10] globals: Clean up validation and error checking
2016-06-23 16:24 UTC (5+ messages)
` [Qemu-devel] [PATCH v2 10/10] machine: Skip global registration for non-existing classes
[U-Boot] [PATCH] arm: socfpga: Fix "improve raw MMC SPL boot"
2016-06-23 16:23 UTC
[meta-python][PATCH] python-yappi: add a recipe for a python profiler
2016-06-23 16:23 UTC
[PATCH v1 1/1] platform/x86/intel_pmc_core: Convert to DEFINE_DEBUGFS_ATTRIBUTE
2016-06-23 16:22 UTC (3+ messages)
[PATCH v2 rdma-next 00/29] Soft RoCE driver
2016-06-23 16:22 UTC (3+ messages)
kernel-4.7 bug in Intel sound and/or ACPI
2016-06-23 16:21 UTC (11+ messages)
[PATCH 4.4 00/75] 4.4.14-stable review
2016-06-23 16:21 UTC (3+ messages)
` [PATCH 4.4 00/75] 4.4.14-stable review -rc2
[PATCH net-next 0/4] net_sched: bulk dequeue and deferred drops
2016-06-23 16:21 UTC (6+ messages)
QCA IPQ4019 support in mainline linux
2016-06-23 16:20 UTC
[Qemu-devel] [PATCH] iscsi: fix assertion in is_sector_request_lun_aligned
2016-06-23 16:19 UTC (3+ messages)
[Qemu-devel] Qemu and heavily increased RSS usage
2016-06-23 16:19 UTC (7+ messages)
[Qemu-devel] Change of max-ram-below-4g initial value breaks Xen
2016-06-23 16:18 UTC (4+ messages)
` "
[ath9k-devel] [RFC] ath9k: add devicetree support to ath9k
2016-06-23 16:18 UTC (4+ messages)
` [ath9k-devel] [PATCH 2/2] Documentation: dt: net: add ath9k wireless device binding
` "
uninative support on non-x86 platforms
2016-06-23 16:18 UTC (4+ messages)
[RFC v3 PATCH 03/14] tcg/aarch64: Add support for fence
2016-06-23 16:18 UTC (3+ messages)
` [Qemu-devel] "
[lttng-ust GIT PULL v6] Doc: add a CMake example
2016-06-23 16:17 UTC
futex: Allow FUTEX_CLOCK_REALTIME with FUTEX_WAIT op
2016-06-23 16:16 UTC (6+ messages)
[PATCH v3 0/10]
2016-06-23 16:16 UTC (5+ messages)
` [PATCH v3 02/10] drm/rockchip: analogix_dp: split the lcdc select setting into device data
[PATCH v2] ibmvscsis: Initial commit of IBM VSCSI Tgt Driver
2016-06-23 16:17 UTC (4+ messages)
` [PATCH v7] "
regression caused by 08f511fd41c3 ("cpufreq: Reduce cpufreq_update_util() overhead a bit")
2016-06-23 16:07 UTC (8+ messages)
` regression caused by bb6ab52f2bef ("intel_pstate: Do not set utilization update hook too early")
linux-next: manual merge of the audit tree with the security tree
2016-06-23 16:14 UTC (3+ messages)
[PATCH] config: Add android config fragments
2016-06-23 16:12 UTC (6+ messages)
[Intel-wired-lan] [next PTACH S38-v2 0/7] i40e/i40evf updates
2016-06-23 16:13 UTC (9+ messages)
` [Intel-wired-lan] [next PTACH S38-v2 3/7] i40e/i40evf: remove useless initializer
` [Intel-wired-lan] [next PTACH S38-v2 4/7] i40e: Remove device ID 0x37D4
` [Intel-wired-lan] [next PTACH S38-v2 5/7] i40evf: add hyperv dev ids
` [Intel-wired-lan] [next PTACH S38-v2 7/7] i40e/i40evf-bump version to 1.6.11
[Qemu-devel] [PATCH v2] Improve the alignment check infrastructure
2016-06-23 16:12 UTC (9+ messages)
` [Qemu-arm] "
[PATCH v4] vfio-pci: Allow to mmap sub-page MMIO BARs if the mmio page is exclusive
2016-06-23 16:12 UTC
Git Bash Slow in Windows (possible fix)
2016-06-23 16:02 UTC
[fs] c43edc7bd9: BUG: unable to handle kernel BUG: unable to handle kernel NULL pointer dereferenceNULL pointer dereference at 00000470
2016-06-23 16:11 UTC (2+ messages)
[PATCH V1 00/13] Create device FW version call back
2016-06-23 16:11 UTC (2+ messages)
[PATCH v4 0/3] Make hvm_fep available to non-debug build
2016-06-23 16:10 UTC (2+ messages)
[PATCH librdmacm] fix udpong segfault on rconnect error
2016-06-23 16:08 UTC (2+ messages)
[PATCH] nvme-rdma: Always signal fabrics private commands
2016-06-23 16:08 UTC
[PATCH v2 1/4] xen/init: Annotate all command line parameter infrastructure as const
2016-06-23 16:08 UTC (3+ messages)
[PATCH] arm64:swiotlb:Enable only when Input size through command line
2016-06-23 16:06 UTC (4+ messages)
[PATCH v2] kasan: account for destructor sections
2016-06-23 16:06 UTC
[PATCH][V2] ceph: fix spelling mistake: "resgister" -> "register"
2016-06-23 16:04 UTC
[PATCH 00/27] Move LRU page reclaim from zones to nodes v7
2016-06-23 16:03 UTC (7+ messages)
` [PATCH 19/27] mm: Move vmscan writes and file write accounting to the node
[meta-python][PATCH] python-pyephem: update recipe to use the pypi class
2016-06-23 16:03 UTC
[meta-python][PATCH] python-m2crypto: update recipe to use the pypi class
2016-06-23 16:03 UTC
[PATCH] KVM: nVMX: VMX instructions: fix segment checks when L1 is in long mode
2016-06-23 16:03 UTC (2+ 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.