All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-09-27 19:29:44 to 2020-09-27 20:09:58 UTC [more...]

[PATCH 00/18] use semicolons rather than commas to separate statements
 2020-09-27 20:08 UTC  (32+ messages)
` [PATCH 01/18] clk: uniphier: "
` [PATCH 02/18] ipmi:bt-bmc: "
` [PATCH 03/18] [ARM] pata_icside: "
` [PATCH 04/18] hwrng: stm32 - "
` [PATCH 05/18] bcma: "
` [PATCH 06/18] hwrng: iproc-rng200 - "
` [PATCH 07/18] hwrng: mxc-rnga "
` [PATCH 08/18] agp: "
` [PATCH 09/18] clk: mvebu: ap80x-cpu: "
` [PATCH 10/18] clk: meson: "
` [PATCH 11/18] clocksource/drivers/mps2-timer: "
` [PATCH 12/18] ACPI: "
` [PATCH 13/18] crypto: "
` [PATCH 14/18] regmap: debugfs: "
` [PATCH 15/18] counter: "
` [PATCH 16/18] clocksource/drivers: "
` [PATCH 17/18] crypto: atmel-tdes - "
` [PATCH 18/18] drbd: "
  ` [Drbd-dev] [PATCH 00/18] "

[regression, bisected] cros_ec_spi_hig 100% CPU usage
 2020-09-27 20:08 UTC  (2+ messages)

[PATCH 0/2] Revert patches fixing probing of interrupts
 2020-09-27 20:06 UTC  (3+ messages)
` [PATCH 2/2] tpm: Revert "tpm_tis_core: Turn on the TPM before probing IRQ's"

[PATCH 22/24] membarrier.2: Note that glibc does not provide a wrapper
 2020-09-27 20:05 UTC  (2+ messages)

[PATCH v2] ARM: dts: r8a7742-iwg21d-q7: Add LCD support
 2020-09-27 20:04 UTC  (5+ messages)

Differences in compound tag sorting between 2.27.0 and 2.21.0
 2020-09-27 19:55 UTC  (4+ messages)

[xen-4.10-testing test] 154960: trouble: blocked/broken
 2020-09-27 20:03 UTC 

[patch 00/35] net: in_interrupt() cleanup and fixes
 2020-09-27 19:49 UTC  (72+ messages)
` [Intel-wired-lan] "
` [patch 01/35] net: enic: Cure the enic api locking trainwreck
  ` [Intel-wired-lan] "
` [patch 02/35] net: caif: Remove unused caif SPI driver
  ` [Intel-wired-lan] "
` [patch 03/35] net: Add netif_rx_any_context()
  ` [Intel-wired-lan] "
` [patch 04/35] net: caif: Use netif_rx_any_context()
  ` [Intel-wired-lan] "
` [patch 05/35] net: atheros: Remove WARN_ON(in_interrupt())
  ` [Intel-wired-lan] "
` [patch 06/35] net: cxgb3: Cleanup in_interrupt() usage
  ` [Intel-wired-lan] "
` [patch 07/35] net: cxbg4: Remove pointless in_interrupt() check
  ` [Intel-wired-lan] "
` [patch 08/35] net: e100: Remove in_interrupt() usage and pointless GFP_ATOMIC allocation
  ` [Intel-wired-lan] "
` [patch 09/35] net: fec_mpc52xx: Replace in_interrupt() usage
  ` [Intel-wired-lan] "
` [patch 10/35] net: intel: Remove in_interrupt() warnings
  ` [Intel-wired-lan] "
` [patch 11/35] net: ionic: Replace in_interrupt() usage
  ` [Intel-wired-lan] "
` [patch 12/35] net: ionic: Remove WARN_ON(in_interrupt())
  ` [Intel-wired-lan] "
` [patch 13/35] net: mdiobus: Remove WARN_ON_ONCE(in_interrupt())
  ` [Intel-wired-lan] "
` [patch 14/35] net: natsemi: Replace in_interrupt() usage
  ` [Intel-wired-lan] "
` [patch 15/35] net: sfc: "
  ` [Intel-wired-lan] "
` [patch 16/35] net: sunbmac: "
  ` [Intel-wired-lan] "
` [patch 17/35] net: sun3lance: Remove redundant checks in interrupt handler
  ` [Intel-wired-lan] "
` [patch 18/35] net: vxge: Remove in_interrupt() conditionals
  ` [Intel-wired-lan] "
` [patch 19/35] net: zd1211rw: Remove ZD_ASSERT(in_interrupt())
  ` [Intel-wired-lan] "
` [patch 20/35] net: usb: kaweth: Replace kaweth_control() with usb_control_msg()
  ` [Intel-wired-lan] "
` [patch 21/35] net: usb: kaweth: Remove last user of kaweth_control()
  ` [Intel-wired-lan] "
` [patch 22/35] net: usb: net1080: Remove in_interrupt() comment
  ` [Intel-wired-lan] "
` [patch 23/35] net: wan/lmc: Remove lmc_trace()
  ` [Intel-wired-lan] "
` [patch 24/35] net: brcmfmac: Replace in_interrupt()
  ` [Intel-wired-lan] "
` [patch 25/35] net: brcmfmac: Use netif_rx_any_context()
  ` [Intel-wired-lan] "
` [patch 26/35] net: brcmfmac: Convey allocation mode as argument
  ` [Intel-wired-lan] "
` [patch 27/35] net: ipw2x00,iwlegacy,iwlwifi: Remove in_interrupt() from debug macros
  ` [Intel-wired-lan] [patch 27/35] net: ipw2x00, iwlegacy, iwlwifi: "
` [patch 28/35] net: iwlwifi: Remove in_interrupt() from tracing macro
  ` [Intel-wired-lan] "
` [patch 29/35] net: hostap: Remove in_interrupt() usage
  ` [Intel-wired-lan] "
` [patch 30/35] net: mwifiex: Use netif_rx_any_context()
  ` [Intel-wired-lan] "
` [patch 31/35] net: libertas libertas_tf: Remove in_interrupt() from debug macro
  ` [Intel-wired-lan] "
` [patch 32/35] net: libertas: Use netif_rx_any_context()
  ` [Intel-wired-lan] "
` [patch 33/35] net: rtlwifi: Remove void* casts related to delayed work
  ` [Intel-wired-lan] "
` [patch 34/35] net: rtlwifi: Remove in_interrupt() from debug macro
  ` [Intel-wired-lan] "
` [patch 35/35] net: rtlwifi: Replace in_interrupt() for context detection
  ` [Intel-wired-lan] "

[PATCH net-next] lib8390: Replace panic() call with BUILD_BUG_ON
 2020-09-27 19:56 UTC 

[PATCH] x86/apic/msi: Unbreak DMAR and HPET MSI
 2020-09-27 19:57 UTC  (2+ messages)
` [tip: x86/irq] "

[PATCH V2 0/3] patch set for flexcan
 2020-09-27 19:57 UTC  (4+ messages)
` [PATCH V2 1/3] can: flexcan: initialize all flexcan memory for ECC function

[PATCH linux-can-next/flexcan 0/4] patch set for flexcan
 2020-09-27 19:56 UTC  (5+ messages)
` [PATCH linux-can-next/flexcan 1/4] can: flexcan: initialize all flexcan memory for ECC function

Bug with data getting dropped on a pty
 2020-09-27 19:55 UTC  (3+ messages)

[GIT pull] timers/urgent for 5.9-rc7
 2020-09-27 19:55 UTC  (3+ messages)

[PATCH v2 0/8] parsing trailers with shortlog
 2020-09-27 19:51 UTC  (3+ messages)
` [PATCH v2 4/8] shortlog: match commit trailers with --group

v5.8.x stability on parisc
 2020-09-27 19:45 UTC  (2+ messages)

[Buildroot] [PATCH v1 1/1] package/libmdbx: new package (library/database)
 2020-09-27 19:49 UTC 

[linux-nvme:nvme-5.10] BUILD SUCCESS 21cc2f3f799fa228f812f7ab971fa8d43c893392
 2020-09-27 19:46 UTC 

[nbd168-wireless:mt76-pending 25/26] drivers/net/wireless/mediatek/mt76/dma.c:631:3: error: implicit declaration of function 'netif_threaded_napi_add'; did you mean
 2020-09-27 19:44 UTC 

[PATCH v8 0/6] Support running driver's probe for a device powered off
 2020-09-27 19:44 UTC  (7+ messages)

[PATCH v5 00/20] Add Allwinner H3/H5/H6/A64 HDMI audio
 2020-09-27 19:29 UTC  (59+ messages)
` [PATCH v5 01/20] ASoC: sun4i-i2s: Add support for H6 I2S
` [PATCH v5 02/20] ASoC: sun4i-i2s: Change set_chan_cfg() params
` [PATCH v5 03/20] ASoC: sun4i-i2s: Change get_sr() and get_wss() to be more explicit
` [PATCH v5 04/20] dt-bindings: ASoC: sun4i-i2s: Add H6 compatible
` [PATCH v5 05/20] ASoC: sun4i-i2s: Set sign extend sample
` [PATCH v5 06/20] ASoc: sun4i-i2s: Add 20 and 24 bit support
` [PATCH v5 07/20] ASoC: sun4i-i2s: Fix sun8i volatile regs
` [PATCH v5 08/20] ASoC: sun4i-i2s: Fix setting of FIFO modes
` [PATCH v5 09/20] arm64: dts: allwinner: h6: Add DAI node and soundcard for HDMI
` [PATCH v5 10/20] arm64: dts: allwinner: h6: Enable HDMI sound for Beelink GS1
` [PATCH v5 11/20] arm: dts: sunxi: h3/h5: Add DAI node and soundcard for HDMI
` [PATCH v5 12/20] arm64: dts: allwinner: a64: "
` [PATCH v5 13/20] arm: sun8i: h3: Add HDMI audio to Orange Pi 2
` [PATCH v5 14/20] arm: sun8i: h3: Add HDMI audio to Beelink X2
` [PATCH v5 15/20] arm64: dts: allwinner: a64: Add HDMI audio to Pine64
` [PATCH v5 16/20] arm64: dts: allwinner: Enable HDMI audio on Orange Pi PC 2
` [PATCH v5 17/20] ARM: dts: sun8i-h3: Enable HDMI audio on Orange Pi PC/One
` [PATCH v5 18/20] arm64: dts: sun50i-h6-orangepi-3: Enable HDMI audio
` [PATCH v5 19/20] arm64: defconfig: Enable Allwinner i2s driver
` [PATCH v5 20/20] ASoC: sun4i-i2s: fix coding-style for callback definition

[Cocci] coccinelle: Convert comma to semicolons (was Re: [PATCH] checkpatch: Add test for comma use that should be semicolon)
 2020-09-27 19:35 UTC  (9+ messages)
    ` [Linux-kernel-mentees] "
        ` [Cocci] coccinelle: Convert comma to semicolons (was Re: [PATCH] checkpatch: Add test for comma

[Buildroot] [RFC PATCH 0/4] add BCC and bpftrace packages
 2020-09-27 19:38 UTC  (2+ messages)

[PATCH v3 0/1] 8bpp support for Ingenic-drm
 2020-09-27 19:36 UTC  (2+ messages)
` [PATCH v3 1/1] drm/ingenic: Add support for paletted 8bpp

[PATCH v2 0/4] mm: Break COW for pinned pages during fork()
 2020-09-27 19:35 UTC  (2+ messages)

[GIT pull] timers/urgent for for
 2020-09-27 19:34 UTC  (4+ messages)
` [GIT pull] x86/urgent "

[GIT PULL] Kbuild fixes for v5.9-rc7
 2020-09-27 19:33 UTC  (2+ messages)

[dunfell-backport PATCH] openssh: Allow enable/disable of rng-tools recommendation on sshd
 2020-09-27 19:31 UTC 

[PATCH bpf-next] bpf/preload: make sure Makefile cleans up after itself, and add .gitignore
 2020-09-27 19:30 UTC 


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.