All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-05-23 16:38:20 to 2020-05-23 17:23:03 UTC [more...]

[PATCH 01/32] pwm: sun4i: convert to devm_platform_ioremap_resource
 2020-05-23 17:23 UTC  (116+ messages)
` [PATCH 04/32] pwm: renesas-tpu: "
` [PATCH 09/32] pwm: pxa: "
` [PATCH 11/32] pwm: spear: "
` [PATCH 12/32] pwm: bcm-kona: "
` [PATCH 13/32] pwm: lpc32xx: "
` [PATCH 16/32] pwm: bcm-iproc: "
` [PATCH 17/32] pwm: samsung: "
` [PATCH 18/32] pwm: tiehrpwm: "
` [PATCH 19/32] pwm: puv3: "
` [PATCH 20/32] pwm: imx: "
` [PATCH 21/32] pwm: tiecap: "
` [PATCH 22/32] pwm: bcm2835: "
` [PATCH 23/32] pwm: berlin: "
` [PATCH 24/32] pwm: vt8500: "
` [PATCH 27/32] pwm: clps711x: "
` [PATCH 28/32] pwm: img: "
` [PATCH 29/32] pwm: lpc18xx-sct: "
` [PATCH 31/32] pwm: sifive: "

[PATCH 01/30] net: eepro100: Remove EEPRO100_SROM_WRITE
 2020-05-23 17:23 UTC  (54+ messages)
` [PATCH 02/30] net: eepro100: Clean up comments
` [PATCH 03/30] net: eepro100: Use plain debug()
` [PATCH 04/30] net: eepro100: Fix spacing
` [PATCH 05/30] net: eepro100: Fix braces
` [PATCH 06/30] net: eepro100: Fix parenthesis alignment
` [PATCH 07/30] net: eepro100: Fix pointer location
` [PATCH 08/30] net: eepro100: Fix indented label
` [PATCH 09/30] net: eepro100: Fix remaining checkpatch issues
` [PATCH 10/30] net: eepro100: Fix camelcase
` [PATCH 11/30] net: eepro100: Use standard I/O accessors
` [PATCH 12/30] net: eepro100: Replace purge_tx_ring() with memset()
` [PATCH 13/30] net: eepro100: Factor out tx_ring command issuing
` [PATCH 14/30] net: eepro100: Add cache management
` [PATCH 15/30] net: eepro100: Remove volatile misuse
` [PATCH 16/30] net: eepro100: Reorder functions in the driver
` [PATCH 17/30] net: eepro100: Use PCI_DEVICE() to define PCI device compat list
` [PATCH 18/30] net: eepro100: Switch from malloc()+memset() to calloc()
` [PATCH 19/30] net: eepro100: Factor out MII registration
` [PATCH 20/30] net: eepro100: Fix EE_*_CMD macros
` [PATCH 21/30] net: eepro100: Drop inline keyword
` [PATCH 22/30] net: eepro100: Pass PCI BDF into bus_to_phys()/phys_to_bus()
` [PATCH 23/30] net: eepro100: Introduce device private data
` [PATCH 24/30] net: eepro100: Pass device private data around
` [PATCH 25/30] net: eepro100: Pass device private data into mdiobus
` [PATCH 26/30] net: eepro100: Add RX/TX rings into the private data
` [PATCH 27/30] net: eepro100: Drop bd_t pointer from read_hw_addr()
` [PATCH 28/30] net: eepro100: Split common parts of non-DM functions out
` [PATCH 29/30] net: eepro100: Add DM support
` [PATCH 30/30] net: eepro100: Add Kconfig entries

[PATCH 00/19] Add Thread Sanitizer support to QEMU
 2020-05-23 17:21 UTC  (12+ messages)
` [PATCH 01/19] configure: add --enable-tsan flag + fiber annotations for coroutine-ucontext
` [PATCH 10/19] include/qemu: Added tsan.h for annotations
` [PATCH 11/19] accel/tcg: Fixed tsan warnings related to parallel_cpus
` [PATCH 18/19] target/arm: Fix tsan warning in cpu.c

[PATCH] docbook-xml: update recipe to stick with the upstream
 2020-05-23 17:20 UTC 

[Buildroot] [PATCH 1/1] package/fio: fix build on sh4
 2020-05-23 17:20 UTC 

x86: Question about state of general purpose registers on switch to 64-bit mode
 2020-05-23 17:19 UTC  (2+ messages)

[RFC 00/11] Make C45 autoprobe more robust
 2020-05-23 17:16 UTC  (4+ messages)
` [RFC 03/11] net: phy: refactor c45 phy identification sequence

Ignore mask handling in fanotify_group_event_mask()
 2020-05-23 17:14 UTC  (3+ messages)

[PATCH v2 0/4] irqchip: qcom: pdc: Introduce irq_set_wake call
 2020-05-23 17:11 UTC  (5+ messages)
` [PATCH v2 1/4] gpio: gpiolib: Allow GPIO IRQs to lazy disable
` [PATCH v2 2/4] pinctrl: qcom: Remove irq_disable callback from msmgpio irqchip
` [PATCH v2 3/4] pinctrl: qcom: Add msmgpio irqchip flags
` [PATCH v2 4/4] irqchip: qcom-pdc: Introduce irq_set_wake call

[PATCH 0/8] soc: Use custom soc attribute group and DEVICE_ATTR_RO
 2020-05-23 17:08 UTC  (18+ messages)
` [PATCH 1/8] soc: realview: Switch to use DEVICE_ATTR_RO()
` [PATCH 2/8] soc: realview: Use custom soc attribute group instead of device_create_file
` [PATCH 3/8] soc: integrator: Switch to use DEVICE_ATTR_RO()
` [PATCH 4/8] soc: integrator: Use custom soc attribute group instead of device_create_file
` [PATCH 5/8] soc: ux500: Switch to use DEVICE_ATTR_RO()
` [PATCH 6/8] soc: ux500: Use custom soc attribute group instead of device_create_file
` [PATCH 7/8] ARM: OMAP2: Switch to use DEVICE_ATTR_RO()
` [PATCH 8/8] ARM: OMAP2: Use custom soc attribute group instead of device_create_file

[PATCH v2 0/2] drivers: provide devm_platform_request_irq()
 2020-05-23 17:09 UTC  (3+ messages)

[PATCH 1/2 v3] alpha: add a delay to inb_p, inb_w and inb_l
 2020-05-23 17:09 UTC  (14+ messages)
                ` [PATCH v4] alpha: fix memory barriers so that they conform to the specification

[RESEND PATCH v14 00/11] Convert PWM period and duty cycle to u64
 2020-05-23 17:08 UTC  (8+ messages)
` [RESEND PATCH v14 04/11] pwm: clps711x: Cast period to u32 before use as divisor

[PATCH] linux/blkdev.h: Use ilog2() directly in blksize_bits()
 2020-05-23 17:07 UTC  (2+ messages)

[PATCH 0/4] irqchip: qcom: pdc: Introduce irq_set_wake call
 2020-05-23 17:06 UTC  (4+ messages)
` [PATCH 1/4] gpio: gpiolib: Allow GPIO IRQs to lazy disable

adding linux-pwm archives to lore.kernel.org?
 2020-05-23 17:05 UTC  (2+ messages)

KASAN: use-after-free Read in put_device
 2020-05-23 17:04 UTC 

possible deadlock in media_devnode_release
 2020-05-23 17:04 UTC 

KASAN: use-after-free Read in mousedev_cleanup
 2020-05-23 17:04 UTC 

[PATCH 0/5] Golang build fixes
 2020-05-23 17:03 UTC  (8+ messages)
` [PATCH 3/5] libxl: Generate golang bindings in libxl Makefile
` [PATCH 4/5] golang/xenlight: Use XEN_PKG_DIR variable rather than open-coding
` [PATCH 5/5] gitignore: Ignore golang package directory

[PATCH] kbuild: reuse vmlinux.o in vmlinux_link
 2020-05-23 16:53 UTC  (7+ messages)

[PATCH 0/8] Introduce local_lock()
 2020-05-23 16:59 UTC  (9+ messages)
` [PATCH 3/8] srcu: Use local_lock() for per-CPU struct srcu_data access

[PATCH v4 0/4] xfs: fix stale disk exposure after crash
 2020-05-23 16:49 UTC  (5+ messages)
` [PATCH 1/4] xfs: don't fail unwritten extent conversion on writeback due to edquot
` [PATCH 2/4] xfs: measure all contiguous previous extents for prealloc size
` [PATCH 3/4] xfs: refactor xfs_iomap_prealloc_size
` [PATCH 4/4] xfs: force writes to delalloc regions to unwritten

[linux-next RFC] mm/gup.c: Convert to use get_user_pages_fast_only()
 2020-05-23 16:53 UTC 

Multiboot 2 Header Alignment: implementation contradicts specification
 2020-05-23 16:50 UTC 

[Intel-wired-lan] [PATCH v2 1/1] igc: Add initial EEE support
 2020-05-23 16:50 UTC  (3+ messages)

[Bug 206475] New: amdgpu under load drop signal to monitor until hard reset
 2020-05-23 16:44 UTC  (2+ messages)
` [Bug 206475] "

5.6, slow send/receive, < 1MB/s
 2020-05-23 16:42 UTC  (10+ messages)

[PATCH v3] submodule: port subcommand 'set-branch' from shell to C
 2020-05-23 16:39 UTC  (2+ messages)
` [PATCH v4] "


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.