aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-10-19Documentation: Drop reference to dead "eicon" kernel paramter.Robert P. J. Day1-3/+0
2007-10-19Drop the superfluous test for an old version of gcc.Robert P. J. Day1-8/+0
2007-10-19Remove long-dead commented-out MODULE_PARM reference.Robert P. J. Day1-1/+0
2007-10-19Explain clearly why kmalloc() can't use __GFP_HIGHMEM.Robert P. J. Day1-1/+2
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day89-117/+117
2007-10-19crypto: convert crypto.h to UTF-8John Anthony Kazos Jr1-1/+1
2007-10-19crypto: convert "crypto" subdirectory to UTF-8John Anthony Kazos Jr2-2/+2
2007-10-19fix typos in drivers/block/KconfigPatrick Ringl1-2/+2
2007-10-19Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds51-2411/+4182
2007-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds1-1/+1
2007-10-19Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds23-882/+254
2007-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds26-383/+961
2007-10-19Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86Linus Torvalds1-2/+7
2007-10-19Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds10-92/+44
2007-10-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds11-71/+48
2007-10-19NULL terminate the pci_device_ids in pasemi_edacStephen Rothwell1-0/+1
2007-10-19Uninline fork.c/exit.cAlexey Dobriyan2-13/+13
2007-10-19kernel/fork.c: remove unneeded variable initialization in copy_process()Mariusz Kozlowski1-1/+1
2007-10-19Linux Kernel Markers - DocumentationMathieu Desnoyers1-0/+81
2007-10-19Linux Kernel Markers - SamplesMathieu Desnoyers6-1/+164
2007-10-19markers: Add samples subdirMathieu Desnoyers3-0/+16
2007-10-19Linux Kernel MarkersMathieu Desnoyers7-1/+710
2007-10-19Combine instrumentation menus in kernel/Kconfig.instrumentationMathieu Desnoyers38-420/+73
2007-10-19Change struct marker usersMathieu Desnoyers4-23/+25
2007-10-19Hook up group scheduler with control groupsSrivatsa Vaddagiri3-0/+137
2007-10-19Add documentation for extended crashkernel syntaxBernhard Walle2-0/+33
2007-10-19Use extended crashkernel command line on shBernhard Walle2-26/+33
2007-10-19Use extended crashkernel command line on ppc64Bernhard Walle1-27/+27
2007-10-19Use extended crashkernel command line on ia64Bernhard Walle3-44/+50
2007-10-19Use extended crashkernel command line on x86_64Bernhard Walle3-35/+34
2007-10-19Use extended crashkernel command line on i386Bernhard Walle3-28/+46
2007-10-19Extended crashkernel command lineBernhard Walle2-0/+168
2007-10-19IPC: fix error case when idr-cache is empty in ipcget()Pierre Peiffer4-11/+18
2007-10-19virtualization of sysv msg queues is incompleteKirill Korotaev2-11/+12
2007-10-19IPC: cleanup some code and wrong comments about semundo list managmentPierre Peiffer1-40/+6
2007-10-19ipc: remove unneeded parametersNadia Derbey4-17/+12
2007-10-19fix idr_find() lockingNadia Derbey5-70/+198
2007-10-19ipc: fix wrong commentsNadia Derbey5-45/+118
2007-10-19ipc: inline ipc_buildid()Nadia Derbey2-6/+5
2007-10-19ipc: introduce the ipcid_to_idx macroNadia Derbey2-2/+4
2007-10-19Storing ipcs into IDRsNadia Derbey4-18/+46
2007-10-19ipc: integrate ipc_checkid() into ipc_lock()Nadia Derbey5-136/+152
2007-10-19ipc: remove the ipc_get() routineNadia Derbey3-23/+13
2007-10-19ipc: unify the syscalls codeNadia Derbey5-139/+215
2007-10-19ipc: store ipcs into IDRsNadia Derbey9-313/+331
2007-10-19Add irq protection in the percpu-counters cpu-hotplug-callback pathGautham R Shenoy1-2/+3
2007-10-19CPU HOTPLUG: avoid hotadd when proper possible_map isn't specifiedKAMEZAWA Hiroyuki1-0/+9
2007-10-19hotplug cpu: migrate a task within its cpusetCliff Wickman4-3/+33
2007-10-19Control groups: Replace "cont" with "cgrp" and other misc renamingPaul Menage1-247/+247
2007-10-19Use task_pid_nr() instead of pid_nr(task_pid())Pavel Emelyanov2-2/+2