summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-03-273-36/+2
|\
| * generic compat_sys_ustatChristoph Hellwig2009-03-273-36/+2
* | Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-03-261-1/+1
|\ \
| | \
| | \
| *-. \ Merge branches 'irq/genirq' and 'linus' into irq/coreIngo Molnar2009-03-1610-97/+107
| |\ \ \ | | | |/
| | | |
| | \ \
| *-. \ \ Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/coreIngo Molnar2009-02-131-1/+1
| |\ \ \ \
| | | * | | sparseirq: use kstat_irqs_cpu on non-x86 architectures tooYinghai Lu2009-01-121-1/+1
| | | * | | sparseirq: use kstat_irqs_cpu insteadYinghai Lu2009-01-111-1/+1
* | | | | | MIPS: R2: Fix problem with code that incorrectly modifies ebase.Chris Dearman2009-03-231-5/+7
* | | | | | MIPS: compat: Remove duplicated #includeHuang Weiyi2009-03-231-1/+0
| |_|_|_|/ |/| | | |
* | | | | MIPS: NEC VR5500 processor support fixupShinya Kuribayashi2009-03-111-0/+1
* | | | | MIPS: Fix build of non-CONFIG_SYSVIPC version of sys_32_ipcXiaotian Feng2009-03-111-1/+1
| |_|_|/ |/| | |
* | | | Revert "MIPS: Print irq handler description"Ralf Baechle2009-02-271-1/+0
* | | | MIPS: CVE-2009-0029: Enable syscall wrappers.Ralf Baechle2009-02-278-96/+106
|/ / /
* | | MIPS: Read watch registers with interrupts disabled.David Daney2009-01-302-2/+12
* | | MIPS: R2: Fix broken installation of cache error handler.Ralf Baechle2009-01-301-2/+6
* | | MIPS: SMTC: Fix build after recent creditial changes.Ralf Baechle2009-01-301-1/+2
|/ /
* | [CVE-2009-0029] Rename old_readdir to sys_old_readdirHeiko Carstens2009-01-141-1/+1
* | MIPS: Alchemy: RTC counter clocksource / clockevent support.Manuel Lauss2009-01-111-2/+4
* | MIPS: make cp0 counter clocksource/event usable as fallback.Manuel Lauss2009-01-113-4/+4
* | MIPS: Print irq handler descriptionManuel Lauss2009-01-111-0/+1
* | MIPS: Compute branch returns for Cavium OCTEON specific branch instructions.David Daney2009-01-111-0/+33
* | MIPS: Add Cavium OCTEON specific registers to ptrace.h and asm-offsets.cDavid Daney2009-01-111-0/+31
* | MIPS: Hook up Cavium OCTEON in arch/mips.David Daney2009-01-111-0/+1
* | MIPS: Add Cavium OCTEON processor constants and CPU probe.David Daney2009-01-111-0/+25
* | MIPS: Override assembler target architecture for octeon.David Daney2009-01-111-0/+4
* | MIPS: For Cavium OCTEON set hwrena and lazily restore CP2 state.David Daney2009-01-111-0/+21
* | MIPS: Add Cavium OCTEON processor support files to arch/mips/cavium-octeon.David Daney2009-01-111-0/+506
* | MIPS: 64-bit: Use generic 32-bit ptrace compat code.Anirban Sinha2009-01-111-63/+1
|/
* Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ad...Linus Torvalds2009-01-071-6/+18
|\
| * proc: add /proc/*/stackKen Chen2009-01-051-6/+18
* | mips: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-061-1/+1
|/
* Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-0213-26/+21
|\
| * cpumask: convert struct clock_event_device to cpumask pointers.Rusty Russell2008-12-138-8/+8
| * cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell2008-12-133-5/+5
| * cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Rusty Russell2008-12-131-2/+2
| * cpumask: centralize cpu_online_map and cpu_possible_mapRusty Russell2008-12-134-11/+6
* | take init_fs to saner placeAl Viro2008-12-311-1/+0
* | Merge branch 'next' into for-linusJames Morris2008-12-253-6/+7
|\ \ | |/ |/|
| * Merge branch 'master' into nextJames Morris2008-12-041-1/+1
| |\
| * | CRED: Use creds in file structsDavid Howells2008-11-141-2/+2
| * | CRED: Separate task security context from task_structDavid Howells2008-11-141-2/+2
| * | CRED: Wrap task credential accesses in the MIPS archDavid Howells2008-11-141-2/+3
* | | MIPS: Fix incorrect use of loose in vpe.cNick Andrew2008-12-051-1/+1
* | | MIPS: Return ENOSYS from sys32_syscall on 64bit kernels like elsewhere.David Daney2008-12-041-1/+1
* | | MIPS: 64-bit: vmsplice needs to use the compat wrapper for o32 and N32.Ralf Baechle2008-12-042-2/+2
* | | MIPS: o32: Fix number of arguments to splice(2).Ralf Baechle2008-12-041-1/+1
* | | MIPS: Fix potential DOS by untrusted user app.Vlad Malov2008-12-042-11/+6
| |/ |/|
* | MIPS: csrc-r4k: Fix spelling mistake.Ralf Baechle2008-11-201-1/+1
|/
* MIPS: Sort out CPU type to name translation.Ralf Baechle2008-10-301-127/+98
* MIPS: Probe for watch registers on cores of all vendors, not just MTI.Ralf Baechle2008-10-301-10/+12
OpenPOWER on IntegriCloud