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
*
sysctl: Correct error return from get_subdir
Eric W. Biederman
2012-02-01
*
sysctl: An easier to read version of find_subdir
Eric W. Biederman
2012-02-01
*
sysctl: fix memset parameters in setup_sysctl_set()
Dan Carpenter
2012-01-30
*
sysctl: remove an unused variable
Dan Carpenter
2012-01-30
*
sysctl: Add register_sysctl for normal sysctl users
Eric W. Biederman
2012-01-24
*
sysctl: Index sysctl directories with rbtrees.
Eric W. Biederman
2012-01-24
*
sysctl: Make the header lists per directory.
Eric W. Biederman
2012-01-24
*
sysctl: Move sysctl_check_dups into insert_header
Eric W. Biederman
2012-01-24
*
sysctl: Modify __register_sysctl_paths to take a set instead of a root and an...
Eric W. Biederman
2012-01-24
*
sysctl: Replace root_list with links between sysctl_table_sets.
Eric W. Biederman
2012-01-24
*
sysctl: Add sysctl_print_dir and use it in get_subdir
Eric W. Biederman
2012-01-24
*
sysctl: Stop requiring explicit management of sysctl directories
Eric W. Biederman
2012-01-24
*
sysctl: Add a root pointer to ctl_table_set
Eric W. Biederman
2012-01-24
*
sysctl: Rewrite proc_sys_readdir in terms of first_entry and next_entry
Eric W. Biederman
2012-01-24
*
sysctl: Rewrite proc_sys_lookup introducing find_entry and lookup_entry.
Eric W. Biederman
2012-01-24
*
sysctl: Normalize the root_table data structure.
Eric W. Biederman
2012-01-24
*
sysctl: Factor out insert_header and erase_header
Eric W. Biederman
2012-01-24
*
sysctl: Factor out init_header from __register_sysctl_paths
Eric W. Biederman
2012-01-24
*
sysctl: Initial support for auto-unregistering sysctl tables.
Eric W. Biederman
2012-01-24
*
sysctl: A more obvious version of grab_header.
Eric W. Biederman
2012-01-24
*
sysctl: Remove the now unused ctl_table parent field.
Eric W. Biederman
2012-01-24
*
sysctl: Improve the sysctl sanity checks
Eric W. Biederman
2012-01-24
*
sysctl: register only tables of sysctl files
Eric W. Biederman
2012-01-24
*
sysctl: Add ctl_table chains into cstring paths
Eric W. Biederman
2012-01-24
*
sysctl: Add support for register sysctl tables with a normal cstring path.
Eric W. Biederman
2012-01-24
*
sysctl: Create local copies of directory names used in paths
Eric W. Biederman
2012-01-24
*
sysctl: Remove the unnecessary sysctl_set parent concept.
Eric W. Biederman
2012-01-24
*
sysctl: Implement retire_sysctl_set
Eric W. Biederman
2012-01-24
*
sysctl: Make the directories have nlink == 1
Eric W. Biederman
2012-01-24
*
sysctl: Move the implementation into fs/proc/proc_sysctl.c
Eric W. Biederman
2012-01-24
*
sysctl: Register the base sysctl table like any other sysctl table.
Eric W. Biederman
2012-01-24
*
sysctl: Consolidate !CONFIG_SYSCTL handling
Eric W. Biederman
2012-01-24
*
sysctl: remove impossible condition check
Lucas De Marchi
2012-01-24
*
Linux 3.3-rc1
Linus Torvalds
2012-01-19
*
-
-
-
.
Merge branches 'sched-urgent-for-linus', 'perf-urgent-for-linus' and 'x86-urg...
Linus Torvalds
2012-01-19
|
\
\
\
|
|
|
*
x86, syscall: Need __ARCH_WANT_SYS_IPC for 32 bits
H. Peter Anvin
2012-01-19
|
|
|
*
Merge remote-tracking branch 'linus/master' into x86/urgent
H. Peter Anvin
2012-01-19
|
|
|
|
\
|
|
|
*
|
x86, tsc: Fix SMI induced variation in quick_pit_calibrate()
Linus Torvalds
2012-01-17
|
|
|
*
|
x86, opcode: ANDN and Group 17 in x86-opcode-map.txt
Ulrich Drepper
2012-01-17
|
|
|
*
|
x86/kconfig: Move the ZONE_DMA entry under a menu
Randy Dunlap
2012-01-17
|
|
|
*
|
x86/UV2: Add accounting for BAU strong nacks
Cliff Wickman
2012-01-17
|
|
|
*
|
x86/UV2: Ack BAU interrupt earlier
Cliff Wickman
2012-01-17
|
|
|
*
|
x86/UV2: Remove stale no-resources test for UV2 BAU
Cliff Wickman
2012-01-17
|
|
|
*
|
x86/UV2: Work around BAU bug
Cliff Wickman
2012-01-17
|
|
|
*
|
x86/UV2: Fix BAU destination timeout initialization
Cliff Wickman
2012-01-17
|
|
|
*
|
x86/UV2: Fix new UV2 hardware by using native UV2 broadcast mode
Cliff Wickman
2012-01-17
|
|
|
*
|
x86: Get rid of dubious one-bit signed bitfield
Anton Vorontsov
2012-01-16
|
|
*
|
|
Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel...
Ingo Molnar
2012-01-17
|
|
|
\
\
\
|
|
|
*
|
|
tracepoints/module: Fix disabling tracepoints with taint CRAP or OOT
Steven Rostedt
2012-01-16
|
|
*
|
|
|
x86/kprobes: Add arch/x86/tools/insn_sanity to .gitignore
xiyou.wangcong@gmail.com
2012-01-16
[next]