Age | Commit message (Expand) | Author | Files | Lines |
2009-12-16 | signals: kill force_sig_specific() | Oleg Nesterov | 1 | -1/+0 |
2009-12-16 | signals: SEND_SIG_NOINFO should be considered as SI_FROMUSER() | Oleg Nesterov | 1 | -5/+0 |
2009-12-16 | memcg: coalesce uncharge during unmap/truncate | KAMEZAWA Hiroyuki | 1 | -0/+8 |
2009-12-15 | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+1 |
2009-12-15 | task_struct: make journal_info conditional | Hiroshi Shimamoto | 1 | -0/+2 |
2009-12-15 | sched: Convert pi_lock to raw_spinlock | Thomas Gleixner | 1 | -1/+1 |
2009-12-12 | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -7/+13 |
2009-12-12 | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+2 |
2009-12-10 | sched: Remove forced2_migrations stats | Ingo Molnar | 1 | -1/+0 |
2009-12-10 | sched: Mark sched_clock() as notrace | Mike Frysinger | 1 | -1/+2 |
2009-12-09 | sched: Make tunable scaling style configurable | Christian Ehrhardt | 1 | -1/+10 |
2009-12-09 | sched: Discard some old bits | Peter Zijlstra | 1 | -2/+0 |
2009-12-09 | sched: Sanitize fork() handling | Peter Zijlstra | 1 | -1/+1 |
2009-12-09 | sched: Remove sysctl.sched_features | Peter Zijlstra | 1 | -1/+0 |
2009-12-09 | sched: Protect sched_rr_get_param() access to task->sched_class | Thomas Gleixner | 1 | -1/+2 |
2009-12-06 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -9/+13 |
2009-12-05 | Merge branch 'core-signal-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -3/+10 |
2009-12-02 | sched, cputime: Introduce thread_group_times() | Hidetoshi Seto | 1 | -0/+4 |
2009-12-02 | sched, cputime: Cleanups related to task_times() | Hidetoshi Seto | 1 | -0/+2 |
2009-12-02 | locking, task_struct: Reduce size on TRACE_IRQFLAGS and 64bit | Hiroshi Shimamoto | 1 | -5/+5 |
2009-11-26 | sched: Remove task_{u,s,g}time() | Hidetoshi Seto | 1 | -3/+0 |
2009-11-26 | sched: Introduce task_times() to replace task_{u,s}time() pair | Hidetoshi Seto | 1 | -0/+1 |
2009-11-04 | signal: Fix alternate signal stack check | Sebastian Andrzej Siewior | 1 | -3/+10 |
2009-11-04 | cpumask: Partition_sched_domains takes array of cpumask_var_t | Rusty Russell | 1 | -2/+6 |
2009-11-04 | sched: Remove unused cpu_nr_migrations() | Hiroshi Shimamoto | 1 | -1/+0 |
2009-11-04 | sched: Remove unused time_sync_thresh declaration | Hiroshi Shimamoto | 1 | -2/+0 |
2009-11-04 | sched: Remove unused __schedule() declaration | Hiroshi Shimamoto | 1 | -1/+0 |
2009-09-24 | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l... | Linus Torvalds | 1 | -0/+2 |
2009-09-24 | task_struct cleanup: move binfmt field to mm_struct | Hiroshi Shimamoto | 1 | -1/+0 |
2009-09-24 | sysctl: remove "struct file *" argument of ->proc_handler | Alexey Dobriyan | 1 | -4/+4 |
2009-09-24 | signals: inline __fatal_signal_pending | Roland McGrath | 1 | -1/+4 |
2009-09-24 | ptrace: __ptrace_detach: do __wake_up_parent() if we reap the tracee | Oleg Nesterov | 1 | -0/+1 |
2009-09-24 | cpumask: don't define set_cpus_allowed() if CONFIG_CPUMASK_OFFSTACK=y | Rusty Russell | 1 | -0/+3 |
2009-09-23 | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -3/+13 |
2009-09-23 | procfs: provide stack information for threads | Stefani Seibold | 1 | -0/+1 |
2009-09-23 | getrusage: fill ru_maxrss value | Jiri Pirko | 1 | -0/+10 |
2009-09-22 | cpuidle: fix the menu governor to boost IO performance | Arjan van de Ven | 1 | -0/+4 |
2009-09-22 | oom: move oom_adj value from task_struct to signal_struct | KOSAKI Motohiro | 1 | -1/+2 |
2009-09-22 | ksm: unmerge is an origin of OOMs | Hugh Dickins | 1 | -1/+1 |
2009-09-22 | ksm: the mm interface to ksm | Hugh Dickins | 1 | -0/+7 |
2009-09-21 | Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -6/+6 |
2009-09-21 | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+0 |
2009-09-21 | perf: Do the big rename: Performance Counters -> Performance Events | Ingo Molnar | 1 | -6/+6 |
2009-09-21 | sched: Simplify sys_sched_rr_get_interval() system call | Peter Williams | 1 | -0/+2 |
2009-09-20 | sched: Fix raciness in runqueue_is_locked() | Andrew Morton | 1 | -1/+1 |
2009-09-18 | rcu: Simplify rcu_read_unlock_special() quiescent-state accounting | Paul E. McKenney | 1 | -1/+0 |
2009-09-17 | sched: Add new wakeup preemption mode: WAKEUP_RUNNING | Peter Zijlstra | 1 | -0/+2 |
2009-09-16 | HWPOISON: Add PR_MCE_KILL prctl to control early kill behaviour per process | Andi Kleen | 1 | -0/+2 |
2009-09-16 | sched: Add SD_PREFER_LOCAL | Peter Zijlstra | 1 | -1/+1 |
2009-09-15 | sched: Add WF_FORK | Peter Zijlstra | 1 | -0/+1 |