messages from 2023-07-05 06:50:16 to 2023-07-25 16:37:10 UTC [more...]
Add a new fchmodat4() syscall, v2
2023-07-25 16:36 UTC (37+ messages)
` [PATCH v3 0/5] Add a new fchmodat4() syscall
` [PATCH v3 1/5] Non-functional cleanup of a "__user * filename"
` [PATCH v3 2/5] fs: Add fchmodat4()
` [PATCH v3 3/5] arch: Register fchmodat4, usually as syscall 451
` [PATCH v3 4/5] tools headers UAPI: Sync files changed by new fchmodat4 syscall
` [PATCH v3 5/5] selftests: add fchmodat4(2) selftest
` [PATCH v4 0/5] Add a new fchmodat2() syscall
` [PATCH v4 1/5] Non-functional cleanup of a "__user * filename"
` [PATCH v4 2/5] fs: Add fchmodat2()
` [PATCH v4 3/5] arch: Register fchmodat2, usually as syscall 452
` [PATCH v4 4/5] tools headers UAPI: Sync files changed by new fchmodat2 syscall
` [PATCH v4 5/5] selftests: Add fchmodat2 selftest
` (subset) [PATCH v4 0/5] Add a new fchmodat2() syscall
` Add fchmodat2() - or add a more general syscall?
[PATCH v2] sparc: Use shared font data
2023-07-25 16:10 UTC (2+ messages)
[PATCH] syscalls: Cleanup references to sys_lookup_dcookie()
2023-07-25 13:53 UTC (4+ messages)
` [PATCH v2] "
Napływ Klientów ze strony
2023-07-25 7:30 UTC
[PATCH v2] tty: Explicitly include correct DT includes
2023-07-25 6:50 UTC (2+ messages)
[PATCH mm-unstable v7 00/31] Split ptdesc from struct page
2023-07-25 4:41 UTC (33+ messages)
` [PATCH mm-unstable v7 01/31] mm: Add PAGE_TYPE_OP folio functions
` [PATCH mm-unstable v7 02/31] pgtable: Create struct ptdesc
` [PATCH mm-unstable v7 03/31] mm: add utility functions for ptdesc
` [PATCH mm-unstable v7 04/31] mm: Convert pmd_pgtable_page() callers to use pmd_ptdesc()
` [PATCH mm-unstable v7 05/31] mm: Convert ptlock_alloc() to use ptdescs
` [PATCH mm-unstable v7 06/31] mm: Convert ptlock_ptr() "
` [PATCH mm-unstable v7 07/31] mm: Convert pmd_ptlock_init() "
` [PATCH mm-unstable v7 08/31] mm: Convert ptlock_init() "
` [PATCH mm-unstable v7 09/31] mm: Convert pmd_ptlock_free() "
` [PATCH mm-unstable v7 10/31] mm: Convert ptlock_free() "
` [PATCH mm-unstable v7 11/31] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
` [PATCH mm-unstable v7 12/31] powerpc: Convert various functions to use ptdescs
` [PATCH mm-unstable v7 13/31] x86: "
` [PATCH mm-unstable v7 14/31] s390: Convert various pgalloc "
` [PATCH mm-unstable v7 15/31] mm: Remove page table members from struct page
` [PATCH mm-unstable v7 16/31] pgalloc: Convert various functions to use ptdescs
` [PATCH mm-unstable v7 17/31] arm: "
` [PATCH mm-unstable v7 18/31] arm64: "
` [PATCH mm-unstable v7 19/31] csky: Convert __pte_free_tlb() "
` [PATCH mm-unstable v7 20/31] hexagon: "
` [PATCH mm-unstable v7 21/31] loongarch: Convert various functions "
` [PATCH mm-unstable v7 22/31] m68k: "
` [PATCH mm-unstable v7 23/31] mips: "
` [PATCH mm-unstable v7 24/31] nios2: Convert __pte_free_tlb() "
` [PATCH mm-unstable v7 25/31] openrisc: "
` [PATCH mm-unstable v7 26/31] riscv: Convert alloc_{pmd, pte}_late() "
` [PATCH mm-unstable v7 27/31] sh: Convert pte_free_tlb() "
` [PATCH mm-unstable v7 28/31] sparc64: Convert various functions "
` [PATCH mm-unstable v7 29/31] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
` [PATCH mm-unstable v7 30/31] um: Convert {pmd, pte}_free_tlb() to use ptdescs
` [PATCH mm-unstable v7 31/31] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers
[PATCH] sparc: Use shared font data
2023-07-24 14:23 UTC (3+ messages)
[PATCH v2 0/9] video: screen_info cleanups
2023-07-24 12:07 UTC (27+ messages)
` [PATCH v2 1/9] vgacon: rework Kconfig dependencies
` [PATCH v2 2/9] vgacon: rework screen_info #ifdef checks
` [PATCH v2 3/9] dummycon: limit Arm console size hack to footbridge
` [PATCH v2 4/9] vgacon, arch/*: remove unused screen_info definitions
` [PATCH v2 5/9] vgacon: remove screen_info dependency
` [PATCH v2 6/9] vgacon: clean up global screen_info instances
` [PATCH v2 7/9] vga16fb: drop powerpc support
` [PATCH v2 8/9] hyperv: avoid dependency on screen_info
` [PATCH v2 9/9] efi: move screen_info into efi init code
Dopłata do instalacji pomp ciepła
2023-07-24 7:46 UTC
[PATCH v3 00/13] mm: free retracted page table by RCU
2023-07-23 22:35 UTC (25+ messages)
` [PATCH v3 01/13] mm/pgtable: add rcu_read_lock() and rcu_read_unlock()s
` [PATCH v3 02/13] mm/pgtable: add PAE safety to __pte_offset_map()
` [PATCH v3 03/13] arm: adjust_pte() use pte_offset_map_nolock()
` [PATCH v3 04/13] powerpc: assert_pte_locked() "
` [PATCH v3 04/13 fix] powerpc: assert_pte_locked() use pte_offset_map_nolock(): fix
` [PATCH v3 05/13] powerpc: add pte_free_defer() for pgtables sharing page
` [PATCH v3 06/13] sparc: add pte_free_defer() for pte_t *pgtable_t
` [PATCH v3 07/13] s390: add pte_free_defer() for pgtables sharing page
` [PATCH v3 07/13 fix] s390: add pte_free_defer() for pgtables sharing page: fix
` [PATCH v3 08/13] mm/pgtable: add pte_free_defer() for pgtable as page
` [PATCH v3 09/13] mm/khugepaged: retract_page_tables() without mmap or vma lock
` [PATCH v3 10/13] mm/khugepaged: collapse_pte_mapped_thp() with mmap_read_lock()
` [PATCH v3 10/13 fix] mm/khugepaged: collapse_pte_mapped_thp() with mmap_read_lock(): fix
` [PATCH v3 11/13] mm/khugepaged: delete khugepaged_collapse_pte_mapped_thps()
` [PATCH v3 11/13 fix] mm/khugepaged: delete khugepaged_collapse_pte_mapped_thps(): fix
` [PATCH v3 12/13] mm: delete mmap_write_trylock() and vma_try_start_write()
` [PATCH mm "
` [PATCH v3 13/13] mm/pgtable: notes on pte_offset_map[_lock]()
[PATCH 00/13] mm: jit/text allocator
2023-07-20 8:53 UTC (7+ messages)
Obroty na terminalu płatniczym
2023-07-20 7:56 UTC
[PATCH] sparc: add missing put_device()
2023-07-19 8:43 UTC (4+ messages)
Dopłata do instalacji pomp ciepła
2023-07-19 7:36 UTC
[PATCH v2] sparc: Explicitly include correct DT includes
2023-07-18 19:06 UTC (3+ messages)
[PATCH] sparc/kernel: Fix comment typo
2023-07-18 16:32 UTC
[PATCH] sparc: kernel: add missing put_device()
2023-07-18 15:02 UTC (2+ messages)
[PATCH] floppy: add missing put_device()
2023-07-18 14:51 UTC (2+ messages)
[PATCH 00/12] arch,fbdev: Move screen_info into arch/
2023-07-18 14:47 UTC (13+ messages)
` [PATCH 07/12] arch/x86: Declare edid_info in <asm/screen_info.h>
` [PATCH 08/12] drivers/firmware: Remove trailing whitespaces
` [PATCH 10/12] fbdev/core: Use fb_is_primary_device() in fb_firmware_edid()
[PATCH] floppy: add missing put_device()
2023-07-18 8:51 UTC (2+ messages)
[PATCH] sparc: add missing put_device()
2023-07-18 8:45 UTC (2+ messages)
[PATCH v2 00/12] mm: jit/text allocator
2023-07-17 17:23 UTC (9+ messages)
` [PATCH v2 02/12] mm: introduce execmem_text_alloc() and jit_text_alloc()
[PATCH v9 01/42] mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()
2023-07-17 16:51 UTC (4+ messages)
Nieaktywna strona www
2023-07-17 7:36 UTC
[PATCH] sbus: Explicitly include correct DT includes
2023-07-15 10:47 UTC (2+ messages)
[PATCH] sparc: Explicitly include correct DT includes
2023-07-15 10:47 UTC (2+ messages)
[PATCH] tty: Explicitly include correct DT includes
2023-07-14 17:50 UTC
[PATCH] floppy:ERROR: missing put_device; call of_find_device_by_node on line 589, but without a corresponding object release within this function. Add the put_device function before return to release memory
2023-07-14 6:47 UTC (3+ messages)
[PATCH] sparc: mark __arch_xchg() as __always_inline
2023-07-13 17:55 UTC (4+ messages)
[PATCH] sparc: mark __arch_xchg() as __always_inline
2023-07-13 16:55 UTC (3+ messages)
[PATCH] sparc: Use $(kecho) to announce kernel images being ready
2023-07-13 14:55 UTC (2+ messages)
Pozycjonowanie- informacja
2023-07-13 8:05 UTC
[PATCH 4/4] vgacon, arch/*: remove unused screen_info definitions
2023-07-13 0:33 UTC (6+ messages)
Build regressions/improvements in v6.5-rc1
2023-07-11 6:01 UTC (3+ messages)
` Build regressions/improvements in v6.5-rc1 (cpufreq/sparc*)
[PATCH v5 25/38] sparc32: Implement the new page table range API
2023-07-10 20:43 UTC (2+ messages)
` [PATCH v5 26/38] sparc64: "
[PATCH v2 00/12] mm: free retracted page table by RCU
2023-07-10 17:21 UTC (18+ messages)
` [PATCH v2 07/12] s390: add pte_free_defer() for pgtables sharing page
Finansowanie dla użytkowników terminali płatniczych
2023-07-07 8:05 UTC
Dopłata do instalacji pomp ciepła
2023-07-07 7:45 UTC
[PATCH 00/21] dma-mapping: unify support for cache flushes
2023-07-06 14:11 UTC (4+ messages)
` [PATCH 20/21] ARM: dma-mapping: split out arch_dma_mark_clean() helper
[PATCH 06/12] arch: Declare screen_info in <asm/screen_info.h>
2023-07-05 8:02 UTC (3+ messages)
` [06/12] "
[PATCH 01/12] efi: Do not include <linux/screen_info.h> from EFI header
2023-07-05 8:00 UTC (3+ messages)
` [01/12] "
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