summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2007-11-09sched: fix copy_namespace() <-> sched_fork() dependency in do_forkSrivatsa Vaddagiri-4/+5
2007-11-09sched: clean up the wakeup preempt check, #2Ingo Molnar-3/+2
2007-11-09sched: clean up the wakeup preempt checkIngo Molnar-12/+13
2007-11-09sched: wakeup preemption fixIngo Molnar-4/+2
2007-11-09sched: remove PREEMPT_RESTRICTIngo Molnar-11/+3
2007-11-09sched: turn off PREEMPT_RESTRICTIngo Molnar-1/+1
2007-11-09sched: cleanup, use NSEC_PER_MSEC and NSEC_PER_SECEric Dumazet-6/+6
2007-11-09sched: reintroduce SMP tunings againIngo Molnar-9/+37
2007-11-09sched: restore deterministic CPU accounting on powerpcPaul Mackerras-7/+14
2007-11-09sched: fix delay accounting regressionBalbir Singh-5/+6
2007-11-09sched: reintroduce the sched_min_granularity tunablePeter Zijlstra-12/+36
2007-11-09sched: documentation: place_entity() commentsPeter Zijlstra-2/+9
2007-11-09sched: fix vslicePeter Zijlstra-0/+1
2007-11-05time: fix inconsistent function names in commentsLi Zefan-3/+3
2007-11-05Dump stack during sysctl registration failureAlexey Dobriyan-0/+1
2007-11-05kernel/futex.c: make 3 functions staticAdrian Bunk-7/+4
2007-11-03Merge branch 'v2.6.24-rc1-lockdep' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-3/+4
2007-10-30[COMPAT]: Fix build on COMPAT platforms when CONFIG_NET is disabled.David S. Miller-0/+4
2007-10-30Freezer: do not allow freezing processes to clear TIF_SIGPENDINGRafael J. Wysocki-1/+1
2007-10-30sched: fix /proc/<PID>/stat stime/utime monotonicity, part 2Balbir Singh-0/+1
2007-10-29sched: fix style in kernel/sched.cIngo Molnar-9/+9
2007-10-29sched: fix style of swap() macro in kernel/sched_fair.cIngo Molnar-1/+1
2007-10-29sched: report CPU usage in CFS cgroup directoriesPaul Menage-5/+33
2007-10-29sched: move rcu_head to task_group structSrivatsa Vaddagiri-4/+4
2007-10-29sched: fix incorrect assumption that cpu 0 existsJames Bottomley-2/+2
2007-10-29sched: keep utime/stime monotonicPeter Zijlstra-0/+1
2007-10-29sched: make kernel/sched.c:account_guest_time() staticAdrian Bunk-1/+1
2007-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrtLinus Torvalds-5/+5
2007-10-29x86 merge fallout: umlAl Viro-1/+1
2007-10-29Quieten hrtimer printk: "Switched to high resolution mode .."Michael Ellerman-1/+1
2007-10-29timer_list: Fix printk format stringsVegard Nossum-2/+4
2007-10-29clockevents: unexport tick_nohz_get_sleep_lengthAdrian Bunk-2/+0
2007-10-28lockdep: fix a typo in the __lock_acquire commentGautham R Shenoy-1/+1
2007-10-25sched: fix unconditional irq lockPeter Zijlstra-2/+3
2007-10-24sched: isolate SMP balancing code a bit morePeter Williams-17/+12
2007-10-24sched: reduce balance-tasks overheadPeter Williams-55/+130
2007-10-24sched: make cpu_shares_{show,store}() staticAdrian Bunk-2/+3
2007-10-24sched: clean up some control group codePaul Menage-35/+18
2007-10-24sched: document profile=sleep requiring CONFIG_SCHEDSTATSMel Gorman-0/+5
2007-10-24sched: use show_regs() to improve __schedule_bug() outputSatyam Sharma-3/+11
2007-10-24sched: clean up sched_domain_debug()Ingo Molnar-73/+73
2007-10-24sched: fix fastcall mismatch in completion APIsIngo Molnar-5/+5
2007-10-24sched: fix sched_domain sysctl registration againMilton Miller-5/+20
2007-10-23cgroup: kill unused variableJeff Garzik-1/+0
2007-10-23Fix synchronize_irq races with IRQ handlerHerbert Xu-2/+18
2007-10-22auditsc: fix kernel-doc param warningsRandy Dunlap-2/+2
2007-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi...Linus Torvalds-1/+0
2007-10-22Fix appletalk sysctl entry nameEric W. Biederman-1/+1
2007-10-22sched: don't clear PF_VCPU in schedulerLaurent Vivier-1/+0
2007-10-21[PATCH] audit: watching subtreesAl Viro-9/+1301