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
Commit message (
Expand
)
Author
Age
*
cgroup: don't use subsys->can_attach_task() or ->attach_task()
Tejun Heo
2011-12-12
*
cgroup: introduce cgroup_taskset and use it in subsys->can_attach(), cancel_a...
Tejun Heo
2011-12-12
*
cgroup: improve old cgroup handling in cgroup_attach_proc()
Tejun Heo
2011-12-12
*
cgroup: always lock threadgroup during migration
Tejun Heo
2011-12-12
*
threadgroup: extend threadgroup_lock() to cover exit and exec
Tejun Heo
2011-12-12
*
threadgroup: rename signal->threadgroup_fork_lock to ->group_rwsem
Tejun Heo
2011-12-12
*
cgroup: add cgroup_root_mutex
Tejun Heo
2011-12-12
*
PM / Freezer: Remove the "userspace only" constraint from freezer[_do_not]_co...
Srivatsa S. Bhat
2011-12-08
*
Freezer / sunrpc / NFS: don't allow TASK_KILLABLE sleeps to block the freezer
Jeff Layton
2011-12-06
*
Freezer: fix more fallout from the thaw_process rename
Stephen Rothwell
2011-11-24
*
Merge branch 'pm-freezer' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
Rafael J. Wysocki
2011-11-23
|
\
|
*
freezer: fix wait_event_freezable/__thaw_task races
Oleg Nesterov
2011-11-23
|
*
freezer: kill unused set_freezable_with_signal()
Tejun Heo
2011-11-23
|
*
dmatest: don't use set_freezable_with_signal()
Tejun Heo
2011-11-23
|
*
usb_storage: don't use set_freezable_with_signal()
Tejun Heo
2011-11-21
|
*
freezer: remove unused @sig_only from freeze_task()
Tejun Heo
2011-11-21
|
*
freezer: use lock_task_sighand() in fake_signal_wake_up()
Tejun Heo
2011-11-21
|
*
freezer: restructure __refrigerator()
Tejun Heo
2011-11-21
|
*
freezer: fix set_freezable[_with_signal]() race
Tejun Heo
2011-11-21
|
*
freezer: remove should_send_signal() and update frozen()
Tejun Heo
2011-11-21
|
*
freezer: remove now unused TIF_FREEZE
Tejun Heo
2011-11-21
|
*
freezer: make freezing() test freeze conditions in effect instead of TIF_FREEZE
Tejun Heo
2011-11-21
|
*
cgroup_freezer: prepare for removal of TIF_FREEZE
Tejun Heo
2011-11-21
|
*
freezer: clean up freeze_processes() failure path
Tejun Heo
2011-11-21
|
*
freezer: kill PF_FREEZING
Tejun Heo
2011-11-21
|
*
freezer: test freezable conditions while holding freezer_lock
Tejun Heo
2011-11-21
|
*
freezer: make freezing indicate freeze condition in effect
Tejun Heo
2011-11-21
|
*
freezer: use dedicated lock instead of task_lock() + memory barrier
Tejun Heo
2011-11-21
|
*
freezer: don't distinguish nosig tasks on thaw
Tejun Heo
2011-11-21
|
*
freezer: remove racy clear_freeze_flag() and set PF_NOFREEZE on dead tasks
Tejun Heo
2011-11-21
|
*
freezer: rename thaw_process() to __thaw_task() and simplify the implementation
Tejun Heo
2011-11-21
|
*
freezer: implement and use kthread_freezable_should_stop()
Tejun Heo
2011-11-21
|
*
freezer: unexport refrigerator() and update try_to_freeze() slightly
Tejun Heo
2011-11-21
|
*
freezer: don't unnecessarily set PF_NOFREEZE explicitly
Tejun Heo
2011-11-21
|
*
freezer: fix current->state restoration race in refrigerator()
Tejun Heo
2011-11-21
*
|
PM / Hibernate: Do not leak memory in error/test code paths
Rafael J. Wysocki
2011-11-23
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...
Linus Torvalds
2011-11-23
|
\
\
|
*
|
ktest: Check parent options for iterated tests
Rabin Vincent
2011-11-18
*
|
|
Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2011-11-23
|
\
\
\
|
*
|
|
i2c: Make i2cdev_notifier_call static
Shubhrajyoti D
2011-11-23
|
*
|
|
i2c: Delete ANY_I2C_BUS
Jean Delvare
2011-11-23
|
*
|
|
i2c: Fix device name for 10-bit slave address
Jean Delvare
2011-11-23
|
*
|
|
i2c-algo-bit: Generate correct i2c address sequence for 10-bit target
Jeffrey (Sheng-Hui) Chu
2011-11-23
*
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...
Linus Torvalds
2011-11-23
|
\
\
\
\
|
*
|
|
|
regulator: TPS65910: Fix VDD1/2 voltage selector count
Afzal Mohammed
2011-11-23
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2011-11-23
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
drm: integer overflow in drm_mode_dirtyfb_ioctl()
Xi Wang
2011-11-23
|
*
|
|
drivers/gpu/vga/vgaarb.c: add missing kfree
Julia Lawall
2011-11-22
|
*
|
|
drm/radeon/kms/atom: unify i2c gpio table handling
Alex Deucher
2011-11-22
|
*
|
|
drm/radeon/kms: fix up gpio i2c mask bits for r4xx for real
Alex Deucher
2011-11-22
[next]