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
Commit message (
Expand
)
Author
Age
*
infrastructure for saner ret_from_kernel_thread semantics
Al Viro
2012-10-12
*
ppc: eeh_event should just use kthread_run()
Al Viro
2012-10-11
*
alpha: get rid of switch_stack argument of do_work_pending()
Al Viro
2012-10-11
*
alpha: don't bother passing switch_stack separately from regs
Al Viro
2012-10-11
*
alpha: take SIGPENDING/NOTIFY_RESUME loop into signal.c
Al Viro
2012-10-11
*
alpha: simplify TIF_NEED_RESCHED handling
Al Viro
2012-10-11
*
alpha: don't open-code trace_report_syscall_{enter,exit}
Al Viro
2012-10-01
*
Uninclude linux/freezer.h
Richard Weinberger
2012-10-01
*
m32r: trim masks
Al Viro
2012-10-01
*
avr32: trim masks
Al Viro
2012-10-01
*
tile: don't bother with SIGTRAP in setup_frame
Al Viro
2012-10-01
*
microblaze: don't bother with SIGTRAP in setup_rt_frame()
Al Viro
2012-10-01
*
mn10300: don't bother with SIGTRAP in setup_frame()
Al Viro
2012-10-01
*
frv: no need to raise SIGTRAP in setup_frame()
Al Viro
2012-10-01
*
x86: get rid of duplicate code in case of CONFIG_VM86
Al Viro
2012-10-01
*
unicore32: remove pointless test
Al Viro
2012-10-01
*
h8300: trim _TIF_WORK_MASK
Al Viro
2012-10-01
*
parisc: decide whether to go to slow path (tracesys) based on thread flags
Al Viro
2012-10-01
*
parisc: don't bother looping in do_signal()
Al Viro
2012-10-01
*
parisc: fix double restarts
Al Viro
2012-10-01
*
bury the rest of TIF_IRET
Al Viro
2012-10-01
*
sanitize tsk_is_polling()
Al Viro
2012-10-01
*
bury _TIF_RESTORE_SIGMASK
Al Viro
2012-10-01
*
unicore32: unobfuscate _TIF_WORK_MASK
Al Viro
2012-10-01
*
mips: NOTIFY_RESUME is not needed in TIF masks
Al Viro
2012-10-01
*
mips: merge the identical "return from syscall" per-ABI code
Al Viro
2012-10-01
*
mips: unobfuscate _TIF..._MASK
Al Viro
2012-10-01
*
mips: prevent hitting do_notify_resume() with !user_mode(regs)
Al Viro
2012-10-01
*
ia64: can't reach do_signal() when returning to kernel mode
Al Viro
2012-10-01
*
score: fix bogus restarts on sigreturn()
Al Viro
2012-10-01
*
mn10300: get rid of calling do_notify_resume() when returning to kernel mode
Al Viro
2012-10-01
*
xtensa: can't get to do_notify_resume() when user_mode(regs) is not true
Al Viro
2012-10-01
*
c6x: switch to generic kernel_thread()
Al Viro
2012-10-01
*
c6x: switch to generic sys_execve
Mark Salter
2012-10-01
*
c6x: switch to generic kernel_execve
Mark Salter
2012-10-01
*
c6x: add ret_from_kernel_thread(), simplify kernel_thread()
Mark Salter
2012-10-01
*
mn10300: convert to generic kernel_thread()
Al Viro
2012-10-01
*
mn10300: switch to generic kernel_execve()
Al Viro
2012-10-01
*
mn10300: switch to generic sys_execve()
Al Viro
2012-10-01
*
mn10300: split ret_from_fork, simplify kernel_thread()
Al Viro
2012-10-01
*
frv: switch to generic kernel_thread()
Al Viro
2012-10-01
*
frv: switch to generic kernel_execve
Al Viro
2012-10-01
*
frv: switch to generic sys_execve()
Al Viro
2012-10-01
*
frv: split ret_from_fork, simplify kernel_thread() a lot
Al Viro
2012-10-01
*
m68k: switch to generic sys_execve()/kernel_execve()
Al Viro
2012-10-01
*
m68k: split ret_from_fork(), simplify kernel_thread()
Al Viro
2012-10-01
*
m68k: always set stack frame format for ColdFire on thread start
Greg Ungerer
2012-10-01
*
powerpc: switch to generic sys_execve()/kernel_execve()
Al Viro
2012-09-30
*
powerpc: split ret_from_fork
Al Viro
2012-09-30
*
s390: convert to generic kernel_execve()
Al Viro
2012-09-30
[next]