messages from 2025-01-17 15:21:19 to 2025-03-13 13:50:22 UTC [more...]
[PATCH v2 00/13] arch, mm: reduce code duplication in mem_init()
2025-03-13 13:49 UTC
[PATCH 00/13] arch, mm: reduce code duplication in mem_init()
2025-03-12 16:09 UTC (31+ messages)
` [PATCH 01/13] arm: mem_init: use memblock_phys_free() to free DMA memory on SA1111
` [PATCH 02/13] csky: move setup_initrd() to setup.c
` [PATCH 03/13] hexagon: move initialization of init_mm.context init to paging_init()
` [PATCH 04/13] MIPS: consolidate mem_init() for NUMA machines
` [PATCH 05/13] MIPS: make setup_zero_pages() use memblock
` [PATCH 06/13] nios2: move pr_debug() about memory start and end to setup_arch()
` [PATCH 07/13] s390: make setup_zero_pages() use memblock
` [PATCH 08/13] xtensa: split out printing of virtual memory layout to a function
` [PATCH 09/13] arch, mm: set max_mapnr when allocating memory map for FLATMEM
` [PATCH 10/13] arch, mm: set high_memory in free_area_init()
` [PATCH 11/13] arch, mm: streamline HIGHMEM freeing
` [PATCH 12/13] arch, mm: introduce arch_mm_preinit
` [PATCH 13/13] arch, mm: make releasing of memory to page allocator more explicit
[RESEND PATCH] sbus: envctrl: Fix typo in comment
2025-03-11 11:36 UTC
[PATCH v2 0/6] sysctl: Move sysctls from kern_table into their respective subsystems
2025-03-11 11:02 UTC (11+ messages)
` [PATCH v2 1/6] panic: Move panic ctl tables into panic.c
` [PATCH v2 2/6] signal: Move signal ctl tables into signal.c
` [PATCH v2 3/6] tracing: Move trace sysctls into trace.c
` [PATCH v2 4/6] stack_tracer: move sysctl registration to kernel/trace/trace_stack.c
` [PATCH v2 5/6] sparc: mv sparc sysctls into their own file under arch/sparc/kernel
` [PATCH v2 6/6] s390: mv s390 sysctls into their own file under arch/s390 dir
[PATCH v2 0/2] vDSO: Always reject undefined references during linking
2025-03-06 14:07 UTC (3+ messages)
` [PATCH v2 1/2] x86: vdso: "
` [PATCH v2 2/2] sparc: "
[PATCH 0/8] sysctl: Move sysctls from kern_table into their respective subsystems
2025-03-06 10:37 UTC (16+ messages)
` [PATCH 1/8] panic: Move panic ctl tables into panic.c
` [PATCH 2/8] signal: Move signal ctl tables into signal.c
` [PATCH 3/8] ftrace: Move trace sysctls into trace.c
` [PATCH 4/8] stack_tracer: move sysctl registration to kernel/trace/trace.c
` [PATCH 5/8] events: Move perf_event sysctls into kernel/events
` [PATCH 6/8] sparc: mv sparc sysctls into their own file under arch/sparc/kernel
` [PATCH 7/8] s390: mv s390 sysctls into their own file under arch/s390 dir
` [PATCH 8/8] x86: Move sysctls into arch/x86
[PATCH RFC v2 00/29] Address Space Isolation (ASI)
2025-03-05 13:12 UTC (10+ messages)
` [PATCH RFC v2 02/29] x86: Create CONFIG_MITIGATION_ADDRESS_SPACE_ISOLATION
` [PATCH RFC v2 03/29] mm: asi: Introduce ASI core API
` [PATCH RFC v2 25/29] mm: asi: Restricted execution fore bare-metal processes
[PATCH RESEND] bbc_i2c: Fix exception handling in attach_one_i2c()
2025-03-04 19:50 UTC
[PATCH v2 0/5] Fix lazy mmu mode
2025-03-03 14:36 UTC (7+ messages)
` [PATCH v2 1/5] mm: Fix lazy mmu docs and usage
` [PATCH v2 2/5] fs/proc/task_mmu: Reduce scope of lazy mmu region
` [PATCH v2 3/5] sparc/mm: Disable preemption in lazy mmu mode
` [PATCH v2 4/5] sparc/mm: Avoid calling arch_enter/leave_lazy_mmu() in set_ptes
` [PATCH v2 5/5] Revert "x86/xen: allow nesting of same lazy mode"
[PATCH v1 0/4] Fix lazy mmu mode
2025-03-03 13:39 UTC (17+ messages)
` [PATCH v1 1/4] mm: Fix lazy mmu docs and usage
` [PATCH v1 2/4] sparc/mm: Disable preemption in lazy mmu mode
` [PATCH v1 3/4] sparc/mm: Avoid calling arch_enter/leave_lazy_mmu() in set_ptes
` [PATCH v1 4/4] Revert "x86/xen: allow nesting of same lazy mode"
[PATCH v7 0/6] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
2025-03-03 11:20 UTC (3+ messages)
` [PATCH v7 2/6] syscall.h: add syscall_set_arguments()
` [PATCH v7 3/6] syscall.h: introduce syscall_set_nr()
[PATCH v3] fs: introduce getfsxattrat and setfsxattrat syscalls
2025-03-02 12:20 UTC (23+ messages)
[PATCH v7 0/8] x86/module: use large ROX pages for text allocations
2025-02-28 13:55 UTC (4+ messages)
` [PATCH v7 7/8] execmem: add support for cache of large ROX pages
Pytanie o samochód
2025-02-28 9:08 UTC
[PATCH] sparc: pci: Fix memory leak in pci_bus_slot_names()
2025-02-20 21:00 UTC
[PATCH 00/29] tty: cleanup no. 99
2025-02-20 11:16 UTC (3+ messages)
` [PATCH 22/29] tty: sunsu: drop serial_{in,out}p()
` [PATCH 23/29] tty: sunsu: remove unused serial_icr_read()
[PATCH v5 00/12] driver core: Constify API device_find_child()
2025-02-20 10:31 UTC (3+ messages)
` [PATCH v5 04/12] driver core: Constify API device_find_child() and adapt for various usages
[PATCH 0/7] Add folio_mk_pte() and simplify mk_pte()
2025-02-19 20:53 UTC (21+ messages)
` [PATCH 1/7] mm: Set the pte dirty if the folio is already dirty
` [PATCH 2/7] mm: Introduce a common definition of mk_pte()
` [PATCH 3/7] sparc32: Remove custom "
` [PATCH 4/7] x86: "
` [PATCH 5/7] um: "
` [PATCH 6/7] mm: Make mk_pte() definition unconditional
` [PATCH 7/7] mm: Add folio_mk_pte()
[PATCH v6 0/6] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
2025-02-19 17:16 UTC (5+ messages)
` [PATCH v6 2/6] syscall.h: add syscall_set_arguments()
` [PATCH v6 3/6] syscall.h: introduce syscall_set_nr()
[PATCH v2 0/1] mm: pgtable: fix pte_swp_exclusive
2025-02-19 14:06 UTC (3+ messages)
` [PATCH v2 1/1] "
[RESEND PATCH] sbus: envctrl: Fix typo in comment
2025-02-19 10:52 UTC
[PATCH] sbus: envctrl: Fix typo in comment
2025-02-12 10:26 UTC
[PATCH v5 0/7] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
2025-02-10 11:35 UTC (3+ messages)
` [PATCH v5 3/7] syscall.h: add syscall_set_arguments()
` [PATCH v5 4/7] syscall.h: introduce syscall_set_nr()
The business loan-
2025-02-08 22:09 UTC
[PATCH v2 resend] gpio: GPIO_GRGPIO should depend on OF
2025-02-05 13:39 UTC (2+ messages)
[linus:master] [net_tstamp] 4aecca4c76: redis.get_total_throughput_rps 1.5% improvement
2025-02-05 6:13 UTC
[PATCH v4 0/7] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
2025-02-03 10:35 UTC (5+ messages)
` [PATCH v4 3/7] syscall.h: add syscall_set_arguments()
` [PATCH v4 4/7] syscall.h: introduce syscall_set_nr()
[PATCH v3 0/6] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
2025-01-30 11:36 UTC (11+ messages)
` [PATCH v3 2/6] syscall.h: add syscall_set_arguments() and syscall_set_return_value()
` [PATCH v3 3/6] syscall.h: introduce syscall_set_nr()
[LTP] [PATCH] ioctl02: Use correct termios structure
2025-01-30 7:39 UTC (2+ messages)
[PATCH v2] fs: introduce getfsxattrat and setfsxattrat syscalls
2025-01-29 13:01 UTC (3+ messages)
[PATCH v4 00/19] Wire up CRC32 library functions to arch-optimized code
2025-01-29 0:56 UTC (2+ messages)
` [f2fs-dev] "
[GIT PULL] sparc updates for v6.14
2025-01-28 17:07 UTC (2+ messages)
[PATCH] oradax: fix typo in dax_dbg message
2025-01-27 4:44 UTC (5+ messages)
sched/debug: Dump end of stack when detected corrupted
2025-01-25 17:54 UTC (3+ messages)
[PATCH v2 3/7] syscall.h: add syscall_set_arguments() and syscall_set_return_value()
2025-01-18 4:34 UTC (5+ messages)
[PATCH 03/13] sparc/irq: use seq_put_decimal_ull_width() for decimal values
2025-01-17 15:28 UTC (2+ messages)
[PATCH] sparc/irq: Remove unneeded if check in sun4v_cookie_only_virqs()
2025-01-17 15:21 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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 NNTP newsgroup(s).