| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2014-06-12 | 1 | -7/+7 |
|\ |
|
| * | Merge commit '3cf2f34' into sched/core, to fix build error | Ingo Molnar | 2014-06-12 | 1 | -4/+2 |
| |\ |
|
| * | | sched: Rename capacity related flags | Nicolas Pitre | 2014-06-05 | 1 | -2/+2 |
| * | | sched: Final power vs. capacity cleanups | Nicolas Pitre | 2014-06-05 | 1 | -3/+3 |
| * | | sched: Let 'struct sched_group_power' care about CPU capacity | Nicolas Pitre | 2014-06-05 | 1 | -1/+1 |
| * | | sched: Fix signedness bug in yield_to() | Dan Carpenter | 2014-06-05 | 1 | -1/+1 |
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2014-06-12 | 1 | -1/+5 |
|\ \ \ |
|
| * | | | perf: Differentiate exec() and non-exec() comm events | Adrian Hunter | 2014-06-06 | 1 | -1/+5 |
* | | | | signals: mv {dis,}allow_signal() from sched.h/exit.c to signal.[ch] | Oleg Nesterov | 2014-06-06 | 1 | -3/+0 |
* | | | | kthreads: kill CLONE_KERNEL, change kernel_thread(kernel_init) to avoid CLONE... | Oleg Nesterov | 2014-06-04 | 1 | -6/+0 |
* | | | | kernel/user.c: drop unused field 'files' from user_struct | Kirill A. Shutemov | 2014-06-04 | 1 | -1/+0 |
* | | | | memcg: kill CONFIG_MM_OWNER | Oleg Nesterov | 2014-06-04 | 1 | -2/+2 |
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2014-06-03 | 1 | -47/+57 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | sched/rt: Fix 'struct sched_dl_entity' and dl_task_time() comments, to match ... | xiaofeng.yan | 2014-05-22 | 1 | -2/+2 |
| * | | | sched/idle: Remove TS_POLLING support | Peter Zijlstra | 2014-05-08 | 1 | -44/+2 |
| * | | | sched: Add a new SD_SHARE_POWERDOMAIN for sched_domain | Vincent Guittot | 2014-05-07 | 1 | -0/+1 |
| * | | | sched, powerpc: Create a dedicated topology table | Vincent Guittot | 2014-05-07 | 1 | -2/+0 |
| * | | | sched: Rework sched_domain topology definition | Vincent Guittot | 2014-05-07 | 1 | -0/+53 |
* | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2014-06-03 | 1 | -4/+2 |
|\ \ \ \
| |_|/ /
|/| | /
| | |/
| |/| |
|
| * | | arch: Mass conversion of smp_mb__*() | Peter Zijlstra | 2014-04-18 | 1 | -4/+2 |
* | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2014-05-23 | 1 | -2/+5 |
|\ \ \
| | |/
| |/| |
|
| * | | sched/deadline: Fix sched_yield() behavior | Juri Lelli | 2014-05-07 | 1 | -2/+5 |
| |/ |
|
* | | wait: swap EXIT_ZOMBIE(Z) and EXIT_DEAD(X) chars in TASK_STATE_TO_CHAR_STR | Masatake YAMATO | 2014-05-23 | 1 | -1/+1 |
|/ |
|
* | Merge git://git.infradead.org/users/eparis/audit | Linus Torvalds | 2014-04-12 | 1 | -1/+19 |
|\ |
|
| * | sched: declare pid_alive as inline | Richard Guy Briggs | 2014-03-20 | 1 | -1/+1 |
| * | pid: get pid_t ppid of task in init_pid_ns | Richard Guy Briggs | 2014-03-20 | 1 | -1/+19 |
* | | wait: swap EXIT_ZOMBIE and EXIT_DEAD to hide EXIT_TRACE from user-space | Oleg Nesterov | 2014-04-07 | 1 | -2/+2 |
* | | wait: introduce EXIT_TRACE to avoid the racy EXIT_DEAD->EXIT_ZOMBIE transition | Oleg Nesterov | 2014-04-07 | 1 | -0/+1 |
* | | exec: kill bprm->tcomm[], simplify the "basename" logic | Oleg Nesterov | 2014-04-07 | 1 | -1/+1 |
* | | mm, mempolicy: remove per-process flag | David Rientjes | 2014-04-07 | 1 | -1/+0 |
* | | mm: per-thread vma caching | Davidlohr Bueso | 2014-04-07 | 1 | -0/+7 |
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2014-04-01 | 1 | -1/+5 |
|\ \ |
|
| * | | timer: Remove code redundancy while calling get_nohz_timer_target() | Viresh Kumar | 2014-03-20 | 1 | -1/+5 |
* | | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2014-04-01 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | cputime: Default implementation of nsecs -> cputime conversion | Frederic Weisbecker | 2014-03-13 | 1 | -1/+1 |
| |/ / |
|
* | | | sched: Add better debug output for might_sleep() | Thomas Gleixner | 2014-02-22 | 1 | -0/+3 |
* | | | Merge branch 'linus' into sched/core | Thomas Gleixner | 2014-02-21 | 1 | -1/+2 |
|\ \ \ |
|
| * | | | execve: use 'struct filename *' for executable name passing | Linus Torvalds | 2014-02-05 | 1 | -1/+2 |
| |/ / |
|
* | | | sched/fair: Track cgroup depth | Peter Zijlstra | 2014-02-10 | 1 | -0/+1 |
* | | | sched: Implement task_nice() as static inline function | Dongsheng Yang | 2014-02-09 | 1 | -1/+10 |
* | | | sched: Move the priority specific bits into a new header file | Dongsheng Yang | 2014-02-09 | 1 | -0/+2 |
* | | | Merge branch 'linus' into sched/core, to resolve conflicts | Ingo Molnar | 2014-02-02 | 1 | -11/+31 |
|\ \ \
| |/ / |
|
| * | | exec: kill task_struct->did_exec | Oleg Nesterov | 2014-01-23 | 1 | -1/+0 |
| * | | kernel/fork.c: make dup_mm() static | DaeSeok Youn | 2014-01-23 | 1 | -2/+0 |
| * | | proc: cleanup/simplify get_task_state/task_state_array | Oleg Nesterov | 2014-01-23 | 1 | -1/+1 |
| * | | coredump: make __get_dumpable/get_dumpable inline, kill fs/coredump.h | Oleg Nesterov | 2014-01-23 | 1 | -4/+17 |
| * | | coredump: kill MMF_DUMPABLE and MMF_DUMP_SECURELY | Oleg Nesterov | 2014-01-23 | 1 | -3/+1 |
| * | | introduce for_each_thread() to replace the buggy while_each_thread() | Oleg Nesterov | 2014-01-21 | 1 | -0/+12 |
* | | | sched/numa: Normalize faults_cpu stats and weigh by CPU use | Rik van Riel | 2014-01-28 | 1 | -0/+2 |
* | | | sched/numa, mm: Use active_nodes nodemask to limit numa migrations | Rik van Riel | 2014-01-28 | 1 | -0/+7 |