All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-02-21 14:39:09 to 2018-02-21 15:12:04 UTC [more...]

[PATCH] netlink: put module reference if dump start fails
 2018-02-21 15:11 UTC  (4+ messages)

[PATCH 0/2] Optimizes, cleans up and enhances stm32-exti irq hierarchy
 2018-02-21 15:11 UTC  (5+ messages)
` [PATCH 2/2] ARM: pinctrl: stm32: Optimizes and enhances stm32gpio irqchip

[igt-dev] [PATCH i-g-t] lib/igt_perf: Find active perf CPU
 2018-02-21 15:11 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[PATCH RFC tools/lkmm 09/12] tools/memory-model: Add required herd7 version to README file
 2018-02-21 15:10 UTC  (3+ messages)

[PATCH] RDMA/core: reduce IB_POLL_BATCH constant
 2018-02-21 15:10 UTC  (6+ messages)

[Qemu-arm] ARM cortex-m3 instruction fetch misbehaves during do_v7m_exception_exit
 2018-02-21 15:09 UTC  (4+ messages)

[PATCH net-next 0/6] tcp: remove non GSO code
 2018-02-21 15:09 UTC  (8+ messages)
        ` [PATCH net] tcp_bbr: better deal with suboptimal GSO

[PATCH v3] arm64: Add support for new control bits CTR_EL0.DIC and CTR_EL0.IDC
 2018-02-21 15:09 UTC  (4+ messages)

[PATCH RFC v8 0/6] Introduce the STACKLEAK feature and a test for it
 2018-02-21 15:09 UTC  (6+ messages)

[PATCH RFC tools/lkmm 10/12] tools/memory-model: Add a S lock-based external-view litmus test
 2018-02-21 15:09 UTC  (3+ messages)

[PATCH v4 00/40] Optimize KVM/ARM for VHE systems
 2018-02-21 15:08 UTC  (7+ messages)
` [PATCH v4 26/40] KVM: arm/arm64: Prepare to handle deferred save/restore of SPSR_EL1
` [PATCH v4 27/40] KVM: arm64: Prepare to handle deferred save/restore of ELR_EL1

[PATCH 0/4] drm/msm: Avoid subclassing of drm_atomic_state
 2018-02-21 15:07 UTC  (8+ messages)
` [PATCH 1/4] drm/atomic: integrate modeset lock with private objects

[U-Boot] [RFC] Make U-Boot log great again
 2018-02-21 15:07 UTC  (12+ messages)

[PATCH 0/3] platform/chrome: cros_ec debugfs and sysfs updates
 2018-02-21 15:06 UTC  (4+ messages)
` [PATCH 1/3] platform/chrome: cros_ec_sysfs: Modify error handling
` [PATCH 2/3] platform/chrome: cros_ec_debugfs: Add PD port info to debugfs

[PATCH] x86/PV: avoid indirect call/thunk in I/O emulation
 2018-02-21 15:06 UTC  (7+ messages)

[PATCH v2 08/10] drm/panel: Add Huarui LHR050H41 panel driver
 2018-02-21 15:05 UTC  (7+ messages)
` [RFC PATCH] drm/panel: lhr050h41_init[] can be static

[v3] Handle vendor defined behavior in tcpci_init, tcpci_set_vconn and export tcpci_irq. More operations can be extended in tcpci_data if needed. According to TCPCI specification, 4.4.5.2 ROLE_CONTROL, TCPC shall not start DRP toggling until subsequently
 2018-02-21 15:04 UTC  (5+ messages)
` [PATCH v3] Handle vendor defined behavior in tcpci_init, tcpci_set_vconn and export tcpci_irq. More operations can be extended in tcpci_data if needed. According to TCPCI specification, 4.4.5.2 ROLE_CONTROL, TCPC shall not start DRP toggling until subsequently the TCPM writes to the COMMAND register to start DRP toggling. DRP toggling flow is chagned as following: - Write DRP = 0 & Rd/Rd - Write DRP = 1 - Set LOOK4CONNECTION command
  ` 回覆: [PATCH v3] Handle vendor defined behavior in tcpci_init, tcpci_set_vconn and export tcpci_irq. More operations can be extended in tcpci_data if needed. According to TCPCI specification, 4.4.5.2 ROLE_CONTROL, TCPC shall not start DRP toggling until

[Regression] xhci: some hard drives cannot be seen using a JMicron JMS56x enclosure
 2018-02-21 15:04 UTC 

[PATCH] usb: phy-generic: Use gpiod_set_value_cansleep
 2018-02-21 15:04 UTC  (2+ messages)
`  "

[pyro][PATCH v2] openssl: Upgrade from 1.0.2k to 1.0.2n
 2018-02-21 15:03 UTC  (2+ messages)

Status of FST and mount times
 2018-02-21 15:03 UTC  (13+ messages)

[PATCH v2 00/17] tracing: probeevent: Improve fetcharg features
 2018-02-21 15:02 UTC  (54+ messages)
` [PATCH v2 01/17] tracing: probeevent: Fix to support minus offset from symbol
` [PATCH v2 02/17] selftests: ftrace: Add probe event argument syntax testcase
` [PATCH v2 03/17] selftests: ftrace: Add a testcase for string type with kprobe_event
` [PATCH v2 04/17] tracing: probeevent: Cleanup print argument functions
` [PATCH v2 05/17] tracing: probeevent: Cleanup argument field definition
` [PATCH v2 06/17] tracing: probeevent: Remove NOKPROBE_SYMBOL from print functions
` [PATCH v2 07/17] tracing: probeevent: Introduce new argument fetching code
` [PATCH v2 08/17] tracing: probeevent: Return consumed bytes of dynamic area
` [PATCH v2 09/17] tracing: probeevent: Append traceprobe_ for exported function
` [PATCH v2 10/17] tracing: probeevent: Unify fetch_insn processing common part
` [PATCH v2 11/17] tracing: probeevent: Add symbol type
` [PATCH v2 12/17] x86: ptrace: Add function argument access API
` [PATCH v2 13/17] tracing: probeevent: Add $argN for accessing function args
` [PATCH v2 14/17] tracing: probeevent: Add array type support
` [PATCH v2 15/17] selftests: ftrace: Add a testcase for symbol type
` [PATCH v2 16/17] selftests: ftrace: Add a testcase for $argN with kprobe_event
` [PATCH v2 17/17] selftests: ftrace: Add a testcase for array type "

[PATCH] Make kernel taint on invalid module signatures configurable
 2018-02-21 14:59 UTC  (7+ messages)

[PATCH 0/6] DISCONTIGMEM support for PPC32
 2018-02-21 15:02 UTC  (9+ messages)
` [PATCH 1/6] powerpc/mm/32: Use pfn_valid to check if pointer is in RAM

[PATCH] staging: typec: handle vendor defined part and modify drp toggling flow
 2018-02-21 15:02 UTC  (2+ messages)
`  "

[Qemu-devel] [PATCH 0/2] qcow2: minor compression improvements
 2018-02-21 15:00 UTC  (4+ messages)
` [Qemu-devel] [PATCH 2/2] qcow2: Avoid memory over-allocation on compressed images

Splitting meta-oe?
 2018-02-21 15:01 UTC  (24+ messages)

[RFC PATCH] mmc: sdhci-of-arasan: Add auto tuning support for ZynqMP Platform
 2018-02-21 15:00 UTC  (5+ messages)

[PATCH] tools/memory-model: remove rb-dep, smp_read_barrier_depends, and lockless_dereference
 2018-02-21 15:00 UTC  (2+ messages)

[PATCH v4 00/16] xen: Convert page_to_mfn and mfn_to_page to use typesafe MFN
 2018-02-21 14:59 UTC  (3+ messages)
` [PATCH v4 16/16] "

[PATCH 00/10] Add Actions Semi S900 pinctrl and gpio support
 2018-02-21 14:58 UTC  (16+ messages)
` [PATCH 04/10] pinctrl: actions: Add Actions S900 pinctrl driver
` [PATCH 05/10] dt-bindings: gpio: Add gpio nodes for Actions S900 SoC
` [PATCH 08/10] gpio: Add gpio driver for Actions OWL "

[PATCH] floppy: Don't print kernel addresses to log in show_floppy
 2018-02-21 14:58 UTC  (2+ messages)

[PATCH] libinput: upgrade to version 1.10.0
 2018-02-21 14:57 UTC  (2+ messages)

Ability to crash a HVM guest by accessing /dev/hpet
 2018-02-21 14:57 UTC  (3+ messages)

[SPDK] New SPDK Community Meetings
 2018-02-21 14:56 UTC 

[PATCH V2] powerpc/powernv : Add support to enable sensor groups
 2018-02-21 14:55 UTC 

[PATCH RESEND 00/10] drm/msm: A handful of dpu fixes
 2018-02-21 14:55 UTC  (3+ messages)
  ` [PATCH RESEND 01/10] drm/msm: Add displayport files to Makefile
  ` [PATCH RESEND 02/10] drm/msm: Include the dpu_dbg header in msm_drv.c

[igt-dev] [PATCH i-g-t 1/2] lib/igt_kms: Fix docbook warnings
 2018-02-21 14:54 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/2] "

net: hang in unregister_netdevice: waiting for lo to become free
 2018-02-21 14:53 UTC  (13+ messages)

[PATCH v2 0/2] KVM: MSR-based features
 2018-02-21 14:52 UTC  (7+ messages)
` [PATCH v2 1/2] KVM: x86: Add a framework for supporting "

BUG: unable to handle kernel paging request at ffff9fb75f827100
 2018-02-21 14:51 UTC  (4+ messages)

[meta-qt4] Cmake Could NOT find Qt4, missing: QT_MOC_EXECUTABLE
 2018-02-21 14:51 UTC  (3+ messages)

[Qemu-devel] [PATCH] hw/acpi-build: build SRAT memory affinity structures for NVDIMM
 2018-02-21 14:51 UTC  (5+ messages)

[PATCH 00/10] Implementation of Tegra Tachometer driver
 2018-02-21 14:50 UTC  (9+ messages)
` [PATCH 05/10] hwmon: generic-pwm-tachometer: Add generic PWM based tachometer

[PATCH 3/3] platform/chrome: mfd/cros_ec_dev: Add sysfs entry to set keyboard wake lid angle
 2018-02-21 14:50 UTC 

[RESEND PATCH v2 0/2] ASoC: topology: Add parsing clock gating
 2018-02-21 14:50 UTC  (4+ messages)
` [RESEND PATCH v2 2/2] ASoC: topology: Add missing clock gating parameter when parsing hw_configs

[PATCH igt] igt/kms_fbcon_fbt: Handle ENODEV when checking i915_fbc_info for chipset support
 2018-02-21 14:50 UTC  (2+ messages)
` [igt-dev] "

[PATCH v2 05/10] drm/sun4i: Add Allwinner A31 MIPI-DSI controller support
 2018-02-21 14:48 UTC  (4+ messages)

[PATCH 0/2] Stackleak for arm64
 2018-02-21 14:48 UTC  (3+ messages)

[Fuego] release test issues
 2018-02-21 14:48 UTC 

[Qemu-devel] [PATCH] sdl2: fix hotkey keyup
 2018-02-21 14:47 UTC  (2+ messages)

[PATCH net-next] net: dsa: mv88e6xxx: scratch registers and external MDIO pins
 2018-02-21 14:46 UTC  (3+ messages)

[PATCH 4.4 00/33] 4.4.117-stable review
 2018-02-21 14:46 UTC  (2+ messages)

[PATCH v1 0/2] ima: untrusted filesystems
 2018-02-21 14:46 UTC  (10+ messages)
` [PATCH v1 1/2] ima: fail signature verification on "

[3/7] usb: dwc3: pci: Store device properties dynamically
 2018-02-21 14:45 UTC 

[PATCH] flex: upgrade to 2.6.4
 2018-02-21 14:45 UTC 

[PATCH] grub: fix compile error with latest flex
 2018-02-21 14:45 UTC 

[PATCH igt 1/2] Iterate over physical engines
 2018-02-21 14:45 UTC  (4+ messages)
` [igt-dev] "
` [PATCH igt 2/2] igt/gem_spin_batch: Avoid waiting when running concurrently
  ` [igt-dev] "

[Qemu-devel] [PATCH v2 0/5] keymap: support kbd layouts with multiple mappings for the same key
 2018-02-21 14:44 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 3/5] keymap: numpad keysyms and keycodes are fixed
` [Qemu-devel] [PATCH v2 4/5] keymap: record multiple keysym -> keycode mappings
` [Qemu-devel] [PATCH v2 5/5] keymap: consider modifier state when picking a mapping

[tpm2] Library libtcti-device.so not found in initramfs
 2018-02-21 14:44 UTC 

[PATCH] mpfr: merge bb/inc and fix license
 2018-02-21 14:44 UTC 

[PATCH v3 00/17] xen/arm: PSCI 1.1 and SMCCC-1.1 support and XSA-254 variant 2 update
 2018-02-21 14:43 UTC  (3+ messages)
` [PATCH v3 08/17] xen/arm: psci: Detect SMCCC version

mainline build: 15 warnings 0 failures (mainline/v4.16-rc2-64-gaf3e79d)
 2018-02-21 14:42 UTC  (2+ messages)

[PATCH v2] crypto: ccp: add check to get PSP master only when PSP is detected
 2018-02-21 14:41 UTC 

[PATCH] btrfs: Fix locking during DIO read
 2018-02-21 14:42 UTC  (4+ messages)

fiologparser_hist.py script patch and enhancements?
 2018-02-21 14:41 UTC  (5+ messages)

ASoC: Failed to create component debugfs directory
 2018-02-21 14:40 UTC  (10+ messages)

[PATCH 03/10] drm/msm: Change driver name back to msm
 2018-02-21 14:40 UTC  (2+ messages)
  ` [PATCH 04/10] drm/msm: Remove smmu driver init/cleanup from msm_drv

[PATCH] arm64: cpufeature: Trim feature reporting and include PAN emulation
 2018-02-21 14:39 UTC  (4+ messages)

[PATCH RFC] drm/bridge: panel: Add module_get/but calls to attached panel driver
 2018-02-21 14:40 UTC  (11+ messages)

[PATCH 1/2] perf, tools, stat: Use xyarray dimensions to iterate fds
 2018-02-21 14:39 UTC  (4+ messages)
` [PATCH 2/2] perf, tools, stat: Reset ids counter when retrying events


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.