First  |  Prev |  Next  |  Last
Pages: 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857
[PATCHv7 2.6.35-rc3-tip 0/11] Uprobes Patches:
Uprobes Patches Changelog from V6: - Addressed comments from Masami on function names in common trace event code. - Addressed comments from Arnaldo on perf adjust symbol patch. Changelog from V5: - Merged user_bkpt and user_bkpt_xol into uprobes. - Addressed comments till now. Changelog fro... 29 Jun 2010 15:11
Ext4: Make file creation time, i_version and i_generation available by xattrs
On 2010-06-28, at 13:41, Steve French wrote: I think backing them up makes sense, even if they can't easily be restored (ie just for reporting). Right. I think being able to restore the crtime (as root) makes sense, I don't think restoring i_generation and i_version make sense however, given that we can't pre... 29 Jun 2010 15:11
x86: Have nobootmem version setup_bootmem_allocator()
On Tuesday, June 22, 2010 11:26:52 am Yinghai Lu wrote: We can reduce #ifdef number from 3 to one in init_32.c Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- arch/x86/mm/init_32.c | 15 ++++++++++----- 1 files changed, 10 insertions(+), 5 deletions(-) diff --git a/arch/x86/mm/init_32.c ... 29 Jun 2010 15:11
x86, lmb: Use lmb_debug to control debug message print out
On Tuesday, June 22, 2010 11:26:47 am Yinghai Lu wrote: Also let lmb_reserve_range/lmb_free_range could print out name if lmb=debug is specified will also print ther name when reserve_lmb_area/free_lmb_area are called. Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- arch/x86/mm/lmb.c | 2... 29 Jun 2010 14:05
x86,lmb: Add lmb_reserve_range/lmb_free_range
On Tuesday, June 22, 2010 11:26:40 am Yinghai Lu wrote: +void __init lmb_reserve_range(u64 start, u64 end, char *name) +{ + if (start == end) + return; + + if (WARN_ONCE(start > end, "lmb_reserve_range: wrong range [%#llx, %#llx]\n", start, end)) Please use %pR format. + return; + + ... 29 Jun 2010 14:05
x86, lmb: Add get_free_all_memory_range()
On Tuesday, June 22, 2010 11:26:41 am Yinghai Lu wrote: + pr_info("Subtract (%d early reservations)\n", count); + + for_each_lmb(reserved, r) { + pr_info(" [%010llx - %010llx]\n", (u64)r->base, (u64)r->base + r->size); Use %pR format and consider adding text to the line, e.g., "lmb: early reservatio... 29 Jun 2010 14:05
lmb: Print new doubled array location info
On Tuesday, June 22, 2010 11:26:32 am Yinghai Lu wrote: + if (lmb_debug) + pr_info("lmb: %s array is doubled to %ld at %llx - %llx", + lmb_type_name(type), type->max * 2, (u64)addr, (u64)addr + new_size); Please print this memory range the same way we print resources, e.g., "%#010llx-%#010llx", with "a... 8 Jul 2010 16:58
x86, lmb: Add lmb_to_bootmem()
On Tuesday, June 22, 2010 11:26:39 am Yinghai Lu wrote: + pr_info("(%d early reservations) ==> bootmem [%010llx - %010llx]\n", count, start, end); Please make all these address range messages match the %pR format. + for_each_lmb(reserved, r) { + pr_info(" [%010llx - %010llx] ", (u64)r->base, (u64)r->bas... 29 Jun 2010 14:05
Removing dead CONFIG_SOC_AU1000_FREQUENCY
On Wed, Jun 09, 2010 at 01:20:23PM +0200, Christoph Egger wrote: CONFIG_SOC_AU1000_FREQUENCY doesn't exist in Kconfig, therefore removing all references for it from the source code. Not comments received and seems to make sense so I queued this one for 2.6.36. Thanks, Ralf -- To unsubscribe from t... 29 Jun 2010 14:05
[PATCH] serial: fix rs485 for atmel_serial on avr32
From: Peter Huewe <peterhuewe(a)gmx.de> This patch fixes a build failure [1-4] in the atmel_serial code introduced by patch the patch ARM: 6092/1: atmel_serial: support for RS485 communications (e8faff7330a3501eafc9bfe5f4f15af444be29f5) The build failure was caused by missing struct field and missing defines for... 29 Jun 2010 14:05
First  |  Prev |  Next  |  Last
Pages: 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857