Linux-arch Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-22 18:19:15 to 2022-01-04 07:27:13 UTC [more...]

[RFC PATCH 0/8] signals: Support more than 64 signals
 2022-01-04  7:27 UTC  (8+ messages)
` [RFC PATCH 6/8] signals: Round up _NSIG_WORDS
` [RFC PATCH 8/8] signals: Support BSD VSTATUS, KERNINFO and SIGINFO

[PATCH 00/10] Removal of most do_exit calls
 2022-01-04  6:30 UTC  (32+ messages)
` [PATCH 09/10] kthread: Ensure struct kthread is present for all kthreads
              ` [PATCH] kthread: Generalize pf_io_worker so it can point to struct kthread
` [PATCH 0/8] signal: Cleanup of the signal->flags
  ` [PATCH 00/17] exit: Making task exiting a first class concept
    ` [PATCH 01/17] exit: Remove profile_task_exit & profile_munmap
    ` [PATCH 02/17] exit: Coredumps reach do_group_exit
    ` [PATCH 03/17] exit: Fix the exit_code for wait_task_zombie
    ` [PATCH 04/17] exit: Use the correct exit_code in /proc/<pid>/stat
    ` [PATCH 05/17] taskstats: Cleanup the use of task->exit_code
    ` [PATCH 06/17] ptrace: Remove second setting of PT_SEIZED in ptrace_attach
    ` [PATCH 07/17] ptrace: Remove unused regs argument from ptrace_report_syscall
    ` [PATCH 08/17] ptrace/m68k: Stop open coding ptrace_report_syscall
    ` [PATCH 09/17] ptrace: Move setting/clearing ptrace_message into ptrace_stop
    ` [PATCH 10/17] ptrace: Return the signal to continue with from ptrace_stop
    ` [PATCH 11/17] ptrace: Separate task->ptrace_code out from task->exit_code
    ` [PATCH 12/17] signal: Compute the process exit_code in get_signal
    ` [PATCH 13/17] signal: Make individual tasks exiting a first class concept
    ` [PATCH 14/17] signal: Remove zap_other_threads
    ` [PATCH 15/17] signal: Add JOBCTL_WILL_EXIT to mark exiting tasks
    ` [PATCH 16/17] signal: Record the exit_code when an exit is scheduled
    ` [PATCH 17/17] signal: Always set SIGNAL_GROUP_EXIT on process exit
` [PATCH 1/8] signal: Make SIGKILL during coredumps an explicit special case

[PATCH 0000/2297] [ANNOUNCE, RFC] "Fast Kernel Headers" Tree -v1: Eliminate the Linux kernel's "Dependency Hell"
 2022-01-03 17:54 UTC  (6+ messages)

[PATCH v9 00/15] Function Granular KASLR
 2022-01-03 16:59 UTC  (35+ messages)
` [PATCH v9 01/15] modpost: fix removing numeric suffixes
` [PATCH v9 02/15] livepatch: use `-z unique-symbol` if available to nuke pos-based search
` [PATCH v9 03/15] kallsyms: Hide layout
` [PATCH v9 04/15] arch: introduce ASM function sections
` [PATCH v9 05/15] x86: support "
` [PATCH v9 06/15] x86: decouple ORC table sorting into a separate file
` [PATCH v9 07/15] Makefile: Add build and config option for CONFIG_FG_KASLR
` [PATCH v9 08/15] x86/tools: Add relative relocs for randomized functions
` [PATCH v9 09/15] x86: Add support for function granular KASLR
` [PATCH v9 10/15] FG-KASLR: use a scripted approach to handle .text.* sections
` [PATCH v9 11/15] x86/boot: allow FG-KASLR to be selected
` [PATCH v9 12/15] module: Reorder functions
` [PATCH v9 13/15] module: use a scripted approach for FG-KASLR
` [PATCH v9 14/15] Documentation: add documentation "
` [PATCH v9 15/15] maintainers: add MAINTAINERS entry "

[RFC 00/32] Kconfig: Introduce HAS_IOPORT and LEGACY_PCI options
 2022-01-03 16:15 UTC  (98+ 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 v5 1/6] powercap/drivers/dtpm: Move dtpm table from init to data section
 2021-12-31 13:33 UTC  (2+ messages)

[PATCH v3 00/13] Introduce sv48 support without relocatable kernel
 2021-12-29  3:42 UTC  (4+ messages)
` [PATCH v3 07/13] riscv: Implement sv48 support

[PATCH v3] uapi: fix asm/signal.h userspace compilation errors
 2021-12-28 15:54 UTC 

[PATCH 1/2] Drivers: hv: Fix definition of hypercall input & output arg variables
 2021-12-28 14:10 UTC  (3+ messages)
` [PATCH 2/2] x86/hyperv: Fix definition of hv_ghcb_pg variable

[PATCH v7 0/2] PCI: hv: Hyper-V vPCI for arm64
 2021-12-28 12:23 UTC  (4+ messages)
` [PATCH v7 2/2] PCI: hv: Add arm64 Hyper-V vPCI support

[PATCH V5 00/22] arch: Add basic LoongArch support
 2021-12-28  8:34 UTC  (3+ messages)

[PATCH v2] x86: Implement arch_prctl(ARCH_VSYSCALL_CONTROL) to disable vsyscall
 2021-12-27 17:40 UTC  (3+ messages)

Attention
 2021-12-27 16:17 UTC 

[PATCH] uapi: fix another asm/shmbuf.h userspace compilation error
 2021-12-27 10:53 UTC  (3+ messages)
` [PATCH 3/3] uapi: fix asm/shmbuf.h userspace compilation errors
  ` [PATCH v2] "

Happy Weekend:
 2021-12-26  9:29 UTC 

Gent.Le ❤️ You have unread messages from Allison (2)! Click Here: https://bit.ly/32sW8BP?4w2r ❤️, grazie per averci contattato
 2021-12-25  9:56 UTC 

Gent.Le ❤️ You have unread messages from Allison (2)! Click Here: https://bit.ly/32sW8BP?4w2r ❤️, grazie per averci contattato
 2021-12-25  9:56 UTC 

Gent.Le ❤️ You have unread messages from Allison (2)! Click Here: https://bit.ly/32sW8BP?4w2r ❤️, grazie per averci contattato
 2021-12-25  9:55 UTC 

Gent.Le ❤️ You have unread messages from Allison (2)! Click Here: https://bit.ly/32sW8BP?4w2r ❤️, grazie per averci contattato
 2021-12-25  9:56 UTC 

Gent.Le ❤️ You have unread messages from Allison (2)! Click Here: https://bit.ly/32sW8BP?4w2r ❤️, grazie per averci contattato
 2021-12-25  9:56 UTC 

Gent.Le ❤️ You have unread messages from Allison (2)! Click Here: https://bit.ly/32sW8BP?4w2r ❤️, grazie per averci contattato
 2021-12-25  9:55 UTC 

[GIT PULL] asm-generic: cleanups for 5.17
 2021-12-23 21:42 UTC 

[PATCH/RFC] mm: add and use batched version of __tlb_remove_table()
 2021-12-23  9:55 UTC  (5+ messages)

Słowa kluczowe do wypozycjonowania
 2021-12-23  8:30 UTC 

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


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