index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
mips
/
kernel
Commit message (
Expand
)
Author
Age
...
|
*
[MIPS] Make kernel_thread_helper() static
Atsushi Nemoto
2007-02-18
|
*
[MIPS] Make __declare_dbe_table static and avoid it getting optimized away
Ralf Baechle
2007-02-18
|
*
[MIPS] signals: Share even more code.
Ralf Baechle
2007-02-18
|
*
[MIPS] Fix CONFIG_MIPS32_N32=y CONFIG_MIPS32_O32=n build
Ralf Baechle
2007-02-18
|
*
[MIPS] Fix sigset_t endianess swapping issues in 32-bit compat code.
Atsushi Nemoto
2007-02-18
*
|
Storage class should be before const qualifier
Tobias Klauser
2007-02-17
|
/
*
[PATCH] clocksource: fixup is_continous changes on MIPS
Thomas Gleixner
2007-02-16
*
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
Linus Torvalds
2007-02-13
|
\
|
*
[MIPS] Fix sigset_t endianess swapping issues in 32-bit compat code.
Ralf Baechle
2007-02-13
|
*
[MIPS] Make entry.S a little more readable.
Franck Bui-Huu
2007-02-13
|
*
[MIPS] signals: make common _BLOCKABLE macro
Franck Bui-Huu
2007-02-13
|
*
[MIPS] signal: Move sigframe definition for native O32/N64 into signal.c
Ralf Baechle
2007-02-13
|
*
[MIPS] signal: Move {restore,setup}_sigcontext prototypes to their user
Ralf Baechle
2007-02-13
|
*
[MIPS] signal: Fix warnings in o32 compat code.
Ralf Baechle
2007-02-13
*
|
[PATCH] mark struct file_operations const 2
Arjan van de Ven
2007-02-12
*
|
[PATCH] Dynamic kernel command-line: mips
Alon Bar-Lev
2007-02-12
|
/
*
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
Linus Torvalds
2007-02-11
|
\
|
*
[MIPS] signal: do not inline handle_signal()
Franck Bui-Huu
2007-02-10
|
*
[MIPS] signal: do not use save_static_function() anymore
Franck Bui-Huu
2007-02-10
|
*
[MIPS] signal32: no need to save c0_status register in setup_sigcontext32()
Franck Bui-Huu
2007-02-10
|
*
[MIPS] signal32: reduce {setup,restore}_sigcontext32 sizes
Franck Bui-Huu
2007-02-10
|
*
[MIPS] signal: factorize debug code
Franck Bui-Huu
2007-02-10
|
*
[MIPS] signal: test return value of install_sigtramp()
Franck Bui-Huu
2007-02-10
|
*
[MIPS] signal32: remove duplicate code
Franck Bui-Huu
2007-02-10
|
*
[MIPS] signal: clean up sigframe structure
Franck Bui-Huu
2007-02-10
|
*
[MIPS] signal: do not inline functions in signal-common.h
Franck Bui-Huu
2007-02-10
|
*
[MIPS] signals: reduce {setup,restore}_sigcontext sizes
Franck Bui-Huu
2007-02-10
|
*
[MIPS] RTLX: Sprinkle device model code into code to make udev happier.
Ralf Baechle
2007-02-10
|
*
[MIPS] VPE: Sprinkle device model code into code to make udev happier.
Ralf Baechle
2007-02-10
*
|
[PATCH] Common compat_sys_sysinfo
Kyle McMartin
2007-02-11
*
|
[PATCH] Consolidate default sched_clock()
Alexey Dobriyan
2007-02-11
*
|
[PATCH] disable init/initramfs.c: architectures
Jean-Paul Saman
2007-02-11
|
/
*
[APM] MIPS: Convert to use shared APM emulation.
Ralf Baechle
2007-02-09
*
[MIPS] Move .set reorder out of conditional code
Chris Dearman
2007-02-06
*
[MIPS] Check FCSR for pending interrupts before restoring from a context.
Chris Dearman
2007-02-06
*
[MIPS] SMTC: Make a bunch of functions and variables static.
Ralf Baechle
2007-02-06
*
[MIPS] Use compat_sys_pselect6
Joseph S. Myers
2007-02-06
*
[MIPS] SMTC: Cleanup idle hook invocation.
Ralf Baechle
2007-02-06
*
[MIPS] SELinux: Add security hooks to mips-mt {get,set}affinity
David Quigley
2007-02-06
*
[MIPS] IRIX: Linux coding style cleanups.
Ralf Baechle
2007-02-06
*
[MIPS] Whitespace cleanups.
Ralf Baechle
2007-02-06
*
[MIPS] vpe_elfload and vpe_run are only used locally, make them static.
Ralf Baechle
2007-02-06
*
[MIPS] SMTC: remove unused atomic_postclear
Ralf Baechle
2007-02-06
*
[MIPS] Move some kernel globals from asm file to C file.
Atsushi Nemoto
2007-02-06
*
[MIPS] use name instead of typename for each irq_chip
Atsushi Nemoto
2007-02-06
*
[MIPS] FLATMEM: introduce PHYS_OFFSET.
Franck Bui-Huu
2007-02-06
*
[MIPS] Setup min_low_pfn/max_low_pfn correctly
Franck Bui-Huu
2007-02-06
*
[MIPS] Make I8259A_IRQ_BASE customizable
Atsushi Nemoto
2007-02-06
*
[MIPS] Define MIPS_CPU_IRQ_BASE in generic header
Atsushi Nemoto
2007-02-06
*
[MIPS] Remove unused rm9k_cpu_irq_disable()
Atsushi Nemoto
2007-02-06
[prev]
[next]