aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-17Add /sys/module/name/notesRoland McGrath1-0/+106
2007-10-17Fix CONFIG_DEBUG_SHIRQ trigger on free_irq()David Woodhouse1-16/+15
2007-10-17Remove "unsafe" from module structRusty Russell1-16/+5
2007-10-17time: simplify smp_call_function_single() call sequenceAvi Kivity1-13/+4
2007-10-17Clean up duplicate includes in kernel/Jesper Juhl7-7/+0
2007-10-17SLAB_PANIC more (proc, posix-timers, shmem)Alexey Dobriyan1-1/+2
2007-10-17softlockup: add a /proc tuning parameterRavikiran G Thirumalai2-9/+31
2007-10-17softlockup watchdog: style cleanupsIngo Molnar1-7/+7
2007-10-17softlockup: improve debug outputIngo Molnar1-7/+13
2007-10-17fix the softlockup watchdog to actually workIngo Molnar1-3/+4
2007-10-17softlockup: use cpu_clock() instead of sched_clock()Ingo Molnar1-4/+6
2007-10-17oom: compare cpuset mems_allowed instead of exclusive ancestorsDavid Rientjes1-32/+11
2007-10-17oom: add oom_kill_allocating_task sysctlDavid Rientjes1-0/+9
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-2/+1
2007-10-17mm: dirty balancing for tasksPeter Zijlstra1-0/+10
2007-10-17mm: per device dirty thresholdPeter Zijlstra1-1/+1
2007-10-16time: introduce xtime_secondsIngo Molnar2-12/+1
2007-10-16kprobes: support kretprobe blacklistMasami Hiramatsu1-0/+23
2007-10-16cpuset: remove sched domain hooks from cpusetsPaul Jackson2-111/+2
2007-10-16m32r: convert to generic sys_ptraceChristoph Hellwig1-0/+10
2007-10-16hugetlb: Add hugetlb_dynamic_pool sysctlAdam Litke1-0/+8
2007-10-16memory unplug: memory hotplug cleanupKAMEZAWA Hiroyuki1-1/+25
2007-10-16Group short-lived and reclaimable kernel allocationsMel Gorman1-1/+1
2007-10-16Memoryless nodes: Use N_HIGH_MEMORY for cpusetsChristoph Lameter1-18/+38
2007-10-16Memoryless nodes: Allow profiling data to fall back to other nodesChristoph Lameter1-2/+2
2007-10-16x86: optimize page faults like all other achitectures and kill notifier cruftChristoph Hellwig1-36/+3
2007-10-16Convert cpu_sibling_map to be a per cpu variableMike Travis1-4/+4
2007-10-16slow down printk during bootRandy Dunlap1-0/+59
2007-10-16Consolidate PTRACE_DETACHAlexey Dobriyan1-0/+3
2007-10-15Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds1-0/+1
2007-10-15Merge branch 'v2.6.24-lockdep' of git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdepLinus Torvalds4-39/+91
2007-10-15sched: sync wakeups preempt tooIngo Molnar1-10/+1
2007-10-15sched: affine sync wakeupsIngo Molnar1-1/+7
2007-10-15sched: guest CPU accounting: maintain stats in account_system_time()Laurent Vivier1-0/+25
2007-10-15sched: guest CPU accounting: add guest-CPU /proc/<pid>/stat fieldsLaurent Vivier2-0/+9
2007-10-15sched: domain sysctl fixes: add terminator commentMilton Miller1-0/+1
2007-10-15sched: domain sysctl fixes: do not crash on allocation failureMilton Miller1-2/+8
2007-10-15sched: domain sysctl fixes: unregister the sysctl table before domainsMilton Miller1-4/+30
2007-10-15sched: domain sysctl fixes: use for_each_online_cpu()Milton Miller1-1/+2
2007-10-15sched: domain sysctl fixes: use kcalloc()Milton Miller1-3/+2
2007-10-15Make scheduler debug file operations constArjan van de Ven1-1/+1
2007-10-15sched: allow the immediate migration of cache-cold tasksIngo Molnar1-1/+7
2007-10-15sched: debug, improve migration statisticsIngo Molnar2-32/+131
2007-10-15sched: debug: increase width of debug lineIngo Molnar1-6/+7
2007-10-15sched: activate task_hot() only on fair-scheduled tasksPeter Zijlstra1-3/+8
2007-10-15sched: reintroduce cache-hot affinityIngo Molnar3-0/+37
2007-10-15sched: speed up context-switches a bitIngo Molnar1-11/+0
2007-10-15sched: do not wakeup-preempt with SCHED_BATCH tasksIngo Molnar1-0/+6
2007-10-15sched: generate uevents for user creation/destructionSrivatsa Vaddagiri1-0/+4
2007-10-15sched: do not normalize kernel threads via SysRq-NIngo Molnar1-11/+7