19 Aug, 2005
1 commit
17 Aug, 2005
1 commit
-
This removes very old functions from pci docs, which are no longer in
the kernel.Signed-off-by: Jiri Slaby
Signed-off-by: Greg Kroah-Hartman
Signed-off-by: Linus Torvalds
16 Aug, 2005
2 commits
-
When both platform-specific and generic drivers exist,
enable generic over-ride with "acpi_generic_hotkey".http://bugzilla.kernel.org/show_bug.cgi?id=4953
Signed-off-by: Luming Yu
Signed-off-by: Len Brown
11 Aug, 2005
1 commit
10 Aug, 2005
1 commit
-
Patch from Ben Dooks
Documentation for the in-built OHCI host controller
and the support for it in Linux.Signed-off-by: Ben Dooks
Signed-off-by: Russell King
08 Aug, 2005
1 commit
-
Don't log machine check events left over from boot. Too many BIOSes leave
bogus events in there.This unfortunately also makes it impossible to log events that caused a
reboot. For people with non broken BIOS there is mce=bootlogSigned-off-by: Andi Kleen
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
05 Aug, 2005
3 commits
-
The patch which went in was correct, but not quite what I had in mind.
Here is a patch to update that a little bit. Original patch is at:
http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4749f32da939d4e4160541b2cadc22492bb507ecSigned-off-by: Pete Zaitcev
Signed-off-by: Greg Kroah-Hartman
Signed-off-by: Linus Torvalds -
Acked-by: Prasanna S Panchamukhi
Signed-off-by: Jim Keniston
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
no_overlay bttv parameter implemented to fix OOPS on some PCI chipsets
(like some VIA) with these behaviors:1) If pci_quicks does identify the chip as having troubles to
handle PCI2PCI transfers, no_overlay defaults to 1. The user may force
it to 0, to reenable (not recommended).2) For newer chipsets not blacklisted, no_overlay=1 is provided as a
workaround until PCI chipset included on /drivers/pci/quirks.cThanks to Bodo Eggert
Signed-off-by: Michael Krufky
Signed-off-by: Mauro Carvalho Chehab
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
04 Aug, 2005
1 commit
-
Patch from Michael Burian
This file is maintained by RMK's machine registry, it should not be patched.
Signed-off-by: Michael Burian
Signed-off-by: Russell King
02 Aug, 2005
3 commits
-
Improve the likelihood that someone submitting a patch will notify the
MAN-PAGES maintainer.This is a follow-up to comments on the July 29 lkml email thread: "Broke nice
range for RLIMIT NICE"Signed-off-by: Paul Jackson
Cc: "Michael Kerrisk"
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
Peter Missel:
- Add support for the SVideo input on the GDI Black Gold.Mauro Carvalho Chehab:
- Linux/version.h removed. Replaced by linux/utsname.hMichael Krufky:
- Added analog support for DViCO FusionHDTV5 Gold.CC: Peter Missel
Signed-off-by: Mauro Carvalho Chehab
Signed-off-by: Michael Krufky
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
- Fixed some bttv card numbers.
- BTTV and SAA7134 version numbers incremented to reflect changes.
- pci_dma_supported() is called after pci_set_dma_mask() which
already did check that for us. This patch removes the unneeded call to
pci_dma_supported() at bttv-driver.c- Ensure a sufficient I2C bus idle time between 2 messages for
saa7134-i2c.c- It is important to write at first to MO_GP3_IO for cx88-tvaudio.c
- Use try_to_freeze() instead of refrigerator at msp3400.c
- Recognizing the MFPE05-2 Tuner at tveeprom.c
- Add new parameter to help identify radio chipsets at tuner module:
show_i2c=1 will show 16 reading bytes from detected tuners.- BTTV does generate some Unimplemented IOCTL log at tuner module:
0x40046d11(dir=1,tp=0x6d,nr=17,sz=4) means that it is sending
MSP3400 calls to non-msp3400 tuners. Warning eliminated.
VIDIOSAUDIO is also called, so debug messages updated. It is still
requiring IOCTL implementation.- Added two more tuners.
- Add support for the SVideo input on the GDI Black Gold.
Signed-off-by: Peter Missel
Signed-off-by: Graham Bevan
Signed-off-by: Torsten Seeboth
Signed-off-by: Hartmut Hackmann
Signed-off-by: Tobias Klauser
Signed-off-by: Michael Krufky
Signed-off-by: Mauro Carvalho Chehab
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
01 Aug, 2005
1 commit
31 Jul, 2005
3 commits
-
Contains general updates (additional configuration info, hopefully
better examples, updated some out of date info, and a bonus pass
through ispell to banish the "paramters.") and info specific to
gratuitous ARP and xmit policy functionality already in 2.6.13-rc2.Signed-off-by: Jay Vosburgh
Signed-off-by: Jeff Garzik -
ethernet drivers to remain as ignorant as is reasonable of the connected
PHY's design and operation details.Signed-off-by: Andy Fleming
Signed-off-by: Jeff Garzik -
Document mtrr boot option usage to Documentation/fb/vesafb.txt.
Signed-off-by: Antonino Daplas
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
30 Jul, 2005
2 commits
-
This was the last agreed upon set of rules, it's probably time we actually add
them to the kernel tree to make them "official".Signed-off-by: Greg Kroah-Hartman
Signed-off-by: Linus Torvalds -
Signed-off-by: Daniel Walker
Signed-off-by: Greg Kroah-Hartman
Signed-off-by: Linus Torvalds
29 Jul, 2005
1 commit
-
Signed-off-by: Andi Kleen
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
28 Jul, 2005
9 commits
-
Update the PCMCIA documentation to reflect some more, though older, changes.
Parts extracted from an e-mail from Randy Dunlap with his consent.Signed-off-by: Randy Dunlap
Signed-off-by: Dominik Brodowski
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
Documentation,ARM,/arm/Makefile,ARM PXA2XX driver
Added ARM PXA2xx AC97 driver by Nicolas Pitre
(moved from alsa-driver tree).Signed-off-by: Takashi Iwai
-
Documentation,SPARC,/sparc/Makefile
Add the DBRI driver on Sparcs by Martin Habets
(moved from alsa-driver tree).Signed-off-by: Takashi Iwai
-
Documentation,PCMCIA Kconfig,Digigram VX Pocket driver
- Fixed Oops with request_firmware()
- Detect the card type in runtime (vxpoocket v2 or 440)
- snd-vxp440 driver is merged to snd-vxpocket
- Clean up the codeSigned-off-by: Takashi Iwai
-
Documentation,HDA Codec driver
- Added a new '6stack' model for ALC880.
- Fixed the typo in 6stack-digout model name.
- Added description for missing models in ALSA-Configuration.txt.Signed-off-by: Takashi Iwai
-
Add core locking documentation to Infiniband
Signed-off-by: Roland Dreier
Signed-off-by: Hal Rosenstock
Cc: Roland Dreier
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
User MAD ABI changes to support RMPP
Signed-off-by: Hal Rosenstock
Cc: Roland Dreier
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
Document that udev 058 is required.
Signed-off-by: Adrian Bunk
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
27 Jul, 2005
1 commit
17 Jul, 2005
3 commits
16 Jul, 2005
3 commits
-
Patch from Michael Burian
comment in "mach-types.h" tells that it should not be patched
"Image" is a binary, just as zImage, uImage and friends areSigned-off-by: Michael Burian
Signed-off-by: Russell King -
I think it's about time to make the build a little more vocal about the
expiry of these functions. Due to recent discussions with problems in
the console initialisation vs power manglement, I'd like to move the
date forward to September.Signed-off-by: Russell King
-
Clean up and expand some of the inotify documentation.
Signed-off-by: Robert Love
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
14 Jul, 2005
1 commit
13 Jul, 2005
2 commits
-
inotify is intended to correct the deficiencies of dnotify, particularly
its inability to scale and its terrible user interface:* dnotify requires the opening of one fd per each directory
that you intend to watch. This quickly results in too many
open files and pins removable media, preventing unmount.
* dnotify is directory-based. You only learn about changes to
directories. Sure, a change to a file in a directory affects
the directory, but you are then forced to keep a cache of
stat structures.
* dnotify's interface to user-space is awful. Signals?inotify provides a more usable, simple, powerful solution to file change
notification:* inotify's interface is a system call that returns a fd, not SIGIO.
You get a single fd, which is select()-able.
* inotify has an event that says "the filesystem that the item
you were watching is on was unmounted."
* inotify can watch directories or files.Inotify is currently used by Beagle (a desktop search infrastructure),
Gamin (a FAM replacement), and other projects.See Documentation/filesystems/inotify.txt.
Signed-off-by: Robert Love
Cc: John McCutchan
Cc: Christoph Hellwig
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds