Age | Commit message (Expand) | Author | Files | Lines |
2012-06-01 | new helper: restore_saved_sigmask() | Al Viro | 1 | -0/+6 |
2012-06-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -10/+4 |
2012-05-30 | sched: Move nr_cpus_allowed out of 'struct sched_rt_entity' | Peter Zijlstra | 1 | -1/+1 |
2012-05-30 | sched/nohz: Fix rq->cpu_load calculations some more | Peter Zijlstra | 1 | -0/+1 |
2012-05-24 | Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -0/+4 |
2012-05-24 | keys: kill task_struct->replacement_session_keyring | Oleg Nesterov | 1 | -2/+0 |
2012-05-24 | genirq: reimplement exit_irq_thread() hook via task_work_add() | Oleg Nesterov | 1 | -8/+2 |
2012-05-24 | task_work_add: generic process-context callbacks | Oleg Nesterov | 1 | -0/+2 |
2012-05-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -5/+4 |
2012-05-23 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -48/+1 |
2012-05-22 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 1 | -1/+3 |
2012-05-17 | sched: Remove stale power aware scheduling remnants and dysfunctional knobs | Peter Zijlstra | 1 | -47/+0 |
2012-05-14 | sched/fair: Revert sched-domain iteration breakage | Peter Zijlstra | 1 | -1/+0 |
2012-05-09 | sched/fair: Add some serialization to the sched_domain load-balance walk | Peter Zijlstra | 1 | -0/+1 |
2012-05-07 | sched: Update documentation and comments | Hiroshi Shimamoto | 1 | -1/+1 |
2012-05-03 | rcu: Move PREEMPT_RCU preemption to switch_to() invocation | Paul E. McKenney | 1 | -0/+10 |
2012-04-14 | Merge branch 'perf/core' into perf/uprobes | Ingo Molnar | 1 | -18/+54 |
2012-04-14 | seccomp: kill the seccomp_t typedef | Will Drewry | 1 | -1/+1 |
2012-04-14 | Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privs | Andy Lutomirski | 1 | -0/+2 |
2012-04-08 | userns: Disassociate user_struct from the user_namespace. | Eric W. Biederman | 1 | -4/+4 |
2012-04-08 | userns: Deprecate and rename the user_namespace reference in the user_struct | Eric W. Biederman | 1 | -1/+1 |
2012-04-03 | userns: Kill bogus declaration of function release_uids | Eric W. Biederman | 1 | -1/+0 |
2012-03-29 | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 1 | -1/+0 |
2012-03-28 | Remove all #inclusions of asm/system.h | David Howells | 1 | -1/+0 |
2012-03-24 | prctl: add PR_{SET,GET}_CHILD_SUBREAPER to allow simple process supervision | Lennart Poettering | 1 | -0/+12 |
2012-03-22 | cpuset: mm: reduce large amounts of memory barrier related damage v3 | Mel Gorman | 1 | -1/+1 |
2012-03-20 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -7/+34 |
2012-03-20 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -5/+5 |
2012-03-20 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+1 |
2012-03-14 | uprobes/core: Handle breakpoint and singlestep exceptions | Srikar Dronamraju | 1 | -0/+4 |
2012-03-13 | Merge branch 'linus' into irq/core | Thomas Gleixner | 1 | -2/+1 |
2012-03-13 | Merge tag 'v3.3-rc7' into sched/core | Ingo Molnar | 1 | -2/+1 |
2012-03-09 | genirq: Get rid of unnecessary irqaction field in task_struct | Alexander Gordeev | 1 | -5/+5 |
2012-03-06 | vfork: kill PF_STARTING | Oleg Nesterov | 1 | -1/+0 |
2012-03-06 | coredump_wait: don't call complete_vfork_done() | Oleg Nesterov | 1 | -1/+0 |
2012-03-06 | vfork: make it killable | Oleg Nesterov | 1 | -1/+1 |
2012-03-06 | vfork: introduce complete_vfork_done() | Oleg Nesterov | 1 | -0/+1 |
2012-03-02 | sched: Clean up parameter passing of proc_sched_autogroup_set_nice() | Hiroshi Shimamoto | 1 | -1/+1 |
2012-03-01 | sched/rt: Do not submit new work when PI-blocked | Thomas Gleixner | 1 | -0/+8 |
2012-03-01 | sched/rt: Add schedule_preempt_disabled() | Thomas Gleixner | 1 | -0/+1 |
2012-03-01 | Merge branch 'linus' into sched/core | Ingo Molnar | 1 | -1/+7 |
2012-02-22 | sched: Make initial SCHED_RR timeslace DEF_TIMESLICE | Hiroshi Shimamoto | 1 | -0/+6 |
2012-02-21 | rcu: Simplify unboosting checks | Paul E. McKenney | 1 | -2/+1 |
2012-02-11 | sched: Turn lock_task_sighand() into a static inline | Anton Vorontsov | 1 | -6/+9 |
2012-02-03 | Fix race in process_vm_rw_core | Christopher Yeoh | 1 | -0/+6 |
2012-01-27 | sched: Ensure cpu_power periodic update | Vincent Guittot | 1 | -0/+1 |
2012-01-27 | sched, block: Unify cache detection | Peter Zijlstra | 1 | -0/+8 |
2012-01-27 | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+1 |
2012-01-23 | kernel-doc: fix kernel-doc warnings in sched | Randy Dunlap | 1 | -1/+1 |
2012-01-17 | Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa... | Ingo Molnar | 1 | -1/+1 |