14 Jun, 2005
1 commit
-
From: Ralf Baechle
There are archives of the old list at http://oss.sgi.com/archives/netdev
Signed-off-by: Andrew Morton
Signed-off-by: David S. Miller
03 Jun, 2005
1 commit
01 Jun, 2005
2 commits
-
Documentation for cpufreq stats.
Signed-off-by: Venkatesh Pallipadi
Signed-off-by: Dave Jones
31 May, 2005
3 commits
-
Document recently-added ata_port_operations hooks.
Fill several doc stubs in libata-core.c.
21 May, 2005
2 commits
-
This works around the too fast timer seen on some ATI boards.
I don't feel confident enough about it yet to enable it by default, but give
users the option.Patch and debugging from Christopher Allen Wing , with
minor tweaks (renamed the option and documented it)Signed-off-by: Andi Kleen
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
This patch removes the entwining of cpusets and hotplug code in the "No
more Mr. Nice Guy" case of sched.c move_task_off_dead_cpu().Since the hotplug code is holding a spinlock at this point, we cannot take
the cpuset semaphore, cpuset_sem, as would seem to be required either to
update the tasks cpuset, or to scan up the nested cpuset chain, looking for
the nearest cpuset ancestor that still has some CPUs that are online. So
we just punt and blast the tasks cpus_allowed with all bits allowed.This reverts these lines of code to what they were before the cpuset patch.
And it updates the cpuset Doc file, to match.The one known alternative to this that seems to work came from Dinakar
Guniguntala, and required the hotplug code to take the cpuset_sem semaphore
much earlier in its processing. So far as we know, the increased locking
entanglement between cpusets and hot plug of this alternative approach is
not worth doing in this case.Signed-off-by: Paul Jackson
Acked-by: Nathan Lynch
Acked-by: Dinakar Guniguntala
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
18 May, 2005
1 commit
-
The driver model has a "detach_state" mechanism that:
- Has never been used by any in-kernel drive;
- Is superfluous, since driver remove() methods can do the same thing;
- Became buggy when the suspend() parameter changed semantics and type;
- Could self-deadlock when called from certain suspend contexts;
- Is effectively wasted documentation, object code, and headspace.This removes that "detach_state" mechanism; net code shrink, as well
as a per-device saving in the driver model and sysfs.Signed-off-by: David Brownell
Signed-off-by: Greg Kroah-Hartman
17 May, 2005
8 commits
-
updated documentation (Manu Abraham)
Signed-off-by: Johannes Stezenbach
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
- reorganize Twinhan DST driver to support CI
- add support for more cards
(Manu Abraham)Signed-off-by: Johannes Stezenbach
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
update bt8xx documentation (Uwe Bugla)
Signed-off-by: Johannes Stezenbach
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
added support for different tda10046 firmware versions. tested with v20, v21
and v25. (Andreas Oberritter)Signed-off-by: Johannes Stezenbach
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
readme update
Signed-off-by: Patrick Boettcher
Signed-off-by: Johannes Stezenbach
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
add acknowledgements
Signed-off-by: Patrick Boettcher
Signed-off-by: Johannes Stezenbach
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
b2c2/flexcop driver refactoring to support PCI and USB based cards part 2: add
modular Flexcop driverSigned-off-by: Patrick Boettcher
Signed-off-by: Johannes Stezenbach
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
drivers/ieee1394 feature removal notices: amdtp, cmp, legacy rawiso
interfaceSigned-off-by: Jody McIntyre
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
06 May, 2005
3 commits
-
Ross moved. Remove the bad email address so people will find the correct
one in ./CREDITS.Signed-off-by: Jesper Juhl
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
Additions to the dontdiff list.
Signed-off-by: Matt Porter
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
There's no longer a reason to document the obsolete BK usage.
Signed-off-by: Adrian Bunk
Cc: Jeff Garzik
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
04 May, 2005
6 commits
-
This fixes u32 vs. pm_message_t confusion in documentation, and
removes references to no-longer-existing (*save_state), too. With
exception of USB (I hope David will fix/apply my patch), this should
fix last piece of this confusion... famous last words.Signed-off-by: Pavel Machek
Signed-off-by: Greg Kroah-Hartman -
pci_find_slot() doesn't work on multiple-domain boxes so pci_get_slot()
should be used instead.Signed-off-by: Matthew Wilcox
Signed-off-by: Greg Kroah-Hartman -
update the documentation to mention aoetools
Signed-off-by: Ed L. Cashin
Signed-off-by: Greg Kroah-Hartman -
aoe-stat should work for built-in as well as module
Signed-off-by: Ed L. Cashin
Signed-off-by: Greg Kroah-Hartmandiff -uprN a/Documentation/aoe/status.sh b/Documentation/aoe/status.sh
-
improve allowed interfaces configuration
Signed-off-by: Ed L. Cashin
Signed-off-by: Greg Kroah-Hartmandiff -uprN a/Documentation/aoe/aoe.txt b/Documentation/aoe/aoe.txt
01 May, 2005
13 commits
-
The patch updates the documentation for /proc. super-nr and super-max have
been dropped from the kernel since 2.4.9 due to minor numbering issues.
This change was not documented in the documentation.Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
We have at least two users which were confused by these messages, myself
included.Signed-off-by: Alexey Dobriyan
Signed-off-by: Sam Ravnborg
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
The start page for each book has changed from book1.html to index.html.
Update our generated links acocrdingly.Signed-off-by: Martin Waitz
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
With the custom stylesheet, functions are rendered using ANSI-C syntax and
xmlto is a bit quieter.Signed-off-by: Martin Waitz
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
xmlto uses standared XSLT templates to generate manpages, (x)html pages, and
XML FO files which can be processed with passivetex. This is much faster than
using jadetex for everything. This patch also reduces the number of
kernel-specific scripts that are needed to generate documentation.Signed-off-by: Martin Waitz
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
As the author of tulip-user and via-audio docbooks, I can say that they are
out of date and should be deleted.Signed-off-by: Martin Waitz
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
I have recompiled Linux kernel 2.6.11.5 documentation for me and our
university students again. The documentation could be extended for more
sources which are equipped by structured comments for recent 2.6 kernels. I
have tried to proceed with that task. I have done that more times from 2.6.0
time and it gets boring to do same changes again and again. Linux kernel
compiles after changes for i386 and ARM targets. I have added references to
some more files into kernel-api book, I have added some section names as well.
So please, check that changes do not break something and that categories are
not too much skewed.I have changed kernel-doc to accept "fastcall" and "asmlinkage" words reserved
by kernel convention. Most of the other changes are modifications in the
comments to make kernel-doc happy, accept some parameters description and do
not bail out on errors. Changed to @pid in the description, moved some
#ifdef before comments to correct function to comments bindings, etc.You can see result of the modified documentation build at
http://cmp.felk.cvut.cz/~pisa/linux/lkdb-2.6.11.tar.gzSome more sources are ready to be included into kernel-doc generated
documentation. Sources has been added into kernel-api for now. Some more
section names added and probably some more chaos introduced as result of quick
cleanup work.Signed-off-by: Pavel Pisa
Signed-off-by: Martin Waitz
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
Documentation/dontdiff is a little messy. Here is a patch to sort the
content of that file in alphabeticalSigned-off-by: Nguyen Anh Quynh
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
Update the RCU documentation to allow for the new synchronize_rcu() and
synchronize_sched() primitives. Fix a few other nits as well.Signed-off-by: Paul E. McKenney
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
The gpl exports need to be put back. Moving them to GPL -- but in a
measured manner, as I proposed on this list some months ago -- is fine.
Changing these particular exports precipitously is most definitely -not-
fine. Here is my earlier proposal:http://marc.theaimsgroup.com/?l=linux-kernel&m=110520930301813&w=2
See below for a patch that puts the exports back, along with an updated
version of my earlier patch that starts the process of moving them to GPL.
I will also be following this message with RFC patches that introduce two
(EXPORT_SYMBOL_GPL) interfaces to replace synchronize_kernel(), which then
becomes deprecated.Signed-off-by:
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
Synchronize documentation with current interface.
Signed-off-by: Martin Schwidefsky
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
The specifications that talk about E820 map doesn't have an upper limit on
the number of e820 entries. But, today's kernel has a hard limit of 32.
With increase in memory size, we are seeing the number of E820 entries
reaching close to 32. Patch below bumps the number upto 128.The patch changes the location of EDDBUF in zero-page (as it comes after E820).
As, EDDBUF is not used by boot loaders, this patch should not have any effect
on bootloader-setup code interface.Patch covers both i386 and x86-64.
Tested on:
* grub booting bzImage
* lilo booting bzImage with EDID info enabled
* pxeboot of bzImageSide-effect:
bss increases by ~ 2K and init.data increases by ~7.5K
on all systems, due to increase in size of static arrays.Signed-off-by: Venkatesh Pallipadi
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
Make the Locking document truer.
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds