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
*
idr: reduce the unneeded check in free_layer()
Lai Jiangshan
2014-06-06
*
idr: don't need to shink the free list when idr_remove()
Lai Jiangshan
2014-06-06
*
idr: fix idr_replace()'s returned error code
Lai Jiangshan
2014-06-06
*
idr: fix NULL pointer dereference when ida_remove(unallocated_id)
Lai Jiangshan
2014-06-06
*
idr: fix unexpected ID-removal when idr_remove(unallocated_id)
Lai Jiangshan
2014-06-06
*
idr: fix overflow bug during maximum ID calculation at maximum height
Lai Jiangshan
2014-06-06
*
kernel/kexec.c: convert printk to pr_foo()
Fabian Frederick
2014-06-06
*
kernel/panic.c: add "crash_kexec_post_notifiers" option for kdump after panic...
Masami Hiramatsu
2014-06-06
*
smp: print more useful debug info upon receiving IPI on an offline CPU
Srivatsa S. Bhat
2014-06-06
*
fs/proc/vmcore.c: remove NULL assignment to static
Fabian Frederick
2014-06-06
*
fs/proc/task_mmu.c: replace seq_printf by seq_puts
Fabian Frederick
2014-06-06
*
signals: change wait_for_helper() to use kernel_sigaction()
Oleg Nesterov
2014-06-06
*
signals: introduce kernel_sigaction()
Oleg Nesterov
2014-06-06
*
signals: disallow_signal() should flush the potentially pending signal
Oleg Nesterov
2014-06-06
*
signals: kill the obsolete sigdelset() and recalc_sigpending() in allow_signal()
Oleg Nesterov
2014-06-06
*
signals: jffs2: fix the wrong usage of disallow_signal()
Oleg Nesterov
2014-06-06
*
signals: mv {dis,}allow_signal() from sched.h/exit.c to signal.[ch]
Oleg Nesterov
2014-06-06
*
signals: cleanup the usage of t/current in do_sigaction()
Oleg Nesterov
2014-06-06
*
signals: rename rm_from_queue_full() to flush_sigqueue_mask()
Oleg Nesterov
2014-06-06
*
signals: kill rm_from_queue(), change prepare_signal() to use for_each_thread()
Oleg Nesterov
2014-06-06
*
signals: s/siginitset/sigemptyset/ in do_sigtimedwait()
Oleg Nesterov
2014-06-06
*
signals: kill sigfindinword()
Oleg Nesterov
2014-06-06
*
ptrace: task_clear_jobctl_trapping()->wake_up_bit() needs mb()
Oleg Nesterov
2014-06-06
*
ptrace: fix fork event messages across pid namespaces
Matthew Dempsky
2014-06-06
*
Documentation/memory-barriers.txt: fix important typo re memory barriers
Alexey Dobriyan
2014-06-06
*
Documentation/filesystems/seq_file.txt: create_proc_entry deprecated
Fabian Frederick
2014-06-06
*
Documentation/SubmittingPatches: describe the Fixes: tag
Jacob Keller
2014-06-06
*
fs/fat/inode.c: clean up string initializations (char[] instead of char *)
Manuel Schölling
2014-06-06
*
fs/fat/: add support for DOS 1.x formatted volumes
Conrad Meyer
2014-06-06
*
fs/hpfs: increase pr_warn level
Fabian Frederick
2014-06-06
*
fs/hpfs: use __func__ for logging
Fabian Frederick
2014-06-06
*
fs/hpfs: use pr_fmt for logging
Fabian Frederick
2014-06-06
*
fs/hpfs: convert printk to pr_foo()
Fabian Frederick
2014-06-06
*
fs/ufs/balloc.c: remove err parameter in ufs_add_fragments
Fabian Frederick
2014-06-06
*
hfsplus: fix compiler warning on PowerPC
Christian Kujau
2014-06-06
*
fs/hfsplus: fix pr_foo() and hfs_dbg formats
Fabian Frederick
2014-06-06
*
hfsplus: coding style fix for declarations in hfsplus_fs.h
Sergei Antonov
2014-06-06
*
fs/hfsplus/wrapper.c: replace shift loop by ilog2
Fabian Frederick
2014-06-06
*
hfsplus: fix "unused node is not erased" error
Sergei Antonov
2014-06-06
*
fs/hfsplus/wrapper.c: replace min/casting by min_t
Fabian Frederick
2014-06-06
*
fs/hfsplus/options.c: replace seq_printf by seq_puts
Fabian Frederick
2014-06-06
*
fs/hfsplus/bnode.c: replace min/casting by min_t
Fabian Frederick
2014-06-06
*
hfsplus: emit proper file type from readdir
Sergei Antonov
2014-06-06
*
hfsplus: remove unused routine hfsplus_attr_build_key_uni
Hin-Tak Leung
2014-06-06
*
hfsplus: correct usage of HFSPLUS_ATTR_MAX_STRLEN for non-English attributes
Hin-Tak Leung
2014-06-06
*
hfsplus: fix worst-case unicode to char conversion of file names and attributes
Hin-Tak Leung
2014-06-06
*
fs/coda: use __func__
Fabian Frederick
2014-06-06
*
fs/coda: logging prefix uniformization
Fabian Frederick
2014-06-06
*
fs/coda: replace printk by pr_foo()
Fabian Frederick
2014-06-06
*
fs/befs: kernel-doc fixes
Fabian Frederick
2014-06-06
[next]