summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-07-22Merge branch 'x86-mtrr-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2011-07-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-07-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-07-22Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-07-22Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2011-07-22Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-07-22Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2011-07-22Merge branch 'for-3.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2011-07-22Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds
2011-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2011-07-22sched: Cleanup duplicate local variable in [enqueue|dequeue]_task_fairLin Ming
2011-07-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-07-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2011-07-21lockdep: Fix lockdep_no_validate against IRQ statesPeter Zijlstra
2011-07-21perf: Remove perf_event_attr::type checkLin Ming
2011-07-21sched: Replace use of entity_key()Stephan Baerwolf
2011-07-21sched: Separate group-scheduling code more clearlyJan H. Schönherr
2011-07-21sched: Reorder root_domain to remove 64 bit alignment paddingRichard Kennedy
2011-07-21sched: Do not attempt to destroy uninitialized rt_bandwidthBianca Lutz
2011-07-21sched: Remove unused function cpu_cfs_rq()Jan Schoenherr
2011-07-21sched: Fix (harmless) typo 'CONFG_FAIR_GROUP_SCHED'Jan Schoenherr
2011-07-21sched, cgroup: Optimize load_balance_fair()Peter Zijlstra
2011-07-21sched: Don't update shares twice on on_rq parentPaul Turner
2011-07-21sched: update correct entity's runtime in check_preempt_wakeup()Paul Turner
2011-07-21Merge branch 'linus' into sched/coreIngo Molnar
2011-07-21ptrace: fix ptrace_signal() && STOP_DEQUEUED interactionOleg Nesterov
2011-07-21Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2011-07-21Merge branch 'perf/urgent' into perf/coreIngo Molnar
2011-07-20rw_semaphore: remove up/down_read_non_ownerChristoph Hellwig
2011-07-20Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-07-20time: Fix stupid KERN_WARN compile issueJohn Stultz
2011-07-20sysctl,rcu: Convert call_rcu(free_head) to kfreePaul E. McKenney
2011-07-20audit_tree,rcu: Convert call_rcu(__put_tree) to kfree_rcu()Lai Jiangshan
2011-07-20Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar
2011-07-20signal: align __lock_task_sighand() irq disabling and RCUPaul E. McKenney
2011-07-20softirq,rcu: Inform RCU of irq_exit() activityPeter Zijlstra
2011-07-20sched: Add irq_{enter,exit}() to scheduler_ipi()Peter Zijlstra
2011-07-20rcu: protect __rcu_read_unlock() against scheduler-using irq handlersPaul E. McKenney
2011-07-20sched: Avoid creating superfluous NUMA domains on non-NUMA systemsPeter Zijlstra
2011-07-20sched: Allow for overlapping sched_domain spansPeter Zijlstra
2011-07-20sched: Break out cpu_power from the sched_group structurePeter Zijlstra
2011-07-20make sure that nsproxy_cache is initialized early enoughAl Viro
2011-07-20kill file_permission() completelyAl Viro
2011-07-19rcu: Streamline code produced by __rcu_read_unlock()Paul E. McKenney
2011-07-19rcu: Fix RCU_BOOST race handling current->rcu_read_unlock_specialPaul E. McKenney
2011-07-19rcu: decrease rcu_report_exp_rnp coupling with schedulerPaul E. McKenney
2011-07-18connector: add an event for monitoring process tracersVladimir Zapolskiy
2011-07-17ptrace: mv send-SIGSTOP from do_fork() to ptrace_init_task()Oleg Nesterov