All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-12-07 13:49:19 to 2017-12-07 14:27:15 UTC [more...]

[PATCH net-next v2 0/8] phy: net: meson-gxl: clean-up and improvements
 2017-12-07 14:27 UTC  (20+ 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
` [PATCH net-next v2 6/8] net: phy: meson-gxl: leave CONFIG_A6 untouched
` [PATCH net-next v2 7/8] net: phy: meson-gxl: add interrupt support
` [PATCH net-next v2 8/8] net: phy: meson-gxl: join the authors

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  (6+ 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)

[PATCH 0/7] armv8m: Implement TT, and other bugfixes
 2017-12-07 14:15 UTC  (6+ messages)
` [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)

[PATCH 4.9 000/109] 4.9.68-stable review
 2017-12-07 14:04 UTC  (40+ messages)
` [PATCH 4.9 002/109] bcache: recover data from backing when data is clean
` [PATCH 4.9 007/109] uas: Always apply US_FL_NO_ATA_1X quirk to Seagate devices
` [PATCH 4.9 010/109] s390/runtime instrumentation: simplify task exit handling
` [PATCH 4.9 011/109] USB: serial: option: add Quectel BG96 id
` [PATCH 4.9 013/109] s390/pci: do not require AIS facility
` [PATCH 4.9 014/109] selftests/x86/ldt_get: Add a few additional tests for limits
` [PATCH 4.9 018/109] staging: rtl8188eu: avoid a null dereference on pmlmepriv
` [PATCH 4.9 020/109] spi: spi-axi: fix potential use-after-free after deregistration
` [PATCH 4.9 024/109] usb: phy: tahvo: fix error handling in tahvo_usb_probe()
` [PATCH 4.9 028/109] sysrq : fix Show Regs call trace on ARM
` [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 4.9 045/109] vti6: fix device register to report IFLA_INFO_KIND
` [PATCH 4.9 047/109] be2net: fix unicast list filling
` [PATCH 4.9 049/109] libfs: Modify mount_pseudo_xattr to be clear it is not a userspace mount
` [PATCH 4.9 051/109] mm: fix remote numa hits statistics
` [PATCH 4.9 052/109] mac80211: calculate min channel width correctly
` [PATCH 4.9 054/109] nfs: Dont take a reference on fl->fl_file for LOCK operation
` [PATCH 4.9 056/109] drm/exynos/decon5433: set STANDALONE_UPDATE_F also if planes are disabled
` [PATCH 4.9 057/109] KVM: arm/arm64: Fix occasional warning from the timer work function
` [PATCH 4.9 061/109] powerpc/mm: Fix memory hotplug BUG() on radix
` [PATCH 4.9 071/109] tipc: fix nametbl_lock soft lockup at module exit
` [PATCH 4.9 072/109] tipc: fix cleanup at module unload
` [PATCH 4.9 074/109] tcp: correct memory barrier usage in tcp_check_space()
` [PATCH 4.9 077/109] gtp: clear DF bit on GTP packet tx
` [PATCH 4.9 086/109] xen-netback: vif counters from int/long to u64
` [PATCH 4.9 089/109] dma-buf/sw-sync: Fix the is-signaled test to handle u32 wraparound
` [PATCH 4.9 093/109] dma-buf/sw-sync: Fix locking around sync_timeline lists
` [PATCH 4.9 095/109] dma-buf/sw_sync: move timeline_fence_ops around
` [PATCH 4.9 100/109] dma-buf/sw_sync: force signal all unsignaled fences on dying timeline
` [PATCH 4.9 107/109] USB: devio: Prevent integer overflow in proc_do_submiturb()

[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: "
  ` AW: "
    ` [U-Boot] "

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 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  (11+ 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

[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

[U-Boot] [PATCH] arm: arm64: only use general regs
 2017-12-07 13:56 UTC  (4+ messages)

[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] "

[PATCH 4.4 00/49] 4.4.105-stable review
 2017-12-07 13:06 UTC  (3+ messages)
` [PATCH 4.4 04/49] usb: quirks: Add no-lpm quirk for KY-688 USB 3.1 Type-C Hub
` [PATCH 4.4 05/49] serial: 8250_pci: Add Amazon PCI serial device ID


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.