linux-parisc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-30 15:23:19 to 2020-12-18 22:14:17 UTC [more...]

[PATCH v2 00/15] timers: clean up ARCH_GETTIMEOFFSET, LEGACY_TIMER_TICK
 2020-12-18 22:13 UTC  (5+ messages)
` [PATCH v2 05/15] ia64: convert to legacy_timer_tick

cleanup handling of bad IRQs
 2020-12-18 15:55 UTC  (21+ messages)
` [PATCH 01/23] kernel: irq: irqdescs: warn on spurious IRQ
` [PATCH 02/23] arch: alpha: drop misleading warning "
` [PATCH 03/23] arch: arm: "
` [PATCH 04/23] arch: c6x: "
` [PATCH 05/23] arch: ia64: "
` [PATCH 06/23] arch: mips: "
` [PATCH 07/23] arch: parisc: "
` [PATCH 08/23] arch: powerpc: "
` [PATCH 09/23] arch: s390: "
` [PATCH 10/23] arch: sh: "
` [PATCH 11/23] arch: sparc: "
` [PATCH 12/23] arch: x86: "
` [PATCH 13/23] arch: generic: "
` [PATCH 14/23] kernel: generic counter for interrupt errors
` [PATCH 15/23] arch: mips: use generic irq error counter
` [PATCH 16/23] arch: alpha: "
` [PATCH 17/23] arch: arm: "
` [PATCH 18/23] arch: arm64: "
` [PATCH 19/23] arch: c6x: "

(repost) cleaning up handling of bad IRQs
 2020-12-18 14:57 UTC  (20+ messages)
` [PATCH 01/23] kernel: irq: irqdescs: warn on spurious IRQ
` [PATCH 02/23] arch: alpha: drop misleading warning "
` [PATCH 03/23] arch: arm: "
` [PATCH 04/23] arch: c6x: "
` [PATCH 05/23] arch: ia64: "
` [PATCH 06/23] arch: mips: "
` [PATCH 07/23] arch: parisc: "
` [PATCH 08/23] arch: powerpc: "
` [PATCH 09/23] arch: s390: "
` [PATCH 10/23] arch: sh: "
` [PATCH 11/23] arch: sparc: "
` [PATCH 12/23] arch: x86: "
` [PATCH 13/23] arch: generic: "
` [PATCH 14/23] kernel: generic counter for interrupt errors
` [PATCH 15/23] arch: mips: use generic irq error counter
` [PATCH 16/23] arch: alpha: "
` [PATCH 17/23] arch: arm: "
` [PATCH 18/23] arch: arm64: "
` [PATCH 19/23] arch: c6x: "

[PATCH] parisc: Drop out of get_whan() if task is running again
 2020-12-17 18:06 UTC  (3+ messages)

[GIT PULL] parisc architecture updates for kernel v5.11-rc1
 2020-12-16 20:16 UTC  (2+ messages)

[PATCH] arch: fix 'unexpected IRQ trap at vector' warnings
 2020-12-16 16:42 UTC  (7+ messages)

[RFC PATCH] treewide: remove bzip2 compression support
 2020-12-15 23:39 UTC  (3+ messages)

[PATCH] parisc: signal: remove _SA_SIGGFAULT
 2020-12-15 14:24 UTC  (5+ messages)

linux-next: manual merge of the parisc-hd tree with the asm-generic tree
 2020-12-15  5:05 UTC  (4+ messages)

[patch 00/30] genirq: Treewide hunt for irq descriptor abuse and assorted fixes
 2020-12-14 21:13 UTC  (74+ messages)
` [patch 01/30] genirq: Move irq_has_action() into core code
` [patch 02/30] genirq: Move status flag checks to core
` [patch 03/30] genirq: Move irq_set_lockdep_class() "
` [patch 04/30] genirq: Provide irq_get_effective_affinity()
` [patch 05/30] genirq: Annotate irq stats data races
` [patch 06/30] parisc/irq: Simplify irq count output for /proc/interrupts
  ` [tip: irq/core] "
` [patch 07/30] genirq: Make kstat_irqs() static
` [patch 08/30] genirq: Provide kstat_irqdesc_cpu()
` [patch 09/30] ARM: smp: Use irq_desc_kstat_cpu() in show_ipi_list()
` [patch 10/30] arm64/smp: Use irq_desc_kstat_cpu() in arch_show_interrupts()
` [patch 11/30] parisc/irq: Use irq_desc_kstat_cpu() in show_interrupts()
  ` [tip: irq/core] "
` [patch 12/30] s390/irq: Use irq_desc_kstat_cpu() in show_msi_interrupt()
` [patch 13/30] drm/i915/lpe_audio: Remove pointless irq_to_desc() usage
  ` [Intel-gfx] "
` [patch 14/30] drm/i915/pmu: Replace open coded kstat_irqs() copy
` [patch 15/30] pinctrl: nomadik: Use irq_has_action()
` [patch 16/30] mfd: ab8500-debugfs: Remove the racy fiddling with irq_desc
` [patch 17/30] NTB/msi: Use irq_has_action()
` [patch 18/30] PCI: xilinx-nwl: Use irq_data_get_irq_chip_data()
` [patch 19/30] PCI: mobiveil: "
` [patch 20/30] net/mlx4: Replace irq_to_desc() abuse
` [patch 21/30] net/mlx4: Use effective interrupt affinity
` [patch 22/30] net/mlx5: Replace irq_to_desc() abuse
` [patch 23/30] net/mlx5: Use effective interrupt affinity
` [patch 24/30] xen/events: Remove unused bind_evtchn_to_irq_lateeoi()
` [patch 25/30] xen/events: Remove disfunct affinity spreading
` [patch 26/30] xen/events: Use immediate affinity setting
` [patch 27/30] xen/events: Only force affinity mask for percpu interrupts
` [patch 28/30] xen/events: Reduce irq_info::spurious_cnt storage size
` [patch 29/30] xen/events: Implement irq distribution
` [patch 30/30] genirq: Remove export of irq_to_desc()

[PATCH AUTOSEL 5.9 27/39] sched/idle: Fix arch_cpu_idle() vs tracing
 2020-12-13 14:10 UTC  (4+ messages)

[PATCH] PCI: Remove pci_try_set_mwi
 2020-12-09 11:02 UTC  (7+ messages)

[PATCH v2 0/5] drop unused BACKLIGHT_GENERIC option
 2020-12-08 17:00 UTC  (9+ messages)
` [PATCH v2 1/5] ARM: configs: "
` [PATCH v2 2/5] arm64: defconfig: "
` [PATCH v2 3/5] MIPS: configs: "
` [PATCH v2 4/5] parisc: "
` [PATCH v2 5/5] powerpc/configs: "

[RFC PATCH net-next 00/13] Make .ndo_get_stats64 sleepable
 2020-12-06 23:59 UTC  (4+ messages)
` [RFC PATCH net-next 07/13] parisc/led: remove trailing whitespaces
` [RFC PATCH net-next 08/13] parisc/led: reindent the code that gathers device statistics
` [RFC PATCH net-next 09/13] parisc/led: hold the netdev lists lock when retrieving "

PATCH] fs/dax: fix compile problem on parisc and mips
 2020-12-04 14:11 UTC  (6+ messages)

[PATCH 0/6] Add documentation for Documentation/features at the built docs
 2020-12-03 22:36 UTC  (3+ messages)
` [PATCH 6/6] docs: archis: add a per-architecture features list

Updated installer images 2020-12-02
 2020-12-03 14:11 UTC 

Disinfection
 2020-12-03  8:45 UTC 

[PATCH 0/5] drop unused BACKLIGHT_GENERIC option
 2020-12-01 21:18 UTC  (25+ messages)
` [PATCH 1/5] ARM: configs: "
` [PATCH 2/5] arm64: defconfig: "
` [PATCH 3/5] MIPS: configs: "
` [PATCH 4/5] parisc: "
` [PATCH 5/5] powerpc/configs: "

linux-next: Tree for Nov 27 (parisc: signal flags)
 2020-11-30 19:46 UTC  (6+ messages)
      ` [PATCH] signal/parics: Remove parsic specific definition of __ARCH_UAPI_SA_FLAGS


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).