messages from 2017-12-07 13:37:20 to 2017-12-07 14:27:12 UTC [more...]
[PATCH net-next v2 0/8] phy: net: meson-gxl: clean-up and improvements
2017-12-07 14:27 UTC (16+ messages)
` [PATCH net-next v2 1/8] net: phy: meson-gxl: check phy_write return value
` [PATCH net-next v2 2/8] net: phy: meson-gxl: define control registers
` [PATCH net-next v2 3/8] net: phy: meson-gxl: add read and write helpers for bank registers
` [PATCH net-next v2 4/8] net: phy: meson-gxl: use genphy_config_init
` [PATCH net-next v2 5/8] net: phy: meson-gxl: detect LPA corruption
PI futexes + lock stealing woes
2017-12-07 14:26 UTC (5+ messages)
[RFC v3 PATCH 0/2] Introduce Security Version to EFI Stub
2017-12-07 14:26 UTC (3+ messages)
[Cluster-devel] [PATCH 0/3] gfs2: Add new resource group header fields
2017-12-07 14:26 UTC (11+ messages)
` [Cluster-devel] [PATCH 1/3] gfs2: Add a next-resource-group pointer to resource groups
` [Cluster-devel] [PATCH 2/3] gfs2: Add rindex fields to rgrp headers
` [Cluster-devel] [PATCH 3/3] gfs2: Add a crc field to resource group headers
[RFC] xen/arm: Handling cache maintenance instructions by set/way
2017-12-07 14:25 UTC (6+ messages)
[PATCH] ath10k: use 64-bit crash dump timestamps
2017-12-07 14:23 UTC (3+ messages)
` "
[PATCH] i2c: piix4: Fix port number check on release
2017-12-07 14:23 UTC (2+ messages)
[PATCH v3 00/11] drm/fb-helper: Add .last_close and .output_poll_changed helpers
2017-12-07 14:22 UTC (4+ messages)
` [PATCH v3 04/11] drm/exynos: Use drm_fb_helper_lastclose() and _poll_changed()
[PATCH v4 0/2] at24: support eeproms that do not auto-rollover reads
2017-12-07 14:21 UTC (5+ messages)
` [PATCH v4 2/2] dt-bindings: add eeprom "at24,no-read-rollover" property
[PATCH 0/9] Initial code for BTP client
2017-12-07 14:21 UTC (10+ messages)
` [PATCH 1/9] shared/btp: Add initial code for library
` [PATCH 2/9] tools/btpclient: Add initial code
` [PATCH 3/9] shared/btp: Add definitions for GAP service
` [PATCH 4/9] tools/btpclient: Store index along with adapter proxy
` [PATCH 5/9] tools/btpclient: Add initial support for GAP service
` [PATCH 6/9] tools/btpclient: Add initial support for read controller info command
` [PATCH 7/9] tools/btpclient: Get initial values for adapter setttings
` [PATCH 8/9] tools/btpclient: Add support for tracking mutable adapter settings
` [PATCH 9/9] tools/btpclient: Add support for configuring "
[PATCH] ath6kl: remove redundant variable ies_len
2017-12-07 14:21 UTC (2+ messages)
` "
[PATCH v3 00/20] crypto: arm64 - play nice with CONFIG_PREEMPT
2017-12-07 14:21 UTC (6+ messages)
` [PATCH v3 10/20] arm64: assembler: add utility macros to push/pop stack frames
[crypto 6/8] chtls: TCB and Key program
2017-12-07 14:21 UTC (3+ messages)
[PATCH] managemon: Don't add disk to the array after it has started
2017-12-07 14:20 UTC (3+ messages)
` [PATCH][RESEND] "
[PATCH 0/1] About MIPS/Loongson maintainance
2017-12-07 14:18 UTC (7+ messages)
[PATCH v3] leds: trigger: Introduce a NETDEV trigger
2017-12-07 14:19 UTC (3+ messages)
When will Linux support new RAID controllers
2017-12-07 14:18 UTC (9+ messages)
[PATCH v3 0/6] cpufreq: schedutil: fixes for flags updates
2017-12-07 14:19 UTC (9+ messages)
` [PATCH v3 2/6] cpufreq: schedutil: ensure max frequency while running RT/DL tasks
` [PATCH v3 3/6] cpufreq: schedutil: update CFS util only if used
[PATCH v3 00/25] x86: emulator enhancements
2017-12-07 14:19 UTC (26+ messages)
` [PATCH v3 01/25] x86emul: make decode_register() return unsigned long *
` [PATCH v3 02/25] x86emul: build SIMD tests with -Os
` [PATCH v3 03/25] x86emul: support F16C insns
` [PATCH v3 04/25] x86emul: support FMA4 insns
` [PATCH v3 05/25] x86emul: support FMA insns
` [PATCH v3 06/25] x86emul: support most remaining AVX2 insns
` [PATCH v3 07/25] x86emul: support AVX2 gather insns
` [PATCH v3 08/25] x86emul: add tables for XOP 08 and 09 extension spaces
` [PATCH v3 09/25] x86emul: support XOP insns
` [PATCH v3 10/25] x86emul: support 3DNow! insns
` [PATCH v3 11/25] x86emul: place test blobs in executable section
` [PATCH v3 12/25] x86emul: abstract out XCRn accesses
` [PATCH v3 13/25] x86emul: adjust_bnd() should check XCR0
` [PATCH v3 14/25] x86emul: make all FPU emulation use the stub
` [PATCH v3 15/25] x86/HVM: eliminate custom #MF/#XM handling
` [PATCH v3 16/25] x86emul: support SWAPGS
` [PATCH v3 17/25] x86emul: emulate {MONITOR, MWAIT}{, X} as no-op
` [PATCH v3 18/25] x86emul: add missing suffixes in test harness
` [PATCH v3 19/25] x86emul: tell cmpxchg hook whether LOCK is in effect
` [PATCH v3 20/25] x86emul: correctly handle CMPXCHG* comparison failures
` [PATCH v3 21/25] x86emul: add read-modify-write hook
` [PATCH v3 22/25] x86/HVM: do actual CMPXCHG in hvmemul_cmpxchg()
` [PATCH v3 23/25] x86/HVM: make use of new read-modify-write emulator hook
` [PATCH v3 24/25] x86/shadow: fully move unmap-dest into common code
` [PATCH v3 25/25] x86/shadow: fold sh_x86_emulate_{write, cmpxchg}() into their only callers
[PATCH v2 0/2] kvm:x86:hyperv: guest->host event signaling via eventfd
2017-12-07 14:18 UTC (3+ messages)
` [PATCH v2 1/2] kvm:x86: factor out kvm.arch.hyperv (de)init
` [PATCH v2 2/2] kvm:x86:hyperv: guest->host event signaling via eventfd
[PATCH] clk: qcom: gcc-msm8996: always enable aggre0_noc gdsc
2017-12-07 14:16 UTC
Hyper-V SSD passthrough fix backport
2017-12-07 14:17 UTC (9+ messages)
[Xenomai] Xenomai 3.0.5 : RTIPC/XDDP protocol not supported by kernel
2017-12-07 14:16 UTC (4+ messages)
[Qemu-devel] [PATCH 0/7] armv8m: Implement TT, and other bugfixes
2017-12-07 14:15 UTC (6+ messages)
` [Qemu-devel] [PATCH 4/7] target/arm: Split M profile MNegPri mmu index into user and priv
` [Qemu-devel] [Qemu-arm] "
` "
[PATCH] Force Travis-CI to use sphinx 1.5.6
2017-12-07 14:15 UTC (2+ messages)
[Bug 104142] Stack trace in runpm when Tonga card powers down
2017-12-07 14:15 UTC (2+ messages)
[PATCH v3] send-email: extract email-parsing code into a subroutine
2017-12-07 14:14 UTC (3+ messages)
` [PATCH v4] "
[PATCH 0/9] virtio fixes
2017-12-07 14:14 UTC (5+ messages)
` [PATCH v2 00/10] "
` [PATCH v2 06/10] net/virtio: fix queue setup consistency
[PATCH] drm/i915: add FTRACE dependency for DRM_I915_TRACE_GEM
2017-12-07 14:14 UTC (2+ messages)
[PATCH i-g-t for CI] tests/kms_vblank: Add test to ensure DRM_CAP_CRTC_IN_VBLANK_EVENT works correctly
2017-12-07 14:14 UTC (2+ messages)
` ✓ Fi.CI.BAT: success for tests/kms_vblank: Add test to ensure DRM_CAP_CRTC_IN_VBLANK_EVENT works correctly (rev2)
[Cluster-devel] [PATCH 0/8] gfs2-utils: Add support for new resource group fields
2017-12-07 14:14 UTC (6+ messages)
` [Cluster-devel] [PATCH 4/8] mkfs.gfs2: Set the rg_skip field in new rgrps
` [Cluster-devel] [PATCH 8/8] libgfs2: Add support for rg_crc
msm8909 support in a recent kernel
2017-12-07 14:13 UTC (9+ messages)
[RFC PATCH] mm: unclutter THP migration
2017-12-07 14:10 UTC (2+ messages)
[PATCH][next] ASoC: pcm186x: make pcm186x_dai_ops and pcm186x_adc_input_channel_sel_value static
2017-12-07 14:11 UTC (2+ messages)
[PATCH 0/1] suspend/resume for virtio_ccw
2017-12-07 14:11 UTC (3+ messages)
` [PATCH 1/1] virtio/s390: implement PM operations "
[PATCH v5 net-next] net/tcp: trace all TCP/IP state transition with tcp_set_state tracepoint
2017-12-07 14:10 UTC
[Qemu-devel] [PATCH v3 00/50] Hi,
2017-12-07 14:10 UTC (3+ messages)
` [Qemu-devel] [PATCH v3 09/50] qapi: add #if/#endif helpers
[PATCH 1/3] eal: update legacy modules dynamic logs regex
2017-12-07 14:07 UTC (4+ messages)
` [PATCH 3/3] logs: remove log level config option
Linux hang
2017-12-07 14:01 UTC (4+ messages)
` WG: "
` [U-Boot] "
` AW: "
generic/399 and xfs_io pwrite command
2017-12-07 14:05 UTC (6+ messages)
` [PATCH] xfs_io: fix exitcode handling (was Re: generic/399 and xfs_io pwrite command)
[OSSTEST RFC 00/16] Testing CentOS as dom0 with osstest
2017-12-07 14:05 UTC (15+ messages)
` [OSSTEST RFC 05/16] TestSupport: Adapt target_https_mitm_proxy_setup to CentOS
` [OSSTEST RFC 10/16] ts-centos-xen-pkg-install: Install of Xen package on CentOS
` [OSSTEST RFC 11/16] ts-centos-xen-pkg-install: Adjust daemons configuration
` [OSSTEST RFC 13/16] WORKAROUND: Osstest/TestSupport: Make target_reboot works with systemd
` [OSSTEST RFC 14/16] sg-run-job: Select host install script based on all_host_os runvar
` [OSSTEST RFC 15/16] make-centos-flight: Create a flight with CentOS as dom0
` [OSSTEST RFC 16/16] Osstest/TestSupport: Handle qemu-img location on CentOS
[PATCH] spi: sun6i: disable/unprepare clocks on remove
2017-12-07 14:04 UTC (2+ messages)
[PATCH] perf evsel: Enable ignore_missing_thread for pid option
2017-12-07 14:03 UTC (4+ messages)
[PATCH 4.9 000/109] 4.9.68-stable review
2017-12-07 14:04 UTC (11+ messages)
` [PATCH 4.9 037/109] dmaengine: stm32-dma: Set correct args number for DMA request from DT
` [PATCH 4.9 038/109] dmaengine: stm32-dma: Fix null pointer dereference in stm32_dma_tx_status
[PATCH 00/10] make stolen resource centric
2017-12-07 14:03 UTC (4+ messages)
` [PATCH 05/10] drm/i915: make dsm struct "
[virtio-dev] [PATCH v3 0/7] Vhost-pci for inter-VM communication
2017-12-07 14:02 UTC (10+ messages)
` [Qemu-devel] "
` [virtio-dev] "
[PATCH v2] mmap.2: MAP_FIXED updated documentation
2017-12-07 14:02 UTC (10+ messages)
[RFC][PATCH] printk: add console_msg_format command line option
2017-12-07 14:01 UTC (3+ messages)
[PATCH v3 0/5] Add OV5640 parallel interface and RGB565/YUYV support
2017-12-07 13:59 UTC (3+ messages)
` [PATCH v3 3/5] media: dt-bindings: ov5640: add support of DVP parallel interface
mdadm stuck at 0% reshape after grow
2017-12-07 13:58 UTC (10+ messages)
[PATCH] ACPI / GED: unregister interrupts during shutdown
2017-12-07 13:00 UTC (4+ messages)
[PATCH v2 00/13] "Non-shared" IOMMU support on ARM
2017-12-07 13:57 UTC (7+ messages)
` [PATCH v2 07/13] iommu: Make decision about needing IOMMU for hardware domains in advance
[U-Boot] [PATCH] arm: arm64: only use general regs
2017-12-07 13:56 UTC (4+ messages)
[PATCH v2 0/7] Add CPU Frequency scaling support on Armada 37xx
2017-12-07 13:56 UTC (16+ messages)
` [PATCH v2 1/7] dt-bindings: marvell: Add documentation for the North Bridge PM "
` [PATCH v2 2/7] cpufreq: ARM: sort the Kconfig menu
` [PATCH v2 3/7] cpufreq: sort the drivers in ARM part
` [PATCH v2 4/7] cpufreq: mvebu: Use dev_pm_opp_remove()
` [PATCH v2 5/7] MAINTAINERS: add new entries for Armada 37xx cpufreq driver
` [PATCH v2 6/7] cpufreq: Add DVFS support for Armada 37xx
` [PATCH v2 7/7] arm64: dts: marvell: armada-37xx: add nodes allowing cpufreq support
[PATCH 1/2] staging: fsl-mc: Allocate IRQ's before scanning DPRC objects
2017-12-07 13:55 UTC (4+ messages)
[PATCH V6 0/7] dmaengine: qcom_hidma: add support for bugfixed HW
2017-12-07 13:10 UTC (3+ messages)
` [PATCH V6 4/7] OF: properties: Implement get_match_data() callback
[PATCH v2] perf evsel: Enable ignore_missing_thread for pid option
2017-12-07 13:43 UTC (2+ messages)
[PATCH 1/2] drm/i915: Remove vma from object on destroy, not close
2017-12-07 13:51 UTC (4+ messages)
` [PATCH 2/2] drm/i915: Track GGTT writes on the vma
pull-request: iwlwifi 2017-12-05
2017-12-07 13:52 UTC (2+ messages)
[PATCH] drm/i915: Call intel_opregion_notify_encoder in intel_sanitize_encoder
2017-12-07 13:50 UTC (4+ messages)
[PATCH v1] brcmfmac: Avoid build error with make W=1
2017-12-07 13:49 UTC (3+ messages)
` [v1] "
issue on rcar-du and/or vsp suspend-resume paths
2017-12-07 13:47 UTC (2+ messages)
17.08.1 patches review and test
2017-12-07 13:46 UTC (3+ messages)
[RFC] Improve subvolume usability for a normal user
2017-12-07 13:45 UTC (10+ messages)
[PATCH] ssb: make SSB a menuconfig to ease disabling it all
2017-12-07 13:45 UTC (2+ messages)
` "
[PATCH 0/5] blkcg: Limit maximum number of aio requests available for cgroup
2017-12-07 13:44 UTC (8+ messages)
[PATCH v7 3/3] mt76: add driver code for MT76x2e
2017-12-07 13:43 UTC (5+ messages)
` [PATCH] mt76: fix debugfs_simple_attr.cocci warnings
` [PATCH] mt76: fix returnvar.cocci warnings
[PATCH v2] i2c: stm32: Fix copyrights
2017-12-07 13:42 UTC (7+ messages)
[PATCH i-g-t 1/6] meson: Don't install headers
2017-12-07 13:40 UTC (6+ messages)
` [PATCH i-g-t 2/6] meson: Don't install selfcheck binaries
` [PATCH i-g-t 3/6] meson: Install benchmarks to $libexec/intel-gpu-tools/benchmarks
` [PATCH i-g-t 4/6] meson: Install test-list.txt to libexecdir
` [PATCH i-g-t 5/6] meson: Also install gem_stress
` [PATCH i-g-t 6/6] meson: Install .testlist files
[PATCH v13 0/7] cgroup-aware OOM killer
2017-12-07 13:39 UTC (5+ messages)
` [PATCH v13 3/7] mm, oom: "
[PATCH i-g-t 1/3] lib/igt_kms: Drop all stale events on first commit
2017-12-07 13:40 UTC (3+ messages)
` [PATCH i-g-t 2/3] tests/kms_cursor_legacy: Perform lazy cleanup between tests
` [PATCH i-g-t 3/3] tests/kms_cursor_legacy: Rework the 2x-*-vs-cursor-* tests
USB: hub: Delete an error message for a failed memory allocation in usb_hub_clear_tt_buffer()
2017-12-07 13:38 UTC (4+ messages)
[PATCH i-g-t] tests/kms_color: Rename pipe tests to standard notation
2017-12-07 13:40 UTC
[PATCH v3 0/2] eeprom: at24: coding style fixes
2017-12-07 13:39 UTC (3+ messages)
` [PATCH v3 1/2] eeprom: at24: fix coding style issues
` [PATCH v3 2/2] eeprom: at24: use a common prefix for all symbols in at24.c
[PATCH] perf: qcom_l2_pmu: don't allow guest access
2017-12-07 13:38 UTC (5+ messages)
[PATCH] libsas: flush pending destruct work in sas_unregister_domain_devices()
2017-12-07 13:37 UTC (5+ messages)
[PATCH v8 1/3] dt-bindings: net: add mt76 wireless device binding
2017-12-07 13:37 UTC (2+ messages)
` [v8,1/3] "
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.