index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
mips
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
2
-3
/
+3
2009-09-09
KEYS: Add missing linux/tracehook.h #inclusions
David Howells
1
-0
/
+1
2009-09-02
KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]
David Howells
1
-0
/
+2
2009-09-02
KEYS: Extend TIF_NOTIFY_RESUME to (almost) all architectures [try #6]
David Howells
1
-0
/
+5
2009-08-12
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
13
-45
/
+47
2009-08-03
MIPS: Wire up accept4 syscall.
Ralf Baechle
4
-0
/
+4
2009-08-03
MIPS: VPE: Delete unused function get_tc_unused().
Ralf Baechle
1
-12
/
+0
2009-08-03
MIPS: VPE: Fix bogus indentation.
Ralf Baechle
1
-1
/
+1
2009-08-03
MIPS: VPE: Make various functions static.
Ralf Baechle
1
-9
/
+8
2009-08-03
MIPS: VPE: Free relocation chain on error.
Ralf Baechle
1
-3
/
+12
2009-08-03
MIPS: VPE: Fix compiler warning.
Raghu Gandham
1
-1
/
+2
2009-08-03
MIPS: Module: Make error messages unique.
Ralf Baechle
1
-3
/
+5
2009-08-03
MIPS: Fix loading of modules with unresolved weak symbols
Gabor Juhos
1
-2
/
+2
2009-08-03
MIPS: SMTC: Move cross VPE writes to after a TC is assigned to VPE.
Kurt Martin
1
-5
/
+8
2009-08-03
MIPS: Avoid clobbering struct pt_regs in kthreads
David Daney
2
-2
/
+5
2009-08-03
MIPS: Eleminate filenames from comments
Ralf Baechle
3
-6
/
+0
2009-07-15
net/compat/wext: send different messages to compat tasks
Johannes Berg
2
-3
/
+3
2009-07-12
headers: smp_lock.h redux
Alexey Dobriyan
1
-1
/
+0
2009-07-03
Update Yoichi Yuasa's e-mail address
Yoichi Yuasa
4
-4
/
+4
2009-07-03
MIPS: 64-bit: Fix o32 core dump
Yong Zhang
1
-3
/
+17
2009-07-03
MIPS: CMP: Update sync-r4k for current kernel
Tim Anderson
1
-15
/
+16
2009-07-03
MIPS: CMP: activate CMP support
Tim Anderson
1
-61
/
+5
2009-07-03
MIPS: CMP: Extend IPI handling to CPU number
Tim Anderson
1
-0
/
+4
2009-07-03
MIPS: CMP: Extend the GIC IPI interrupts beyond 32
Tim Anderson
1
-11
/
+4
2009-07-03
MIPS: Hookup new syscalls sys_rt_tgsigqueueinfo and sys_perf_counter_open.
David Daney
4
-0
/
+8
2009-07-03
MIPS: MT: Remove unnecessary semicolons
Joe Perches
1
-1
/
+1
2009-06-24
MIPS: Add arch generic CPU hotplug
Ralf Baechle
4
-6
/
+45
2009-06-24
MIPS: Build fix - include <linux/smp.h> into all smp_processor_id() users.
Ralf Baechle
11
-0
/
+11
2009-06-17
MIPS: Add hibernation support
Wu Zhangjin
1
-0
/
+13
2009-06-17
MIPS: Move Cavium CP0 hwrena impl bits to cpu-feature-overrides.h
David Daney
1
-4
/
+0
2009-06-17
MIPS: Allow CPU specific overriding of CP0 hwrena impl bits.
David Daney
1
-1
/
+1
2009-06-17
MIPS: TXx9: micro optimization for clocksource and clock_event
Atsushi Nemoto
1
-24
/
+43
2009-06-17
MIPS: SMTC: Fix formatting difference to linux-mips.org code
Ralf Baechle
1
-0
/
+1
2009-06-16
mm: consolidate init_mm definition
Alexey Dobriyan
1
-4
/
+0
2009-06-12
module: cleanup FIXME comments about trimming exception table entries.
Rusty Russell
1
-2
/
+0
2009-06-10
Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+3
2009-06-08
MIPS: Outline udelay and fix a few issues.
Ralf Baechle
1
-1
/
+1
2009-06-01
Merge branch 'linus' into irq/numa
Ingo Molnar
4
-8
/
+8
2009-05-14
MIPS: Use force_sig when handling address errors.
David Daney
1
-3
/
+3
2009-05-14
MIPS: Compat: Use generic 32-bit wrapers for sys_timerfd_{g,s}ettime
David Daney
2
-4
/
+4
2009-05-14
MIPS: SMTC: Fix xxx_clockevent_init() naming conflict for SMTC
Kevin D. Kissell
1
-1
/
+1
2009-04-28
irq: change ->set_affinity() to return status
Yinghai Lu
1
-2
/
+3
2009-04-21
clocksource: pass clocksource to read() callback
Magnus Damm
6
-8
/
+8
2009-04-02
preadv/pwritev: MIPS: Add preadv(2) and pwritev(2) syscalls.
Ralf Baechle
4
-0
/
+8
2009-04-02
Simplify copy_thread()
Alexey Dobriyan
1
-1
/
+1
2009-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask
Linus Torvalds
4
-5
/
+0
2009-03-30
MIPS: Alchemy: unify CPU model constants.
Manuel Lauss
1
-17
/
+4
2009-03-30
MIPS: Make a needlessly global symbol static in arch/mips/kernel/smp.c
Dmitri Vorobiev
1
-1
/
+1
2009-03-30
MIPS: Fix global namespace pollution in arch/mips/kernel/smp-up.c
Dmitri Vorobiev
1
-7
/
+7
2009-03-30
MIPS: Use BUG_ON() where possible.
Ralf Baechle
1
-2
/
+1
[next]