Linux-MIPS Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-12 21:21:40 to 2021-12-21 17:01:49 UTC [more...]

[PATCH 0/8] sched: Remove unused TASK_SIZE_OF
 2021-12-21 17:00 UTC  (9+ messages)
` [PATCH 1/8] "
` [PATCH 2/8] sched: x86: "
` [PATCH 3/8] sched: sparc: "
` [PATCH 4/8] sched: powerpc: "
` [PATCH 5/8] sched: s390: "
` [PATCH 6/8] sched: parisc: "
` [PATCH 7/8] sched: arm64: "
` [PATCH 8/8] sched: mips: "

[PATCH v2 0/2] Support MT SMP on generic MIPS kernel
 2021-12-21 13:56 UTC  (4+ messages)
` [PATCH v2 1/2] MIPS: only register MT SMP ops if MT is supported
` [PATCH v2 2/2] MIPS: generic: enable SMP on SMVP systems

[PATCH] MIPS: Octeon: Fix build errors using clang
 2021-12-21 13:57 UTC  (4+ messages)

[PATCH v2 00/17] lib/bitmap: optimize bitmap_weight() usage
 2021-12-21 13:15 UTC  (24+ messages)
` [PATCH 01/17] all: don't use bitmap_weight() where possible
` [PATCH 02/17] drivers: rename num_*_cpus variables
` [PATCH 03/17] fix open-coded for_each_set_bit()
` [PATCH 04/17] all: replace bitmap_weight with bitmap_empty where appropriate
` [PATCH 05/17] all: replace cpumask_weight with cpumask_empty "
` [PATCH 06/17] all: replace nodes_weight with nodes_empty "
` [PATCH 07/17] lib/bitmap: add bitmap_weight_{cmp,eq,gt,ge,lt,le} functions
` [PATCH 08/17] all: replace bitmap_weight with bitmap_weight_{eq,gt,ge,lt,le} where appropriate
` [PATCH 09/17] lib/cpumask: add cpumask_weight_{eq,gt,ge,lt,le}
` [PATCH 10/17] lib/nodemask: add nodemask_weight_{eq,gt,ge,lt,le}
` [PATCH 11/17] lib/nodemask: add num_node_state_eq()
` [PATCH 12/17] kernel/cpu.c: fix init_cpu_online
` [PATCH 13/17] kernel/cpu: add num_possible_cpus counter
` [PATCH 14/17] kernel/cpu: add num_present_cpu counter
` [PATCH 15/17] kernel/cpu: add num_active_cpu counter
` [PATCH 16/17] tools/bitmap: sync bitmap_weight
` [PATCH 17/17] MAINTAINERS: add cpumask and nodemask files to BITMAP_API

[PATCH 0/2] mmc: ingenic: Support bi-directional DMA channel
 2021-12-21 13:03 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: mmc: ingenic: Support using "
` [PATCH 2/2] mmc: jz4740: Support using a "

[PATCH v3 0/2] clk: ingenic: Add MDMA and BDMA clocks
 2021-12-20 19:33 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: clk/ingenic: "
` [PATCH v3 2/2] clk: ingenic: "

[PATCH] nvmem: brcm_nvram: parse NVRAM content into NVMEM cells
 2021-12-20 18:44 UTC  (2+ messages)
` [PATCH V2] "

[PATCH 0/5] Remove duplicate context init function for sha algorithm
 2021-12-20  9:23 UTC  (6+ messages)
` [PATCH 1/5] crypto: sha256 - remove duplicate generic hash init function
` [PATCH 2/5] crypto: mips/sha - remove duplicate "
` [PATCH 3/5] crypto: powerpc/sha "
` [PATCH 4/5] crypto: sparc/sha "
` [PATCH 5/5] crypto: s390/sha512 - Use macros instead of direct IV numbers

[PATCH v2 0/3] MIPS: signal: Modify some code
 2021-12-20  4:27 UTC  (4+ messages)
` [PATCH v2 1/3] MIPS: signal: Protect against sigaltstack wraparound
` [PATCH v2 2/3] MIPS: signal: Return immediately if call fails
` [PATCH v2 3/3] MIPS: signal: Remove unnecessary DEBUG_SIG related code

[PATCH 0/3] MIPS: signal: Modify some code
 2021-12-20  2:25 UTC  (6+ messages)
` [PATCH 1/3] MIPS: signal: Protect against sigaltstack wraparound
` [PATCH 2/3] MIPS: signal: Return immediately if call fails
` [PATCH 3/3] MIPS: signal: Remove unnecessary DEBUG_SIG related code

[GIT PULL] MIPS fixes for v5.16
 2021-12-19 20:34 UTC  (2+ messages)

[PATCH] MIPS: generic: enable SMP on SMVP systems
 2021-12-18  9:36 UTC  (3+ messages)

[PATCH V6]: bugfix
 2021-12-18  3:30 UTC  (10+ messages)
` [PATCH 1/4] MIPS: fix local_{add,sub}_return on MIPS64
` [PATCH 2/4] MIPS: tx39: adjust tx39_flush_cache_page
` [PATCH 3/4] MIPS: rework local_t operation on MIPS64
` [PATCH 4/4] MIPS: retire "asm/llsc.h"

[PATCH 0/5] Rework pm_ptr() and *_PM_OPS macros
 2021-12-17 18:22 UTC  (9+ messages)
` [PATCH 2/5] PM: core: Redefine pm_ptr() macro
` [PATCH 3/5] PM: core: Add new *_PM_OPS macros, deprecate old ones

[PATCH v11 0/8] MIPS: JZ4780 and CI20 HDMI
 2021-12-16 15:39 UTC  (3+ messages)

[PATCH] MIPS: BCM47XX: Replace strlcpy with strscpy
 2021-12-16 15:05 UTC  (2+ messages)

[PATCH 0/9] Kconfig symbol clean-up on ./arch/mips/
 2021-12-16 15:03 UTC  (14+ messages)
` [PATCH 1/9] mips: drop selecting the non-existing config SYS_HAS_EARLY_PRINTK_8250
` [PATCH 2/9] mips: add SYS_HAS_CPU_MIPS64_R5 config for MIPS Release 5 support
` [PATCH 3/9] mips: drop selecting non-existing config NR_CPUS_DEFAULT_2
` [PATCH 4/9] mips: dec: provide the correctly capitalized config CPU_R4X00 in init error message
` [PATCH 5/9] mips: kgdb: adjust the comment to the actual ifdef condition
` [PATCH 6/9] mips: remove obsolete selection of CPU_HAS_LOAD_STORE_LR
` [PATCH 7/9] mips: alchemy: remove historic comment on gpio build constraints
` [PATCH 8/9] mips: txx9: remove left-over for removed TXX9_ACLC configs
` [PATCH 9/9] mips: fix Kconfig reference to PHYS_ADDR_T_64BIT

[PATCH] MIPS: OCTEON: add put_device() after of_find_device_by_node()
 2021-12-16 15:06 UTC  (2+ messages)

[PATCH] MIPS: drop selected EARLY_PRINTK configs for MACH_REALTEK_RTL
 2021-12-16 15:03 UTC  (2+ messages)

[PATCH v3 0/6] MIPS: ralink: fix PCI IO resources
 2021-12-16 14:37 UTC  (12+ messages)
` [PATCH v3 5/6] MIPS: implement architecture-specific 'pci_remap_iospace()'

[PATCH 0/4] mm: percpu: Cleanup percpu first chunk function
 2021-12-16 11:23 UTC  (5+ messages)
` [PATCH 1/4] mm: percpu: Generalize percpu related config
` [PATCH 2/4] mm: percpu: Add pcpu_fc_cpu_to_node_fn_t typedef
` [PATCH 3/4] mm: percpu: Add generic pcpu_fc_alloc/free funciton
` [PATCH 4/4] mm: percpu: Add generic pcpu_populate_pte() function

[PATCH v2 0/6] Cleanup after removal of configs
 2021-12-16 10:40 UTC  (8+ messages)
` [PATCH v2 1/6] Documentation, arch: Remove leftovers from fscache/cachefiles histograms
` [PATCH v2 2/6] Documentation, arch: Remove leftovers from raw device
` [PATCH v2 3/6] Documentation, arch: Remove leftovers from CIFS_WEAK_PW_HASH
` [PATCH v2 4/6] arch: Remove leftovers from mandatory file locking
` [PATCH v2 5/6] Documentation, arch, fs: Remove leftovers from fscache object list
` [PATCH v2 6/6] arch: Remove leftovers from prism54 wireless driver

[PATCH 0/7] Cleanup after removal of configs
 2021-12-16 10:05 UTC  (5+ messages)

[PATCH v4] of/fdt: Rework early_init_dt_scan_memory() to call directly
 2021-12-16  5:19 UTC  (2+ messages)

[PATCH 2/2] usb: musb: Set the DT node on the child device
 2021-12-15 23:07 UTC 

[PATCH v1 0/4] PCI: brcmstb: Augment driver for MIPs SOCs
 2021-12-15 19:50 UTC  (6+ messages)
` [PATCH v1 1/4] dt-bindings: PCI: Add compatible string for Brcmstb 74[23]5 "
` [PATCH v1 3/4] MIPS: bmips: Remove obsolete DMA mapping support

[PATCH 0/9] lib/bitmap: optimize bitmap_weight() usage
 2021-12-15 17:45 UTC  (6+ messages)
` [PATCH 2/9] lib/bitmap: implement bitmap_{empty,full} with bitmap_weight_eq()

[PATCH v3] of/fdt: Rework early_init_dt_scan_memory() to call directly
 2021-12-15 14:16 UTC  (3+ messages)

[PATCH v2] of/fdt: Rework early_init_dt_scan_memory() to call directly
 2021-12-15 10:25 UTC  (6+ messages)

[PATCH 0/3] MIPS: Add support for LTO
 2021-12-14 19:45 UTC  (13+ messages)
` [PATCH 1/3] MIPS: boot/compressed: Disable abicalls
` [PATCH 2/3] MIPS: boot/compressed: Build without LTO
` [PATCH 3/3] MIPS: Add support for LTO

[PATCH v2 0/2] kdump: simplify code
 2021-12-14 13:14 UTC  (7+ messages)

[PATCH v4 0/2] MIPS: Remove some code
 2021-12-14  9:32 UTC  (4+ messages)
` [PATCH v4 1/2] MIPS: SGI-IP22: Remove unnecessary check of GCC option
` [PATCH v4 2/2] MIPS: Makefile: Remove "ifdef need-compiler" for Kbuild.platforms

[PATCH] MIPS: Fix typo in a comment
 2021-12-14  9:31 UTC  (2+ messages)

[PATCH] MIPS: fix typo in a comment
 2021-12-14  9:31 UTC  (2+ messages)

[PATCH] MIPS: lantiq: Fix typo in a comment
 2021-12-14  9:31 UTC  (2+ messages)

Wycena paneli fotowoltaicznych
 2021-12-14  8:31 UTC 

[PATCH v3 0/2] MIPS: Remove some code
 2021-12-14  1:31 UTC  (7+ messages)
` [PATCH v3 1/2] MIPS: SGI-IP22: Remove unnecessary check of GCC option
` [PATCH v3 2/2] MIPS: Makefile: Remove "ifdef need-compiler" for Kbuild.platforms

[RESEND PATCH v1] firmware: tee_bnxt: Use UUID API for exporting the UUID
 2021-12-13 20:37 UTC  (3+ messages)

[PATCH 2/2] MIPS: tx39: adjust tx39_flush_cache_page
 2021-12-13 15:25 UTC  (2+ messages)
  ` [PATCH 1/2] MIPS: rework local_t operation on MIPS64

[PATCH v2 0/6] dmaengine: jz4780: Driver updates v2
 2021-12-13 14:43 UTC  (3+ messages)

[PATCH v4 00/25] Introduce power-off+restart call chain API
 2021-12-13  9:23 UTC  (10+ messages)
` [PATCH v4 05/25] reboot: Warn if restart handler has duplicated priority

[PATCH v2] MIPS: Makefile: Remove "ifdef need-compiler" for Kbuild.platforms
 2021-12-13  2:09 UTC  (5+ messages)

[PATCH v5 00/21] Introduce power-off+restart call chain API
 2021-12-12 21:03 UTC  (13+ messages)
` [PATCH v5 02/21] notifier: Add atomic/blocking_notifier_chain_register_unique_prio()
` [PATCH v5 03/21] reboot: Print error message if restart handler has duplicated priority
` [PATCH v5 04/21] kernel: Add combined power-off+restart handler call chain API
` [PATCH v5 07/21] riscv: Use do_kernel_power_off()
` [PATCH v5 09/21] parisc: "
` [PATCH v5 11/21] powerpc: "
` [PATCH v5 12/21] m68k: Switch to new sys-off handler API
` [PATCH v5 13/21] sh: Use do_kernel_power_off()
` [PATCH v5 14/21] x86: "
` [PATCH v5 16/21] mips: "
` [PATCH v5 20/21] regulator: pfuze100: Use devm_register_sys_off_handler()
` [PATCH v5 21/21] reboot: Remove pm_power_off_prepare()


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