All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-08-16 08:10:56 to 2019-08-16 08:38:27 UTC [more...]

[PATCH v1 55/63] Input: atmel_mxt_ts: Use msecs_to_jiffies() instead of HZ
 2019-08-16  8:38 UTC  (7+ messages)
` [PATCH v1 56/63] Input: atmel_mxt_ts: Use complete when in_bootloader true
` [PATCH v1 57/63] input: touchscreen: atmel_mxt_ts: Added sysfs entry for touchscreen status
` [PATCH v1 58/63] Input: atmel_mxt_ts: Remove sysfs attributes during driver detach
` [PATCH v1 59/63] Input: atmel_mxt_ts: Prevent crash due to freeing of input device

[PATCH v1 30/63] Input: atmel_mxt_ts - implement debug output for messages
 2019-08-16  8:34 UTC  (10+ messages)
` [PATCH v1 31/63] Input: atmel_mxt_ts - add memory access interface via sysfs
` [PATCH v1 32/63] Input: atmel_mxt_ts - implement improved debug message interface
` [PATCH v1 33/63] Input: atmel_mxt_ts - eliminate data->raw_info_block
` [PATCH v1 34/63] Input: atmel_mxt_ts - Change call-points of mxt_free_* functions

[f2fs-dev] kernel BUG at fs/f2fs/segment.c:2391 during xfstest generic/204
 2019-08-16  8:37 UTC 

[PATCH v1 50/63] Input: Atmel: handle ReportID "0x00" while processing T5 messages
 2019-08-16  8:37 UTC  (9+ messages)
` [PATCH v1 51/63] input: Atmel: limit the max bytes transferred while reading "
` [PATCH v1 52/63] Input: Atmel: use T44 object to process "
` [PATCH v1 53/63] Input: atmel_mxt_ts: use gpiod_set_value_cansleep for reset pin
` [PATCH v1 54/63] Input: atmel_mxt_ts: Avoid race condition in freeing of input device

can: tcan4x5x: spi bits_per_word issue on Raspberry PI
 2019-08-16  8:37 UTC  (4+ messages)
    ` AW: "

[PATCH v3 1/3] i2c/busses: Add i2c-icy for I2C on m68k/Amiga
 2019-08-16  8:37 UTC  (5+ messages)
` [PATCH v3 2/3] hwmon/ltc2990: Generalise DT to fwnode support

[PATCH] nvmet: read device size in identify-ns command handler
 2019-08-16  8:37 UTC  (3+ messages)

[PATCH v1 45/63] Input: Atmel: improve error handling in mxt_start()
 2019-08-16  8:37 UTC  (10+ messages)
` [PATCH v1 46/63] Input: Atmel: improve error handling in mxt_initialize()
` [PATCH v1 47/63] Input: Atmel: improve error handling in mxt_update_cfg()
` [PATCH v1 48/63] input: atmel_mxt_ts: move bootloader probe from mxt_initialize()
` [PATCH v1 49/63] Input: Atmel: Improve error handling in mxt_initialize_input_device()

[U-Boot] [PATCH 0/6] arm: socfpga: gen5: DM improvements
 2019-08-16  8:37 UTC  (10+ messages)
` [U-Boot] [PATCH 5/6] arm: socfpga: gen5: add readonly clk driver

[PATCH v3] usb: xhci-pci: reorder removal to avoid use-after-free
 2019-08-16  8:36 UTC 

[Bug 109380] [CI][BAT] igt@kms_chamelium@*- warn/fail - Last errno: 113, No route to host
 2019-08-16  8:36 UTC 

[igt-dev] [PATCH i-g-t] tests/kms_chamelium: Wait for chamelium being reachable after a suspend
 2019-08-16  8:35 UTC 

[PATCH v1 40/63] input: atmel_mxt_ts: Add Missing Delay for reset handling of Atmel touch panel controller in detachable displays
 2019-08-16  8:35 UTC  (5+ messages)
` [PATCH v1 41/63] Input: touchscreen: Atmel: Enable IRQ_DISABLE_UNLAZY flag for interrupt
` [PATCH v2 42/63] Input: atmel_mxt_ts: Limit the max bytes transferred in an i2c transaction
` [PATCH v1 43/63] Input: atmel_mxt_ts: update stale use_retrigen_workaround flag
` [PATCH v1 44/63] Input: atmel_mxt_ts: return error from mxt_process_messages_until_invalid()

Linux kernel 4.14.139 released
 2019-08-16  8:35 UTC 

[PATCH v1 35/63] Input: atmel_mxt_ts - rely on calculated_crc rather than file config_crc
 2019-08-16  8:35 UTC  (5+ messages)
` [PATCH v1 36/63] Input: atmel_mxt_ts - configure and use gpios as real gpios
` [PATCH v1 37/63] input: atmel_mxt_ts: export GPIO reset line via sysfs
` [PATCH v1 38/63] Input: atmel_mxt_ts: Add support for run self-test routine
` [PATCH v1 39/63] Input: touchscreen: Atmel: Add device tree support for T15 key array objects

[Buildroot] [PATCH 1/2] package/libunwind: add cxx exceptions support
 2019-08-16  8:34 UTC  (8+ messages)
` [Buildroot] [PATCH 2/2] package/mono: add libunwind optional dependency

[PATCH 00/22] ARM: omap1 multiplatform support
 2019-08-16  8:34 UTC  (10+ messages)
` [PATCH 14/22] ARM: omap1: use pci_ioremap_io() for omap_cf

[PATCH v1 25/63] Input: atmel_mxt_ts - rename bl_completion to chg_completion
 2019-08-16  8:33 UTC  (10+ messages)
` [PATCH v1 26/63] Input: atmel_mxt_ts - make bootloader interrupt driven
` [PATCH v1 27/63] Input: atmel_mxt_ts - delay enabling IRQ when not using regulators
` [PATCH v1 28/63] Input: atmel_mxt_ts - implement I2C retries
` [PATCH v1 29/63] Input: atmel_mxt_ts - orientation is not present in hover

[PATCH v1 20/63] Input: atmel_mxt_ts - refactor firmware flash to extract context into struct
 2019-08-16  8:32 UTC  (10+ messages)
` [PATCH v1 21/63] Input: atmel_mxt_ts - refactor code to enter bootloader into separate func
` [PATCH v1 22/63] Input: atmel_mxt_ts - combine bootloader version query with probe
` [PATCH v1 23/63] Input: atmel_mxt_ts - improve bootloader state machine handling
` [PATCH v1 24/63] Input: atmel_mxt_ts - check firmware format before entering bootloader

[PATCH] FS: timerfd: Fix unexpected return value of timerfd_read function. 'hrtimer_forward_now()' returns zero due to bigger backward time drift. This causes timerfd_read to return 0. As per man page, read on timerfd is not expected to return 0. This patch fixes this problem. Signed-off-by: Arul Jeniston <arul.jeniston@gmail.com>
 2019-08-16  8:32 UTC 

[Xen-devel] [xen-unstable test] 140168: regressions - FAIL
 2019-08-16  8:32 UTC 

[PATCH 1/2] vsprintf: Prevent crash when dereferencing invalid pointers for %pD
 2019-08-16  8:31 UTC  (7+ messages)
` [PATCH 2/2] lib/test_printf: add test of null/invalid pointer dereference for dentry

[PATCH v1 15/63] Input: atmel_mxt_ts - allow specification of firmware file name
 2019-08-16  8:32 UTC  (5+ messages)
` [PATCH v1 16/63] Input: atmel_mxt_ts - handle cfg filename via pdata/sysfs
` [PATCH v1 17/63] Input: atmel_mxt_ts - allow input name to be specified in platform data
` [PATCH v1 18/63] Input: atmel_mxt_ts - add config checksum attribute to sysfs
` [PATCH v1 19/63] Input: atmel_mxt_ts - check data->input_dev is not null in mxt_input_sync()

[dpdk-dev] [RFC] ethdev: allow multiple security sessions to use one rte flow
 2019-08-16  8:32 UTC  (6+ messages)

[PATCH] drm/i915: Use the associated uncore for the vm
 2019-08-16  8:31 UTC 

[PATCH 0/2] Use ccm(aes) aead transform in staging drivers
 2019-08-16  8:31 UTC  (2+ messages)

[PATCH v1 10/63] Input: atmel_mxt_ts - implement support for T107 active stylus
 2019-08-16  8:31 UTC  (5+ messages)
` [PATCH v1 11/63] Input: atmel_mxt_ts - add debug for T92 gesture and T93 touch seq msgs
` [PATCH v1 12/63] Input: atmel_mxt_ts - release touch state during suspend
` [PATCH v1 13/63] Input: atmel_mxt_ts - add regulator control support
` [PATCH v1 14/63] Input: atmel_mxt_ts - report failures in suspend/resume

[dpdk-dev] [PATCH 0/7] ethdev: add new Rx offload flags
 2019-08-16  8:30 UTC  (5+ messages)
` [dpdk-dev] [PATCH 1/7] ethdev: add set ptype function
` [dpdk-dev] [PATCH 6/7] net: add ptype set default functionality

[ANN] Topics for a media summit in Lyon in October
 2019-08-16  8:31 UTC  (4+ messages)

[PATCH -next] drm/panfrost: Fix missing unlock on error in panfrost_mmu_map_fault_addr()
 2019-08-16  8:31 UTC  (3+ messages)

[PATCH v1 05/63] Input: atmel_mxt_ts - output status from T48 Noise Supression
 2019-08-16  8:30 UTC  (5+ messages)
` [PATCH v1 06/63] Input: atmel_mxt_ts - output status from T42 Touch Suppression
` [PATCH v1 07/63] Input: atmel_mxt_ts - implement T9 vector/orientation support
` [PATCH v1 08/63] Input: atmel_mxt_ts - implement T15 Key Array support
` [PATCH v1 09/63] Input: atmel_mxt_ts - handle reports from T47 Stylus object

[PATCH v1 00/63] atmel_mxt_ts misc
 2019-08-16  8:28 UTC  (10+ messages)
` [PATCH v1 01/63] Input: introduce input_mt_report_slot_inactive
` [PATCH v1 02/63] Input: atmel_mxt_ts - rework sysfs init/remove
` [PATCH v1 03/63] Input: atmel_mxt_ts - only read messages in mxt_acquire_irq() when necessary
` [PATCH v1 04/63] Input: atmel_mxt_ts - split large i2c transfers into blocks

[U-Boot] [PATCH v2 0/4] USB: Add cadence USB3 gadget driver and host driver
 2019-08-16  8:28 UTC  (5+ messages)
` [U-Boot] [PATCH v2 1/4] USB: gadget: Add the cadence USB3 gadget driver
    ` [U-Boot] 答复: "

[PATCH v4 4/8] printk: Replace strncmp with str_has_prefix
 2019-08-16  8:27 UTC  (6+ messages)

[PATCH 2/5] kernel.h: Add non_block_start/end()
 2019-08-16  8:27 UTC  (12+ messages)
                ` [Intel-gfx] "

Trouble using initramfs
 2019-08-16  8:26 UTC  (3+ messages)

[PATCH] batman-adv: Add Sven to MAINTAINERS file
 2019-08-16  8:26 UTC 

[PATCH v12 0/4] crypto: switch to crypto API for ESSIV generation
 2019-08-16  8:26 UTC  (6+ messages)

[U-Boot] [PATCH 1/3] clk: introduce enable_cnt
 2019-08-16  8:26 UTC  (3+ messages)

[U-Boot] [PATCH 00/13] powerpc: Enable device tree support
 2019-08-16  8:25 UTC  (4+ messages)

Linux kernel 5.2.9 released
 2019-08-16  8:25 UTC 

[PATCH v2 0/3] x86/cpu: Add new Airmont CPU model
 2019-08-16  8:18 UTC  (4+ messages)
` [PATCH v2 1/3] x86/cpu: Use constant definitions for CPU type
` [PATCH v2 2/3] x86/cpu: Add new Intel Atom CPU model name
` [PATCH v2 3/3] x86/cpu: Update init data for new Atom CPU model

[PATCH 1/4] drm/amd/powerplay: update Arcturus smc fw and driver interface header
 2019-08-16  8:24 UTC  (4+ messages)
` [PATCH 2/4] drm/amd/powerplay: expose supported clock domains only through sysfs

[PATCH 0/5] hmm & mmu_notifier debug/lockdep annotations
 2019-08-16  8:24 UTC  (7+ messages)
` [PATCH 2/5] kernel.h: Add non_block_start/end()

[Bug 204371] BUG kmalloc-4k (Tainted: G W ): Object padding overwritten
 2019-08-16  8:22 UTC 

[PATCH net] tunnel: fix dev null pointer dereference when send pkg larger than mtu in collect_md mode
 2019-08-16  8:23 UTC  (4+ messages)

OpenBMC version 2.7 run in target S2600WF shows BMC not ready(xyz.openbmc_project.State.BMC.BMCState.NotReady)
 2019-08-16  8:23 UTC  (2+ messages)

[PATCH 0/2] Enable the I2C nodes for Allwinner H6 CPU
 2019-08-16  8:23 UTC  (10+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 2/3] arm64: allwinner: h6: add I2C nodes
  ` [PATCH v2 3/3] arm64: allwinner: h6: add i2c0 node in PineH64

[PATCH v2] v4l: rcar-fcp: Read IP version register at probe time
 2019-08-16  8:21 UTC  (2+ messages)

[PATCH] drm/i915/uc: Add explicit DISABLED state for firmware
 2019-08-16  8:21 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915/uc: Add explicit DISABLED state for firmware (rev2)

WARNING in is_bpf_text_address
 2019-08-16  8:21 UTC  (5+ messages)

[Qemu-devel] [PATCH 0/2] Deprecate implicit filters
 2019-08-16  8:20 UTC  (8+ messages)
` [Qemu-devel] [PATCH 2/2] qapi: deprecate "

[Qemu-riscv] [Qemu-devel] [PATCH v7 00/42] Invert Endian bit in SPARCv9 MMU TTE
 2019-08-16  8:03 UTC  (10+ messages)
` [Qemu-devel] [PATCH v7 30/42] hw/timer: Declare device little or big endian
` [Qemu-devel] [PATCH v7 34/42] exec: Delete device_endian
` [Qemu-devel] [PATCH v7 37/42] cputlb: Replace size and endian operands for MemOp
` [Qemu-devel] [PATCH v7 39/42] cpu: TLB_FLAGS_MASK bit to force memory slow path
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v7 40/42] cputlb: Byte swap memory transaction attribute
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v7 42/42] target/sparc: sun4u Invert Endian TTE bit
` [Qemu-arm] [Qemu-devel] [PATCH v7 33/42] exec: Replace device_endian with MemOp

[PATCH REPOST 0/2] can: flexcan: fix PM and wakeup issue
 2019-08-16  8:20 UTC  (3+ messages)
` [PATCH REPOST 1/2] can: flexcan: fix deadlock when using self wakeup
` [PATCH REPOST 2/2] can: flexcan: add LPSR mode support for i.MX7D

Linux kernel 4.19.67 released
 2019-08-16  8:20 UTC 

[PATCH v4 00/10] klp-convert livepatch build tooling
 2019-08-16  8:19 UTC  (6+ messages)
` [PATCH v4 06/10] modpost: Add modinfo flag to livepatch modules

[PATCH net-next] r8152: divide the tx and rx bottom functions
 2019-08-16  8:19 UTC  (4+ messages)

Differences of Roundtrip time, latency between Xenomai 2 and Xenomai 3
 2019-08-16  8:17 UTC 

[PATCH v6 0/4] DCMI bridge support
 2019-08-16  8:15 UTC  (4+ messages)
` [PATCH v6 2/4] media: stm32-dcmi: trace the supported fourcc/mbus_code

[PATCH v3 00/14] PCI/P2PDMA: Support transactions that hit the host bridge
 2019-08-16  8:16 UTC  (25+ messages)
` [PATCH v3 07/14] PCI/P2PDMA: Whitelist some Intel host bridges
` [PATCH v3 08/14] PCI/P2PDMA: Add attrs argument to pci_p2pdma_map_sg()
` [PATCH v3 09/14] PCI/P2PDMA: Introduce pci_p2pdma_unmap_sg()
` [PATCH v3 10/14] PCI/P2PDMA: Factor out __pci_p2pdma_map_sg()
` [PATCH v3 11/14] PCI/P2PDMA: Store mapping method in an xarray
` [PATCH v3 12/14] PCI/P2PDMA: dma_map() requests that traverse the host bridge
` [PATCH v3 13/14] PCI/P2PDMA: Allow IOMMU for host bridge whitelist
` [PATCH v3 14/14] PCI/P2PDMA: Update pci_p2pdma_distance_many() documentation

[Qemu-devel] CPU hotplug using SMM with QEMU+OVMF
 2019-08-16  7:49 UTC  (12+ messages)
      ` [Qemu-devel] [edk2-devel] "

[PATCH] arm64: do_csum: implement accelerated scalar version
 2019-08-16  8:15 UTC  (9+ messages)

Where to file this KVM/Qemu bug?
 2019-08-16  8:13 UTC 

[PATCH net-next 0/6] net: hns3: add some cleanups & bugfix
 2019-08-16  8:09 UTC  (7+ messages)
` [PATCH net-next 1/6] net: hns3: add or modify comments
` [PATCH net-next 2/6] net: hns3: modify redundant initialization of variable
` [PATCH net-next 3/6] net: hns3: fix error and incorrect format
` [PATCH net-next 4/6] net: hns3: change print level of RAS error log from warning to error
` [PATCH net-next 5/6] net: hns3: prevent unnecessary MAC TNL interrupt
` [PATCH net-next 6/6] net: hns3: add phy_attached_info() to the hns3 driver

[PATCH] blk-mq: remove blk_mq_hw_sysfs_cpus
 2019-08-16  8:12 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/3] pc: Fix die-id validation and compatibility with libvirt
 2019-08-16  7:49 UTC  (4+ messages)
` [Qemu-devel] [PATCH 3/3] pc: Don't make CPU properties mandatory unless necessary

[PATCH v2 0/9] Add dual-LVDS panel support to EK874
 2019-08-16  8:11 UTC  (10+ messages)
` [PATCH v2 3/9] drm: Rename drm_bridge_timings to drm_timings

[Qemu-arm] [PATCH v4 0/3] Add Aspeed GPIO controller model
 2019-08-16  7:40 UTC  (3+ messages)
` [Qemu-devel] [PATCH v5 2/3] aspeed: add a GPIO controller to the SoC


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.