messages from 2013-05-22 14:30:00 to 2013-05-28 08:07:09 UTC [more...]
Is spin_is_locked() safe to use with BUG_ON()/WARN_ON()?
2013-05-28 8:07 UTC (6+ messages)
TLB and PTE coherency during munmap
2013-05-28 7:10 UTC (3+ messages)
[PATCH] arch: s390: appldata: using strncpy() instead of sprintf()
2013-05-28 4:58 UTC (7+ messages)
` [PATCH] arch: s390: include: asm: typo issue for the redundency comma, found by cross compiling
` [PATCH v2] arch: s390: appldata: using strncpy() and strnlen() instead of sprintf()
[PATCH] arch: xtensa: include: asm: compiling issue, need cmpxchg64() defined
2013-05-28 4:57 UTC (4+ messages)
[PATCH v3-resend 00/11] uaccess: better might_sleep/might_fault behavior
2013-05-27 16:35 UTC (5+ messages)
` [PATCH v3-resend 01/11] asm-generic: uaccess s/might_sleep/might_fault/
[PATCH v3 0/3] Wait/wound mutex implementation, v3
2013-05-27 14:55 UTC (30+ messages)
` [PATCH v3 2/3] mutex: add support for wound/wait style locks, v3
` [Linaro-mm-sig] "
[PATCH v8, part3 00/14] accurately calculate memory statisitic information
2013-05-27 13:57 UTC (34+ messages)
` [PATCH v8, part3 01/14] mm: change signature of free_reserved_area() to fix building warnings
` [PATCH v8, part3 02/14] mm: enhance free_reserved_area() to support poisoning memory with zero
` [PATCH v8, part3 03/14] mm/ARM64: kill poison_init_mem()
` [PATCH v8, part3 04/14] mm/x86: use free_reserved_area() to simplify code
` [PATCH v8, part3 05/14] mm/tile: use common help functions to free reserved pages
` [PATCH v8, part3 06/14] mm, acornfb: use free_reserved_area() to simplify code
` [PATCH v8, part3 07/14] mm: fix some trivial typos in comments
` [PATCH v8, part3 08/14] mm: use managed_pages to calculate default zonelist order
` [PATCH v8, part3 09/14] mm: accurately calculate zone->managed_pages for highmem zones
` [PATCH v8, part3 10/14] mm: use a dedicated lock to protect totalram_pages and zone->managed_pages
` [PATCH v8, part3 11/14] mm: make __free_pages_bootmem() only available at boot time
` [PATCH v8, part3 12/14] mm: correctly update zone->mamaged_pages
` [PATCH v8, part3 13/14] mm: concentrate modification of totalram_pages into the mm core
` [PATCH v8, part3 14/14] mm: report available pages as "MemTotal" for each NUMA node
[PATCH] ARM: S5PV210: dependency issue, S5P_SLEEP is depend on ARM_CPU_SUSPEND
2013-05-27 10:57 UTC (4+ messages)
` [PATCH v2] arch: arm: plat-samsung: dependency, S5P_SLEEP depends "
[PATCH] arm64: kernel: compiling issue, need 'EXPORT_SYMBOL(clear_page)'
2013-05-27 10:09 UTC (3+ messages)
[PATCH v2] arm64: kernel: compiling issue, need delete read_current_timer()
2013-05-27 10:02 UTC
[PATCH v2] PowerPC: kernel: need return the related error code when failure occurs
2013-05-27 10:01 UTC (2+ messages)
[PATCH] arch: x86: platform: mrst: pr_err() need notice that 'sdev->modalias' may not a NUL terminated string
2013-05-27 8:16 UTC (4+ messages)
[PATCH] arch: ia64: kernel: flow control, need use 'return' instead of 'break'
2013-05-27 6:30 UTC (2+ messages)
[PATCH] arch: frv: kernel: using vsnprintf() instead of vsprintf()
2013-05-27 5:46 UTC
[PATCH] arch: parisc: kernel: memory overflow, 'name' length is too short for using
2013-05-27 4:57 UTC (2+ messages)
[PATCH] arch: arm64: kernel: sprintf(), 'str' needs additional 1 byte for failure processing
2013-05-27 2:00 UTC (3+ messages)
` [PATCH v2] "
[PATCH] arch: blackfin: kernel: using strlcpy instead of strncpy
2013-05-27 1:51 UTC (3+ messages)
` [PATCH v2] arch: blackfin: kernel: using strlcpy() instead of strncpy()
[PATCH v5, part4 00/41] Simplify mem_init() implementations and kill num_physpages
2013-05-26 13:55 UTC (6+ messages)
` [PATCH v5, part4 16/41] mm/blackfin: prepare for removing num_physpages and simplify mem_init()
possible problem with generic asm/types.h
2013-05-26 10:32 UTC (7+ messages)
[PATCH] arch: alpha: kernel: sprintf(), the minimal buffer length is 20 for "0xffffffffffffffff\n"
2013-05-26 10:09 UTC (2+ messages)
[PATCH] arch: mips: kernel: using strlcpy() instead of strncpy()
2013-05-26 8:06 UTC
[PATCH] arch: mips: ralink: using strlcpy() instead of strncpy()
2013-05-26 8:01 UTC
[PATCH] arch: mips: lantiq: using strlcpy() instead of strncpy()
2013-05-26 7:51 UTC
[PATCH] arch: configuration, deleting 'CONFIG_BUG' since always need it
2013-05-26 4:43 UTC (22+ messages)
` [PATCH v2] arch: configuration issue, random return value when disable 'CONFIG_BUG'
[PATCH v2 00/10] uaccess: better might_sleep/might_fault behavior
2013-05-24 14:17 UTC (25+ messages)
` [PATCH v2 07/10] powerpc: uaccess s/might_sleep/might_fault/
` [PATCH v2 10/10] kernel: might_fault does not imply might_sleep
` [PATCH v3 01/11] asm-generic: uaccess s/might_sleep/might_fault/
[PATCH 00/11] HugeTLB and THP support for ARM64
2013-05-24 11:23 UTC (34+ messages)
` [PATCH 01/11] mm: hugetlb: Copy huge_pmd_share from x86 to mm
` [PATCH 02/11] x86: mm: Remove x86 version of huge_pmd_share
` [PATCH 03/11] mm: hugetlb: Copy general hugetlb code from x86 to mm
` [PATCH 04/11] x86: mm: Remove general hugetlb code from x86
` [PATCH 05/11] mm: thp: Correct the HPAGE_PMD_ORDER check
` [PATCH 06/11] ARM64: mm: Restore memblock limit when map_mem finished
` [PATCH 07/11] ARM64: mm: Make PAGE_NONE pages read only and no-execute
` [PATCH 08/11] ARM64: mm: Swap PTE_FILE and PTE_PROT_NONE bits
` [PATCH 09/11] ARM64: mm: HugeTLB support
` [PATCH 10/11] ARM64: mm: Raise MAX_ORDER for 64KB pages and THP
` [PATCH 11/11] ARM64: mm: THP support
[PATCH v5] arm: Preserve the user r/w register TPIDRURW on context switch and fork
2013-05-22 21:04 UTC (2+ messages)
Get rid of cpuinit?
2013-05-22 21:04 UTC (2+ 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).