aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-19Convert files to UTF-8 and some cleanupsGravatar Jan Engelhardt 168-248/+248
2007-10-19Documentation: Delete dead OSS-related kernel parameter.Gravatar Robert P. J. Day 1-3/+0
2007-10-19Documentation: Drop reference to dead "eicon" kernel paramter.Gravatar Robert P. J. Day 1-3/+0
2007-10-19Drop the superfluous test for an old version of gcc.Gravatar Robert P. J. Day 1-8/+0
2007-10-19Remove long-dead commented-out MODULE_PARM reference.Gravatar Robert P. J. Day 1-1/+0
2007-10-19Explain clearly why kmalloc() can't use __GFP_HIGHMEM.Gravatar Robert P. J. Day 1-1/+2
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Gravatar Robert P. J. Day 89-117/+117
2007-10-19crypto: convert crypto.h to UTF-8Gravatar John Anthony Kazos Jr 1-1/+1
2007-10-19crypto: convert "crypto" subdirectory to UTF-8Gravatar John Anthony Kazos Jr 2-2/+2
2007-10-19fix typos in drivers/block/KconfigGravatar Patrick Ringl 1-2/+2
2007-10-19Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Gravatar Linus Torvalds 51-2411/+4182
2007-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedGravatar Linus Torvalds 1-1/+1
2007-10-19Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusGravatar Linus Torvalds 23-882/+254
2007-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Gravatar Linus Torvalds 26-383/+961
2007-10-19Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86Gravatar Linus Torvalds 1-2/+7
2007-10-19Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Gravatar Linus Torvalds 10-92/+44
2007-10-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar Linus Torvalds 11-71/+48
2007-10-19NULL terminate the pci_device_ids in pasemi_edacGravatar Stephen Rothwell 1-0/+1
2007-10-19Uninline fork.c/exit.cGravatar Alexey Dobriyan 2-13/+13
2007-10-19kernel/fork.c: remove unneeded variable initialization in copy_process()Gravatar Mariusz Kozlowski 1-1/+1
2007-10-19Linux Kernel Markers - DocumentationGravatar Mathieu Desnoyers 1-0/+81
2007-10-19Linux Kernel Markers - SamplesGravatar Mathieu Desnoyers 6-1/+164
2007-10-19markers: Add samples subdirGravatar Mathieu Desnoyers 3-0/+16
2007-10-19Linux Kernel MarkersGravatar Mathieu Desnoyers 7-1/+710
2007-10-19Combine instrumentation menus in kernel/Kconfig.instrumentationGravatar Mathieu Desnoyers 38-420/+73
2007-10-19Change struct marker usersGravatar Mathieu Desnoyers 4-23/+25
2007-10-19Hook up group scheduler with control groupsGravatar Srivatsa Vaddagiri 3-0/+137
2007-10-19Add documentation for extended crashkernel syntaxGravatar Bernhard Walle 2-0/+33
2007-10-19Use extended crashkernel command line on shGravatar Bernhard Walle 2-26/+33
2007-10-19Use extended crashkernel command line on ppc64Gravatar Bernhard Walle 1-27/+27
2007-10-19Use extended crashkernel command line on ia64Gravatar Bernhard Walle 3-44/+50
2007-10-19Use extended crashkernel command line on x86_64Gravatar Bernhard Walle 3-35/+34
2007-10-19Use extended crashkernel command line on i386Gravatar Bernhard Walle 3-28/+46
2007-10-19Extended crashkernel command lineGravatar Bernhard Walle 2-0/+168
2007-10-19IPC: fix error case when idr-cache is empty in ipcget()Gravatar Pierre Peiffer 4-11/+18
2007-10-19virtualization of sysv msg queues is incompleteGravatar Kirill Korotaev 2-11/+12
2007-10-19IPC: cleanup some code and wrong comments about semundo list managmentGravatar Pierre Peiffer 1-40/+6
2007-10-19ipc: remove unneeded parametersGravatar Nadia Derbey 4-17/+12
2007-10-19fix idr_find() lockingGravatar Nadia Derbey 5-70/+198
2007-10-19ipc: fix wrong commentsGravatar Nadia Derbey 5-45/+118
2007-10-19ipc: inline ipc_buildid()Gravatar Nadia Derbey 2-6/+5
2007-10-19ipc: introduce the ipcid_to_idx macroGravatar Nadia Derbey 2-2/+4
2007-10-19Storing ipcs into IDRsGravatar Nadia Derbey 4-18/+46
2007-10-19ipc: integrate ipc_checkid() into ipc_lock()Gravatar Nadia Derbey 5-136/+152
2007-10-19ipc: remove the ipc_get() routineGravatar Nadia Derbey 3-23/+13
2007-10-19ipc: unify the syscalls codeGravatar Nadia Derbey 5-139/+215
2007-10-19ipc: store ipcs into IDRsGravatar Nadia Derbey 9-313/+331
2007-10-19Add irq protection in the percpu-counters cpu-hotplug-callback pathGravatar Gautham R Shenoy 1-2/+3
2007-10-19CPU HOTPLUG: avoid hotadd when proper possible_map isn't specifiedGravatar KAMEZAWA Hiroyuki 1-0/+9
2007-10-19hotplug cpu: migrate a task within its cpusetGravatar Cliff Wickman 4-3/+33