[vyatta-svn] Linus' linux git respitory cloned with vyatta additions: Changes to 'refs/tags/v2.6.14-rc2'
Rick Balocca
rbalocca at suva.vyatta.com
Mon Jan 22 16:04:14 PST 2007
Tag 'v2.6.14-rc2' created by Linus Torvalds <torvalds at g5.osdl.org> at 2005-09-20 04:01 -0700
Linux v2.6.14-rc2 release
It's talk-like-a-pirate day. Arrr!
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQBDL3uuF3YsRnbiHLsRAthWAJ9RP8+V8ZTVJl5ze7C7x6wx/Gw4aQCeI6Z1
ouqmES7g7X5j5OhwVkUWa84=
=mnMi
-----END PGP SIGNATURE-----
Changes since v2.6.14-rc1:
Abhay Salunke (1):
dell_rbu: enhancements and fixes
Adam Kropelin (4):
ibmphp: Use dword accessors for PCI_ROM_ADDRESS
pciehp: Use dword accessors for PCI_ROM_ADDRESS
shpchp: Use dword accessors for PCI_ROM_ADDRESS
qla2xxx: Use dword accessors for PCI_ROM_ADDRESS
Adrian Bunk (1):
SECURITY must depend on SYSFS
Al Viro (1):
epca iomem annotations + several missing readw()
Alan Cox (1):
ide: clean up the garbage in eighty_ninty_three
Alexander Nyberg (1):
Fix fs/exec.c:788 (de_thread()) BUG_ON
Alexey Dobriyan (1):
[8021Q]: Add endian annotations.
Alok Kataria (1):
Fix slab BUG_ON() triggered by change in array cache size
Amy Griffis (1):
AUDIT: Prevent duplicate syscall rules
Andi Kleen (3):
Fix MPOL_F_VERIFY
Make BUILD_BUG_ON fail at compile time.
x86_64: Export end_pfn
Andrew Morton (10):
[WATCHDOG] driver-for-ibm-automatic-server-restart-watchdog-fix
i2c-keywest warning fix
set_current_state() commentary
schedule_timeout_[un]interruptible() speedup
s2io warning fixes
x86_64: e820.c needs module.h
x86_64: desc.h-needs smp.h
seclvl-use-securityfs tidy
dell_rbu tidy
joystick-vs-x.org fix
Andrey Panin (1):
[WATCHDOG] driver-for-ibm-automatic-server-restart-watchdog.patch
Anton Altaparmakov (4):
NTFS: Fix various bugs in the runlist merging code. (Based on libntfs
NTFS: Fix handling of compressed directories that I broke in earlier changeset.
NTFS: Fix ntfs_{read,write}page() to cope with concurrent truncates better.
Merge branch 'master' of /home/src/linux-2.6/
Anton Blanchard (2):
hvc_console: start kernel thread before registering tty
ppc64: build fix
Antonino A. Daplas (5):
fbdev Kconfig fix
nv_i2c oops fix
savagefb: Fix load failure of the Twister chipset
vgacon: Fix sanity checking in vgacon_resize
vc: Use correct size on buffer copy in vc_resize
Arnaldo Carvalho de Melo (9):
[DCCP]: Check if already in the CLOSING state in dccp_rcv_closereq
[DCCP]: Handle SYNC packets in dccp_rcv_state_process
[DCCP]: More precisely set reset_code when sending RESET packets
[DCCP]: Introduce DCCP_SOCKOPT_SERVICE
[DCCP]: Add MAINTAINERS and CREDITS entries
[DCCP]: Move the ack vector code to net/dccp/ackvec.[ch]
[CCID3]: Introduce include/linux/tfrc.h
[DCCP]: Don't use necessarily the same CCID for tx and rx
[DCCP]: Introduce CCID getsockopt for the CCIDs
Arnaud Patard (1):
sata_sis: Fix typo in sata port2 initialisation
Arnaud Patard (Rtp) (1):
[WATCHDOG] s3c2410_wdt.c-state_warning.patch
Badari Pulavarty (1):
AUDIT: Fix definition of audit_log_start() if audit not enabled
Bart De Schuymer (1):
[BRIDGE-NF]: Fix iptables redirect on bridge interface
Cal Peake (1):
Even more fallout from ATI Xpress timer workaround
Chris Mason (1):
reiserfs: use mark_inode_dirty instead of reiserfs_update_sd
Chuck Ebbert (1):
i386: Ignore masked FPU exceptions
Clemens Ladisch (8):
[ALSA] ad1889: add AD1889 driver
[ALSA] ad1889: add AD1889 driver docs
[ALSA] hdsp: always initialize card name
[ALSA] usb-audio: add SNDRV_PCM_INFO_BATCH flag
[ALSA] sparse address space annotations
[ALSA] opti93x: optimize a register access
[ALSA] rtctimer: add option to make RTC timer the default sequencer timer
[ALSA] set owner field in struct pci_driver
Con Kolivas (1):
vm: kswapd cleanup: use pgdat
Dave Hansen (1):
fix mm/Kconfig spelling
David Hardeman (2):
[WATCHDOG] i6300esb.patch
[WATCHDOG] i6300.h-removal-patch
David L Stevens (1):
[IPV6]: Fix per-socket multicast filtering in sk_reuse case
David S. Miller (8):
Merge master.kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6
Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6
[NETLINK]: Reserve a slot for NETLINK_GENERIC.
[COMPAT]: Fixup compat_do_execve()
[LIB]: Consolidate _atomic_dec_and_lock()
[NET]: Do not leak MSG_CMSG_COMPAT into userspace.
[TG3]: Add AMD K8 to list of write-reorder chipsets.
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
David Woodhouse (35):
AUDIT: Allow filtering of user messages
Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
AUDIT: Drop user-generated messages immediately while auditing disabled.
AUDIT: Really exempt auditd from having its actions audited.
AUDIT: Report lookup flags with path/inode records.
AUDIT: Spawn kernel thread to list filter rules.
AUDIT: Optimise the audit-disabled case for discarding user messages
Add audit subsystem to MAINTAINERS, for my sins.
AUDIT: Wait for backlog to clear when generating messages.
AUDIT: Remove stray declaration of tsk from audit_receive_msg().
AUDIT: No really, we don't want to audit auditd.
AUDIT: Return correct result from audit_filter_rules()
AUDIT: Clean up user message filtering
AUDIT: Use KERN_NOTICE for printk of audit records
Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
AUDIT: Fix definition of audit_log() if audit not enabled
AUDIT: Stop waiting for backlog after audit_panic() happens
AUDIT: Really don't audit auditd.
Merge with /shiny/git/linux-2.6/.git
Fix positioning of audit in MAINTAINERS.
AUDIT: Exempt the whole auditd thread-group from auditing
AUDIT: Avoid scheduling in idle thread
AUDIT: Fix compile error in audit_filter_syscall
AUDIT: Fix livelock in audit_serial().
AUDIT: Reduce contention in audit_serial()
Merge with /shiny/git/linux-2.6/.git
Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Merge with /shiny/git/linux-2.6/.git
Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
AUDIT: Fix task refcount leak in audit_filter_syscall()
AUDIT: Speed up audit_filter_syscall() for the non-auditable case.
Fix missing audit_syscall_exit() on ppc64 sigsuspend exit path
[AUDIT] Allow filtering on system call success _or_ failure
Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Fix build failure on ppc64 without CONFIG_AUDIT
Davide Libenzi (2):
[ALSA] hda-codec - Bring the Vaio's RA826G HDA (82801) to life ...
epoll: fix delayed initialization bug
Deepak Saxena (1):
[ARM] 2917/1: Make IXP4xx mach_desc's depend on config options
Denis Lukianov (1):
[MCAST]: Fix MCAST_EXCLUDE line dupes
Dipankar Sarma (2):
Fix the fdtable freeing in the case of vmalloced fdset/arrays
files: fix preemption issues
Domen Puncer (1):
Remove arch/arm26/boot/compressed/hw-bse.c
Dominik Brodowski (1):
pcmcia: warn on IOCTL usage
Florin Malita (1):
[BOND]: Fix bond_init() error path handling.
Frank Pavlic (3):
s390: ctc driver fixes
s390: TSO related fixes in qeth driver
s390: qeth driver fixes
George G. Davis (1):
[ARM] 2896/1: Add sys_ipc_wrapper to pass 'fifth' argument on stack
Greg KH (1):
add securityfs for all LSMs to use
H. Peter Anvin (1):
RAID6 Altivec fix
Harald Welte (6):
[NETFILTER]: Fix oops in conntrack event cache
[NETFILTER] Fix Kconfig dependencies for nfnetlink/ctnetlink
[NETFILTER] move nfnetlink options to right location in kconfig menu
[NETFILTER]: Solve Kconfig dependency problem
[NETFILTER]: Add new PPTP conntrack and NAT helper
[NETFILTER]: Export ip_nat_port_{nfattr_to_range,range_to_nfattr}
Heiko Carstens (2):
s390: bl_dev array size
s390: show_cpuinfo fix
Herbert Xu (2):
[TCP]: Compute in_sacked properly when we split up a TSO frame.
[TCP]: Handle SACK'd packets properly in tcp_fragment().
Hidetoshi Seto (1):
[IA64] mca_drv cleanup
Hugh Dickins (1):
error path in setup_arg_pages() misses vm_unacct_memory()
Ian E. Morgan (1):
[WATCHDOG] New SBC8360 watchdog driver (revised)
Ingo Molnar (1):
Fix spinlock owner debugging
Ivan Kokshaysky (2):
yenta oops fix
Alpha: ISA IRQs fixup for dp264
James Chapman (1):
[WATCHDOG] mv64x60_wdt.patch
James Courtier-Dutton (3):
[ALSA] snd-ca0106: Tidy up volume controls
[ALSA] snd-ca0106, snd-emu10k1: Add symlink in the sys tree.
[ALSA] snd-emu10k1: ALSA bug#1297: Fix a error recognising the SB Live Platinum.
Jan Beulich (5):
free initrd mem adjustment
minor fbcon_scroll adjustment
fbcon: constify font data
matroxfb adjustments
x86_64: NMI watchdog frequency calculation adjustments
Jaroslav Kysela (1):
[ALSA] version 1.0.10rc1
Jay Vosburgh (1):
bonding: plug reference count leak
Jean Delvare (1):
i2c: kill an unused i2c_adapter struct member
Jeff Dike (11):
uml: _switch_to code consolidation
uml: breakpoint an arbitrary thread
uml: Remove an unused file
uml: Remove a useless include
uml: Remove some build warnings
uml: preserve errno in error paths
uml: move libc code out of mem_user.c and tempfile.c
uml: merge mem_user.c and mem.c
uml: return a real error code
uml: remove include of asm/elf.h
uml: UML/i386 cmpxchg fix
Jeff Garzik (2):
Merge /spare/repo/linux-2.6/
[libata] fix PIO completion race
Jens Axboe (1):
fix pf request handling
Jens Osterkamp (1):
net: fix spider_net media detection
Jimi Xenidis (1):
ppc64: Fix recent regression
Jiri Slaby (4):
[WATCHDOG] removes pci_find_device from i6300esb.c
[WATCHDOG] i6300esb.c-2-bugs-little-cleanup.patch
[ALSA] pci_find_device remove
drivers/base/*: use kzalloc instead of kmalloc+memset
John W. Linville (4):
e1000: correct rx_dropped counting
e100: correct rx_dropped and add rx_missed_errors
ixgb: correct rx_dropped counting
pci: only call pci_restore_bars at boot
Jose Miguel Goncalves (1):
[WATCHDOG] w83977f-watchdog-driver.patch
Julian Anastasov (2):
[IPVS]: Really invalidate persistent templates
[IPVS]: ip_vs_ftp breaks connections using persistence
KOVACS Krisztian (2):
[NETFILTER] CLUSTERIP: introduce reference counting for entries
[NETFILTER] CLUSTERIP: use a bitmap to store node responsibility data
Karsten Keil (4):
i4l: Sedlbauer speed star II V 3.1 exist with various subversions
Add PCI IDs for Sitecom DC-105
cleanup whitespace in pci_ids.h
Fix ST 5481 USB driver
Keith Owens (2):
Correct xircom_cb use of CONFIG_NET_POLL_CONTROLLER
[IA64] Add Documentation/ia64/mca.txt
Komuro (1):
pcmcia: add another orinoco_cs id
Krzysztof Halasa (1):
[WAN] hdlc_cisco: Fix regression introduced by skb->tail changes.
Kumar Gala (1):
ppc32: remove use of asm/segment.h
Lennert Buytenhek (4):
[ARM] 2911/1: ixp2000_reg_{read,write} accessors
[ARM] 2909/1: remove IXP2000_PROD_ID
[ARM] 2904/1: update ixp2000 defconfigs to 2.6.13
[ARM] 2905/1: enable the ixp2000 i2c bus driver in ixp2000 defconfigs
Linus Torvalds (24):
Fix up more strange byte writes to the PCI_ROM_ADDRESS config word
Merge master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog
Merge master.kernel.org:/pub/scm/linux/kernel/git/perex/alsa-current
Merge master.kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6
Merge master.kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6
Merge master.kernel.org:/home/rmk/linux-2.6-arm
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6
Fix yenta error message when unable to find a bus assignment
Merge master.kernel.org:/home/rmk/linux-2.6-arm
Merge master.kernel.org:/home/rmk/linux-2.6-i2c
Merge master.kernel.org:/home/rmk/linux-2.6-serial
Merge master.kernel.org:/home/rmk/linux-2.6-arm-smp
Merge branch 'release' of master.kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6
Partially revert "Fix time going twice as fast problem on ATI Xpress chipsets"
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6
Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev
Merge master.kernel.org:/home/rmk/linux-2.6-arm
Merge branch 'release' of master.kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6
x86-64/smp: fix random SIGSEGV issues
Merge master.kernel.org:/home/rmk/linux-2.6-arm
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Make fsnotify possibly work better for the inode removal case
Linux v2.6.14-rc2
Marcel Holtmann (3):
[Bluetooth] Add support for extended inquiry responses
[Bluetooth] Prevent RFCOMM connections through the RAW socket
[Bluetooth] Add ignore parameters to the HCI USB driver
Marcelo Tosatti (1):
relayfs documentation typo
Mark J Cox (1):
raw_sendmsg DoS on 2.6
Martin Habets (1):
[ALSA] Several fixes for the Sun DBRI driver
Martin Schwidefsky (2):
s390: default configuration
s390: crypto driver patch take 2
Mauro Carvalho Chehab (2):
v4l: experimental Sliced VBI API support
v4l: fixup on cx88_dvb for Dvico HDTV5 Gold
Michael Chan (1):
[TG3]: Fix 4GB boundary tx handling
Michael Kerrisk (1):
PR_GET_DUMPABLE returns incorrect info
Michal Piotrowski (1):
dontdiff: add asm_offsets
Mike Miller (8):
cciss: new controller pci/subsystem ids
cciss: busy_initializing flag
cciss: new disk register/deregister routines
cciss: direct lookup for command completions
cciss: bug fix in cciss_remove_one
cciss: fix for DMA brokeness
cciss: One Button Disaster Recovery support
cciss: SCSI tape info for /proc
Mitsuru KANDA (1):
[IPV6]: Check connect(2) status for IPv6 UDP socket (Re: xfrm_lookup)
Naveen Gupta (3):
[WATCHDOG] i6300esb.c-WDT_ENABLE-bug
[WATCHDOG] i6300esb-set_correct_reload_register_bit
[WATCHDOG] i6300esb.c-pci_dev_put+nowayout-patch
Neil Brown (5):
nfsd4: printk reduction
nfsd4: move replay_owner
nfsd4: fix open seqid incrementing in lock
nfsd4: fix setclientid unlock of unlocked state lock
Code cleanups in calbacks in svcsock
Nicolas Pitre (1):
[ARM] 2910/1: missing Lubbock audio device declaration
OGAWA Hirofumi (1):
FAT: miss-sync issues on sync mount (miss-sync on write)
Pantelis Antoniou (1):
ppc32 8xx: flush_tlb_range() declaration uses wrong pointer type
Patrick McHardy (5):
[NETFILTER]: Use correct type for "ports" module parameter
[NETFILTER]: Simplify netbios helper
[NETFILTER]: Fix rcu race in ipt_REDIRECT
[NETFILTER]: Fix DHCP + MASQUERADE problem
[NETFILTER]: Rename misnamed function
Paul Mackerras (1):
ppc64: Make eeh_init function again
Pavel Machek (1):
Tell people not to use pm_register()
Pekka J Enberg (1):
CodingStyle: memory allocation
Peter Chubb (1):
[IA64] Remove warnings for gcc 4.0 IA64 compilation.
Peter Hagervall (1):
[TG3]: Sparse fixes for tg3
Peter Oberparleiter (1):
s390: kernel stack corruption
Peter Osterlund (6):
Remove unnecessary check_region references in comments
pktcdvd: fix bogus BUG_ON
pktcdvd: documentation update
pktcdvd: more accurate I/O accounting
pktcdvd: use kcalloc and kzalloc
pktcdvd: BUG_ON cleanups
Peter Staubach (1):
open returns ENFILE but creates file anyway
Randy Dunlap (3):
use add_taint() for setting tainted bit flags
Doc: update oops-tracing.txt (Tainted flags)
feature removal of io_remap_page_range()
Richard Purdie (13):
SharpSL: Abstract c7x0 specifics from Corgi SSP
SharpSL: Add cxx00 support to the Corgi LCD driver
SharpSL: Abstract c7x0 specifics from Corgi Touchscreen driver
SharpSL: Abstract model specifics from Corgi Backlight driver
SharpSL: Add new ARM PXA machines Spitz and Borzoi with partial Akita Support
SharpSL: Add an input keyboard driver for Zaurus cxx00 series
[ARM] 2915/1: SA1100 Collie: Correct scoop device calls
[ARM] 2912/1: PXA Corgi: Cleanup some unneeded code
[ARM] 2913/1: PXA Poodle: Cleanup some unneeded code
[ARM] 2914/1: PXA Poodle: Add MMC and UDC support
SharpSL: Add missing hunk from backlight update
MTD: Update SharpSL partition definitions
Fix up some pm_message_t types
Robert Love (1):
hdaps driver update
Robert Olsson (2):
[IPV4]: fib_trie tnode stats refinements
[IPV4]: fib_trie RCU refinements
Roland Dreier (1):
add PCI IDs so RME32 and RME96 drivers build
Russell King (8):
[ARM SMP] Add timer/watchdog defines for MPCore
[I2C] Add a functionality method, and remove algorithm ids
[ARM SMP] Add timer/watchdog defines for MPCore
[ARM] Remove PFN_TO_NID for !DISCONTIGMEM
[ARM] Tighten pfn_valid() test.
[ARM] Fix warning in asm/futex.h
[ARM] Fix warning in arch/arm/kernel/semaphore.c
[ARM] Fix warning in arch/arm/mach-sa1100/generic.c
Serge Hallyn (1):
seclvl: use securityfs (fix)
Srivatsa Vaddagiri (1):
CPU hotplug breaks wake_up_new_task
Stephen Hemminger (3):
sk98lin: remove PCI id info for cards for conflicting devices
skge: gmac register access errors in dual port
8139cp: allocate statistics space only when needed
Takashi Iwai (25):
[ALSA] Fix EAPD for MSI S270
[ALSA] atiixp - Fix PM resume
[ALSA] intel8x0 - Add quirk for IBM NetVisa A30p
[ALSA] Fix ALC658D support
[ALSA] Add snd_card_set_dev()
[ALSA] hda-intel - Check validity of DMA position
[ALSA] Update/fix ALSA document
[ALSA] Introduce snd_card_set_generic_dev()
[ALSA] Add snd_card_set_generic_dev() call
[ALSA] Add snd_card_set_generic_dev() call to ISA drivers
[ALSA] hda-codec - Assign audio PCMS first
[ALSA] Fix DocBook warnings
[ALSA] Remove superfluous PCI ID definitions
[ALSA] hda-intel - Fix modem PCM creation
[ALSA] powermac - Add AUTO_DRC config
[ALSA] pcm-oss - Add bugg-yptr option
[ALSA] intel8x0 - Add buggy_semaphore option
[ALSA] hda-codec - Added ASUS A6
[ALSA] Replace with kzalloc() - core stuff
[ALSA] Replace with kzalloc() - seq stuff
[ALSA] Replace with kzalloc() - isa stuff
[ALSA] Replace with kzalloc() - pci stuff
[ALSA] Replace with kzalloc() - others
[ALSA] Another fix for DocBook
[ALSA] [PATCH] Add missing sound PCI IDs to pci_ids.h
Thomas Maguin (1):
scsi_ioctl: Add WRITE_LONG_2 as write safe command
Timothy Thelin (1):
ide: fix null request pointer for taskfile ioctl
Tobias Klauser (2):
arch/i386: Replace custom macro with isdigit()
drivers/video: Replace custom macro with isdigit()
Tom Rini (1):
ppc32: discard *.exit.text and *.exit.data sections
Tony Luck (2):
[IA64] fix circular dependency on generation of asm-offsets.h
Pull fix-offsets-h into release branch
Uwe Koziolek (1):
sata_sis: uninitialized variable
Victor Fusco (1):
[AUDIT] Fix sparse warning about gfp_mask type
Vincent Pelletier (1):
[ALSA] Correct detection of iBook G4 1420Mhz soundcard
Vincent Sanders (1):
[ARM] 2907/1: GCC 4 serial driver compile fixes
Vitaly Bordug (1):
ppc32: Add ppc_sys descriptions for PowerQUICC I devices
Vivek Goyal (1):
More documentation, minor cleanup in kdump.txt
Volker Sameske (1):
s390: diag 0x308 reipl
Wim Van Sebroeck (4):
[WATCHDOG] Kconfig+Makefile-clean2
[WATCHDOG] driver-for-ibm-automatic-server-restart-watchdog-fix2.patch
[WATCHDOG] sbc8360+w83977f_wdt-consolidate_CONFIG_WATCHDOG_NOWAYOUT_handling
[WATCHDOG] pcwd_pci-include+WDIOC_SETOPTIONS-patch
Yasuyuki Kozakai (1):
[NETFILTER] ip6tables: remove duplicate code
Zach Brown (1):
Add smp_mb__after_clear_bit() to unlock_kiocb()
matthieu castet (1):
airo : fix channel number in scan
serue at us.ibm.com (1):
seclvl securityfs
---
arch/arm26/boot/compressed/hw-bse.c | 74
arch/i386/lib/dec_and_lock.c | 42
arch/ia64/lib/dec_and_lock.c | 42
arch/mips/lib/dec_and_lock.c | 47
arch/ppc/lib/dec_and_lock.c | 38
arch/ppc64/lib/dec_and_lock.c | 47
arch/sparc64/lib/dec_and_lock.S | 80
arch/um/drivers/ubd_user.c | 75
arch/um/kernel/mem_user.c | 273 --
arch/um/kernel/tempfile.c | 82
arch/x86_64/lib/dec_and_lock.c | 40
include/asm-ppc/segment.h | 1
CREDITS | 26
Documentation/CodingStyle | 21
Documentation/cciss.txt | 4
Documentation/dell_rbu.txt | 18
Documentation/dontdiff | 1
Documentation/feature-removal-schedule.txt | 9
Documentation/filesystems/relayfs.txt | 2
Documentation/ia64/mca.txt | 194 +
Documentation/kdump/kdump.txt | 11
Documentation/oops-tracing.txt | 25
Documentation/pm.txt | 6
Documentation/sound/alsa/ALSA-Configuration.txt | 124 -
Documentation/sound/alsa/DocBook/writing-an-alsa-driver.tmpl | 10
MAINTAINERS | 18
Makefile | 2
arch/alpha/kernel/osf_sys.c | 7
arch/alpha/kernel/sys_dp264.c | 41
arch/arm/common/locomo.c | 2
arch/arm/configs/enp2611_defconfig | 182 -
arch/arm/configs/ixdp2400_defconfig | 182 -
arch/arm/configs/ixdp2401_defconfig | 182 -
arch/arm/configs/ixdp2800_defconfig | 182 -
arch/arm/configs/ixdp2801_defconfig | 182 -
arch/arm/kernel/calls.S | 2
arch/arm/kernel/entry-common.S | 4
arch/arm/kernel/semaphore.c | 2
arch/arm/mach-ixp4xx/ixdp425-setup.c | 6
arch/arm/mach-pxa/Kconfig | 49
arch/arm/mach-pxa/Makefile | 1
arch/arm/mach-pxa/corgi.c | 94
arch/arm/mach-pxa/corgi_lcd.c | 197 +
arch/arm/mach-pxa/corgi_ssp.c | 66
arch/arm/mach-pxa/lubbock.c | 6
arch/arm/mach-pxa/poodle.c | 113 -
arch/arm/mach-pxa/sharpsl.h | 34
arch/arm/mach-pxa/spitz.c | 380 +++
arch/arm/mach-sa1100/collie.c | 11
arch/arm/mach-sa1100/generic.h | 3
arch/i386/Kconfig | 5
arch/i386/kernel/acpi/earlyquirk.c | 10
arch/i386/kernel/reboot.c | 7
arch/i386/kernel/setup.c | 4
arch/i386/kernel/smpboot.c | 2
arch/i386/kernel/traps.c | 5
arch/i386/lib/Makefile | 1
arch/ia64/Kconfig | 5
arch/ia64/Makefile | 12
arch/ia64/ia32/binfmt_elf32.c | 6
arch/ia64/kernel/acpi.c | 2
arch/ia64/kernel/asm-offsets.c | 1
arch/ia64/kernel/entry.S | 2
arch/ia64/kernel/mca_drv.c | 114 -
arch/ia64/kernel/mca_drv.h | 2
arch/ia64/kernel/mca_drv_asm.S | 48
arch/ia64/kernel/perfmon.c | 5
arch/ia64/lib/Makefile | 1
arch/m32r/Kconfig | 5
arch/mips/Kconfig | 4
arch/mips/kernel/sysirix.c | 9
arch/mips/lib/Makefile | 2
arch/ppc/Kconfig | 4
arch/ppc/kernel/temp.c | 1
arch/ppc/kernel/time.c | 1
arch/ppc/kernel/vmlinux.lds.S | 4
arch/ppc/lib/Makefile | 2
arch/ppc/platforms/chrp_time.c | 1
arch/ppc/syslib/Makefile | 3
arch/ppc/syslib/mpc8xx_devices.c | 224 ++
arch/ppc/syslib/mpc8xx_sys.c | 61
arch/ppc/syslib/open_pic2.c | 2
arch/ppc/syslib/prep_nvram.c | 1
arch/ppc64/Kconfig | 4
arch/ppc64/kernel/asm-offsets.c | 1
arch/ppc64/kernel/entry.S | 18
arch/ppc64/kernel/head.S | 6
arch/ppc64/kernel/pSeries_setup.c | 2
arch/ppc64/kernel/vdso.c | 15
arch/ppc64/lib/Makefile | 2
arch/ppc64/mm/fault.c | 1
arch/s390/defconfig | 36
arch/s390/kernel/Makefile | 2
arch/s390/kernel/entry.S | 2
arch/s390/kernel/entry64.S | 2
arch/s390/kernel/reipl_diag.c | 39
arch/s390/kernel/setup.c | 5
arch/s390/kernel/smp.c | 3
arch/sparc64/Kconfig.debug | 8
arch/sparc64/kernel/sparc64_ksyms.c | 3
arch/sparc64/lib/Makefile | 2
arch/um/Kconfig.i386 | 4
arch/um/drivers/mcast_user.c | 12
arch/um/drivers/mconsole_kern.c | 52
arch/um/drivers/mconsole_user.c | 7
arch/um/drivers/pty.c | 3
arch/um/drivers/xterm.c | 6
arch/um/include/mconsole.h | 1
arch/um/include/mem_user.h | 15
arch/um/include/os.h | 5
arch/um/kernel/Makefile | 16
arch/um/kernel/helper.c | 12
arch/um/kernel/init_task.c | 5
arch/um/kernel/mem.c | 16
arch/um/kernel/process_kern.c | 19
arch/um/kernel/skas/include/mode_kern-skas.h | 2
arch/um/kernel/skas/process_kern.c | 7
arch/um/kernel/tlb.c | 2
arch/um/kernel/tt/include/mode_kern-tt.h | 2
arch/um/kernel/tt/mem_user.c | 1
arch/um/kernel/tt/process_kern.c | 7
arch/um/kernel/um_arch.c | 5
arch/um/kernel/user_util.c | 12
arch/um/os-Linux/Makefile | 8
arch/um/os-Linux/aio.c | 9
arch/um/os-Linux/drivers/tuntap_user.c | 8
arch/um/os-Linux/elf_aux.c | 3
arch/um/os-Linux/file.c | 82
arch/um/os-Linux/mem.c | 161 +
arch/um/os-Linux/start_up.c | 109 +
arch/um/os-Linux/tt.c | 14
arch/x86_64/Kconfig | 5
arch/x86_64/ia32/ia32_binfmt.c | 5
arch/x86_64/ia32/syscall32.c | 6
arch/x86_64/kernel/e820.c | 3
arch/x86_64/kernel/io_apic.c | 9
arch/x86_64/kernel/mce.c | 2
arch/x86_64/kernel/nmi.c | 8
arch/x86_64/kernel/setup.c | 15
arch/x86_64/kernel/x8664_ksyms.c | 4
arch/x86_64/lib/Makefile | 2
arch/xtensa/Kconfig | 4
drivers/base/attribute_container.c | 5
drivers/base/class.c | 10
drivers/base/firmware_class.c | 9
drivers/base/map.c | 3
drivers/base/platform.c | 3
drivers/block/cciss.c | 639 ++++--
drivers/block/cciss.h | 10
drivers/block/cciss_cmd.h | 8
drivers/block/cciss_scsi.c | 69
drivers/block/paride/pf.c | 22
drivers/block/pktcdvd.c | 85
drivers/block/scsi_ioctl.c | 1
drivers/bluetooth/hci_usb.c | 19
drivers/bluetooth/hci_usb.h | 5
drivers/char/agp/hp-agp.c | 2
drivers/char/amiserial.c | 4
drivers/char/epca.c | 84
drivers/char/epca.h | 12
drivers/char/hvc_console.c | 6
drivers/char/vt.c | 5
drivers/char/watchdog/Kconfig | 93
drivers/char/watchdog/Makefile | 7
drivers/char/watchdog/i6300esb.c | 527 +++++
drivers/char/watchdog/ibmasr.c | 405 ++++
drivers/char/watchdog/mpcore_wdt.c | 2
drivers/char/watchdog/mv64x60_wdt.c | 252 ++
drivers/char/watchdog/pcwd_pci.c | 44
drivers/char/watchdog/s3c2410_wdt.c | 2
drivers/char/watchdog/sbc8360.c | 414 ++++
drivers/char/watchdog/w83977f_wdt.c | 543 +++++
drivers/firmware/dell_rbu.c | 241 +-
drivers/hwmon/hdaps.c | 356 +--
drivers/i2c/busses/i2c-keywest.c | 1
drivers/i2c/busses/i2c-pxa.c | 12
drivers/ide/ide-iops.c | 41
drivers/ide/ide-taskfile.c | 1
drivers/ide/pci/cmd64x.c | 2
drivers/ide/pci/hpt34x.c | 2
drivers/input/keyboard/Kconfig | 11
drivers/input/keyboard/Makefile | 1
drivers/input/keyboard/spitzkbd.c | 478 ++++
drivers/input/touchscreen/Kconfig | 6
drivers/input/touchscreen/corgi_ts.c | 70
drivers/isdn/hisax/hfc_pci.c | 1
drivers/isdn/hisax/sedlbauer_cs.c | 2
drivers/isdn/hisax/st5481.h | 4
drivers/isdn/hisax/st5481_b.c | 22
drivers/isdn/hisax/st5481_d.c | 26
drivers/isdn/hisax/st5481_init.c | 4
drivers/isdn/hisax/st5481_usb.c | 70
drivers/isdn/sc/init.c | 4
drivers/md/raid6.h | 4
drivers/md/raid6algos.c | 1
drivers/md/raid6altivec.uc | 18
drivers/md/raid6test/Makefile | 27
drivers/media/radio/radio-aimslab.c | 2
drivers/media/radio/radio-aztech.c | 2
drivers/media/radio/radio-cadet.c | 2
drivers/media/radio/radio-gemtek.c | 2
drivers/media/radio/radio-rtrack2.c | 2
drivers/media/radio/radio-sf16fmi.c | 2
drivers/media/radio/radio-sf16fmr2.c | 2
drivers/media/radio/radio-terratec.c | 2
drivers/media/radio/radio-typhoon.c | 2
drivers/media/radio/radio-zoltrix.c | 2
drivers/media/video/cx88/cx88-dvb.c | 7
drivers/mtd/maps/sharpsl-flash.c | 2
drivers/mtd/nand/sharpsl.c | 10
drivers/net/8139cp.c | 46
drivers/net/Kconfig | 2
drivers/net/arcnet/com90io.c | 4
drivers/net/bonding/bond_main.c | 11
drivers/net/e100.c | 4
drivers/net/e1000/e1000_main.c | 1
drivers/net/ixgb/ixgb_main.c | 2
drivers/net/s2io.c | 9
drivers/net/sk98lin/skge.c | 12
drivers/net/skge.c | 98
drivers/net/skge.h | 2
drivers/net/spider_net.c | 4
drivers/net/tg3.c | 108 -
drivers/net/tulip/xircom_cb.c | 2
drivers/net/wan/hdlc_cisco.c | 2
drivers/net/wireless/airo.c | 5
drivers/net/wireless/orinoco_cs.c | 1
drivers/pci/hotplug/ibmphp_pci.c | 2
drivers/pci/hotplug/pciehp_ctrl.c | 4
drivers/pci/hotplug/shpchp_ctrl.c | 3
drivers/pci/pci.c | 16
drivers/pcmcia/pcmcia_ioctl.c | 12
drivers/pcmcia/yenta_socket.c | 13
drivers/s390/cio/blacklist.c | 4
drivers/s390/crypto/z90main.c | 3
drivers/s390/net/ctcmain.c | 41
drivers/s390/net/qeth.h | 4
drivers/s390/net/qeth_main.c | 133 -
drivers/s390/net/qeth_sys.c | 17
drivers/sbus/char/display7seg.c | 2
drivers/scsi/libata-core.c | 37
drivers/scsi/qla2xxx/qla_init.c | 21
drivers/scsi/sata_sis.c | 4
drivers/serial/21285.c | 2
drivers/serial/amba-pl010.c | 2
drivers/serial/amba-pl011.c | 2
drivers/serial/clps711x.c | 2
drivers/serial/mpc52xx_uart.c | 2
drivers/serial/pxa.c | 4
drivers/serial/sa1100.c | 2
drivers/serial/serial_lh7a40x.c | 2
drivers/tc/zs.c | 2
drivers/video/Kconfig | 3
drivers/video/backlight/corgi_bl.c | 34
drivers/video/console/fbcon.c | 18
drivers/video/console/fbcon.h | 2
drivers/video/console/font_10x18.c | 4
drivers/video/console/font_6x11.c | 4
drivers/video/console/font_7x14.c | 4
drivers/video/console/font_8x16.c | 4
drivers/video/console/font_8x8.c | 4
drivers/video/console/font_acorn_8x8.c | 4
drivers/video/console/font_mini_4x6.c | 4
drivers/video/console/font_pearl_8x8.c | 4
drivers/video/console/font_sun12x22.c | 4
drivers/video/console/font_sun8x16.c | 4
drivers/video/console/fonts.c | 9
drivers/video/console/vgacon.c | 4
drivers/video/imxfb.c | 2
drivers/video/matrox/matroxfb_base.c | 13
drivers/video/nvidia/nv_i2c.c | 11
drivers/video/pm3fb.c | 3
drivers/video/savage/savagefb-i2c.c | 11
drivers/video/savage/savagefb.h | 4
drivers/video/savage/savagefb_driver.c | 11
fs/aio.c | 1
fs/compat.c | 4
fs/dcache.c | 3
fs/eventpoll.c | 40
fs/exec.c | 10
fs/fat/file.c | 37
fs/fat/inode.c | 15
fs/file.c | 10
fs/locks.c | 3
fs/namei.c | 2
fs/nfsd/nfs4proc.c | 24
fs/nfsd/nfs4state.c | 90
fs/ntfs/ChangeLog | 2
fs/ntfs/aops.c | 122 -
fs/ntfs/inode.c | 9
fs/ntfs/malloc.h | 2
fs/ntfs/runlist.c | 132 -
fs/open.c | 98
fs/proc/array.c | 3
fs/reiserfs/file.c | 11
fs/reiserfs/inode.c | 16
include/asm-alpha/pgtable.h | 7
include/asm-arm/arch-aaec2000/memory.h | 4
include/asm-arm/arch-iop3xx/memory.h | 2
include/asm-arm/arch-ixp2000/ixp2000-regs.h | 2
include/asm-arm/arch-ixp2000/platform.h | 16
include/asm-arm/arch-lh7a40x/memory.h | 4
include/asm-arm/arch-omap/memory.h | 1
include/asm-arm/arch-pxa/akita.h | 30
include/asm-arm/arch-pxa/corgi.h | 12
include/asm-arm/arch-pxa/memory.h | 4
include/asm-arm/arch-pxa/poodle.h | 25
include/asm-arm/arch-pxa/sharpsl.h | 32
include/asm-arm/arch-pxa/spitz.h | 158 +
include/asm-arm/arch-sa1100/memory.h | 4
include/asm-arm/futex.h | 2
include/asm-arm/hardware/arm_twd.h | 16
include/asm-arm/memory.h | 15
include/asm-arm/pgtable.h | 5
include/asm-arm26/pgtable.h | 5
include/asm-frv/pgtable.h | 3
include/asm-h8300/pgtable.h | 2
include/asm-i386/pgtable.h | 3
include/asm-ia64/pgtable.h | 4
include/asm-ia64/ptrace.h | 2
include/asm-ia64/thread_info.h | 7
include/asm-m32r/pgtable.h | 3
include/asm-m68k/pgtable.h | 3
include/asm-m68knommu/pgtable.h | 2
include/asm-mips/pgtable.h | 12
include/asm-parisc/pgtable.h | 3
include/asm-ppc/irq.h | 10
include/asm-ppc/mpc8xx.h | 16
include/asm-ppc/mv64x60.h | 8
include/asm-ppc/pgtable.h | 11
include/asm-ppc/ppc_sys.h | 2
include/asm-ppc/tlbflush.h | 2
include/asm-sh/pgtable.h | 3
include/asm-sh64/pgtable.h | 3
include/asm-um/processor-generic.h | 1
include/asm-um/system-i386.h | 2
include/asm-x86_64/desc.h | 2
include/asm-x86_64/pgtable.h | 3
include/asm-xtensa/pgtable.h | 6
include/linux/audit.h | 36
include/linux/dccp.h | 59
include/linux/fb.h | 2
include/linux/font.h | 10
include/linux/i2c.h | 5
include/linux/if_vlan.h | 8
include/linux/joystick.h | 24
include/linux/kernel.h | 4
include/linux/netfilter_ipv4/ip_conntrack.h | 14
include/linux/netfilter_ipv4/ip_conntrack_pptp.h | 332 +++
include/linux/netfilter_ipv4/ip_conntrack_proto_gre.h | 114 +
include/linux/netfilter_ipv4/ip_conntrack_tuple.h | 7
include/linux/netfilter_ipv4/ip_nat_pptp.h | 11
include/linux/netfilter_ipv6/ip6_tables.h | 3
include/linux/netlink.h | 1
include/linux/nfsd/xdr4.h | 15
include/linux/pci_ids.h | 52
include/linux/pktcdvd.h | 3
include/linux/sched.h | 11
include/linux/security.h | 5
include/linux/tfrc.h | 35
include/linux/videodev2.h | 109 -
include/net/bluetooth/hci.h | 11
include/net/ip_vs.h | 3
include/sound/core.h | 8
include/sound/cs46xx.h | 14
include/sound/emu10k1.h | 7
include/sound/pcm.h | 5
include/sound/pcm_oss.h | 3
include/sound/trident.h | 17
include/sound/version.h | 2
include/sound/ymfpci.h | 22
include/video/pm3fb.h | 3
include/video/w100fb.h | 1
init/initramfs.c | 12
kernel/audit.c | 128 -
kernel/auditsc.c | 327 ++-
kernel/exit.c | 6
kernel/fork.c | 3
kernel/module.c | 11
kernel/sched.c | 8
kernel/sys.c | 3
kernel/timer.c | 9
lib/dec_and_lock.c | 35
mm/Kconfig | 4
mm/mempolicy.c | 7
mm/mmap.c | 3
mm/page_alloc.c | 3
mm/slab.c | 2
mm/vmscan.c | 4
net/8021q/vlan_dev.c | 2
net/Kconfig | 3
net/bluetooth/hci_event.c | 33
net/bluetooth/rfcomm/sock.c | 30
net/bridge/br_netfilter.c | 8
net/dccp/Makefile | 2
net/dccp/ackvec.c | 419 ++++
net/dccp/ackvec.h | 133 +
net/dccp/ccid.h | 31
net/dccp/ccids/ccid3.c | 56
net/dccp/ccids/ccid3.h | 23
net/dccp/dccp.h | 91
net/dccp/input.c | 94
net/dccp/ipv4.c | 101 -
net/dccp/minisocks.c | 19
net/dccp/options.c | 443 ----
net/dccp/output.c | 26
net/dccp/proto.c | 94
net/ipv4/fib_trie.c | 34
net/ipv4/igmp.c | 2
net/ipv4/ipvs/ip_vs_conn.c | 43
net/ipv4/ipvs/ip_vs_core.c | 16
net/ipv4/ipvs/ip_vs_sync.c | 20
net/ipv4/netfilter/Kconfig | 36
net/ipv4/netfilter/Makefile | 5
net/ipv4/netfilter/ip_conntrack_core.c | 7
net/ipv4/netfilter/ip_conntrack_ftp.c | 6
net/ipv4/netfilter/ip_conntrack_helper_pptp.c | 805 ++++++++
net/ipv4/netfilter/ip_conntrack_irc.c | 6
net/ipv4/netfilter/ip_conntrack_netbios_ns.c | 19
net/ipv4/netfilter/ip_conntrack_netlink.c | 4
net/ipv4/netfilter/ip_conntrack_proto_gre.c | 327 +++
net/ipv4/netfilter/ip_conntrack_standalone.c | 4
net/ipv4/netfilter/ip_conntrack_tftp.c | 6
net/ipv4/netfilter/ip_nat_core.c | 2
net/ipv4/netfilter/ip_nat_helper_pptp.c | 401 ++++
net/ipv4/netfilter/ip_nat_proto_gre.c | 214 ++
net/ipv4/netfilter/ipt_CLUSTERIP.c | 223 +-
net/ipv4/netfilter/ipt_MASQUERADE.c | 6
net/ipv4/netfilter/ipt_REDIRECT.c | 16
net/ipv4/raw.c | 2
net/ipv4/tcp_input.c | 16
net/ipv4/tcp_output.c | 12
net/ipv6/mcast.c | 2
net/ipv6/netfilter/ip6_tables.c | 52
net/ipv6/netfilter/ip6t_ah.c | 81
net/ipv6/netfilter/ip6t_dst.c | 88
net/ipv6/netfilter/ip6t_esp.c | 73
net/ipv6/netfilter/ip6t_frag.c | 90
net/ipv6/netfilter/ip6t_hbh.c | 88
net/ipv6/netfilter/ip6t_rt.c | 83
net/ipv6/raw.c | 2
net/ipv6/udp.c | 15
net/socket.c | 3
net/sunrpc/svcsock.c | 83
security/Kconfig | 1
security/Makefile | 2
security/inode.c | 347 +++
security/seclvl.c | 237 --
security/selinux/avc.c | 4
security/selinux/hooks.c | 2
security/selinux/ss/services.c | 4
sound/arm/Kconfig | 1
sound/arm/aaci.c | 4
sound/arm/sa11xx-uda1341.c | 7
sound/core/Kconfig | 14
sound/core/control.c | 12
sound/core/control_compat.c | 8
sound/core/device.c | 2
sound/core/hwdep.c | 2
sound/core/info.c | 8
sound/core/init.c | 187 +
sound/core/memalloc.c | 3
sound/core/memory.c | 4
sound/core/oss/mixer_oss.c | 26
sound/core/oss/pcm_oss.c | 17
sound/core/oss/pcm_plugin.c | 2
sound/core/pcm.c | 6
sound/core/pcm_lib.c | 117 +
sound/core/pcm_memory.c | 4
sound/core/pcm_native.c | 11
sound/core/rawmidi.c | 16
sound/core/seq/instr/ainstr_gf1.c | 2
sound/core/seq/instr/ainstr_iw.c | 6
sound/core/seq/oss/seq_oss_init.c | 2
sound/core/seq/oss/seq_oss_midi.c | 6
sound/core/seq/oss/seq_oss_readq.c | 2
sound/core/seq/oss/seq_oss_synth.c | 4
sound/core/seq/oss/seq_oss_timer.c | 2
sound/core/seq/oss/seq_oss_writeq.c | 2
sound/core/seq/seq.c | 8
sound/core/seq/seq_clientmgr.c | 9
sound/core/seq/seq_device.c | 2
sound/core/seq/seq_dummy.c | 2
sound/core/seq/seq_fifo.c | 2
sound/core/seq/seq_instr.c | 4
sound/core/seq/seq_memory.c | 2
sound/core/seq/seq_midi.c | 2
sound/core/seq/seq_midi_event.c | 2
sound/core/seq/seq_ports.c | 4
sound/core/seq/seq_prioq.c | 2
sound/core/seq/seq_queue.c | 2
sound/core/seq/seq_system.c | 4
sound/core/seq/seq_timer.c | 2
sound/core/seq/seq_virmidi.c | 6
sound/core/sound.c | 15
sound/core/timer.c | 10
sound/drivers/Kconfig | 5
sound/drivers/dummy.c | 8
sound/drivers/mpu401/mpu401.c | 26
sound/drivers/mpu401/mpu401_uart.c | 2
sound/drivers/mtpav.c | 5
sound/drivers/opl3/opl3_lib.c | 2
sound/drivers/opl3/opl3_oss.c | 2
sound/drivers/opl4/opl4_lib.c | 2
sound/drivers/serial-u16550.c | 28
sound/drivers/virmidi.c | 4
sound/drivers/vx/vx_core.c | 2
sound/drivers/vx/vx_pcm.c | 2
sound/i2c/cs8427.c | 2
sound/i2c/i2c.c | 4
sound/i2c/l3/uda1341.c | 6
sound/i2c/other/ak4114.c | 2
sound/i2c/other/ak4117.c | 2
sound/i2c/tea6330t.c | 2
sound/isa/Kconfig | 18
sound/isa/ad1816a/ad1816a_lib.c | 2
sound/isa/ad1848/ad1848.c | 37
sound/isa/ad1848/ad1848_lib.c | 2
sound/isa/cmi8330.c | 77
sound/isa/cs423x/cs4231.c | 46
sound/isa/cs423x/cs4231_lib.c | 2
sound/isa/cs423x/cs4236.c | 97
sound/isa/es1688/es1688.c | 61
sound/isa/es1688/es1688_lib.c | 2
sound/isa/es18xx.c | 83
sound/isa/gus/gus_main.c | 2
sound/isa/gus/gus_mem_proc.c | 4
sound/isa/gus/gus_pcm.c | 2
sound/isa/gus/gusclassic.c | 115 -
sound/isa/gus/gusextreme.c | 49
sound/isa/gus/gusmax.c | 145 -
sound/isa/gus/interwave.c | 167 -
sound/isa/opl3sa2.c | 38
sound/isa/opti9xx/opti92x-ad1848.c | 13
sound/isa/sb/emu8000.c | 2
sound/isa/sb/emu8000_pcm.c | 2
sound/isa/sb/sb16.c | 144 -
sound/isa/sb/sb16_csp.c | 2
sound/isa/sb/sb8.c | 62
sound/isa/sb/sb_common.c | 2
sound/isa/sgalaxy.c | 65
sound/isa/sscape.c | 22
sound/isa/wavefront/wavefront.c | 5
sound/mips/Kconfig | 1
sound/mips/au1x00.c | 5
sound/parisc/harmony.c | 2
sound/pci/Kconfig | 12
sound/pci/Makefile | 2
sound/pci/ac97/ac97_codec.c | 5
sound/pci/ac97/ac97_id.h | 1
sound/pci/ac97/ac97_patch.c | 24
sound/pci/ac97/ak4531_codec.c | 2
sound/pci/ad1889.c | 1090 +++++++++++
sound/pci/ad1889.h | 189 +
sound/pci/ali5451/ali5451.c | 27
sound/pci/als4000.c | 1
sound/pci/atiixp.c | 4
sound/pci/atiixp_modem.c | 3
sound/pci/au88x0/au88x0.c | 29
sound/pci/azt3328.c | 3
sound/pci/bt87x.c | 13
sound/pci/ca0106/ca0106_main.c | 7
sound/pci/ca0106/ca0106_mixer.c | 18
sound/pci/cmipci.c | 29
sound/pci/cs4281.c | 14
sound/pci/cs46xx/cs46xx.c | 1
sound/pci/cs46xx/cs46xx_lib.c | 28
sound/pci/emu10k1/emu10k1.c | 1
sound/pci/emu10k1/emu10k1_main.c | 7
sound/pci/emu10k1/emu10k1x.c | 7
sound/pci/emu10k1/emufx.c | 20
sound/pci/emu10k1/emupcm.c | 10
sound/pci/emu10k1/p16v.c | 4
sound/pci/ens1370.c | 10
sound/pci/es1938.c | 10
sound/pci/es1968.c | 26
sound/pci/fm801.c | 3
sound/pci/hda/hda_codec.c | 6
sound/pci/hda/hda_codec.h | 1
sound/pci/hda/hda_generic.c | 4
sound/pci/hda/hda_intel.c | 93
sound/pci/hda/hda_proc.c | 2
sound/pci/hda/patch_analog.c | 6
sound/pci/hda/patch_cmedia.c | 2
sound/pci/hda/patch_realtek.c | 8
sound/pci/hda/patch_si3054.c | 3
sound/pci/hda/patch_sigmatel.c | 4
sound/pci/ice1712/aureon.c | 2
sound/pci/ice1712/ice1712.c | 9
sound/pci/ice1712/ice1724.c | 9
sound/pci/ice1712/juli.c | 2
sound/pci/ice1712/phase.c | 4
sound/pci/ice1712/pontis.c | 2
sound/pci/intel8x0.c | 91
sound/pci/intel8x0m.c | 64
sound/pci/korg1212/korg1212.c | 3
sound/pci/maestro3.c | 32
sound/pci/mixart/mixart.c | 5
sound/pci/nm256/nm256.c | 20
sound/pci/rme32.c | 65
sound/pci/rme96.c | 86
sound/pci/rme9652/hdsp.c | 9
sound/pci/rme9652/hdspm.c | 13
sound/pci/rme9652/rme9652.c | 8
sound/pci/sonicvibes.c | 10
sound/pci/trident/trident.c | 1
sound/pci/trident/trident_main.c | 4
sound/pci/via82xx.c | 14
sound/pci/via82xx_modem.c | 3
sound/pci/vx222/vx222.c | 1
sound/pci/ymfpci/ymfpci.c | 1
sound/pci/ymfpci/ymfpci_main.c | 6
sound/pcmcia/pdaudiocf/pdaudiocf_core.c | 2
sound/ppc/Kconfig | 15
sound/ppc/pmac.c | 3
sound/ppc/powermac.c | 3
sound/ppc/tumbler.c | 23
sound/sparc/Kconfig | 3
sound/sparc/amd7930.c | 5
sound/sparc/cs4231.c | 7
sound/sparc/dbri.c | 234 +-
sound/synth/emux/emux.c | 2
sound/synth/emux/emux_seq.c | 2
sound/synth/emux/soundfont.c | 8
sound/synth/util_mem.c | 2
sound/usb/usbaudio.c | 18
sound/usb/usbmidi.c | 6
sound/usb/usbmixer.c | 10
sound/usb/usx2y/usbusx2yaudio.c | 2
629 files changed, 15306 insertions(+), 7041 deletions(-)
---
More information about the svn
mailing list