| Commit message (Expand) | Author | Age | Files | Lines |
* | MIPS: Wire up accept4 syscall. | Ralf Baechle | 2009-08-03 | 4 | -0/+4 |
* | MIPS: VPE: Delete unused function get_tc_unused(). | Ralf Baechle | 2009-08-03 | 1 | -12/+0 |
* | MIPS: VPE: Fix bogus indentation. | Ralf Baechle | 2009-08-03 | 1 | -1/+1 |
* | MIPS: VPE: Make various functions static. | Ralf Baechle | 2009-08-03 | 1 | -9/+8 |
* | MIPS: VPE: Free relocation chain on error. | Ralf Baechle | 2009-08-03 | 1 | -3/+12 |
* | MIPS: VPE: Fix compiler warning. | Raghu Gandham | 2009-08-03 | 1 | -1/+2 |
* | MIPS: Module: Make error messages unique. | Ralf Baechle | 2009-08-03 | 1 | -3/+5 |
* | MIPS: Fix loading of modules with unresolved weak symbols | Gabor Juhos | 2009-08-03 | 1 | -2/+2 |
* | MIPS: SMTC: Move cross VPE writes to after a TC is assigned to VPE. | Kurt Martin | 2009-08-03 | 1 | -5/+8 |
* | MIPS: Avoid clobbering struct pt_regs in kthreads | David Daney | 2009-08-03 | 2 | -2/+5 |
* | MIPS: Eleminate filenames from comments | Ralf Baechle | 2009-08-03 | 3 | -6/+0 |
* | headers: smp_lock.h redux | Alexey Dobriyan | 2009-07-12 | 1 | -1/+0 |
* | Update Yoichi Yuasa's e-mail address | Yoichi Yuasa | 2009-07-03 | 4 | -4/+4 |
* | MIPS: 64-bit: Fix o32 core dump | Yong Zhang | 2009-07-03 | 1 | -3/+17 |
* | MIPS: CMP: Update sync-r4k for current kernel | Tim Anderson | 2009-07-03 | 1 | -15/+16 |
* | MIPS: CMP: activate CMP support | Tim Anderson | 2009-07-03 | 1 | -61/+5 |
* | MIPS: CMP: Extend IPI handling to CPU number | Tim Anderson | 2009-07-03 | 1 | -0/+4 |
* | MIPS: CMP: Extend the GIC IPI interrupts beyond 32 | Tim Anderson | 2009-07-03 | 1 | -11/+4 |
* | MIPS: Hookup new syscalls sys_rt_tgsigqueueinfo and sys_perf_counter_open. | David Daney | 2009-07-03 | 4 | -0/+8 |
* | MIPS: MT: Remove unnecessary semicolons | Joe Perches | 2009-07-03 | 1 | -1/+1 |
* | MIPS: Add arch generic CPU hotplug | Ralf Baechle | 2009-06-24 | 4 | -6/+45 |
* | MIPS: Build fix - include <linux/smp.h> into all smp_processor_id() users. | Ralf Baechle | 2009-06-24 | 11 | -0/+11 |
* | MIPS: Add hibernation support | Wu Zhangjin | 2009-06-17 | 1 | -0/+13 |
* | MIPS: Move Cavium CP0 hwrena impl bits to cpu-feature-overrides.h | David Daney | 2009-06-17 | 1 | -4/+0 |
* | MIPS: Allow CPU specific overriding of CP0 hwrena impl bits. | David Daney | 2009-06-17 | 1 | -1/+1 |
* | MIPS: TXx9: micro optimization for clocksource and clock_event | Atsushi Nemoto | 2009-06-17 | 1 | -24/+43 |
* | MIPS: SMTC: Fix formatting difference to linux-mips.org code | Ralf Baechle | 2009-06-17 | 1 | -0/+1 |
* | mm: consolidate init_mm definition | Alexey Dobriyan | 2009-06-16 | 1 | -4/+0 |
* | module: cleanup FIXME comments about trimming exception table entries. | Rusty Russell | 2009-06-12 | 1 | -2/+0 |
* | Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2009-06-10 | 1 | -2/+3 |
|\ |
|
| * | Merge branch 'linus' into irq/numa | Ingo Molnar | 2009-06-01 | 4 | -8/+8 |
| |\ |
|
| * | | irq: change ->set_affinity() to return status | Yinghai Lu | 2009-04-28 | 1 | -2/+3 |
* | | | MIPS: Outline udelay and fix a few issues. | Ralf Baechle | 2009-06-08 | 1 | -1/+1 |
| |/
|/| |
|
* | | MIPS: Use force_sig when handling address errors. | David Daney | 2009-05-14 | 1 | -3/+3 |
* | | MIPS: Compat: Use generic 32-bit wrapers for sys_timerfd_{g,s}ettime | David Daney | 2009-05-14 | 2 | -4/+4 |
* | | MIPS: SMTC: Fix xxx_clockevent_init() naming conflict for SMTC | Kevin D. Kissell | 2009-05-14 | 1 | -1/+1 |
|/ |
|
* | clocksource: pass clocksource to read() callback | Magnus Damm | 2009-04-21 | 6 | -8/+8 |
* | preadv/pwritev: MIPS: Add preadv(2) and pwritev(2) syscalls. | Ralf Baechle | 2009-04-02 | 4 | -0/+8 |
* | Simplify copy_thread() | Alexey Dobriyan | 2009-04-02 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask | Linus Torvalds | 2009-03-30 | 4 | -5/+0 |
|\ |
|
| * | cpumask: remove references to struct irqaction's mask field. | Rusty Russell | 2009-03-30 | 4 | -5/+0 |
* | | MIPS: Alchemy: unify CPU model constants. | Manuel Lauss | 2009-03-30 | 1 | -17/+4 |
* | | MIPS: Make a needlessly global symbol static in arch/mips/kernel/smp.c | Dmitri Vorobiev | 2009-03-30 | 1 | -1/+1 |
* | | MIPS: Fix global namespace pollution in arch/mips/kernel/smp-up.c | Dmitri Vorobiev | 2009-03-30 | 1 | -7/+7 |
* | | MIPS: Use BUG_ON() where possible. | Ralf Baechle | 2009-03-30 | 1 | -2/+1 |
* | | MIPS: Enable GENERIC_HARDIRQS_NO__DO_IRQ for all platforms | Ralf Baechle | 2009-03-30 | 2 | -3/+6 |
* | | MIPS: Stop using <asm-generic/int-l64.h>. | Ralf Baechle | 2009-03-30 | 1 | -1/+2 |
* | | MIPS: Compat: Zero upper 32-bit of offset_high and offset_low. | Ralf Baechle | 2009-03-30 | 1 | -3/+3 |
|/ |
|
* | Merge branch 'linus' into percpu-cpumask-x86-for-linus-2 | Ingo Molnar | 2009-03-28 | 3 | -36/+2 |
|\ |
|
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2009-03-27 | 3 | -36/+2 |
| |\ |
|