Age | Commit message (Expand) | Author |
2011-03-14 | MIPS: Move idle task creation to work queue | Maksim Rayskiy |
2011-03-14 | MIPS, Perf-events: Use unsigned delta for right shift in event update | Deng-Cheng Zhu |
2011-03-14 | MIPS, Perf-events: Work with the new callchain interface | Deng-Cheng Zhu |
2011-03-14 | MIPS, Perf-events: Fix event check in validate_event() | Deng-Cheng Zhu |
2011-03-14 | MIPS, Perf-events: Work with the new PMU interface | Deng-Cheng Zhu |
2011-03-14 | MIPS, Perf-events: Work with irq_work | Deng-Cheng Zhu |
2011-03-14 | MIPS: Fix always CONFIG_LOONGSON_UART_BASE=y | Yoichi Yuasa |
2011-03-14 | MIPS: Loongson: Fix potentially wrong string handling | Stefan Weil |
2011-03-14 | MIPS: Fix GCC-4.6 'set but not used' warning in arch/mips/mm/init.c | David Daney |
2011-03-14 | MIPS: Fix GCC-4.6 'set but not used' warning in ieee754int.h | David Daney |
2011-03-14 | MIPS: Remove unused code from arch/mips/kernel/syscall.c | David Daney |
2011-03-14 | MIPS: Fix GCC-4.6 'set but not used' warning in signal*.c | David Daney |
2011-03-14 | MIPS: MSP: Fix MSP71xx bpci interrupt handler return value | Anoop P A |
2011-03-14 | MIPS: Select R4K timer lib for all MSP platforms | Anoop P A |
2011-03-14 | MIPS: Loongson: Remove ad-hoc cmdline default | Robert Millan |
2011-03-14 | MIPS: Clear the correct flag in sysmips(MIPS_FIXADE, ...). | Stefan Oberhumer |
2011-03-14 | MIPS: Add an unreachable return statement to satisfy buggy GCCs. | David Daney |
2011-03-14 | MIPS, Tracing: Fix set_graph_function of function graph tracer | Wu Zhangjin |
2011-03-14 | MIPS, Tracing: Clean up ftrace_make_nop() | Wu Zhangjin |
2011-03-14 | MIPS, Tracing: Clean up prepare_ftrace_return() | Wu Zhangjin |
2011-03-14 | MIPS, Tracing: Substitute in_kernel_space() for in_module() | Wu Zhangjin |
2011-03-14 | MIPS, Tracing: Speed up function graph tracer | Wu Zhangjin |
2011-03-14 | MIPS: Replace deprecated spinlock initialization | Thomas Gleixner |
2011-03-14 | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds |
2011-03-14 | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air... | Linus Torvalds |
2011-03-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog | Linus Torvalds |
2011-03-14 | Fix corrupted OSF partition table parsing | Timo Warns |
2011-03-14 | thp+memcg-numa: fix BUG at include/linux/mm.h:370! | Hugh Dickins |
2011-03-14 | xen/m2p: Check whether the MFN has IDENTITY_FRAME bit set.. | Stefano Stabellini |
2011-03-14 | xen/m2p: No need to catch exceptions when we know that there is no RAM | Konrad Rzeszutek Wilk |
2011-03-14 | xen/debug: WARN_ON when identity PFN has no _PAGE_IOMAP flag set. | Konrad Rzeszutek Wilk |
2011-03-14 | xen/debugfs: Add 'p2m' file for printing out the P2M layout. | Konrad Rzeszutek Wilk |
2011-03-14 | xen/setup: Set identity mapping for non-RAM E820 and E820 gaps. | Konrad Rzeszutek Wilk |
2011-03-14 | xen/mmu: WARN_ON when racing to swap middle leaf. | Konrad Rzeszutek Wilk |
2011-03-14 | xen/mmu: Set _PAGE_IOMAP if PFN is an identity PFN. | Konrad Rzeszutek Wilk |
2011-03-14 | xen/mmu: Add the notion of identity (1-1) mapping. | Konrad Rzeszutek Wilk |
2011-03-14 | MN10300: atomic_read() should ensure it emits a load | David Howells |
2011-03-14 | MN10300: The SMP_ICACHE_INV_FLUSH_RANGE IPI command does not exist | David Howells |
2011-03-14 | MN10300: Proper use of macros get_user() in the case of incremented pointers | Tkhai Kirill |
2011-03-14 | x86: ce4100: Set pci ops via callback instead of module init | Sebastian Andrzej Siewior |
2011-03-14 | exportfs: Return the minimum required handle size | Aneesh Kumar K.V |
2011-03-14 | clean statfs-like syscalls up | Al Viro |
2011-03-14 | open-style analog of vfs_path_lookup() | Al Viro |
2011-03-14 | reduce vfs_path_lookup() to do_path_lookup() | Al Viro |
2011-03-14 | untangle do_lookup() | Al Viro |
2011-03-14 | path_openat: clean ELOOP handling a bit | Al Viro |
2011-03-14 | do_last: kill a rudiment of old ->d_revalidate() workaround | Al Viro |
2011-03-14 | fold __open_namei_create() and open_will_truncate() into do_last() | Al Viro |
2011-03-14 | do_last: unify may_open() call and everyting after it | Al Viro |
2011-03-14 | move may_open() from __open_name_create() to do_last() | Al Viro |