| Commit message (Expand) | Author | Age | Files | Lines |
* | remove dma64_addr_t | FUJITA Tomonori | 2011-03-23 | 1 | -2/+0 |
* | rapidio: modify configuration to support PCI-SRIO controller | Alexandre Bounine | 2011-03-23 | 1 | -0/+10 |
* | bitops: remove minix bitops from asm/bitops.h | Akinobu Mita | 2011-03-23 | 1 | -1/+0 |
* | bitops: remove ext2 non-atomic bitops from asm/bitops.h | Akinobu Mita | 2011-03-23 | 1 | -1/+0 |
* | bitops: introduce little-endian bitops for most architectures | Akinobu Mita | 2011-03-23 | 1 | -0/+1 |
* | bitops: introduce CONFIG_GENERIC_FIND_BIT_LE | Akinobu Mita | 2011-03-23 | 1 | -0/+4 |
* | add the common dma_addr_t typedef to include/linux/types.h | FUJITA Tomonori | 2011-03-22 | 1 | -6/+0 |
* | mm: NUMA aware alloc_thread_info_node() | Eric Dumazet | 2011-03-22 | 1 | -2/+4 |
* | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 2011-03-20 | 9 | -10/+10 |
|\ |
|
| * | mips: change to new flag variable | matt mooney | 2011-03-17 | 9 | -10/+10 |
* | | Merge branch 'kvm-updates/2.6.39' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2011-03-17 | 1 | -0/+2 |
|\ \ |
|
| * | | mm: make __get_user_pages return -EHWPOISON for HWPOISON page optionally | Huang Ying | 2011-03-17 | 1 | -0/+2 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog | Linus Torvalds | 2011-03-17 | 2 | -0/+17 |
|\ \ \
| |/ /
|/| | |
|
| * | | watchdog: add JZ4740 watchdog driver | Paul Cercueil | 2011-03-15 | 2 | -0/+17 |
| |/ |
|
* | | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2011-03-16 | 1 | -0/+1 |
|\ \ |
|
| * | | tty: add TIOCVHANGUP to allow clean tty shutdown of all ttys | Kay Sievers | 2011-02-17 | 1 | -0/+1 |
* | | | Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj... | Linus Torvalds | 2011-03-16 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | percpu: align percpu readmostly subsection to cacheline | Tejun Heo | 2011-01-25 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge branch 'core-futexes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2011-03-15 | 1 | -18/+21 |
|\ \ \
| |_|/
|/| | |
|
| * | | futex: Sanitize futex ops argument types | Michel Lespinasse | 2011-03-11 | 1 | -6/+7 |
| * | | futex: Sanitize cmpxchg_futex_value_locked API | Michel Lespinasse | 2011-03-11 | 1 | -15/+17 |
| |/ |
|
* | | MIPS: Alchemy: Fix reset for MTX-1 and XXS1500 | Florian Fainelli | 2011-03-14 | 2 | -4/+4 |
* | | MIPS: MTX-1: Make au1000_eth probe all PHY addresses | Florian Fainelli | 2011-03-14 | 1 | -0/+9 |
* | | MIPS: Jz4740: Add HAVE_CLK | Maurus Cuelenaere | 2011-03-14 | 1 | -0/+1 |
* | | MIPS: Move idle task creation to work queue | Maksim Rayskiy | 2011-03-14 | 1 | -2/+29 |
* | | MIPS, Perf-events: Use unsigned delta for right shift in event update | Deng-Cheng Zhu | 2011-03-14 | 1 | -1/+1 |
* | | MIPS, Perf-events: Work with the new callchain interface | Deng-Cheng Zhu | 2011-03-14 | 1 | -57/+6 |
* | | MIPS, Perf-events: Fix event check in validate_event() | Deng-Cheng Zhu | 2011-03-14 | 1 | -2/+3 |
* | | MIPS, Perf-events: Work with the new PMU interface | Deng-Cheng Zhu | 2011-03-14 | 2 | -119/+158 |
* | | MIPS, Perf-events: Work with irq_work | Deng-Cheng Zhu | 2011-03-14 | 3 | -12/+3 |
* | | MIPS: Fix always CONFIG_LOONGSON_UART_BASE=y | Yoichi Yuasa | 2011-03-14 | 1 | -1/+4 |
* | | MIPS: Loongson: Fix potentially wrong string handling | Stefan Weil | 2011-03-14 | 1 | -1/+2 |
* | | MIPS: Fix GCC-4.6 'set but not used' warning in arch/mips/mm/init.c | David Daney | 2011-03-14 | 1 | -1/+1 |
* | | MIPS: Fix GCC-4.6 'set but not used' warning in ieee754int.h | David Daney | 2011-03-14 | 1 | -2/+2 |
* | | MIPS: Remove unused code from arch/mips/kernel/syscall.c | David Daney | 2011-03-14 | 1 | -2/+1 |
* | | MIPS: Fix GCC-4.6 'set but not used' warning in signal*.c | David Daney | 2011-03-14 | 2 | -2/+2 |
* | | MIPS: MSP: Fix MSP71xx bpci interrupt handler return value | Anoop P A | 2011-03-14 | 1 | -2/+2 |
* | | MIPS: Select R4K timer lib for all MSP platforms | Anoop P A | 2011-03-14 | 3 | -5/+3 |
* | | MIPS: Loongson: Remove ad-hoc cmdline default | Robert Millan | 2011-03-14 | 1 | -5/+0 |
* | | MIPS: Clear the correct flag in sysmips(MIPS_FIXADE, ...). | Stefan Oberhumer | 2011-03-14 | 1 | -1/+1 |
* | | MIPS: Add an unreachable return statement to satisfy buggy GCCs. | David Daney | 2011-03-14 | 1 | -0/+2 |
* | | MIPS, Tracing: Fix set_graph_function of function graph tracer | Wu Zhangjin | 2011-03-14 | 1 | -2/+9 |
* | | MIPS, Tracing: Clean up ftrace_make_nop() | Wu Zhangjin | 2011-03-14 | 1 | -32/+38 |
* | | MIPS, Tracing: Clean up prepare_ftrace_return() | Wu Zhangjin | 2011-03-14 | 1 | -27/+25 |
* | | MIPS, Tracing: Substitute in_kernel_space() for in_module() | Wu Zhangjin | 2011-03-14 | 1 | -27/+27 |
* | | MIPS, Tracing: Speed up function graph tracer | Wu Zhangjin | 2011-03-14 | 1 | -7/+7 |
* | | MIPS: Replace deprecated spinlock initialization | Thomas Gleixner | 2011-03-14 | 1 | -2/+2 |
|/ |
|
* | genirq: Remove __do_IRQ | Thomas Gleixner | 2011-01-21 | 1 | -3/+0 |
* | kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT | David Rientjes | 2011-01-20 | 49 | -49/+49 |
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 2011-01-18 | 55 | -129/+3107 |
|\ |
|