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
/
kernel
Commit message (
Expand
)
Author
Age
*
Nuke duplicate header from sysctl.c
Jesper Juhl
2008-02-08
*
Nuke a duplicate include from profile.c
Jesper Juhl
2008-02-08
*
Nuke duplicate include from printk.c
Jesper Juhl
2008-02-08
*
constify tables in kernel/sysctl_check.c
Jan Beulich
2008-02-08
*
kernel: remove fastcall in kernel/*
Harvey Harrison
2008-02-08
*
time: fix typo in comments
Li Zefan
2008-02-08
*
timekeeping: rename timekeeping_is_continuous to timekeeping_valid_for_hres
Li Zefan
2008-02-08
*
clockevent: simplify list operations
Li Zefan
2008-02-08
*
clocksource: remove redundant code
Li Zefan
2008-02-08
*
Get rid of the kill_pgrp_info() function
Pavel Emelyanov
2008-02-08
*
Clean up the kill_something_info
Pavel Emelyanov
2008-02-08
*
Pidns: make full use of xxx_vnr() calls
Pavel Emelyanov
2008-02-08
*
ITIMER_REAL: convert to use struct pid
Oleg Nesterov
2008-02-08
*
uglify kill_pid_info() to fix kill() vs exec() race
Oleg Nesterov
2008-02-08
*
sys_getsid: don't use ->nsproxy directly
Oleg Nesterov
2008-02-08
*
pid: Extend/Fix pid_vnr
Eric W. Biederman
2008-02-08
*
pid: sys_wait... fixes
Eric W. Biederman
2008-02-08
*
move the related code from exit_notify() to exit_signals()
Oleg Nesterov
2008-02-08
*
sys_setsid: remove now unneeded session != 1 check
Oleg Nesterov
2008-02-08
*
fix group stop with exit race
Oleg Nesterov
2008-02-08
*
start the global /sbin/init with 0,0 special pids
Oleg Nesterov
2008-02-08
*
move daemonized kernel threads into the swapper's session
Oleg Nesterov
2008-02-08
*
teach set_special_pids() to use struct pid
Oleg Nesterov
2008-02-08
*
fix setsid() for sub-namespace /sbin/init
Oleg Nesterov
2008-02-08
*
sys_setpgid(): simplify pid/ns interaction
Oleg Nesterov
2008-02-08
*
wait_task_zombie: remove ->exit_state/exit_signal checks for WNOWAIT
Oleg Nesterov
2008-02-08
*
wait_task_continued/zombie: don't use task_pid_nr_ns() lockless
Oleg Nesterov
2008-02-08
*
do_wait: fix security checks
Oleg Nesterov
2008-02-08
*
do_wait: cleanup delay_group_leader() usage
Oleg Nesterov
2008-02-08
*
wait_task_stopped(): remove unneeded delay_group_leader check
Oleg Nesterov
2008-02-08
*
ptrace_stop: fix racy nonstop_code setting
Oleg Nesterov
2008-02-08
*
do_wait: factor out "retval != 0" checks
Oleg Nesterov
2008-02-08
*
wait_task_stopped: simplify and fix races with SIGCONT/SIGKILL/untrace
Oleg Nesterov
2008-02-08
*
ptrace_stop: fix the race with ptrace detach+attach
Oleg Nesterov
2008-02-08
*
ptrace_check_attach: remove unneeded ->signal != NULL check
Oleg Nesterov
2008-02-08
*
kill my_ptrace_child()
Oleg Nesterov
2008-02-08
*
kill PT_ATTACHED
Oleg Nesterov
2008-02-08
*
fix "modules: make module_address_lookup() safe"
Andrew Morton
2008-02-08
*
modules: include sections.h to avoid defining linker variables explicitly
Christoph Lameter
2008-02-08
*
Modules: handle symbols that have a zero value
Christoph Lameter
2008-02-08
*
proc: seqfile convert proc_pid_status to properly handle pid namespaces
Eric W. Biederman
2008-02-08
*
namespaces: cleanup the code managed with PID_NS option
Pavel Emelyanov
2008-02-08
*
namespaces: cleanup the code managed with the USER_NS option
Pavel Emelyanov
2008-02-08
*
namespaces: move the IPC namespace under IPC_NS option
Pavel Emelyanov
2008-02-08
*
namespaces: move the UTS namespace under UTS_NS option
Pavel Emelyanov
2008-02-08
*
hugetlb: add locking for overcommit sysctl
Nishanth Aravamudan
2008-02-08
*
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...
Linus Torvalds
2008-02-07
|
\
|
*
Merge branches 'release' and 'dsdt-override' into release
Len Brown
2008-02-07
|
|
\
|
|
*
ACPI: Taint kernel on ACPI table override (format corrected)
Éric Piel
2008-02-06
|
*
|
PM: documentation cleanups
Pavel Machek
2008-02-07
|
|
/
[next]