aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 4-20/+4
2011-07-22Merge branch 'x86-mtrr-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-5/+73
2011-07-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+28
2011-07-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 5-118/+101
2011-07-22Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 25-1182/+1655
2011-07-22Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-15/+4
2011-07-22Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-13/+41
2011-07-22Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 6-8/+11
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 3-10/+23
2011-07-22Merge branch 'for-3.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-28/+53
2011-07-22Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscGravatar Linus Torvalds 4-261/+485
2011-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+29
2011-07-22sched: Cleanup duplicate local variable in [enqueue|dequeue]_task_fairGravatar Lin Ming 1-2/+2
2011-07-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 3-5/+39
2011-07-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...Gravatar David S. Miller 1-0/+29
2011-07-21lockdep: Fix lockdep_no_validate against IRQ statesGravatar Peter Zijlstra 1-0/+3
2011-07-21perf: Remove perf_event_attr::type checkGravatar Lin Ming 1-7/+0
2011-07-21sched: Replace use of entity_key()Gravatar Stephan Baerwolf 1-7/+1
2011-07-21sched: Separate group-scheduling code more clearlyGravatar Jan H. Schönherr 1-24/+19
2011-07-21sched: Reorder root_domain to remove 64 bit alignment paddingGravatar Richard Kennedy 1-1/+1
2011-07-21sched: Do not attempt to destroy uninitialized rt_bandwidthGravatar Bianca Lutz 1-1/+2
2011-07-21sched: Remove unused function cpu_cfs_rq()Gravatar Jan Schoenherr 1-13/+0
2011-07-21sched: Fix (harmless) typo 'CONFG_FAIR_GROUP_SCHED'Gravatar Jan Schoenherr 1-1/+1
2011-07-21sched, cgroup: Optimize load_balance_fair()Gravatar Peter Zijlstra 2-37/+35
2011-07-21sched: Don't update shares twice on on_rq parentGravatar Paul Turner 1-0/+3
2011-07-21sched: update correct entity's runtime in check_preempt_wakeup()Gravatar Paul Turner 1-1/+1
2011-07-21Merge branch 'linus' into sched/coreGravatar Ingo Molnar 11-122/+450
2011-07-21ptrace: fix ptrace_signal() && STOP_DEQUEUED interactionGravatar Oleg Nesterov 1-6/+11
2011-07-21Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Ingo Molnar 9-164/+442
2011-07-21Merge branch 'perf/urgent' into perf/coreGravatar Ingo Molnar 6-35/+144
2011-07-20rw_semaphore: remove up/down_read_non_ownerGravatar Christoph Hellwig 1-16/+0
2011-07-20Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 4-28/+100
2011-07-20time: Fix stupid KERN_WARN compile issueGravatar John Stultz 1-1/+1
2011-07-20sysctl,rcu: Convert call_rcu(free_head) to kfreeGravatar Paul E. McKenney 1-8/+3
2011-07-20audit_tree,rcu: Convert call_rcu(__put_tree) to kfree_rcu()Gravatar Lai Jiangshan 1-7/+1
2011-07-20Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Gravatar Ingo Molnar 4-28/+100
2011-07-20signal: align __lock_task_sighand() irq disabling and RCUGravatar Paul E. McKenney 1-6/+13
2011-07-20softirq,rcu: Inform RCU of irq_exit() activityGravatar Peter Zijlstra 2-3/+11
2011-07-20sched: Add irq_{enter,exit}() to scheduler_ipi()Gravatar Peter Zijlstra 1-6/+38
2011-07-20rcu: protect __rcu_read_unlock() against scheduler-using irq handlersGravatar Paul E. McKenney 1-5/+24
2011-07-20sched: Avoid creating superfluous NUMA domains on non-NUMA systemsGravatar Peter Zijlstra 1-0/+2
2011-07-20sched: Allow for overlapping sched_domain spansGravatar Peter Zijlstra 2-29/+130
2011-07-20sched: Break out cpu_power from the sched_group structureGravatar Peter Zijlstra 2-29/+49
2011-07-20make sure that nsproxy_cache is initialized early enoughGravatar Al Viro 2-3/+2
2011-07-20kill file_permission() completelyGravatar Al Viro 1-1/+2
2011-07-19rcu: Streamline code produced by __rcu_read_unlock()Gravatar Paul E. McKenney 1-6/+6
2011-07-19rcu: Fix RCU_BOOST race handling current->rcu_read_unlock_specialGravatar Paul E. McKenney 1-2/+6
2011-07-19rcu: decrease rcu_report_exp_rnp coupling with schedulerGravatar Paul E. McKenney 1-2/+4
2011-07-18connector: add an event for monitoring process tracersGravatar Vladimir Zapolskiy 1-1/+6
2011-07-17ptrace: mv send-SIGSTOP from do_fork() to ptrace_init_task()Gravatar Oleg Nesterov 1-12/+0