Linuxのファイルシステムを詳解します

FrontPage > kernel > 2.6.27-rc1 > 2.6.27-rc1_shortlog02

Aron Szabo (1):
V4L/DVB (8538): em28xx-cards: Add GrabBeeX+ USB2800 model

Artem Bityutskiy (24):
VFS: export sync_sb_inodes
MAINTAINERS: add UBIFS section
UBIFS: add brief documentation
UBIFS: add new flash file system
UBIFS: include to compilation
UBI: print error code
UBI: add a comment
UBI: fix memory leak
UBI: do not forget to free internal volumes
UBI: fix memory leak on error path
UBI: fix LEB locking
UBI: add ubi_sync() interface
UBI: improve mkvol request validation
UBI: fix error message
UBI: amend commentaries
UBI: fix and re-work debugging stuff
UBI: implement multiple volumes rename
UBI: rework scrubbing messages
UBI: bugfix - do not torture PEB needlessly
UBI: fix checkpatch.pl errors and warnings
UBI: fix kernel-doc errors and warnings
UBI: remove pre-sqnum images support
UBI: fix gcc warning
UBI: always start the background thread

Arthur Jones (10):
edac: i5100 new intel chipset driver
edac: i5100 fix missing bits
edac: i5100 fix enable ecc hardware
edac: i5100 fix unmask ecc bits
edac: i5100: cleanup
edac: core fix to use dynamic kobject
edac: core fix workq timer
edac: core fix redundant sysfs controls to parameters
edac: core fix static to dynamic kset
edac: core fix added newline to sysfs dimm labels

Assaf Krauss (6):
iwlwifi enabling IBSS (Ad-Hoc) mode
iwlwifi: Fix mode changes (ad-hoc <--> managed)
mac80211: 11h Infrastructure - Parsing
mac80211: 11h - Handling measurement request
mac80211: add beacon timestamp to beacon template in IBSS
iwlwifi: adjust TSF in IBSS

Atsushi Nemoto (22):
zd1211rw: Use DMA-aware buffer for usb transfer
[MIPS] Declare some pci variables in header file
[MIPS] rbtx4927: misc cleanups
[MIPS] txx9: Make gpio_txx9 entirely spinlock-safe
[MIPS] TXx9: Reorganize code
[MIPS] TXx9: Reorganize PCI code
[MIPS] TXx9: Update defconfigs
[MIPS] TXx9: Make single kernel can support multiple boards
[MIPS] TXx9: Update and merge defconfigs
[MIPS] TXx9: rename asm-mips/mach-jmr3927 to asm-mips/mach-tx39xx
[MIPS] TXx9: cleanup and fix some sparse warnings
[MIPS] TXx9: Miscellaneous build fixes
[MIPS] TXx9: Cleanups for 64-bit support
[MIPS] TXx9: Add 64-bit support
[MIPS] TXx9: Fix some sparse warnings
Fix build on COMPAT platforms when CONFIG_EPOLL is disabled
[MTD][MTDPART] Seperate main loop from per-partition code in add_mtd_partition
[MTD][MTDPART] Handle most checkpatch findings
[MTD][MTDPART] Cleanup and document the erase region handling
[MTD][MTDPART] Fix a division by zero bug
[MTD] jedec_probe: Fix SST 16-bit chip detection
gpio: fix build on CONFIG_GPIO_SYSFS=n

Auke Kok (5):
e1000e: set CONFIG_E1000E=y in x86 defconfigs
e1000: remove PCI Express device IDs
igb: eliminate hw from the hw_dbg macro arguments
igb: reenable CRC stripping in hardware
igb: Increment driver version

Aurelien Jarno (1):
KVM: PIT: support mode 3

Avi Kivity (27):
KVM: VMX: Trivial vmcs_write64() code simplification
KVM: MMU: Fix false flooding when a pte points to page table
KVM: Handle virtualization instruction #UD faults during reboot
KVM: VMX: Add list of potentially locally cached vcpus
KVM: Remove decache_vcpus_on_cpu() and related callbacks
KVM: Remove unnecessary ->decache_regs() call
KVM: Order segment register constants in the same way as cpu operand encoding
KVM: MTRR support
KVM: MMU: Optimize prefetch_page()
KVM: x86 emulator: simplify push imm8 emulation
KVM: x86 emulator: implement 'push imm' (opcode 0x68)
KVM: MMU: Move nonpaging_prefetch_page()
KVM: MMU: Avoid page prefetch on SVM
KVM: Use printk_rlimit() instead of reporting emulation failures just once
KVM: x86 emulator: handle undecoded rex.b with r/m = 5 in certain cases
KVM: x86 emulator: simplify sib decoding
KVM: x86 emulator: simplify r/m decoding
KVM: x86 emulator: simplify rip relative decoding
KVM: x86 emulator: avoid segment base adjust for lea
KVM: x86 emulator: lazily evaluate segment registers
KVM: MMU: When debug is enabled, make it a run-time parameter
KVM: MMU: Fix printk format
KVM: Apply the kernel sigmask to vcpus blocked due to being uninitialized
KVM: Prefix some x86 low level function with kvm_, to avoid namespace issues
KVM: MMU: Fix potential race setting upper shadow ptes on nonpae hosts
KVM: Adjust smp_call_function_mask() callers to new requirements
KVM: Avoid instruction emulation when event delivery is pending

Badari Pulavarty (1):
memory-hotplug: add sysfs removable attribute for hotplug memory remove

Bart Van Assche (1):
powerpc: Make sure that include/asm-powerpc/spinlock.h does not trigger compilation warnings

Bartlomiej Zolnierkiewicz (219):
ide: set REQ_PREEMPT request flag in ide_do_drive_cmd() users
ide: use __generic_unplug_device() in ide_do_drive_cmd() (take 2)
block: handle blk_pm_resume_request() requests in blk_execute_rq_nowait()
ide: remove obsoleted "idebus=" kernel parameter
ide: remove obsoleted "hdx=" kernel parameters
ide: cleanup init_ide_data()
ide: remove obsoleted "ide=" kernel parameters
ide: remove try_to_flush_leftover_data()
sgiioc4: use ->extra_base instead of ->dma_status for dma_handle
ide: remove commented out code from ide_config_drive_speed()
ide: fix do_probe() to use SELECT_DRIVE()
ide: remove IDE_TFLAG_NO_SELECT_MASK taskfile flag
ide: move IRQ unmasking out from ->tf_load method
ide: remove ->mmio flag from ide_hwif_t
ide: pass 'hwif *' instead of 'drive *' to ->OUTBSYNC method
ide: use ->OUTBSYNC in init_irq()
ide: use ->OUTBSYNC in ide_set_irq()
ide: remove drive->ctl
ide-scsi: fix race in idescsi_transfer_pc()
ide-scsi: fix DRQ checking for DMA transfers in idescsi_pc_intr()
ide-scsi: fix handling of DMA errors in idescsi_pc_intr()
ide-scsi: fix Interrupt Reason checking in idescsi_pc_intr()
ide-scsi: merge idescsi_input_buffers() and idescsi_output_buffers()
ide-scsi: remove superfluous BUG_ON() from idescsi_transfer_pc()
ide-scsi: add debug_log() macro
ide-tape: idetape_pc_intr() should use local_irq_enable_in_hardirq()
ide-tape: remove superfluous error message from idetape_pc_intr()
ide-tape: remove superfluous warning message from idetape_issue_pc()
ide-tape: remove unneeded CONFIG_BLK_DEV_IDEDMA ifdef
ide-tape: remove stale comments from idetape_pc_intr()
ide-tape: remove SIMULATE_ERRORS debug code
ide-floppy: merge idefloppy_transfer_pc() and idefloppy_transfer_pc1()
ide-{floppy,tape,scsi}: log device name instead of driver name
ide-tape: make idetape_retry_pc() void
ide-tape: merge callbacks
ide-tape: make pc->idetape_callback void
ide-{floppy,tape}: merge pc->idefloppy_callback and pc->idetape_callback
ide-{floppy,tape}: PC_FLAG_DMA_RECOMMENDED -> PC_FLAG_DMA_OK
ide-floppy: start DMA engine in idefloppy_transfer_pc1()
ide-tape: set PC_FLAG_DMA_IN_PROGRESS flag in idetape_transfer_pc()
ide-tape: factor out waiting for good ireason from idetape_transfer_pc()
ide: add PC_FLAG_ZIP_DRIVE pc flag
ide-{cd,floppy,tape}: remove checking for drive->scsi
ide-scsi: set drive->scsi flag for devices handled by the driver
ide: add ide_transfer_pc() helper
ide-scsi: move idescsi_map_sg() call out from idescsi_issue_pc()
ide: add PC_FLAG_DRQ_INTERRUPT pc flag
ide: add ide_issue_pc() helper
ide-{floppy,tape}: move checking of ->failed_pc to ->callback
ide-tape: factor out DSC handling from idetape_pc_intr()
ide-tape: add ide_tape_io_buffers() helper
ide-tape: always log debug info in idetape_pc_intr() if debugging is enabled
ide-floppy: add more debugging to idefloppy_pc_intr()
ide-scsi: use pc->callback
ide-scsi: add more debugging to idescsi_pc_intr()
ide-{floppy,scsi}: read Status Register before stopping DMA engine
ide: add ide_pc_intr() helper
ide: remove needless includes from ide-lib.c
ide: remove unused XFER_UDMA_SLOW
ide: use u8 for xfer modes in ide-timing.h
ide: move some bits from ide-timing.h to <linux/ide.h>
ide: remove XFER_* masks from ide-timing.h
ide: checkpatch.pl fixes for ide-timing.h
ide: convert ide-timing.h to ide-timings.c library (take 2)
ali14xx: convert to use ide_timing_find_mode()
ht6560b: convert to use ide_timing_find_mode()
qd65xx: convert to use ide_timing_find_mode()
alim15x3: convert to use ide_timing_find_mode()
cmd640: convert to use ide_timing_find_mode()
cmd64x: convert to use ide_timing_find_mode()
cy82c693: convert to use ide_timing_find_mode()
sl82c105: convert to use ide_timing_find_mode()
ide-mpc8xx: convert to use ide_timing_find_mode()
ide-pmac: convert to use ide_timing_find_mode()
ide: move ide_pio_cycle_time() to ide-timings.c
ide: remove no longer used ide_pio_timings[]
ide: move PIO blacklist to ide-pio-blacklist.c
ide: fix hwif-s initialization
ide: make ide_hwifs[] static
ide: set hwif->dev in ide_init_port_hw() (take 2)
au1xxx-ide: don't use hwif->hwif_data
ide_4drives: use struct ide_port_info
ide-cs: use struct ide_port_info
icside: don't use hwif->hwif_data
icside: use ide_init_port_hw()
sgiioc4: use driver name for resource allocation
ide: tighten checks on PCI BARs in ide_hwif_configure()
swarm: use struct ide_port_info
cmd640: fix warm-plug support for the secondary interface
ide: ->port_init_devs -> ->init_dev
cmd640: add ->init_dev method
rapide: use struct ide_port_info
ide-h8300: use struct ide_port_info
ide_platform: use struct ide_port_info
ide: print message on error in ide_find_port_slot()
ide-h8300: print driver banner message early
ide-pnp: print driver banner message early
ide: allow any command requesting DMA data phase for HDIO_DRIVE_TASKFILE
ide: remove superfluous BUG_ON() from set_geometry_intr()
ide: remove needless includes from ide.c
ide: remove needless includes from ide-taskfile.c (take 2)
ide: remove needless includes from setup-pci.c (take 2)
rapide: fix rapide_probe() return value
icside: always try to probe first interface
swarm: call ide_find_port_slot() later
sgiioc4: call ide_find_port_slot() later
ide: <asm-sparc/ide_64.h>: use %r0 for outw_be()
ide: <asm-sparc/ide_32.h>: use __raw_{read,write}w()
ide: <asm-sparc/ide_64.h>: use __raw_{read,write}w()
ide: merge <asm-sparc/ide_64.h> with <asm-sparc/ide_32.h>
ide-pmac: store pmif instead of hwif in ->driver_data (take 2)
ide-pmac: add ->init_dev method (take 4)
ide-pmac: move ide_find_port() call to pmac_ide_setup_device() (take 2)
ide: move ide_pci_setup_ports() call out from do_ide_setup_pci_device()
ide: pass hw_regs_t-s to ide_device_add[_all]() (take 3)
ide: add ->read_sff_dma_status method
ide: use I/O ops directly in ide-dma.c
ide: remove ->dma_{status,command} fields from ide_hwif_t
ide: remove ide_setup_dma()
ide: factor out simplex handling from ide_pci_dma_base()
ide: add ->exec_command method
ide: add ->read_status method
ide: add ->read_altstatus method
ide: add ->set_irq method
ide: change order of register access in ide_config_drive_speed()
ide: use ->tf_load in ide_config_drive_speed()
ide: use ->tf_load in actual_try_to_identify()
ide: use ->tf_load in SELECT_DRIVE()
ide: use ->tf_read in ide_read_error()
ide: add ide_read_device() helper
ide: add ide_read_ireason() helper
ide: add ide_read_bcount_and_ireason() helper
ide: remove ->INB, ->OUTB and ->OUTBSYNC methods
ide: limit cy82c693 host driver to ALPHA
ide: mark hpt34x host driver as BROKEN
ide: remove dead Virtual DMA support
ide: filter out invalid transfer mode values in set_xfer_rate()
ide: filter out "default" transfer mode values in set_xfer_rate()
gayle: reserve memory resources at once
ide-generic: probing fix
ide: add 'config' field to hw_regs_t
ide: add struct ide_tp_ops (take 2)
ide: add struct ide_host (take 3)
ide: add ide_host_add() helper
ide: fix ide_host_register() return value
ide: fix IDE port slots reservation and freeing (take 2)
ide: move ide_remove_port_from_hwgroup() to ide-probe.c
ide: add ide_ports[]
ide: allocate ide_hwif_t instances dynamically
ide: add ide_host_free() helper (take 2)
ide: always call ->init_chipset method in do_ide_setup_pci_device()
ide: respect dev->irq in do_ide_setup_pci_device() also if 'tried_config'
ide: move ide_setup_pci_controller() call to ide_setup_pci_device[s]()
ide: call ide_pci_setup_ports() before do_ide_setup_pci_device()
ide: add ->dev and ->host_priv fields to struct ide_host
ide: add ide_device_{get,put}() helpers
aec62xx: convert to use ->host_priv
hpt366: convert to use ->host_priv
it821x: convert to use ->host_priv
sc1200: convert to use ->host_priv
siimage: convert to use ->host_priv
via82cxxx: convert to use ->host_priv
tc86c001: remove ->init_chipset method
amd74xx: cleanup ->init_chipset method
cmd64x: cleanup ->init_chipset method
via82cxxx: cleanup ->init_chipset method
ide: add ide_pci_remove() helper
aec62xx: add ->remove method and module_exit()
alim15x3: add ->remove method and module_exit()
amd74xx: add ->remove method and module_exit()
atiixp: add ->remove method and module_exit()
cmd64x: add ->remove method and module_exit()
cs5530: add ->remove method and module_exit()
cs5535: add ->remove method and module_exit()
cy82c693: add ->remove method and module_exit()
ide/pci/generic: add ->remove method and module_exit()
hpt34x: add ->remove method and module_exit()
hpt366: add ->remove method and module_exit()
it8213: add ->remove method and module_exit()
it821x: add ->remove method and module_exit()
jmicron: add ->remove method and module_exit()
ns87415: add ->remove method and module_exit()
opti621: add ->remove method and module_exit()
pdc202xx_new: add ->remove method and module_exit()
pdc202xx_old: add ->remove method and module_exit()
piix: add ->remove method and module_exit()
rz1000: add ->remove method and module_exit()
sc1200: add ->remove method and module_exit()
serverworks: add ->remove method and module_exit()
siimage: add ->remove method and module_exit()
sis5513: add ->remove method and module_exit()
sl82c105: add ->remove method and module_exit()
slc90e66: add ->remove method and module_exit()
tc86c001: add ->remove method and module_exit()
triflex: add ->remove method and module_exit()
trm290: add ->remove method and module_exit()
via82cxxx: add ->remove method and module_exit()
icside: add module_exit()
rapide: add module_exit()
ide: fix <asm-xtensa/ide.h>
ide-generic: fix ide_default_io_base() for m32r
ide-generic: minor fix for mips
ide-generic: remove "no_pci_devices()" quirk from ide_default_io_base()
ide: remove <asm-cris/ide.h>
ide: define MAX_HWIFS in <linux/ide.h>
ide-generic: remove broken PPC_PREP support
ide-generic: is no longer needed on ppc32
ide-generic: remove ide_default_{io_base,irq}() inlines (take 3)
ide: remove <asm/ide.h> for some archs
ide: include PCI device name in messages from IDE PCI host drivers
it8213: remove DECLARE_ITE_DEV() macro
it821x: remove DECLARE_ITE_DEV() macro
ide: prefix messages from IDE PCI host drivers by driver name
ide: drop 'name' parameter from ->init_chipset method
gayle: release resources on ide_host_add() failure
ide: enable local IRQs in all handlers for TASKFILE_NO_DATA data phase
ide: remove stale comments from drivers/ide/Makefile
ide: fix for EATA SCSI HBA in ATA emulating mode
ide: use proper printk() KERN_* levels in ide-probe.c

Becky Bruce (4):
[POWERPC] Delete unused fec_8xx net driver
powerpc: Silly spelling fix in pgtable-ppc32
powerpc: Change BAT code to use phys_addr_t
powerpc: Get rid of bitfields in ppc_bat struct

Ben Castricum (1):
x86: microcode: cosmetic changes

Ben Collins (2):
x86: config option to disable info from decompression of the kernel
USB: keyspan: Remove duplicate device entries

Ben Dooks (92):
[MTD] [NAND] S3C2410: Change printk() into dev_dbg()
[MTD] [NAND] S3C2410: Remove changelog and tidy header
DM9000: Add support for DM9000A and DM9000B chips
DM9000: Cleanups after the resource changes
DM9000: Cleanup source code
DM9000: Cleanup source code - remove forward declerations
DM9000: Use NSR to determine link-status on internal PHY
DM9000: Allow the use of the NSR register to get link status.
DM9000: Add missing msleep() in EEPROM wait code.
DM9000: Re-unite menuconfig entries for DM9000 driver
DM9000: Remove DEFAULT_TRIGGER for request_irq() flags.
DM9000: Add documentation for the driver.
[ARM] 5141/1: PWM: pwm_request() should return an PTR_ERR() instead of NULL.
[ARM] 5140/1: RPC: Use HAVE_PATA_PLATFORM to select pata platform driver
[ARM] 5050/1: S3C2410: Cleanup header on S3C2410 serial driver
[ARM] 5054/1: S3C2410: Add GPLv2 license to the s3c2410 serial driver
[ARM] S3C2410: Fix flags on DM9000 resources on BAST and VR1000
[ARM] S3C2410: Add sysfs attribute for serial driver clock source
[ARM] S3C24XX: s3c2410_defconfig: update to rc8
[ARM] S3C24XX: s3c2410_defconfig: update list of used drivers
[ARM] S3C24XX: s3c2410_defconfig: enable useful NLS options
[ARM] S3C24XX: s3c2410_defconfig: update filesystem options
[ARM] S3C24XX: s3c2410_defconfig: update miscellaneous options
[ARM] S3C24XX: s3c2410_defconfig: update networking options
[ARM] S3C24XX: s3c2410_defconfig: add SCSI support
[ARM] S3C24XX: s3c2410_defconfig: enable USB subset of drivers
[ARM] S3C24XX: Add gpiolib support
[ARM] S3C24XX: Add PWM timer MUX defines
[ARM] S3C24XX: Support for PWM timer clocks via clk_* API
[ARM] JIVE: Initial machine support for Logitech Jive
[ARM] JIVE: Initialise the sleep configuration registers
[ARM] JIVE: Add setup information for the S3C2412 LCD controller
[ARM] JIVE: Add SPI bus definitions for LCD controller
[ARM] JIVE: Add LCD display setup information
[ARM] JIVE: Add board definitions for audio
[ARM] JIVE: Add i2c device info for LIS302DL sensor
[ARM] JIVE: Add power off on shutdown support
[ARM] BAST/VR1000: Move to using ata_platform (libata)
[ARM] ANUBIS: Move to using ata_platform driver (libata)
[ARM] S3C24XX: Add physmap device for all Simtec NOR equiped boards.
[ARM] OSIRIS: Add i2c device list to Simtec Osiris
[ARM] BAST: Add i2c device list on Simtec Bast
[ARM] VR1000: Add i2c device list to Thorcom VR1000
[ARM] ANUBIS: Add i2c device list to Simtec Anubis
[ARM] VR1000: Add tmp101 to list of I2C devices on the board
[ARM] S3C24XX: PWM API support.
[ARM] S3C24XX: Split serial driver into core and per-cpu drivers
[ARM] S3C2443: Fix s3c2443_clkcon_enable_p() using wrong register.
[ARM] S3C2443: Add armdiv and arm clocks
[ARM] S3C2443: Add prediv clk and fix setting of h and p clocks
[ARM] Acer n30: Minor style and indentation fixes.
[ARM] s3c2410_defconfig: update for current build
[MTD] [MAPS] Remove the bast-flash driver.
MMC: S3C24XX: Add platform data for MMC/SD driver
MMC: S3C24XX: Add support to invert write protect line
MMC: S3C24XX: Ensure host->mrq->data is valid
MMC: S3C24XX: Allow card-detect on non-IRQ capable pin
MMC: S3C24XX: Fix s3c2410_dma_request() return code check.
MMC: S3C24XX: Add MODULE_ALIAS() entries for the platform devices
MMC: S3C24XX: Fix use of msecs where jiffies are needed
MMC: S3C24XX: Add media presence test to request handling.
MMC: S3C24XX: Update error debugging.
MMC: S3C24XX: Add maintainer entry
MMC: S3C24XX: Refuse incorrectly aligned transfers
BAST: Remove old IDE driver
sysdev: fix debugging statements in registration code.
DM9000: Remove magic numbers
leds: Fix sparse warnings in leds-h1940 driver
s3cmci: fixes for section mismatch warnings
s3cmci: ensure host stopped on machine shutdown
rtc: rtc-s3c: add devexit and devinit markers
rtc: rtc-s3c: update IRQ handling
sm501: add inversion controls for VBIASEN and FPEN
sm501: restructure init to allow only 1 fb on an SM501
sm501: fixup allocation code to be 64bit resource compliant
fb: add support for the ILI9320 video display controller
lcd: add lcd_device to check_fb() entry in lcd_ops
lcd: add platform_lcd driver
CPUFREQ: S3C24XX NAND driver frequency scaling support.
sm501: add power control callback
sm501: add gpiolib support
sm501: gpio I2C support
sm501: fixes for akpms comments on gpiolib addition
mfd: sm501 build fixes when CONFIG_MFD_SM501_GPIO unset
mfd: sm501 fix gpio number calculation for upper bank
i2c: S3C2410: Pass the I2C bus number via drivers platform data
i2c: i2c_gpio: keep probe resident for hotplugged devices.
i2c: S3C24XX I2C frequency scaling support.
i2c: Documentation: upgrading clients HOWTO
mfd: Use to_platform_device instead of container_of
mfd: Coding style fixes
spi_s3c24xx: really assign busnum

Ben Hutchings (10):
sfc: Use kernel I2C system and i2c-algo-bit driver
sfc: Reduce I2C udelay to 5 resulting in a clock frequency of 100 kHz
cpu topology: always define CPU topology information
cputopology: always define CPU topology information, clean up
net: Disable LRO on devices that are forwarding
net: Discard and warn about LRO'd skbs received for forwarding
e1000: resolve tx multiqueue bug
sfc: I2C adapter initialisation fixes
sfc: Use a separate workqueue for resets
sfc: Create one RX queue and interrupt per CPU package by default

Ben Nizette (1):
avr32: clean up mci platform code

Ben-Ami Yassour (1):
KVM: check injected pic irq within valid pic irqs

Benjamin Herrenschmidt (21):
powerpc: Free a PTE bit on ppc64 with 64K pages
powerpc: Use new printk extension %pS to print symbols on oops
powerpc: rework 4xx PTE access and TLB miss
[SCSI] sym53c8xx: Fix bogus sym_que_entry re-implementation of container_of
Merge commit 'origin/HEAD' into test-merge
Merge commit 'jwb/jwb-next'
Merge commit 'gcl/gcl-next'
Merge commit '85082fd7cbe3173198aac0eb5e85ab1edcc6352c' into test-build
Merge commit 'origin/master'
powerpc: Fix OF parsing of 64 bits PCI addresses
fbdev: Teaches offb about palette on radeon r5xx/r6xx
Merge commit 'origin/master'
powerpc ioremap_prot
spufs: use new vm_ops->access to allow local state access from gdb
Merge commit 'gcl/gcl-next'
Merge commit 'jk/jk-merge'
Move update_mmu_cache() declaration from tlbflush.h to pgtable.h
Merge commit 'gcl/gcl-next'
powerpc/powermac: Use sane default baudrate for SCC debugging
powerpc/powermac: Fixup default serial port device for pmac_zilog
powerpc: Disable 64K hugetlb support when doing 64K SPU mappings

Benjamin Li (8):
bnx2: Remove the rx_offset field from the bnx2 structure.
bnx2: Rename RX_COPY_THRESH to BNX2_RX_COPY_THRESH.
bnx2: Pre-initialize struct cpu_reg.
bnx2: Support secondary MAC addresses.
bnx2: Update TPAT firmware
bnx2: Add TX multiqueue support.
bnx2: Fix Sparse warnings
bnx2: Update version to 1.7.9.

Benjamin Thery (1):
ipv6 netns: Address labels per namespace

Benny Halevy (13):
nfsd: make nfs4xdr WRITEMEM safe against zero count
nfsd: eliminate unused nfs4_callback.cb_program
nfsd: eliminate unused nfs4_callback.cb_stat
nfsd: return nfserr_minor_vers_mismatch when compound minorversion != 0
nfsd: tabulate nfs4 xdr decoding functions
nfsd: unsupported nfs4 ops should fail with nfserr_opnotsupp
nfsd: nfs4 minorversion decoder vectors
nfsd: dprint operation names
nfsd: tabulate nfs4 xdr encoding functions
nfsd: take file and mnt write in nfs4_upgrade_open
nfs: initialize timeout variable in nfs4_proc_setclientid_confirm
dlm: fix uninitialized variable for search_rsb_list callers
usb: fix uninitialized variable warning in keyspan_pda

Benzi Zbit (1):
sdio: fix the use of hard coded timeout value.

Bernard Pidoux (1):
rose: improving AX25 routing frames via ROSE network

Bernhard Walle (14):
powerpc: Remove experimental status of kdump on 64-bit powerpc
x86: add flags parameter to reserve_bootmem_generic()
x86: use reserve_bootmem_generic() to reserve crashkernel memory on x86_64
x86: add flags parameter to reserve_bootmem_generic()
x86: use reserve_bootmem_generic() to reserve crashkernel memory on x86_64
x86: unify crashkernel reservation for 32 and 64 bit
x86, crashdump, /proc/vmcore: remove CONFIG_EXPERIMENTAL from kdump
x86: limit E820 map when a user-defined memory map is specified
x86: find offset for crashkernel reservation automatically
x86: fix documentation bug about relocatability
sysfs: add /sys/firmware/memmap
x86: use FIRMWARE_MEMMAP on x86/E820
[IA64] Remove experimental status of kdump
parport_pc: add base_hi BAR for oxsemi_840

Bill Moss (1):
iwl3945: do not delay hardware scan if it is a direct scan

Bjorn Helgaas (34):
PCI: use dev_printk when possible
PCIE: aer: use dev_printk when possible
PCIE: port driver: use dev_printk when possible
PNP: add detail to debug resource dump
PNP: remove pnp_resource.index
PNP: add pnp_resource_type() internal interface
PNP: add pnp_resource_type_name() helper function
PNP: make pnp_{port,mem,etc}_start(), et al work for invalid resources
PNP: replace pnp_resource_table with dynamically allocated resources
PNPACPI: keep disabled resources when parsing current config
PNP: remove ratelimit on add resource failures
PNP: dont sort by type in /sys/.../resources
PNP: add pnp_possible_config() -- can a device could be configured this way?
PNP: whitespace/coding style fixes
PNP: define PNP-specific IORESOURCE_IO_* flags alongside IRQ, DMA, MEM
PNP: make resource option structures private to PNP subsystem
PNP: introduce pnp_irq_mask_t typedef
PNP: increase I/O port & memory option address sizes
PNP: improve resource assignment debug
PNP: in debug resource dump, make empty list obvious
PNP: make resource assignment functions return 0 (success) or -EBUSY (failure)
PNP: remove redundant pnp_can_configure() check
PNP: centralize resource option allocations
PNPACPI: ignore _PRS interrupt numbers larger than PNP_IRQ_NR
PNP: rename pnp_register_*_resource() local variables
PNP: support optional IRQ resources
PNP: remove extra 0x100 bit from option priority
ISAPNP: handle independent options following dependent ones
PNP: convert resource options to single linked list
PNP: avoid legacy IDE IRQs
PNPACPI: add support for HP vendor-specific CCSR descriptors
ACPI: use dev_printk when possible
ACPI: stop complaints about interrupt link End Tags and blank IRQ descriptors
x86/PCI: use dev_printk when possible

Boaz Harrosh (1):
[SCSI] iscsi_tcp: Enable any size command

Bob Copeland (10):
ath5k: Fix loop variable initializations
ath5k: convert LED code to use mac80211 triggers
omfs: add filesystem documentation
omfs: define filesystem structures
omfs: add inode routines
omfs: add directory routines
omfs: add file routines
omfs: add bitmap routines
omfs: update kbuild to include OMFS
omfs: add MAINTAINERS entry

Bob Moore (17):
Make GPE disable more robust
ACPICA: Add argument count checking to control method invocation via acpi_evaluate_object
ACPICA: Fix for hang on GPE method invocation
ACPICA: Fix possible negative array index in acpi_ut_validate_exception
ACPICA: Eliminate acpi_native_uint type v2
ACPICA: Removed unused include files from source files
ACPICA: Several lint changes, no functional changes
ACPICA: Add const qualifier for appropriate string constants
ACPICA: Update version to 20080514
ACPICA: Workaround for reversed _PRT entries from BIOS
ACPICA: Update DMAR and SRAT table definitions
ACPICA: Update disassembler for DMAR table changes
ACPICA: Fix for invalid large array index on 64-bit systems
ACPICA: Cleanup debug operand dump mechanism
ACPICA: Cleanup of _PRT parsing code
ACPICA: Fix mutex debug code for wrong loop termination value
ACPICA: Update version to 20080609

Bob Peterson (1):
[GFS2] kernel panic mounting volume

Borislav Petkov (31):
ide-floppy: merge callbacks
ide-tape: unify idetape_create_read/write_cmd
ide-floppy: fix unfortunate function naming
ide-cd: remove wait-for-idle-controller bit in cdrom_start_packet_command
ide-cd: remove ide_cd_drain_data and ide_cd_pad_transfer
ide-cd: ide_do_rw_cdrom: add the catch-all bad request case to the if-else block
ide-cd: cdrom_start_seek: remove unused argument block
ide-cd: mv ide_do_rw_cdrom ide_cd_do_request
ide-cd: simplify request issuing path
ide-cd: fold cdrom_start_seek into ide_cd_do_request
ide-cd: move request prep from cdrom_start_seek_continuation to rq issue path
ide-cd: move request prep from cdrom_start_rw_cont to rq issue path
ide-cd: move request prep chunk from cdrom_do_newpc_cont to rq issue path
ide-floppy: fold idefloppy_create_test_unit_ready_cmd into idefloppy_open
ide-floppy: zero out the whole struct ide_atapi_pc on init
ide: push pc callback pointer into the ide_drive_t structure
ide-floppy: use drive->pc_callback instead of pc->callback
ide-tape: use drive->pc_callback instead of pc->callback
ide-scsi: use drive->pc_callback instead of pc->callback
ide: remove pc->callback member from ide_atapi_pc
ide-floppy: pass packet command in rq->cmd
ide-tape: make room for packet command ids in rq->cmd
ide-tape: pass packet command in rq->cmd
ide-scsi: pass packet command in rq->cmd
ide: use rq->cmd instead of pc->c in atapi common code
ide: add per-device flags
ide-floppy: convert to using the new atapi_flags (take 2)
ide-tape: convert to using the new atapi_flags
ide-scsi: convert to using the new atapi_flags
ide: remove unused PC_FLAG_DRQ_INTERRUPT
ide-cd: convert to using the new atapi_flags

Brandon Philips (1):
V4L/DVB (8389): videodev: simplify get_index()

Brian Haley (1):
net: change proto destroy method to return void

Brian King (12):
[SCSI] sg: Add target reset support
[SCSI] ibmvfc: IBM Power Virtual Fibre Channel Adapter Client Driver
powerpc/pseries: Utilities to set firmware page state
powerpc/pseries: Add collaborative memory manager
powerpc/pseries: Add CMO paging statistics
ibmvfc: Add support for collaborative memory overcommit
[SCSI] ibmvfc: Reduce unnecessary log noise
[SCSI] ibmvfc: Target refcounting fixes
[SCSI] ibmvfc: Fix hang on module removal
[SCSI] ibmvfc: Miscellaneous fixes
[SCSI] ibmvfc: Add ADISC support
[SCSI] ibmvfc: Update driver version to 1.0.1

Brice Goglin (5):
myri10ge: add routines for multislices
myri10ge: add multislices support
myri10ge: add Direct Cache Access support
myri10ge: remove wcfifo
myri10ge: use ioremap_wc

Bruce Leonard (1):
UBI: fix 64-bit calculations

Bruno Randolf (3):
zd1211rw: initial IBSS support
mac80211: use hardware flags for signal/noise units
mac80211: make rx radiotap header more flexible

Bryan O'Donoghue (1):
[POWERPC] 83xx: Add support for Analogue & Micro ASP837E board

Bryan Wu (1):
Blackfin arch: add TXDWA definition to enable new feature

Carl Karsten (1):
V4L/DVB (8023): vivi: announce that it is registered as /dev/video%d

Carlos Corbacho (9):
Input: i8042 - add Dritek quirk for Acer Aspire 5720
acer-wmi: Remove LED colour comment from documentation
acer-wmi: Blacklist backlight on Acer Aspire 1520 & 1360 series
acer-wmi: Respect framebuffer blanking in backlight
acer-wmi: Add EC quirk for Fujitsu Siemens Amilo Li 1718
acer-wmi: Disable device autodetection on Fujitsu Siemens Amilo Li2732
acer-wmi: Add debugfs file for device detection
acer-wmi: Remove version number
pm: acpi pm: add DMI quirk list for ACPI 1.0 suspend ordering

Carlos R. Mafra (4):
x86: clean up computation of HPET .mult variables
Remove argument from open_softirq which is always NULL
hrtimer: Remove unused variables in ktime_divns()
rtc: remove and clarify unneeded externs

Carsten Otte (3):
KVM: s390: dont allocate dirty bitmap
KVM: Fix memory leak on guest exit
KVM: s390: Advertise KVM_CAP_USER_MEMORY

Catalin Marinas (2):
[ARM] 5121/1: Annotate platform_secondary_init with trace_hardirqs_off
[ARM] 5092/1: Fix the I-cache invalidation on ARMv6 and later CPUs

Catalin(ux) M BOIE (1):
serial: add support for a no-name 4 ports multiserial card

Cezary Jackiewicz (2):
misc,acpi,backlight: compal Laptop Extras
compal-laptop: remove unnecessary lcd_level attribute

Chandra Seetharaman (10):
[SCSI] scsi_dh: add infrastructure for SCSI Device Handlers
[SCSI] scsi_dh: add lsi rdac device handler
[SCSI] scsi_dh: add EMC Clariion device handler
[SCSI] scsi_dh: Use SCSI device handler in dm-multipath
[SCSI] scsi_dh: Add a single threaded workqueue for initializing paths
[SCSI] scsi_dh: Remove dm_pg_init_complete
[SCSI] scsi_dh: Remove hardware handlers from dm
[SCSI] scsi_dh: Remove hardware handler infrastructure from dm
[SCSI] scsi_dh: fix kconfig related build errors
scsi_dh: Verify "dev" is a sdev before accessing it.

Chandru (1):
calgary iommu: use the first kernels TCE tables in kdump

Changli Gao (1):
netfilter: nf_nat_core: eliminate useless find_appropriate_src for IP_NAT_RANGE_PROTO_RANDOM

Chas Williams (4):
atm: [suni] add support for setting loopback and framing modes
atm: [he] remove #ifdef clutter
atm: [fore200e] convert to use request_firmware()
atm: [fore200e] use MODULE_FIRMWARE() and other suggested cleanups

Chen Gong (1):
spi: spi_mpc83xx clockrate fixes

Chen, Huacai (1):
[MIPS] modify the MIPS CPU classfication

Chris Lalancette (2):
KVM: SVM: Fake MSR_K7 performance counters
KVM: VMX: Fake emulate Intel perfctr MSRs

Chris Malley (1):
[MTD] Use list_for_each_entry[_safe] where appropriate.

Chris McDermott (1):
x86: fix IBM Summit based systems' phys_cpu_present_map on 32-bit kernels

Chris Mennie (1):
[ALSA] usb-audio - Support for Roland SonicCell sound module

Chris Smith (1):
sh: Optimized flush_icache_range() implementation.

Chris Webb (1):
Support changing rdev size on running arrays.

Chris Wright (1):
When verifying the decoded header before decoding the object identifier

Christer Weinigel (7):
[ARM] Acer n30: Source file cleanups.
[ARM] Acer n30: USB bus pull-up support.
[ARM] Acer n30: GPIO buttons support
[ARM] Acer n30: LED support.
[ARM] Acer n30: Add support for n35 and related devices.
[ARM] Acer n30: LCD support.
[ARM] Acer n30: Hardware initialisation.

Christian Borntraeger (13):
[S390] Cleanup vmcp printk messages.
KVM: remove long -> void *user -> long cast
KVM: s390: Set guest storage limit and offset to sane values
KVM: s390: rename private structures
virtio_blk: check for hardsector size from host
hvc_console: rework setup to replace irq functions with callbacks
virtio_console: use virtqueue notification for hvc_console
virtio: console as a config option
s390: use virtio_console for KVM on s390
KVM: s390: Fix guest kconfig
KVM: s390: Fix program check on interrupt delivery handling
KVM: s390: Fix instruction naming for lctlg
KVM: s390: Fix possible host kernel bug on lctl(g) handling

Christian Hohnstaedt (1):
crypto: ixp4xx - Hardware crypto support for IXP4xx CPUs

Christian Krafft (3):
powerpc/cell/cpufreq: Add spu aware cpufreq governor
powerpc/cell: Cleanup sysreset_hack for IBM cell blades
powerpc/cell: Add support for power button of future IBM cell blades

Christian Limpach (1):
xen/blkfront: Add the CDROM_GET_CAPABILITY ioctl to blkfront.

Christof Schmitt (13):
[SCSI] zfcp: Track fabric and channel latencies provided by FCP adapter
[SCSI] zfcp: sysfs attributes for fabric and channel latencies
[SCSI] zfcp: Fix mempool pointer for GID_PN request allocation
[SCSI] zfcp: Remove some sparse warnings
[SCSI] zfcp: Fix sparse warning by providing new entry in dbf
[SCSI] zfcp: Move FC code to new file
[SCSI] zfcp: Move CFDC code to new file.
[SCSI] zfcp: Cleanup code in zfcp_ccw
[SCSI] zfcp: Message cleanup
[SCSI] zfcp: Fix error checking for ELS ADISC requests
[SCSI] zfcp: Small QDIO cleanups
[SCSI] zfcp: Cleanup code in zfcp_erp.c
[SCSI] zfcp: Cleanup external header file

Christoph Hellwig (3):
pcmcia: cs: kill thread_wait
kill generic_file_direct_IO()
Re: [PATCH 3/6] vfs: open_exec cleanup

Christoph Lameter (12):
x86: merge thread_info.h
x86: threadinfo: common include files
x86: threadinfo: merge thread sync state definitions
x86: common thread_info definitions
x86: threadinfo: merge INIT_THREAD_INFO
x86: thread_info: PREEMPT_ACTIVE
x86: thread_info: merge TIF_ flags.
x86: thread_info: merge tif masks
x86: thread_info: merge thread_info allocation
x86: unify current.h
slub: Add check for kfree() of non slab objects.
Fix typo in meth driver

Christophe Jaillet (5):
drivers/block/pktcdvd.c: avoid useless memset
x86, arch/x86/kernel/io_apic_32.c: use kzalloc instead of kmalloc/memset
RDMA/nes: Remove unnecessary memset()
V4L/DVB (8252): buf-dma-sg.c: avoid clearing memory twice
USB: AccessRunner: avoid unnecessary memset

Chuck Lever (39):
NFS: Update help text for CONFIG_NFS_FS
SUNRPC: Add a function to display the name of an RPC procedure
SUNRPC: Rename "call_" functions that are no longer FSM states
SUNRPC: Don't display the rpc_show_tasks header if there are no tasks
SUNRPC: Refactor rpc_show_tasks
SUNRPC: Display some debugging information as text rather than numbers
NFS: Make nfs_fsync methods consistent
NFS: Make nfs_llseek methods consistent
NFS: Make nfs_open methods consistent
NFS: Add debugging facility for NFS aops
NFS: Use NFSDBG_FILE for all fops
NFS: Fix trace debugging nits in write.c
SUNRPC: Remove obsolete messages during transport connect
SUNRPC: Ensure all transports set rq_xtime consistently
NFS: Move fs/nfs/iostat.h to include/linux
NFS: Allow any value for the "retry" option
NFS: Treat "intr" and "nointr" options as deprecated
NFS: missing newline in NFS mount debugging message
NFS: Use common device name parsing logic for NFSv4 and NFSv2/v3
NFS: Support raw IPv6 address hostnames during NFS mount operation
NFS: Add string length argument to nfs_parse_server_address
NFS: handle interface identifiers in incoming IPv6 addresses
SUNRPC: More useful debugging output for rpcb client
SUNRPC: Document some naked integers in rpcbind client
SUNRPC: Use rpcbind version 2 GETPORT
SUNRPC: Use GETADDR for rpcbind version 4 queries
SUNRPC: Use only rpcbind v2 for AF_INET requests
NFS: Move the nfs_set_port() call out of nfs_parse_mount_options()
NFS: use documenting macro constants for initializing ac{reg, dir}{min, max}
NFS: Refactor logic for parsing NFS security flavor mount options
NFS: Set security flavor default for NFSv2/3 mounts like other defaults
NFS4: Set security flavor default for NFSv4 mounts like other defaults
NFS: Allow either strict or sloppy mount option parsing
lockd: Pass "struct sockaddr *" to new failover-by-IP function
SUNRPC: Use correct XDR encoding procedure for rpcbind SET/UNSET
SUNRPC: Introduce a specific rpcb_create for contacting localhost
SUNRPC: None of rpcb_create's callers wants a privileged source port
SUNRPC: Refactor rpcb_register to make rpcbindv4 support easier
SUNRPC: Support registering IPv6 interfaces with local rpcbind daemon

Claudio Nieder (1):
Input: add driver for Tabletkiosk Sahara TouchIT-213 touchscreen

Clemens Ladisch (13):
[ALSA] oxygen: fix version in MODULE_LICENSE
[ALSA] oxygen: add symbol for I/O space size
[ALSA] oxygen: save register writes
[ALSA] oxygen: simplify DAC volume initialization
[ALSA] oxygen: separate out hardware initialization code
[ALSA] virtuoso: add xonar_enable_output()
[ALSA] oxygen: add PM support
[ALSA] oxygen: add symbols for buffer/period size constraints
[ALSA] virtuoso: restrict period time to less than 10 s
[ALSA] ice1724: fix MIDI
ALSA: usb-audio: fix Yamaha KX quirk
ALSA: usb-audio: add some Yamaha USB MIDI quirks
hpet: clarify maintainer entry

Cliff Wickman (5):
x86, SGI UV: TLB shootdown using broadcast assist unit
x86 atomic operations: atomic_or_long() atomic_inc_short()
SGI UV: TLB shootdown using broadcast assist unit, cleanups
x86, SGI UV: TLB shootdown using broadcast assist unit, v6
x86, SGI UV: uv_ptc_proc_write fix

Coly Li (1):
ocfs2: fix oops in mmap_truncate testing

Cornelia Huck (17):
[S390] cio: Clear correct bit in cio_release_console().
[S390] cio: Register all subchannels.
[S390] cio: Introduce modalias for css bus.
[S390] cio: Rework css driver.
[S390] cio: Cleanup crw interface.
[S390] cio: Export some symbols for modular css drivers.
[S390] cio: Base message subchannel handling.
[S390] cio: Get rid of css_characteristics_avail.
[S390] cio: Introduce abstract isc definitions.
[S390] cio: Allow adapter interrupt handlers per isc.
[S390] cio: Use isc_{register,unregister}.
[S390] cio: Repair chpid event handling.
[S390] css: Use css_device_id for bus matching.
[S390] cio: Add chsc subchannel driver.
[S390] dasd: Fix cleanup in dasd_{fba,diag}_check_characteristics().
[S390] cio: Export chsc_error_from_response().
driver core: Suppress sysfs warnings for device_rename().

Cyrill Gorcunov (38):
x86: 64-bit defconfig remake
x86 - hide X86_VM_MASK from userland programs v3
x86: head_64.S cleanup - use predefined flags from processor-flags.h
x86: compressed/head_64.S cleanup - use predefined flags from processor-flags.h
x86: head_64.S cleanup - use straight move to CR4 register
x86: head_64.S cleanup - use PMD_SHIFT instead of numeric constant
x86: nmi - unify die_nmi() interface
x86: nmi - die_nmi() output message unification
x86: move do_nmi(), stop_nmi() and restart_nmi() to traps_64.c
x86: nmi_32.c - add "panic" option
x86: nmi_32.c - add nmi_watchdog_default helper
x86: nmi_32/64.c - use apic_write_around instead of apic_write
x86: nmi_32.c - unknown_nmi_panic_callback should always panic
x86: nmi_64.c - use for_each_possible_cpu helper
x86: nmi_32.c cleanup - use for_each_online_cpu helper
x86: nmi_32/64.c - add helper functions to hide arch specific data
x86: nmi_32/64.c - merge down nmi_32.c and nmi_64.c to nmi.c
x86: nmi - fix incorrect NMI watchdog used by default
x86: nmi - consolidate nmi_watchdog_default for 32bit mode
x86: watchdog - check for CPU is being supported
x86: touch_nmi_watchdog(): reset alert counters for supported nmi_watchdog modes only
x86: IO-APIC - use NMI_NONE instead of numeric constant
x86, io-apic: define names for redirection table entry fields
x86, io-apic: use predefined names instead of numeric constants
x86: perfctr-watchdog.c - coding style cleanup
x86: nmi_watchdog - use nmi_watchdog variable for printing
x86: nmi_watchdog - remove useless check
x86: nmi_watchdog - use NMI_NONE by default
x86: nmi_watchdog - introduce nmi_watchdog_active() helper
x86: nmi_watchdog - documentation fix
x86: apic_32.c - add lapic resource
x86: idle process - add checking for NULL early param
x86: io delay - add checking for NULL early param
x86: smpboot maxcpus - add checking for NULL early param
x86: e820 memmap - add checking for NULL early param
x86: apic_64 - make calibrate_APIC_clock to return error code
x86: apic_32 - introduce calibrate_APIC_clock
m68k: vmlinux-std/sun3.lds.S cleanup - use PAGE_SIZE macro

Dale Farnsworth (1):
mv643xx_eth: new maintainer

Dan Liang (1):
Input: add driver for Atmel integrated touchscreen controller

Dan Nicholson (1):
HID: Invert HWHEEL mappings for some Logitech mice

Dan Taylor (1):
V4L/DVB (8117): saa7134: Avermedia A16D composite input

Dan Williams (25):
md: kill STRIPE_OP_MOD_DMA in raid5 offload
md: kill STRIPE_OP_IO flag
md: use stripe_head_state in ops_run_io()
md: unify raid5/6 i/o submission
md: replace STRIPE_OP_CHECK with 'check_states'
md: replace STRIPE_OP_BIOFILL with STRIPE_BIOFILL_RUN
md: replace STRIPE_OP_COMPUTE_BLK with STRIPE_COMPUTE_RUN
md: replace STRIPE_OP_{BIODRAIN,PREXOR,POSTXOR} with 'reconstruct_states'
md: replace R5_WantPrexor with R5_WantDrain, add 'prexor' reconstruct_states
md: handle operation chaining in raid5_run_ops
md: rationalize raid5 function names
md: resolve external metadata handling deadlock in md_allow_write
async_tx: fix async_memset compile error
dmaengine: remove arch dependency from DMADEVICES
dmaengine: track the number of clients using a channel
dmaengine: add DMA_COMPL_SKIP_{SRC,DEST}_UNMAP flags to control dma unmap
async_tx: ensure the xor destination buffer remains dma-mapped
async_tx: fix handling of the "out of descriptor" condition in async_xor
async_tx: export async_tx_quiesce
async_tx: remove depend_tx from async_tx_sync_epilog
async_tx: make async_tx_test_ack a boolean routine
iop_adma: directly reclaim descriptors on allocation failure
iop_adma: document how to calculate the minimum descriptor pool size
iop_adma: cleanup iop_chan_xor_slot_count
sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minor
タグ

コメントをかく


「http://」を含む投稿は禁止されています。

利用規約をご確認のうえご記入下さい

関連ソフト/文書

Firefox3 Meter  Use OpenOffice.org

管理人/副管理人のみ編集できます