summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sched: Optimize branch hint in pick_next_task_fair()Tim Blechmann2009-11-241-1/+1
* sched_feat_write(): Update ppos instead of file->f_posJan Blunck2009-11-231-1/+1
* sched: More generic WAKE_AFFINE vs select_idle_sibling()Peter Zijlstra2009-11-131-17/+16Star
* sched: Cleanup select_task_rq_fair()Peter Zijlstra2009-11-131-22/+51
* sched: Fix granularity of task_u/stime()Hidetoshi Seto2009-11-121-9/+13
* sched: Make sure task has correct sched_class after policy changePeter Zijlstra2009-11-101-12/+4Star
* sched: Fix and clean up rate-limit newidle codeMike Galbraith2009-11-101-13/+15
* sched, no_hz: Remove unused rq->last_tick_seen fieldLai Jiangshan2009-11-081-1/+0Star
* sched: Fix affinity logic in select_task_rq_fair()Mike Galbraith2009-11-051-0/+2
* sched: Rate-limit newidleMike Galbraith2009-11-042-1/+25
* sched: Check for an idle shared cache in select_task_rq_fair()Mike Galbraith2009-11-041-4/+29
* cpumask: Partition_sched_domains takes array of cpumask_var_tRusty Russell2009-11-043-34/+61
* cpumask: Simplify sched_rt.cRusty Russell2009-11-041-37/+24Star
* sched: Add USER_SCHED to feature removal listDhaval Giani2009-11-041-0/+15
* sched: Remove unused cpu_nr_migrations()Hiroshi Shimamoto2009-11-042-12/+0Star
* sched: Remove unused time_sync_thresh declarationHiroshi Shimamoto2009-11-041-2/+0Star
* sched: Remove unused __schedule() declarationHiroshi Shimamoto2009-11-042-2/+1Star
* sched, cpuacct: Fix niced guest time accountingRyota Ozaki2009-10-254-9/+23
* Merge branch 'linus' into sched/coreIngo Molnar2009-10-255200-140121/+413844
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2009-10-2314-48/+12Star
| |\
| | * move virtrng_remove to .devexit.textUwe Kleine-König2009-10-221-1/+1
| | * move virtballoon_remove to .devexit.textUwe Kleine-König2009-10-221-1/+1
| | * virtio_blk: Revert serial number supportRusty Russell2009-10-222-38/+3Star
| | * virtio: let header files include virtio_ids.hChristian Borntraeger2009-10-2214-7/+7
| | * virtio_blk: revert QUEUE_FLAG_VIRT additionChristoph Hellwig2009-10-221-1/+0Star
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-10-2320-86/+212
| |\ \
| | * | niu: VLAN_ETH_HLEN should be used to make sure that the whole MAC header was ...Joyce Yu2009-10-221-1/+1
| | * | KS8851: Fix ks8851_set_rx_mode() for IFF_MULTICASTBen Dooks2009-10-211-1/+1
| | * | KS8851: Fix MAC address write orderBen Dooks2009-10-212-4/+34
| | * | KS8851: Add soft reset at probe timeBen Dooks2009-10-211-0/+3
| | * | net: fix section mismatch in fec.cSteven King2009-10-211-1/+1
| | * | net: Fix struct inet_timewait_sock bitfield annotationEric Dumazet2009-10-201-4/+4
| | * | tcp: Try to catch MSG_PEEK bugHerbert Xu2009-10-201-1/+3
| | * | net: Fix IP_MULTICAST_IFEric Dumazet2009-10-202-5/+8
| | * | bluetooth: static lock key fixDave Young2009-10-201-3/+6
| | * | bluetooth: scheduling while atomic bug fixDave Young2009-10-201-2/+2
| | * | tcp: fix TCP_DEFER_ACCEPT retrans calculationJulian Anastasov2009-10-201-12/+43
| | * | tcp: reduce SYN-ACK retrans for TCP_DEFER_ACCEPTJulian Anastasov2009-10-201-3/+31
| | * | tcp: accept socket after TCP_DEFER_ACCEPT periodJulian Anastasov2009-10-201-2/+2
| | * | Revert "tcp: fix tcp_defer_accept to consider the timeout"David S. Miller2009-10-201-1/+0Star
| | * | AF_UNIX: Fix deadlock on connecting to shutdown socketTomoki Sekiyama2009-10-191-0/+2
| | * | ethoc: clear only pending irqsThomas Chou2009-10-191-1/+1
| | * | ethoc: inline regs accessThomas Chou2009-10-191-9/+10
| | * | vmxnet3: use dev_dbg, fix build for CONFIG_BLOCK=nRandy Dunlap2009-10-172-10/+19
| | * | virtio_net: use dev_kfree_skb_any() in free_old_xmit_skbs()Eric Dumazet2009-10-151-1/+1
| | * | be2net: fix support for PCI hot plugSathya Perla2009-10-152-11/+22
| | * | be2net: fix promiscuous and multicast promiscuous modes being enabled alwaysSathya Perla2009-10-153-14/+18
| * | | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2009-10-224-5/+14
| |\ \ \
| | * | | dnotify: ignore FS_EVENT_ON_CHILDAndreas Gruenbacher2009-10-211-1/+2
| | * | | inotify: fix coalesce duplicate events into a single event in special caseWei Yongjun2009-10-181-1/+1