aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-08-09sched: remove the 'u64 now' parameter from enqueue_entity()Ingo Molnar1-5/+4
2007-08-09sched: remove the 'u64 now' parameter from enqueue_sleeper()Ingo Molnar1-3/+2
2007-08-09sched: remove the 'u64 now' parameter from __enqueue_sleeper()Ingo Molnar1-3/+2
2007-08-09sched: remove the 'u64 now' parameter from update_stats_curr_end()Ingo Molnar1-2/+2
2007-08-09sched: remove the 'u64 now' parameter from update_stats_dequeue()Ingo Molnar1-2/+2
2007-08-09sched: remove the 'u64 now' parameter from update_stats_curr_start()Ingo Molnar1-2/+2
2007-08-09sched: remove the 'u64 now' parameter from update_stats_wait_end()Ingo Molnar1-3/+3
2007-08-09sched: remove the 'u64 now' parameter from __update_stats_wait_end()Ingo Molnar1-2/+2
2007-08-09sched: remove the 'u64 now' parameter from update_stats_enqueue()Ingo Molnar1-4/+3
2007-08-09sched: remove the 'u64 now' parameter from update_stats_wait_start()Ingo Molnar1-3/+3
2007-08-09sched: remove the 'u64 now' parameter from update_curr()Ingo Molnar1-7/+7
2007-08-09sched: remove the 'u64 now' parameter from print_cfs_rq()Ingo Molnar3-6/+6
2007-08-09sched: remove 'now' use from assignmentsIngo Molnar3-16/+17
2007-08-09sched: remove __rq_clock()Ingo Molnar1-7/+0
2007-08-09sched: eliminate __rq_clock() useIngo Molnar2-4/+13
2007-08-09sched: remove rq_clock()Ingo Molnar1-6/+0
2007-08-09sched: eliminate rq_clock() useIngo Molnar2-17/+40
2007-08-09sched: add [__]update_rq_clock(rq)Ingo Molnar1-8/+22
2007-08-09sched: fix bug in balance_tasks()Peter Williams5-54/+27
2007-08-09sched: document nice levelsIngo Molnar1-0/+108
2007-08-09sched: remove binary sysctls from kernel.sched_domainAlexey Dobriyan1-17/+21
2007-08-09sched: delta_exec accounting fixIngo Molnar1-3/+3
2007-08-09sched: clean up delta_mineIngo Molnar1-2/+1
2007-08-09sched: schedule() speedupIngo Molnar1-10/+9
2007-08-09sched: uninline rq_clock()Ingo Molnar1-1/+1
2007-08-09sched: mark print_cfs_stats staticJosh Triplett1-1/+1
2007-08-09sched: clean up sched_getaffinity()Ulrich Drepper1-3/+1
2007-08-09sched: mention CONFIG_SCHED_DEBUG in documentationThomas Voegtle1-1/+1
2007-08-09sched: simplify move_tasks()Peter Williams5-49/+58
2007-08-09sched: reorder update_cpu_load(rq) with the ->task_tick() callIngo Molnar1-1/+1
2007-08-09sched: batch sleeper bonusIngo Molnar1-1/+1
2007-08-08[SPARC64]: Fix memory leak when cpu hotplugging.David S. Miller4-65/+28
2007-08-08[SPARC64]: Do not assume sun4v chips have load-twin/store-init support.David S. Miller13-37/+604
2007-08-07fix oops in __audit_signal_info()Al Viro1-11/+11
2007-08-07[SPARC64]: Fix hard-coding of cpu type output in /proc/cpuinfo on sun4v.David S. Miller1-8/+40
2007-08-07[SPARC]: Centralize find_in_proplist() instead of duplicating N times.David S. Miller6-36/+39
2007-08-07[TCP]: H-TCP maxRTT estimation at startupStephen Hemminger1-3/+1
2007-08-07[NETFILTER]: nf_nat: add symbolic dependency on IPv4 conntrackPatrick McHardy3-1/+9
2007-08-07[NETFILTER]: ctnetlink: return EEXIST instead of EINVAL for existing nat'ed conntracksPablo Neira Ayuso1-8/+9
2007-08-07[NETFILTER]: ipt_recent: avoid a possible NULL pointer deref in recent_seq_open()Jesper Juhl1-1/+6
2007-08-07Merge branch 'fixes-davem' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller4-10/+20
2007-08-07[NET] net/core/utils: fix sparse warningJohannes Berg1-0/+1
2007-08-07[NetLabel]: add missing rcu_dereference() calls in the LSM domain mapping hash tablePaul Moore1-4/+6
2007-08-07drivers/net/ibmveth.c: memset fixMariusz Kozlowski1-2/+1
2007-08-07phy layer: fix phy_mii_ioctl for autonegotiationDomen Puncer1-2/+2
2007-08-07ehea: Eliminated some compiler warningsThomas Klein1-15/+10
2007-08-07ehea: Simplify resource usage checkThomas Klein1-12/+6
2007-08-07ehea: Fix workqueue handlingThomas Klein2-1/+2
2007-08-07ibmveth: Fix rx pool deactivate oopsBrian King2-13/+14
2007-08-07Merge branch 'r8169-for-jeff-20070806' of git://electric-eye.fr.zoreil.com/home/romieu/linux-2.6 into upstream-fixesJeff Garzik1-8/+16