Linux-csky Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-12 21:24:57 to 2022-01-03 11:36:37 UTC [more...]

[RFC 00/32] Kconfig: Introduce HAS_IOPORT and LEGACY_PCI options
 2022-01-03 11:35 UTC  (97+ messages)
` [RFC 01/32] Kconfig: introduce and depend on LEGACY_PCI
` [RFC 02/32] Kconfig: introduce HAS_IOPORT option and select it as necessary
` [RFC 03/32] ACPI: Kconfig: add HAS_IOPORT dependencies
` [RFC 04/32] parport: PC style parport depends on HAS_IOPORT
` [RFC 05/32] char: impi, tpm: depend "
` [RFC 06/32] speakup: Kconfig: add HAS_IOPORT dependencies
` [RFC 07/32] Input: gameport: add ISA and "
` [RFC 08/32] comedi: Kconfig: add "
` [RFC 09/32] sound: "
` [RFC 10/32] i2c: "
` [RFC 11/32] Input: "
` [RFC 12/32] iio: adc: "
` [RFC 13/32] hwmon: "
` [RFC 14/32] leds: "
` [RFC 15/32] media: "
` [RFC 16/32] misc: handle "
` [RFC 17/32] net: Kconfig: add "
` [RFC 18/32] pcmcia: "
` [RFC 19/32] platform: "
` [RFC 20/32] pnp: "
` [RFC 21/32] power: "
` [RFC 22/32] video: handle "
` [RFC 23/32] rtc: Kconfig: add "
` [RFC 24/32] scsi: "
` [RFC 25/32] watchdog: "
` [RFC 26/32] drm: handle "
` [RFC 27/32] PCI/sysfs: make I/O resource depend on HAS_IOPORT
` [RFC 28/32] PCI: make quirk using inw() "
` [RFC 29/32] firmware: dmi-sysfs: handle HAS_IOPORT dependencies
` [RFC 30/32] /dev/port: don't compile file operations without CONFIG_DEVPORT
` [RFC 31/32] usb: handle HAS_IOPORT dependencies
` [RFC 32/32] asm-generic/io.h: drop inb() etc for HAS_IOPORT=n

[PATCH V2 00/17] riscv: compat: Add COMPAT mode support for rv64
 2021-12-28 14:39 UTC  (18+ messages)
` [PATCH V2 01/17] kconfig: Add SYSVIPC_COMPAT for all architectures
` [PATCH V2 02/17] fs: stat: compat: Add __ARCH_WANT_COMPAT_STAT
` [PATCH V2 03/17] asm-generic: fcntl: compat: Remove duplicate definitions
` [PATCH V2 04/17] asm-generic: compat: Cleanup "
` [PATCH V2 05/17] syscalls: compat: Fix the missing part for __SYSCALL_COMPAT
` [PATCH V2 06/17] riscv: Fixup difference with defconfig
` [PATCH V2 07/17] riscv: compat: Add basic compat date type implementation
` [PATCH V2 08/17] riscv: compat: Re-implement TASK_SIZE for COMPAT_32BIT
` [PATCH V2 09/17] riscv: compat: syscall: Add compat_sys_call_table implementation
` [PATCH V2 10/17] riscv: compat: syscall: Add entry.S implementation
` [PATCH V2 11/17] riscv: compat: Add elf.h implementation
` [PATCH V2 12/17] riscv: compat: vdso: Add rv32 VDSO base code implementation
` [PATCH V2 13/17] riscv: compat: vdso: Add setup additional pages implementation
` [PATCH V2 14/17] riscv: compat: signal: Add rt_frame implementation
` [PATCH V2 15/17] riscv: compat: ptrace: Add compat_arch_ptrace implement
` [PATCH V2 16/17] riscv: compat: Add UXL_32 support in start_thread
` [PATCH V2 17/17] riscv: compat: Add COMPAT Kbuild skeletal support

[PATCH 00/13] riscv: compat: Add COMPAT mode support for rv64
 2021-12-28 10:45 UTC  (48+ 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

Słowa kluczowe do wypozycjonowania
 2021-12-28  9:10 UTC 

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  (6+ messages)
` [PATCH 2/9] lib/bitmap: implement bitmap_{empty,full} with bitmap_weight_eq()

[PATCH v2 0/3] Support register names of all architectures
 2021-12-14 13:26 UTC  (3+ messages)

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  (7+ messages)
` [PATCH v1 2/4] perf script: Add "struct machine" parameter to process_event callback

[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 v5 00/21] Introduce power-off+restart call chain API
 2021-12-12 21:02 UTC  (2+ messages)
` [PATCH v5 09/21] parisc: Use do_kernel_power_off()


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