Age | Commit message (Expand) | Author | Files | Lines |
2007-10-19 | Fix misspellings of "system", "controller", "interrupt" and "necessary". | Robert P. J. Day | 5 | -5/+5 |
2007-10-19 | crypto: convert crypto.h to UTF-8 | John Anthony Kazos Jr | 1 | -1/+1 |
2007-10-19 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 7 | -29/+199 |
2007-10-19 | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 2 | -2/+5 |
2007-10-19 | Linux Kernel Markers - Samples | Mathieu Desnoyers | 1 | -1/+0 |
2007-10-19 | Linux Kernel Markers | Mathieu Desnoyers | 3 | -1/+148 |
2007-10-19 | Hook up group scheduler with control groups | Srivatsa Vaddagiri | 1 | -0/+6 |
2007-10-19 | Use extended crashkernel command line on ia64 | Bernhard Walle | 1 | -1/+1 |
2007-10-19 | Extended crashkernel command line | Bernhard Walle | 1 | -0/+2 |
2007-10-19 | virtualization of sysv msg queues is incomplete | Kirill Korotaev | 1 | -0/+2 |
2007-10-19 | ipc: store ipcs into IDRs | Nadia Derbey | 4 | -3/+1 |
2007-10-19 | hotplug cpu: migrate a task within its cpuset | Cliff Wickman | 1 | -0/+5 |
2007-10-19 | Use helpers to obtain task pid in printks | Pavel Emelyanov | 2 | -3/+3 |
2007-10-19 | Isolate the explicit usage of signal->pgrp | Pavel Emelyanov | 2 | -5/+17 |
2007-10-19 | remove BITS_TO_TYPE macro | Jiri Slaby | 2 | -2/+2 |
2007-10-19 | define global BIT macro | Jiri Slaby | 6 | -12/+1 |
2007-10-19 | get rid of input BIT* duplicate defines | Jiri Slaby | 3 | -25/+26 |
2007-10-19 | define first set of BIT* macros | Jiri Slaby | 4 | -34/+33 |
2007-10-19 | forbid asm/bitops.h direct inclusion | Jiri Slaby | 25 | -0/+102 |
2007-10-19 | remove asm/bitops.h includes | Jiri Slaby | 17 | -20/+18 |
2007-10-19 | Misc: phantom, improved data passing | Jiri Slaby | 1 | -1/+5 |
2007-10-19 | Fix cpusets update_cpumask | Paul Menage | 1 | -0/+58 |
2007-10-19 | cpuset sched_load_balance flag | Paul Jackson | 1 | -0/+2 |
2007-10-19 | Uninline the task_xid_nr_ns() calls | Pavel Emelyanov | 1 | -20/+4 |
2007-10-19 | Uninline find_pid etc set of functions | Pavel Emelyanov | 1 | -3/+2 |
2007-10-19 | Isolate some explicit usage of task->tgid | Pavel Emelyanov | 1 | -0/+6 |
2007-10-19 | pid namespaces: remove the struct pid unneeded fields | Pavel Emelyanov | 2 | -6/+0 |
2007-10-19 | Uninline find_task_by_xxx set of functions | Pavel Emelyanov | 1 | -9/+6 |
2007-10-19 | pid namespaces: changes to show virtual ids to user | Pavel Emelyanov | 1 | -1/+3 |
2007-10-19 | pid namespaces: destroy pid namespace on init's death | Sukadev Bhattiprolu | 1 | -0/+1 |
2007-10-19 | pid namespaces: initialize the namespace's proc_mnt | Pavel Emelyanov | 1 | -0/+12 |
2007-10-19 | pid namespaces: allow cloning of new namespace | Pavel Emelyanov | 1 | -0/+1 |
2007-10-19 | pid namespaces: miscellaneous preparations for pid namespaces | Pavel Emelyanov | 2 | -11/+11 |
2007-10-19 | pid namespaces: make proc have multiple superblocks - one for each namespace | Pavel Emelyanov | 2 | -1/+5 |
2007-10-19 | pid namespaces: helpers to find the task by its numerical ids | Pavel Emelyanov | 2 | -4/+43 |
2007-10-19 | pid namespaces: helpers to obtain pid numbers | Pavel Emelyanov | 2 | -11/+121 |
2007-10-19 | pid namespaces: make alloc_pid(), free_pid() and put_pid() work with struct upid | Pavel Emelyanov | 1 | -1/+1 |
2007-10-19 | pid namespaces: add support for pid namespaces hierarchy | Pavel Emelyanov | 1 | -0/+2 |
2007-10-19 | pid namespaces: introduce struct upid | Sukadev Bhattiprolu | 2 | -0/+22 |
2007-10-19 | pid namespaces: prepare proc_flust_task() to flush entries from multiple proc... | Pavel Emelyanov | 1 | -1/+3 |
2007-10-19 | pid namespaces: introduce MS_KERNMOUNT flag | Pavel Emelyanov | 1 | -1/+3 |
2007-10-19 | workqueue: debug flushing deadlocks with lockdep | Johannes Berg | 2 | -3/+54 |
2007-10-19 | Make access to task's nsproxy lighter | Pavel Emelyanov | 1 | -9/+34 |
2007-10-19 | pid namespaces: define is_global_init() and is_container_init() | Serge E. Hallyn | 1 | -2/+10 |
2007-10-19 | pid namespaces: rename child_reaper() function | Sukadev Bhattiprolu | 1 | -1/+1 |
2007-10-19 | pid namespaces: define and use task_active_pid_ns() wrapper | Sukadev Bhattiprolu | 1 | -0/+5 |
2007-10-19 | pid namespaces: dynamic kmem cache allocator for pid namespaces | Pavel Emelianov | 1 | -0/+1 |
2007-10-19 | pid namespaces: make get_pid_ns() return the namespace itself | Pavel Emelianov | 1 | -1/+2 |
2007-10-19 | pid namespaces: round up the API | Pavel Emelianov | 1 | -10/+5 |
2007-10-19 | cgroups: implement namespace tracking subsystem | Serge E. Hallyn | 2 | -0/+13 |