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

[PATCH 01/32] pwm: sun4i: convert to devm_platform_ioremap_resource
 2020-05-23 17:25 UTC  (166+ messages)
` [PATCH 02/32] pwm: fsl-ftm: "
` [PATCH 03/32] pwm: rcar: "
` [PATCH 04/32] pwm: renesas-tpu: "
` [PATCH 05/32] pwm: ep93xx: "
` [PATCH 06/32] pwm: tegra: "
` [PATCH 07/32] pwm: mediatek: "
` [PATCH 08/32] pwm: sti: "
` [PATCH 09/32] pwm: pxa: "
` [PATCH 10/32] pwm: zx: "
` [PATCH 11/32] pwm: spear: "
` [PATCH 12/32] pwm: bcm-kona: "
` [PATCH 13/32] pwm: lpc32xx: "
` [PATCH 14/32] pwm: meson: "
` [PATCH 15/32] pwm: rockchip: "
` [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 25/32] pwm: brcmstb: "
` [PATCH 27/32] pwm: clps711x: "
` [PATCH 28/32] pwm: img: "
` [PATCH 29/32] pwm: lpc18xx-sct: "
` [PATCH 31/32] pwm: sifive: "
` [PATCH 32/32] pwm: atmel: "

[linux-next RFC] mm/gup.c: Convert to use get_user_pages_fast_only()
 2020-05-23 17:25 UTC  (3+ messages)

[PATCH 01/30] net: eepro100: Remove EEPRO100_SROM_WRITE
 2020-05-23 17:25 UTC  (60+ 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

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

Kernel bug in 5.7 for PPC32 on PowerBook G4 - bisected to commit 697ece7
 2020-05-23 17:24 UTC 

[PATCH 00/19] Add Thread Sanitizer support to QEMU
 2020-05-23 17:21 UTC  (10+ messages)
` [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 

[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  (15+ 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


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.