aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-11-29wait_task_stopped(): pass correct exit_code to wait_noreap_copyout()Scott James Remnant1-1/+1
2007-11-29FRV: fix the extern declaration of kallsyms_num_symsDavid Howells1-1/+6
2007-11-29Isolate the UTS namespace's domainname and hostname backPavel Emelyanov1-0/+4
2007-11-29wait_task_stopped(): don't use task_pid_nr_ns() locklessOleg Nesterov1-5/+4
2007-11-28sched: clean up kernel/sched_stat.hIngo Molnar1-1/+2
2007-11-28sched: clean up overlong line in kernel/sched_debug.cIngo Molnar1-3/+5
2007-11-28sched: clean up, move __sched_text_start/end to sched.hIngo Molnar1-3/+0
2007-11-28sched: clean up sd_alloc_ctl_cpu_table() definitionIngo Molnar1-1/+1
2007-11-28softlockup: fix false positives on CONFIG_NOHZThomas Gleixner1-0/+2
2007-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/net-2.6Linus Torvalds1-31/+0
2007-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds4-9/+14
2007-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds1-3/+6
2007-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-3/+5
2007-11-26sched: bump version of kernel/sched_debug.cIngo Molnar1-1/+1
2007-11-26sched: fix minimum granularity tuningsZou Nan hai1-6/+6
2007-11-26sched: fix kernel/acct.c commentIngo Molnar1-1/+1
2007-11-26sched: don't forget to unlock uids_mutex on error pathsPavel Emelyanov1-1/+6
2007-11-26time: add ADJ_OFFSET_SS_READJohn Stultz1-3/+6
2007-11-20[S390] appldata: remove unused binary sysctls.Heiko Carstens1-11/+0
2007-11-20[S390] cmm: remove unused binary sysctls.Heiko Carstens1-3/+0
2007-11-19[IPVS]: Move remaining sysctl handlers over to CTL_UNNUMBEREDSimon Horman1-25/+0
2007-11-19[IPVS]: Fix sysctl warnings about missing strategy in schedulersSimon Horman1-2/+0
2007-11-19[IPVS]: Fix sysctl warnings about missing strategyChristian Borntraeger1-4/+0
2007-11-19module: fix and elaborate commentsMatti Linnanvuori1-3/+5
2007-11-17ntp: fix typo that makes sync_cmos_clock erraticDavid P. Reed1-1/+1
2007-11-17x86: ignore the sys_getcpu() tcache parameterIngo Molnar1-19/+1
2007-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds2-36/+28
2007-11-15sched: reorder SCHED_FEAT_ bitsIngo Molnar1-6/+6
2007-11-15sched: make sched_nr_latency staticAdrian Bunk1-1/+1
2007-11-15sched: remove activate_idle_task()Dmitry Adamushko1-18/+4
2007-11-15sched: fix __set_task_cpu() SMP raceDmitry Adamushko1-7/+13
2007-11-15sched: fix SCHED_FIFO tasks & FAIR_GROUP_SCHEDOleg Nesterov1-1/+3
2007-11-15sched: fix accounting of interrupts during guest execution on s390Christian Borntraeger1-4/+2
2007-11-15wait_task_stopped: Check p->exit_state instead of TASK_TRACEDRoland McGrath1-2/+1
2007-11-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2007-11-14kernel/taskstats.c: fix bogus nlmsg_free()Adrian Bunk1-18/+18
2007-11-14hibernate: fix lockdep reportJohannes Berg1-1/+11
2007-11-14__do_IRQ does not check IRQ_DISABLED when IRQ_PER_CPU is setRuss Anderson1-3/+5
2007-11-14pidns: Place under CONFIG_EXPERIMENTALEric W. Biederman1-0/+2
2007-11-14fix param_sysfs_builtin name length checkJan Kiszka1-9/+6
2007-11-14Linux Kernel Markers: fix marker mutex not taken upon module loadMathieu Desnoyers1-24/+17
2007-11-14revert "Task Control Groups: example CPU accounting subsystem"Andrew Morton3-198/+3
2007-11-14Add IORESOUCE_BUSY flag for System RAMYasunori Goto1-1/+1
2007-11-14Improve cgroup printksDiego Calleja1-5/+4
2007-11-14sysctl: check length at deprecated_sysctl_warningTetsuo Handa1-0/+4
2007-11-13[SYSCTL]: Fix warning for token-ring from sysctl checkerOlof Johansson1-1/+1
2007-11-12sigwait eats blocked default-ignore signalsRoland McGrath1-1/+1
2007-11-09[FUTEX] Fix address computation in compat code.David Miller1-7/+19
2007-11-09sched: proper prototype for kernel/sched.c:migration_init()Adrian Bunk1-3/+1
2007-11-09sched: avoid large irq-latencies in smp-balancingPeter Zijlstra2-5/+18