linux-parisc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-10 20:12:50 to 2021-01-28 01:17:55 UTC [more...]

[PATCH 00/27] arch: syscalls: unifiy all syscalltbl.sh into scripts/syscalltbl.sh
 2021-01-28  1:01 UTC  (30+ messages)
` [PATCH 01/27] scripts: add generic syscalltbl.sh
` [PATCH 02/27] x86/syscalls: fix -Wmissing-prototypes warnings from COND_SYSCALL()
` [PATCH 03/27] x86/build: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 04/27] x86/entry/x32: rename __x32_compat_sys_* to __x64_compat_sys_*
` [PATCH 05/27] x86/syscalls: switch to generic syscalltbl.sh
` [PATCH 06/27] ARM: syscalls: "
` [PATCH 07/27] alpha: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 08/27] alpha: syscalls: switch to generic syscalltbl.sh
` [PATCH 09/27] ia64: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 10/27] ia64: syscalls: switch to generic syscalltbl.sh
` [PATCH 11/27] m68k: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 12/27] m68k: syscalls: switch to generic syscalltbl.sh
` [PATCH 13/27] microblaze: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 14/27] microblaze: syscalls: switch to generic syscalltbl.sh
` [PATCH 15/27] mips: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 16/27] mips: syscalls: switch to generic syscalltbl.sh
` [PATCH 17/27] parisc: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 18/27] parisc: syscalls: switch to generic syscalltbl.sh
` [PATCH 19/27] sh: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 20/27] sh: syscalls: switch to generic syscalltbl.sh
` [PATCH 21/27] sparc: remove wrong comment from arch/sparc/include/asm/Kbuild
` [PATCH 22/27] sparc: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 23/27] sparc: syscalls: switch to generic syscalltbl.sh
` [PATCH 24/27] powerpc: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 25/27] powerpc: syscalls: switch to generic syscalltbl.sh
` [PATCH 26/27] xtensa: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 27/27] xtensa: syscalls: switch to generic syscalltbl.sh

[PATCH] parisc: Optimize per-pagetable spinlocks (v11)
 2021-01-27 21:18 UTC 

[GIT PULL] parisc architecture updates for kernel v5.11-rc6
 2021-01-27 19:08 UTC  (2+ messages)

hppa64-linux-ld: mm/hugetlb.o(.text+0x50dc): cannot reach printk
 2021-01-25 21:37 UTC  (11+ messages)

Signal timing problems in python testsuite
 2021-01-25 19:27 UTC  (2+ messages)

[PATCH] crypto: xor - avoid division by zero crash
 2021-01-24 20:38 UTC  (3+ messages)

[PATCH] Adds a new ioctl32 syscall for backwards compatibility layers
 2021-01-15 22:39 UTC  (6+ messages)
  ` [PATCH v2] "

[PATCH] parisc: Remove leftover reference to the power_tasklet
 2021-01-15  0:14 UTC 

[PATCH 09/18] arch: parisc: Remove CONFIG_OPROFILE support
 2021-01-14 11:35 UTC 

[PATCH v2] arch: consolidate pm_power_off callback
 2021-01-12 14:05 UTC  (2+ messages)

[patch 00/30] genirq: Treewide hunt for irq descriptor abuse and assorted fixes
 2021-01-11 10:14 UTC  (66+ 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 05/30] genirq: Annotate irq stats data races
` [patch 06/30] parisc/irq: Simplify irq count output for /proc/interrupts
  ` [tip: irq/core] "
` [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 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 27/30] xen/events: Only force affinity mask for percpu interrupts

[PATCH] parisc: Optimize per-pagetable spinlocks
 2021-01-09 18:50 UTC  (2+ messages)
` [RFC PATCH v2] "

[RFC PATCH v2 net-next 00/12] Make .ndo_get_stats64 sleepable
 2021-01-09  1:26 UTC  (15+ messages)
` [RFC PATCH v2 net-next 01/12] net: mark dev_base_lock for deprecation
` [RFC PATCH v2 net-next 02/12] net: introduce a mutex for the netns interface lists
` [RFC PATCH v2 net-next 03/12] net: procfs: hold netif_lists_lock when retrieving device statistics
` [RFC PATCH v2 net-next 04/12] net: sysfs: don't hold dev_base_lock while "
` [RFC PATCH v2 net-next 05/12] s390/appldata_net_sum: hold the netdev lists lock when "
` [RFC PATCH v2 net-next 06/12] parisc/led: reindent the code that gathers "
` [RFC PATCH v2 net-next 07/12] parisc/led: hold the netdev lists lock when retrieving "
` [RFC PATCH v2 net-next 08/12] net: make dev_get_stats return void
` [RFC PATCH v2 net-next 09/12] net: net_failover: ensure .ndo_get_stats64 can sleep
` [RFC PATCH v2 net-next 10/12] net: bonding: "
` [RFC PATCH v2 net-next 11/12] net: mark ndo_get_stats64 as being able to sleep
` [RFC PATCH v2 net-next 12/12] net: remove obsolete comments about ndo_get_stats64 context from eth drivers

let import_iovec deal with compat_iovecs as well v2
 2021-01-08 11:49 UTC  (3+ messages)
` [PATCH 05/11] iov_iter: merge the compat case into rw_copy_check_uvector

[PATCH AUTOSEL 5.10 13/17] local64.h: make <asm/local64.h> mandatory
 2021-01-05  0:59 UTC 

[patch 00/19] softirq: Cleanups and RT awareness
 2021-01-01 14:27 UTC  (3+ messages)
` [patch 02/19] sh: Get rid of nmi_count()

[PATCH] mm: fix extend calculation for move_page_tables()
 2020-12-29 19:04 UTC  (2+ messages)

[PATCH palo] remove useless files from directory listing
 2020-12-29 18:03 UTC  (2+ messages)

[PATCH] arch: consolidate pm_power_off callback
 2020-12-23 10:37 UTC  (4+ messages)

cleanup handling of bad IRQs
 2020-12-21  9:27 UTC  (23+ 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: Use the generic devmem_is_allowed()
 2020-12-19 11:45 UTC 

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

(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  (6+ 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 AUTOSEL 5.9 27/39] sched/idle: Fix arch_cpu_idle() vs tracing
 2020-12-13 14:10 UTC  (4+ messages)

[patch 11/30] parisc/irq: Use irq_desc_kstat_cpu() in show_interrupts()
 2020-12-12 12:58 UTC  (2+ messages)
` [tip: irq/core] "


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).