Age | Commit message (Expand) | Author | Files | Lines |
2013-05-12 | Merge git://git.infradead.org/users/eparis/audit | Linus Torvalds | 1 | -0/+1 |
2013-05-08 | Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -0/+4 |
2013-05-08 | aio: don't include aio.h in sched.h | Kent Overstreet | 1 | -2/+0 |
2013-05-06 | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -6/+13 |
2013-05-04 | sched: Keep at least 1 tick per second for active dynticks tasks | Frederic Weisbecker | 1 | -0/+1 |
2013-05-02 | Merge commit '8700c95adb03' into timers/nohz | Frederic Weisbecker | 1 | -5/+50 |
2013-05-01 | exec: do not abuse ->cred_guard_mutex in threadgroup_lock() | Oleg Nesterov | 1 | -14/+4 |
2013-05-01 | coredump: only SIGKILL should interrupt the coredumping task | Oleg Nesterov | 1 | -0/+1 |
2013-04-30 | audit: add an option to control logging of passwords with pam_tty_audit | Richard Guy Briggs | 1 | -0/+1 |
2013-04-30 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+2 |
2013-04-30 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+41 |
2013-04-30 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -195/+9 |
2013-04-30 | Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -1/+1 |
2013-04-29 | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+0 |
2013-04-26 | sched: Fix init NOHZ_IDLE flag | Vincent Guittot | 1 | -0/+2 |
2013-04-24 | Merge branch 'linus' into timers/core | Thomas Gleixner | 1 | -2/+3 |
2013-04-22 | sched: New helper to prevent from stopping the tick in full dynticks | Frederic Weisbecker | 1 | -0/+6 |
2013-04-19 | mutex: Move mutex spinning code from sched/core.c back to mutex.c | Waiman Long | 1 | -1/+0 |
2013-04-17 | posix timers: Allocate timer id per process (v2) | Pavel Emelyanov | 1 | -1/+2 |
2013-04-12 | kthread: Prevent unpark race which puts threads on the wrong cpu | Thomas Gleixner | 1 | -2/+3 |
2013-04-12 | sched: Document task_struct::personality field | Andrei Epure | 1 | -1/+3 |
2013-04-08 | idle: Implement set/clr functions for need_resched poll | Thomas Gleixner | 1 | -0/+21 |
2013-04-08 | arch: Consolidate tsk_is_polling() | Thomas Gleixner | 1 | -0/+20 |
2013-04-03 | nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMON | Frederic Weisbecker | 1 | -4/+4 |
2013-03-24 | bcache: A block layer cache | Kent Overstreet | 1 | -0/+4 |
2013-03-21 | nohz: Wake up full dynticks CPUs when a timer gets enqueued | Frederic Weisbecker | 1 | -2/+2 |
2013-03-20 | sched: replace PF_THREAD_BOUND with PF_NO_SETAFFINITY | Tejun Heo | 1 | -1/+1 |
2013-03-08 | Merge branch 'sched/cputime' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 1 | -2/+2 |
2013-03-07 | cputime: Dynamically scale cputime for full dynticks accounting | Frederic Weisbecker | 1 | -2/+2 |
2013-03-06 | sched: Move group scheduling functions out of include/linux/sched.h | Li Zefan | 1 | -21/+0 |
2013-03-06 | sched: Make default_scale_freq_power() static | Li Zefan | 1 | -3/+0 |
2013-03-06 | sched: Move struct sched_class to kernel/sched/sched.h | Li Zefan | 1 | -59/+0 |
2013-03-06 | sched: Move wake flags to kernel/sched/sched.h | Li Zefan | 1 | -7/+0 |
2013-03-06 | sched: Move struct sched_group to kernel/sched/sched.h | Li Zefan | 1 | -56/+2 |
2013-03-06 | sched: Move SCHED_LOAD_SHIFT macros to kernel/sched/sched.h | Li Zefan | 1 | -25/+0 |
2013-03-06 | sched: Remove test_sd_parent() | Li Zefan | 1 | -9/+0 |
2013-03-06 | sched: Remove some dummy functions | Li Zefan | 1 | -12/+0 |
2013-02-28 | coredump: remove redundant defines for dumpable states | Kees Cook | 1 | -5/+0 |
2013-02-27 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+0 |
2013-02-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+11 |
2013-02-24 | mm: teach mm by current context info to not do I/O during memory allocation | Ming Lei | 1 | -0/+22 |
2013-02-20 | Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 1 | -0/+3 |
2013-02-20 | sched/core: Remove the obsolete and unused nr_uninterruptible() function | Sha Zhengju | 1 | -1/+0 |
2013-02-14 | make do_sigaltstack() static | Al Viro | 1 | -1/+0 |
2013-02-07 | sched/rt: Move rt specific bits into new header file | Clark Williams | 1 | -53/+2 |
2013-02-07 | sched: Move sched.h sysctl bits into separate header | Clark Williams | 1 | -91/+0 |
2013-02-05 | Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/l... | Ingo Molnar | 1 | -0/+40 |
2013-02-04 | new helper: sigsp() | Al Viro | 1 | -0/+11 |
2013-01-27 | cputime: Safely read cputime of full dynticks CPUs | Frederic Weisbecker | 1 | -5/+22 |
2013-01-27 | cputime: Use accessors to read task cputime stats | Frederic Weisbecker | 1 | -0/+23 |