aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-18Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds9-3/+167
2011-01-18MIPS: Implement __read_mostlyDavid Daney1-1/+1
2011-01-18MIPS: jump label: Add MIPS support.David Daney3-0/+61
2011-01-18MIPS: Use C0_KScratch (if present) to hold PGD pointer.David Daney1-1/+1
2011-01-18MIPS: Probe for presence of KScratch registers.David Daney2-0/+4
2011-01-18MIPS: Add generic support for multiple machines within a single kernelGabor Juhos4-1/+100
2011-01-15dt/flattree: Return virtual address from early_init_dt_alloc_memory_arch()Grant Likely1-4/+2
2011-01-13mm: unify module_alloc code for vmallocDavid Rientjes1-11/+3
2010-12-22Merge commit 'v2.6.37-rc7' into perf/coreIngo Molnar8-32/+53
2010-12-16MIPS: MT: Fix typo in comment.Ralf Baechle1-1/+1
2010-12-16MIPS: FDT size is a be32Thomas Chou1-1/+1
2010-12-16MIPS: Fix CP0 COUNTER clockevent raceKevin Cernekee1-1/+1
2010-12-16MIPS: Fix regression on BCM4710 processor detectionKevin Cernekee1-5/+2
2010-12-16MIPS: Send proper signal and siginfo on FP emulator faults.David Daney1-9/+35
2010-12-16MIPS: VPE loader: Check vmalloc return value in vpe_openJesper Juhl1-8/+6
2010-12-16MIPS: compat: Don't clobber personality bits in 32-bit sys_personality().David Daney1-6/+7
2010-12-16MIPS: Don't stomp on caller's ->regs[2] in copy_thread()Al Viro1-1/+0
2010-11-26perf, arch: Cleanup perf-pmu init vs lockup-detectorPeter Zijlstra1-1/+1
2010-10-29MIPS: Make TASK_SIZE reflect proper size for both 32 and 64 bit processes.David Daney1-0/+13
2010-10-29MIPS: Allow UserLocal on MIPS_R1 processorsKevin Cernekee1-6/+7
2010-10-29MIPS: Decouple BMIPS CPU support from bcm47xx/bcm63xx SoC codeKevin Cernekee1-29/+33
2010-10-29MIPS: Add support for hardware performance events (mipsxx)Deng-Cheng Zhu2-0/+1059
2010-10-29MIPS: Perf-events: Add callchain supportDeng-Cheng Zhu1-1/+107
2010-10-29MIPS: add support for hardware performance events (skeleton)Deng-Cheng Zhu2-0/+490
2010-10-29MIPS: add support for software performance eventsDeng-Cheng Zhu2-3/+22
2010-10-29MIPS: Octeon: Probe for Octeon II CPUs.David Daney1-0/+7
2010-10-29MIPS: Add a platform hook for swiotlb setup.David Daney1-0/+1
2010-10-29MIPS: IRQ: Add stackoverflow detectionFrom: jiang.adam@gmail.com1-0/+24
2010-10-27ptrace: cleanup arch_ptrace() on MIPSNamhyung Kim1-11/+11
2010-10-27ptrace: change signature of arch_ptrace()Namhyung Kim1-1/+2
2010-10-25Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds3-0/+116
2010-10-25MIPS: MT: Fix build error iFPU affinity codeRalf Baechle1-1/+1
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2-2/+4
2010-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflagsLinus Torvalds16-4/+17
2010-10-21of/mips: Add device tree support to MIPSDezhong Diao3-0/+116
2010-10-21security: remove unused parameter from security_task_setscheduler()KOSAKI Motohiro1-1/+1
2010-10-20Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2-6/+6
2010-10-19MIPS: O32 compat/N32: Fix to use compat syscall wrappers for AIO syscalls.Michel Thebeau2-6/+6
2010-10-18Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds9-43/+47
2010-10-18MIPS: do_sigaltstack() expects userland pointersAl Viro2-4/+6
2010-10-18MIPS: Fix error values in case of bad_stackAl Viro2-2/+2
2010-10-18MIPS: Sanitize restart logicsAl Viro7-35/+34
2010-10-18MIPS: secure_computing, syscall audit: syscall number should in r2, not r0.Al Viro1-2/+2
2010-10-18MIPS: Don't block signals if we'd failed to setup a sigframeAl Viro1-0/+3
2010-10-15llseek: automatically add .llseek fopArnd Bergmann2-2/+4
2010-10-07Fix IRQ flag handling namingDavid Howells1-2/+2
2010-10-07MIPS: Add missing #inclusions of <linux/irq.h>David Howells15-2/+15
2010-10-04MIPS: Fix syscall 64 bit number comments.Ralf Baechle1-2/+2
2010-10-04MIPS: Hookup fanotify_init, fanotify_mark, and prlimit64 syscalls.David Daney5-3/+22
2010-10-04MIPS: N32: Fix getdents64 syscall for n32Bernhard Walle1-1/+1