Linux-csky Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-28 00:45:36 to 2021-12-27 16:44:06 UTC [more...]

[RFC 00/32] Kconfig: Introduce HAS_IOPORT and LEGACY_PCI options
 2021-12-27 16:42 UTC  (3+ messages)
` [RFC 03/32] ACPI: Kconfig: add HAS_IOPORT dependencies
` [RFC 10/32] i2c: "

[PATCH 00/13] riscv: compat: Add COMPAT mode support for rv64
 2021-12-27  2:29 UTC  (47+ messages)
` [PATCH 01/13] syscalls: compat: Fix the missing part for __SYSCALL_COMPAT
` [PATCH 02/13] riscv: Fixup difference with defconfig
` [PATCH 03/13] riscv: compat: Add basic compat date type implementation
` [PATCH 04/13] riscv: compat: Re-implement TASK_SIZE for COMPAT_32BIT
` [PATCH 05/13] riscv: compat: syscall: Add compat_sys_call_table implementation
` [PATCH 06/13] riscv: compat: syscall: Add entry.S implementation
` [PATCH 07/13] riscv: compat: Add elf.h implementation
` [PATCH 08/13] riscv: compat: Add COMPAT Kbuild skeletal support
` [PATCH 09/13] riscv: compat: init: Add hw-cap detect in setup_arch
` [PATCH 10/13] riscv: compat: vdso: Add rv32 VDSO base code implementation
` [PATCH 11/13] riscv: compat: vdso: Add setup additional pages implementation
` [PATCH 12/13] riscv: compat: signal: Add rt_frame implementation
` [PATCH 13/13] riscv: compat: ptrace: Add compat_arch_ptrace implement

Wycena paneli fotowoltaicznych
 2021-12-23  7:45 UTC 

[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/9] lib/bitmap: optimize bitmap_weight() usage
 2021-12-15 17:45 UTC  (34+ messages)
` [PATCH 1/9] lib/bitmap: add bitmap_weight_{eq,gt,le}
` [PATCH 2/9] lib/bitmap: implement bitmap_{empty,full} with bitmap_weight_eq()
` [PATCH 3/9] all: replace bitmap_weigth() with bitmap_{empty,full,eq,gt,le}
` [PATCH 4/9] tools: sync bitmap_weight() usage with the kernel
` [PATCH 5/9] lib/cpumask: add cpumask_weight_{eq,gt,le}
` [PATCH 6/9] lib/nodemask: add nodemask_weight_{eq,gt,le}
` [PATCH 7/9] lib/cpumask: add num_{possible,present,active}_cpus_{eq,gt,le}
` [PATCH 8/9] lib/nodemask: add num_node_state_eq()
` [PATCH 9/9] MAINTAINERS: add cpumask and nodemask files to BITMAP_API

[PATCH v2 0/3] Support register names of all architectures
 2021-12-14 13:26 UTC  (9+ messages)
` [PATCH v2 1/3] perf tools: Prevent out-of-bounds access to registers
` [PATCH v2 2/3] perf tools: Rename perf_event_arm_regs for ARM64 registers
` [PATCH v2 3/3] perf tools: Support register names from all archs

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

[PATCH v1 0/4] Support register names from all architectures
 2021-12-13 19:59 UTC  (16+ messages)
` [PATCH v1 1/4] perf tools: Prevent out-of-bounds access to registers
` [PATCH v1 2/4] perf script: Add "struct machine" parameter to process_event callback
` [PATCH v1 3/4] perf tools: Crete header files with register names
` [PATCH v1 4/4] perf tools: Support register names from all architectures

[PATCH v4 00/25] Introduce power-off+restart call chain API
 2021-12-13  9:23 UTC  (47+ messages)
` [PATCH v4 02/25] notifier: Add blocking_notifier_call_chain_is_empty()
` [PATCH v4 03/25] notifier: Add atomic/blocking_notifier_has_unique_priority()
` [PATCH v4 04/25] reboot: Correct typo in a comment
` [PATCH v4 05/25] reboot: Warn if restart handler has duplicated priority
` [PATCH v4 06/25] reboot: Warn if unregister_restart_handler() fails
` [PATCH v4 07/25] reboot: Remove extern annotation from function prototypes
` [PATCH v4 08/25] kernel: Add combined power-off+restart handler call chain API
` [PATCH v4 18/25] x86: Use do_kernel_power_off()
` [PATCH v4 22/25] memory: emif: Use kernel_can_power_off()

[PATCH v5 00/21] Introduce power-off+restart call chain API
 2021-12-12 21:03 UTC  (22+ messages)
` [PATCH v5 01/21] notifier: Add blocking_notifier_call_chain_is_empty()
` [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 05/21] ARM: Use do_kernel_power_off()
` [PATCH v5 06/21] csky: "
` [PATCH v5 07/21] riscv: "
` [PATCH v5 08/21] arm64: "
` [PATCH v5 09/21] parisc: "
` [PATCH v5 10/21] xen/x86: "
` [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 15/21] ia64: "
` [PATCH v5 16/21] mips: "
` [PATCH v5 17/21] nds32: "
` [PATCH v5 18/21] memory: emif: Use kernel_can_power_off()
` [PATCH v5 19/21] ACPI: power: Switch to sys-off handler API
` [PATCH v5 20/21] regulator: pfuze100: Use devm_register_sys_off_handler()
` [PATCH v5 21/21] reboot: Remove pm_power_off_prepare()

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

[PATCH 0/2] of: remove reserved regions count restriction
 2021-11-30 21:07 UTC  (6+ messages)
` [PATCH 1/2] of: Sort reserved_mem related code

[PATCH 11/11] locking: Allow to include asm/spinlock_types.h from linux/spinlock_types_raw.h
 2021-11-29 17:46 UTC 

[PATCH v2 00/45] Introduce power-off+restart call chain API
 2021-11-29 12:04 UTC  (4+ messages)
` [PATCH v2 28/45] mfd: rn5t618: Use devm_register_power_handler()


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