Linux-parisc archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-01 18:17:41 to 2021-11-26 15:52:02 UTC [more...]

[PATCH] parisc/agp: Annotate parisc agp init functions with __init
 2021-11-26 15:47 UTC 

[PATCH AUTOSEL 4.14 10/12] net: tulip: de4x5: fix the problem that the array 'lp->phy[8]' may be out of bound
 2021-11-26  2:36 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 11/12] net: ethernet: dec: tulip: de4x5: fix possible array overflows in type3_infoblock()

[PATCH AUTOSEL 4.4 5/6] net: tulip: de4x5: fix the problem that the array 'lp->phy[8]' may be out of bound
 2021-11-26  2:37 UTC  (2+ messages)
` [PATCH AUTOSEL 4.4 6/6] net: ethernet: dec: tulip: de4x5: fix possible array overflows in type3_infoblock()

[PATCH AUTOSEL 4.9 7/8] net: tulip: de4x5: fix the problem that the array 'lp->phy[8]' may be out of bound
 2021-11-26  2:36 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 8/8] net: ethernet: dec: tulip: de4x5: fix possible array overflows in type3_infoblock()

[PATCH AUTOSEL 4.19 13/15] net: tulip: de4x5: fix the problem that the array 'lp->phy[8]' may be out of bound
 2021-11-26  2:35 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 14/15] net: ethernet: dec: tulip: de4x5: fix possible array overflows in type3_infoblock()

[PATCH AUTOSEL 5.4 16/19] net: tulip: de4x5: fix the problem that the array 'lp->phy[8]' may be out of bound
 2021-11-26  2:34 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 17/19] net: ethernet: dec: tulip: de4x5: fix possible array overflows in type3_infoblock()

[PATCH AUTOSEL 5.10 24/28] net: tulip: de4x5: fix the problem that the array 'lp->phy[8]' may be out of bound
 2021-11-26  2:33 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 25/28] net: ethernet: dec: tulip: de4x5: fix possible array overflows in type3_infoblock()

[PATCH AUTOSEL 5.15 31/39] net: tulip: de4x5: fix the problem that the array 'lp->phy[8]' may be out of bound
 2021-11-26  2:31 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 32/39] net: ethernet: dec: tulip: de4x5: fix possible array overflows in type3_infoblock()

hpgraphics RPM for visualize FX cards
 2021-11-24 18:40 UTC 

[GIT PULL] parisc architecture bug and warning fixes for kernel v5.16-rc3
 2021-11-24 18:31 UTC  (2+ messages)

[PATCH] Revert "parisc: Fix backtrace to always include init funtion names"
 2021-11-21 11:04 UTC 

[PATCH 1/4] parisc: Increase FRAME_WARN to 4096 bytes on parisc
 2021-11-19 22:46 UTC  (6+ messages)
` [PATCH 2/4] parisc: Provide an extru_safe() macro to extract unsigned bits
` [PATCH 3/4] parisc: Fix extraction of hash lock bits in syscall.S
` [PATCH 4/4] parisc: Convert PTE lookup to use extru_safe() macro

[PATCH] parisc: Fix extraction of hash lock bits in syscall.S
 2021-11-19 20:41 UTC  (7+ messages)

[GIT PULL] zstd fixes for v5.16-rc1
 2021-11-19  1:13 UTC  (2+ messages)

[GIT PULL] parisc architecture bug and warning fixes for kernel v5.16-rc2
 2021-11-18 20:49 UTC  (2+ messages)

[PATCH v2] net: ethernet: dec: tulip: de4x5: fix possible array overflows in type3_infoblock()
 2021-11-18 12:10 UTC  (3+ messages)

[PATCH v2] net: tulip: de4x5: fix the problem that the array 'lp->phy[8]' may be out of bound
 2021-11-18 12:00 UTC  (2+ messages)

[PATCH v2 0/3] Fix stack usage on parisc & improve code size bloat
 2021-11-18  8:22 UTC  (9+ messages)
` [PATCH v2 1/3] lib: zstd: Fix unused variable warning
` [PATCH v2 2/3] lib: zstd: Don't inline functions in zstd_opt.c
` [PATCH v2 3/3] lib: zstd: Don't add -O3 to cflags

[PATCH] net: tulip: de4x5: fix the problem that the array 'lp->phy[8]' may be out of bound
 2021-11-18  3:58 UTC  (2+ messages)

Build regressions/improvements in v5.16-rc1
 2021-11-17 19:39 UTC  (14+ messages)

[PATCH 0/3] Fix stack usage on parisc & improve code size bloat
 2021-11-17 17:02 UTC  (6+ messages)
` [PATCH 1/3] lib: zstd: Fix unused variable warning
` [PATCH 2/3] lib: zstd: Don't inline functions in zstd_opt.c
` [PATCH 3/3] lib: zstd: Don't add -O3 to cflags

[PATCH] net: ethernet: dec: tulip: de4x5: fix possible array overflows in type3_infoblock()
 2021-11-17  7:51 UTC  (2+ messages)

[PATCH 1/4] parisc: Drop strnlen_user() in favour of generic version
 2021-11-16 19:12 UTC  (8+ messages)
` [PATCH 4/4] parisc: Reduce sigreturn trampoline to 3 instructions

[PATCH v2 00/13] Fix LKDTM for PPC64/IA64/PARISC
 2021-11-16 15:07 UTC  (5+ messages)
` [PATCH v2 12/13] lkdtm: Fix execute_[user]_location()

[PATCH 1/4] parisc: Include stringify.h to avoid build error in crypto/api.c
 2021-11-16 12:40 UTC  (4+ messages)
` [PATCH 2/4] parisc: Increase FRAME_WARN to 4096 on parisc
` [PATCH 3/4] parisc: Wire up futex_waitv
` [PATCH 4/4] parisc: Move assembler related defines below the __ASSEMBLY__ umbrella

[GIT PULL] few more parisc architecture fixes for kernel v5.16-rc1
 2021-11-14 19:56 UTC  (2+ messages)

[PATCH] parisc/sticon: fix reverse colors
 2021-11-14 16:08 UTC 

[PATCH v2] parisc/entry: fix trace test in syscall exit path
 2021-11-13 19:41 UTC 

[PATCH] parisc/entry: fix trace test in syscall exit path
 2021-11-13 14:31 UTC  (5+ messages)

[PATCH v2 00/45] Introduce power-off+restart call chain API
 2021-11-10 13:38 UTC  (12+ messages)
` [PATCH v2 27/45] mfd: ntxec: Use devm_register_power_handler()

[PATCH -next] parisc: stacktrace: add <linux/kernel.h> to prevent build error
 2021-11-10  1:57 UTC 

[PATCH] parisc: Avoid using hardware single-step in kprobes
 2021-11-09 21:25 UTC 

[PATCH AUTOSEL 4.4 29/30] parisc: fix warning in flush_tlb_all
 2021-11-09  1:09 UTC  (2+ messages)
` [PATCH AUTOSEL 4.4 30/30] parisc/kgdb: add kgdb_roundup() to make kgdb work with idle polling

[PATCH AUTOSEL 4.9 32/33] parisc: fix warning in flush_tlb_all
 2021-11-09  1:08 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 33/33] parisc/kgdb: add kgdb_roundup() to make kgdb work with idle polling

[PATCH AUTOSEL 4.19 44/47] parisc: fix warning in flush_tlb_all
 2021-11-08 17:50 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 46/47] parisc/unwind: fix unwinder when CONFIG_64BIT is enabled
` [PATCH AUTOSEL 4.19 47/47] parisc/kgdb: add kgdb_roundup() to make kgdb work with idle polling

[PATCH AUTOSEL 4.14 37/39] parisc: fix warning in flush_tlb_all
 2021-11-09  1:06 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 39/39] parisc/kgdb: add kgdb_roundup() to make kgdb work with idle polling

[PATCH/RFC] parisc: Flush kernel data mapping in set_pte_at() when installing pte for user page
 2021-11-08 21:48 UTC 

[PATCH v0 31/42] parisc: Check notifier registration return value
 2021-11-08 21:18 UTC  (16+ messages)
` [PATCH v0 42/42] notifier: Return an error when callback is already registered
` [PATCH v0 00/42] notifiers: "

[PATCH/RFT] fbdev driver for HP Visualize FX cards
 2021-11-08 19:08 UTC  (6+ messages)

[PATCH v5 00/16] Add TDX Guest Support (shared-mm support)
 2021-11-08 14:45 UTC  (4+ messages)
` [PATCH v5 03/16] x86/tdx: Exclude Shared bit from physical_mask

[PATCH v3 00/25] Introduce power-off+restart call chain API
 2021-11-08  7:47 UTC  (28+ messages)
` [PATCH v3 01/25] notifier: Remove extern annotation from function prototypes
` [PATCH v3 02/25] notifier: Add blocking_notifier_call_chain_is_empty()
` [PATCH v3 03/25] notifier: Add atomic/blocking_notifier_has_unique_priority()
` [PATCH v3 04/25] reboot: Correct typo in a comment
` [PATCH v3 05/25] reboot: Warn if restart handler has duplicated priority
` [PATCH v3 06/25] reboot: Warn if unregister_restart_handler() fails
` [PATCH v3 07/25] reboot: Remove extern annotation from function prototypes
` [PATCH v3 08/25] kernel: Add combined power-off+restart handler call chain API
` [PATCH v3 09/25] ARM: Use do_kernel_power_off()
` [PATCH v3 10/25] csky: "
` [PATCH v3 11/25] riscv: "
` [PATCH v3 12/25] arm64: "
` [PATCH v3 13/25] parisc: "
` [PATCH v3 14/25] xen/x86: "
` [PATCH v3 15/25] sh: "
` [PATCH v3 16/25] x86: "
` [PATCH v3 17/25] ia64: "
` [PATCH v3 18/25] mips: "
` [PATCH v3 19/25] nds32: "
` [PATCH v3 20/25] powerpc: "
` [PATCH v3 21/25] m68k: Switch to new sys-off handler API
` [PATCH v3 22/25] memory: emif: Use kernel_can_power_off()
` [PATCH v3 23/25] ACPI: power: Switch to sys-off handler API
` [PATCH v3 24/25] regulator: pfuze100: Use devm_register_sys_off_handler()
` [PATCH v3 25/25] reboot: Remove pm_power_off_prepare()

[PATCH] parisc: Fix code/instruction patching on PA1.x machines
 2021-11-06 20:42 UTC  (11+ messages)

parisc build failures in mainline kernel
 2021-11-05 19:55 UTC  (7+ messages)

parisc: stacktrace.c:25:21: error: implicit declaration of function '__kernel_text_address'
 2021-11-05 12:00 UTC 

[PATCH] parisc: Fix backtrace to always include init funtion names
 2021-11-04 19:19 UTC 

[GIT PULL] more parisc architecture fixes for kernel v5.16-rc1
 2021-11-04 18:50 UTC  (2+ messages)

[PATCH] parisc: move CPU field back into thread_info
 2021-11-04 16:51 UTC  (6+ messages)

parisc: move CPU field back into thread_info
 2021-11-04 16:50 UTC 

[PATCH] parisc: don't enable irqs unconditionally in handle_interruption()
 2021-11-03 17:10 UTC  (6+ messages)
              ` [PATCH] parisc: Don't disable interrupts in cmpxchg and futex operations
                  ` [PATCH v2] "

fixmap problem on PA11 hardware
 2021-11-02 21:25 UTC  (10+ messages)

[GIT PULL] parisc architecture fixes for kernel v5.16-rc1
 2021-11-02  0:51 UTC  (2+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).