sparclinux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-04 02:44:35 to 2018-10-05 17:37:17 UTC [more...]

[mm PATCH 0/5] Deferred page init improvements
 2018-10-05 17:37 UTC  (7+ messages)
` [mm PATCH 1/5] mm: Use mm_zero_struct_page from SPARC on all 64b architectures
` [mm PATCH 2/5] mm: Drop meminit_pfn_in_nid as it is redundant
` [mm PATCH 3/5] mm: Use memblock/zone specific iterator for handling deferred page init
` [mm PATCH 4/5] mm: Move hot-plug specific memory init into separate functions and optimize
` [mm PATCH 5/5] mm: Use common iterator for deferred_init_pages and deferred_free_pages

Wir bieten einen persönlichen Service für alle Ihre f =?utf-8?q?inanziellen_Be
 2018-10-04 23:24 UTC 

ECB
 2018-10-03 19:24 UTC 

[PATCH] sparc64: fix fall-through annotation
 2018-10-02 10:19 UTC 

[PATCH] sparc32: fix fall-through annotation
 2018-10-02 10:15 UTC 

INVESTMENT!
 2018-09-28 14:58 UTC 

[PATCH 02/30] mm: remove CONFIG_NO_BOOTMEM
 2018-09-27  4:50 UTC  (18+ messages)
  ` [PATCH 03/30] mm: remove CONFIG_HAVE_MEMBLOCK
  ` [PATCH 05/30] mm: nobootmem: remove dead code
  ` [PATCH 07/30] memblock: remove _virt from APIs returning virtual address
  ` [PATCH 14/30] memblock: add align parameter to memblock_alloc_node()
  ` [PATCH 16/30] memblock: replace __alloc_bootmem_node with appropriate memblock_ API
  ` [PATCH 21/30] memblock: replace alloc_bootmem with memblock_alloc
  ` [PATCH 29/30] mm: remove include/linux/bootmem.h
` [PATCH 00/30] mm: remove bootmem allocator

[RFC mm PATCH 0/5] mm: Deferred page init improvements
 2018-09-26 23:28 UTC  (6+ messages)
` [RFC mm PATCH 1/5] mm: Use mm_zero_struct_page from SPARC on all 64b architectures
` [RFC mm PATCH 2/5] mm: Drop meminit_pfn_in_nid as it is redundant
` [RFC mm PATCH 3/5] mm: Use memblock/zone specific iterator for handling deferred page init
` [RFC mm PATCH 4/5] mm: Move hot-plug specific memory init into separate functions and optimize
` [RFC mm PATCH 5/5] mm: Use common iterator for deferred_init_pages and deferred_free_pages

AMAZON PROMO
 2018-09-25 13:09 UTC 

[PATCH] sparc64: viohs: Remove VLA usage
 2018-09-25  3:22 UTC  (3+ messages)

[PATCH v2 05/17] compat_ioctl: move more drivers to generic_compat_ioctl_ptrarg
 2018-09-24 21:17 UTC  (14+ messages)

[PATCH 0/4] System call table generation support
 2018-09-24 21:06 UTC  (16+ messages)
` [PATCH 1/4] sparc: Move __IGNORE* entries to non uapi header
` [PATCH 2/4] sparc: Replace NR_SYSCALLS macro with __NR_SYSCALLS
` [PATCH 3/4] sparc: Add system call table generation support
` [PATCH 4/4] sparc: uapi header and system call table file generation

Wohltätigkeitsspende in Höhe von € 2.000.000,00
 2018-09-24 11:58 UTC  (2+ messages)

[PATCH v7 00/11] hugetlb: Factorize hugetlb architecture primitives
 2018-09-20  6:03 UTC  (12+ messages)
` [PATCH v7 01/11] hugetlb: Harmonize hugetlb.h arch specific defines with pgtable.h
` [PATCH v7 02/11] hugetlb: Introduce generic version of hugetlb_free_pgd_range
` [PATCH v7 03/11] hugetlb: Introduce generic version of set_huge_pte_at
` [PATCH v7 04/11] hugetlb: Introduce generic version of huge_ptep_get_and_clear
` [PATCH v7 05/11] hugetlb: Introduce generic version of huge_ptep_clear_flush
` [PATCH v7 06/11] hugetlb: Introduce generic version of huge_pte_none
` [PATCH v7 07/11] hugetlb: Introduce generic version of huge_pte_wrprotect
` [PATCH v7 08/11] hugetlb: Introduce generic version of prepare_hugepage_range
` [PATCH v7 09/11] hugetlb: Introduce generic version of huge_ptep_set_wrprotect
` [PATCH v7 10/11] hugetlb: Introduce generic version of huge_ptep_set_access_flags
` [PATCH v7 11/11] hugetlb: Introduce generic version of huge_ptep_get

[RFC PATCH 00/29] mm: remove bootmem allocator
 2018-09-19 10:55 UTC  (79+ messages)
` [RFC PATCH 01/29] mips: switch to NO_BOOTMEM
` [RFC PATCH 02/29] mm: remove CONFIG_NO_BOOTMEM
` [RFC PATCH 03/29] mm: remove CONFIG_HAVE_MEMBLOCK
` [RFC PATCH 04/29] mm: remove bootmem allocator implementation
` [RFC PATCH 05/29] mm: nobootmem: remove dead code
` [RFC PATCH 06/29] memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*
` [RFC PATCH 07/29] memblock: remove _virt from APIs returning virtual address
` [RFC PATCH 08/29] memblock: replace alloc_bootmem_align with memblock_alloc
` [RFC PATCH 09/29] memblock: replace alloc_bootmem_low with memblock_alloc_low
` [RFC PATCH 10/29] memblock: replace __alloc_bootmem_node_nopanic with memblock_alloc_try_nid_nopanic
  ` [RFC PATCH 10/29] memblock: replace __alloc_bootmem_node_nopanic with memblock_alloc_try_nid_nop
` [RFC PATCH 11/29] memblock: replace alloc_bootmem_pages_nopanic with memblock_alloc_nopanic
` [RFC PATCH 12/29] memblock: replace alloc_bootmem_low with memblock_alloc_low
` [RFC PATCH 13/29] memblock: replace __alloc_bootmem_nopanic with memblock_alloc_from_nopanic
` [RFC PATCH 14/29] memblock: add align parameter to memblock_alloc_node()
` [RFC PATCH 15/29] memblock: replace alloc_bootmem_pages_node with memblock_alloc_node
` [RFC PATCH 16/29] memblock: replace __alloc_bootmem_node with appropriate memblock_ API
` [RFC PATCH 17/29] memblock: replace alloc_bootmem_node with memblock_alloc_node
` [RFC PATCH 18/29] memblock: replace alloc_bootmem_low_pages with memblock_alloc_low
` [RFC PATCH 19/29] memblock: replace alloc_bootmem_pages with memblock_alloc
` [RFC PATCH 20/29] memblock: replace __alloc_bootmem with memblock_alloc_from
` [RFC PATCH 21/29] memblock: replace alloc_bootmem with memblock_alloc
` [RFC PATCH 22/29] mm: nobootmem: remove bootmem allocation APIs
` [RFC PATCH 23/29] memblock: replace free_bootmem{_node} with memblock_free
` [RFC PATCH 24/29] memblock: replace free_bootmem_late with memblock_free_late
` [RFC PATCH 25/29] memblock: rename free_all_bootmem to memblock_free_all
` [RFC PATCH 26/29] memblock: rename __free_pages_bootmem to memblock_free_pages
` [RFC PATCH 27/29] mm: remove nobootmem
` [RFC PATCH 28/29] memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variants
` [RFC PATCH 29/29] mm: remove include/linux/bootmem.h

Project Financing
 2018-09-19 10:09 UTC  (2+ messages)

Hello Friend
 2018-09-19  6:52 UTC 

[PATCH 00/25] Change tty_port(standard)_install's return type
 2018-09-12 14:41 UTC  (23+ messages)
` [PATCH 01/25] tty: Change return type to void
` [PATCH 09/25] tty: serial: kgdb_nmi: "
` [PATCH 10/25] tty: synclink: "
` [PATCH 11/25] tty: synclinkmp: "
` [PATCH 12/25] tty: vt: "
` [PATCH 13/25] usb: xhci: dbc: "
` [PATCH 14/25] Bluetooth: "
` [PATCH 15/25] um: "
` [PATCH 16/25] isdn: capi: "
` [PATCH 17/25] misc: pti: "
` [PATCH 18/25] mmc: core: sdio_uart: "
` [PATCH 19/25] staging: fwserial: "
` [PATCH 20/25] staging: gdm724x: gdm_tty: "
` [PATCH 21/25] staging: greybus: uart: "
` [PATCH 22/25] tty: nozomi: "
` [PATCH 23/25] tty: vcc: "
` [PATCH 24/25] usb: cdc-acm: "
` [PATCH 25/25] usb: usb-serial: "

Edit your photos 11
 2018-09-12 13:28 UTC 

Inquiry
 2018-09-12  7:36 UTC 

[PATCH] sparc: vdso: clean-up vdso Makefile
 2018-09-12  3:39 UTC 

Editing 1
 2018-09-11  6:31 UTC 

Investment opportunity
 2018-09-11  5:46 UTC 

Good day
 2018-09-10 20:59 UTC  (2+ messages)

Charity Donation !!!
 2018-09-09 23:31 UTC 

Drink this twice a day and remove 30lbs before the end of September
 2018-09-08  1:19 UTC 

[PATCH] oradax: remove redundant null check before kfree
 2018-09-07 10:35 UTC 

[PATCH 3/3] of: make default address and size cells sizes private
 2018-09-05 16:01 UTC  (5+ messages)


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