aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-02KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells1-0/+2
2009-09-02KEYS: Extend TIF_NOTIFY_RESUME to (almost) all architectures [try #6]David Howells1-0/+5
2009-08-03MIPS: Wire up accept4 syscall.Ralf Baechle4-0/+4
2009-08-03MIPS: VPE: Delete unused function get_tc_unused().Ralf Baechle1-12/+0
2009-08-03MIPS: VPE: Fix bogus indentation.Ralf Baechle1-1/+1
2009-08-03MIPS: VPE: Make various functions static.Ralf Baechle1-9/+8
2009-08-03MIPS: VPE: Free relocation chain on error.Ralf Baechle1-3/+12
2009-08-03MIPS: VPE: Fix compiler warning.Raghu Gandham1-1/+2
2009-08-03MIPS: Module: Make error messages unique.Ralf Baechle1-3/+5
2009-08-03MIPS: Fix loading of modules with unresolved weak symbolsGabor Juhos1-2/+2
2009-08-03MIPS: SMTC: Move cross VPE writes to after a TC is assigned to VPE.Kurt Martin1-5/+8
2009-08-03MIPS: Avoid clobbering struct pt_regs in kthreadsDavid Daney2-2/+5
2009-08-03MIPS: Eleminate filenames from commentsRalf Baechle3-6/+0
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-07-03Update Yoichi Yuasa's e-mail addressYoichi Yuasa4-4/+4
2009-07-03MIPS: 64-bit: Fix o32 core dumpYong Zhang1-3/+17
2009-07-03MIPS: CMP: Update sync-r4k for current kernelTim Anderson1-15/+16
2009-07-03MIPS: CMP: activate CMP supportTim Anderson1-61/+5
2009-07-03MIPS: CMP: Extend IPI handling to CPU numberTim Anderson1-0/+4
2009-07-03MIPS: CMP: Extend the GIC IPI interrupts beyond 32Tim Anderson1-11/+4
2009-07-03MIPS: Hookup new syscalls sys_rt_tgsigqueueinfo and sys_perf_counter_open.David Daney4-0/+8
2009-07-03MIPS: MT: Remove unnecessary semicolonsJoe Perches1-1/+1
2009-06-24MIPS: Add arch generic CPU hotplugRalf Baechle4-6/+45
2009-06-24MIPS: Build fix - include <linux/smp.h> into all smp_processor_id() users.Ralf Baechle11-0/+11
2009-06-17MIPS: Add hibernation supportWu Zhangjin1-0/+13
2009-06-17MIPS: Move Cavium CP0 hwrena impl bits to cpu-feature-overrides.hDavid Daney1-4/+0
2009-06-17MIPS: Allow CPU specific overriding of CP0 hwrena impl bits.David Daney1-1/+1
2009-06-17MIPS: TXx9: micro optimization for clocksource and clock_eventAtsushi Nemoto1-24/+43
2009-06-17MIPS: SMTC: Fix formatting difference to linux-mips.org codeRalf Baechle1-0/+1
2009-06-16mm: consolidate init_mm definitionAlexey Dobriyan1-4/+0
2009-06-12module: cleanup FIXME comments about trimming exception table entries.Rusty Russell1-2/+0
2009-06-10Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+3
2009-06-08MIPS: Outline udelay and fix a few issues.Ralf Baechle1-1/+1
2009-06-01Merge branch 'linus' into irq/numaIngo Molnar4-8/+8
2009-05-14MIPS: Use force_sig when handling address errors.David Daney1-3/+3
2009-05-14MIPS: Compat: Use generic 32-bit wrapers for sys_timerfd_{g,s}ettimeDavid Daney2-4/+4
2009-05-14MIPS: SMTC: Fix xxx_clockevent_init() naming conflict for SMTCKevin D. Kissell1-1/+1
2009-04-28irq: change ->set_affinity() to return statusYinghai Lu1-2/+3
2009-04-21clocksource: pass clocksource to read() callbackMagnus Damm6-8/+8
2009-04-02preadv/pwritev: MIPS: Add preadv(2) and pwritev(2) syscalls.Ralf Baechle4-0/+8
2009-04-02Simplify copy_thread()Alexey Dobriyan1-1/+1
2009-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds4-5/+0
2009-03-30MIPS: Alchemy: unify CPU model constants.Manuel Lauss1-17/+4
2009-03-30MIPS: Make a needlessly global symbol static in arch/mips/kernel/smp.cDmitri Vorobiev1-1/+1
2009-03-30MIPS: Fix global namespace pollution in arch/mips/kernel/smp-up.cDmitri Vorobiev1-7/+7
2009-03-30MIPS: Use BUG_ON() where possible.Ralf Baechle1-2/+1
2009-03-30MIPS: Enable GENERIC_HARDIRQS_NO__DO_IRQ for all platformsRalf Baechle2-3/+6
2009-03-30MIPS: Stop using <asm-generic/int-l64.h>.Ralf Baechle1-1/+2
2009-03-30MIPS: Compat: Zero upper 32-bit of offset_high and offset_low.Ralf Baechle1-3/+3
2009-03-30cpumask: remove references to struct irqaction's mask field.Rusty Russell4-5/+0