Linux¤Î¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¤ò¾Ü²ò¤·¤Þ¤¹

FrontPage > kernel > 2.6.24-rc1 > 2.6.24-rc1_shortlog14

Maxim Levitsky:
V4L/DVB (6268): V4L: Fix a lock inversion in generic videobuf code
V4L/DVB (6269): V4L: Fix a "scheduling while atomic" bug in saa7134
V4L/DVB (6270): V4L: Honor dev->ctl_invert when setting up the decoder in saa7134
V4L/DVB (6271): V4L: Add basic support for suspend/resume for saa7134
V4L/DVB (6272): V4L: properly fix support for capturing interlaced video in saa7134
V4L/DVB (6278): Buf: fix typo that caused data loss when readng streams from device
V4L/DVB (6306): Few clenups for saa7134 resume code
[ALSA] hda-codec - code cleanups in patch_sigmatel.c
[ALSA] hda-intel - fix a race in dynamic power managment
[ALSA] hda-intel - Fix resume logic, when dynamic power managment is on
[ALSA] hda-codec - add support for swapping center/LFE channels to STAC codecs
[ALSA] hda-codec - add support for analog loopback to STAC9204/9205/922x/927x
[ALSA] hda-codec - make volume knob, the master volume for sigmatel codecs
[ALSA] hda-codec - Fix support for sigmatel codecs that have 2 or more ADCs
V4L/DVB (6329): Additional Fixes for saa7134 suspend/resume
V4L/DVB (6330): V4L: saa7134: Fix interaction between tvaudio thread and the freezer

maximilian attems:
[MTD] [NAND] nand_base.c fix broken link

Meelis Roos:
[POWERPC] Fix ppc kernels after build-id addition

Mel Gorman:
Add a bitmap that is used to track flags affecting a block of pages
Split the free lists for movable and unmovable allocations
Choose pages from the per-cpu list based on migration type
Add a configure option to group pages by mobility
Drain per-cpu lists when high-order allocations fail
Move free pages between lists on steal
Group short-lived and reclaimable kernel allocations
Group high-order atomic allocations
Do not group pages by mobility type on low memory systems
Bias the placement of kernel pages at lower PFNs
Be more agressive about stealing when MIGRATE_RECLAIMABLE allocations fallback
Fix corruption of memmap on IA64 SPARSEMEM when mem_section is not a power of 2
Bias the location of pages freed for min_free_kbytes in the same MAX_ORDER_NR_PAGES blocks
remove PAGE_GROUP_BY_MOBILITY
don't group high order atomic allocations
Fix calculation in move_freepages_block for counting pages
Do not depend on MAX_ORDER when grouping pages by mobility
Print out statistics in relation to fragmentation avoidance to /proc/pagetypeinfo
Breakout page_order() to internal.h to avoid special knowledge of the buddy allocator

Micah Gruber:
[IPV6]: Remove unneeded pointer iph from ipcomp6_input() in net/ipv6/ipcomp6.c
[DCCP]: Remove unneeded pointer newdp from dccp_v4_request_recv_sock()
Fix a potential NULL pointer dereference in uli526x_interrupt() in drivers/net/tulip/uli526x.c
USB: Remove unneeded pointer intf from speedtch_upload_firmware()

Michael Albaugh:
IB/ipath: Maintain active time on all chips
IB/ipath: Better handling of unexpected GPIO interrupts

Michael Buesch:
[POWERPC] via-pmu: Fix typo in printk
[SSB]: add Sonics Silicon Backplane bus support
[B43]: add mac80211-based driver for modern BCM43xx devices
[B44]: port to native ssb support
[B43]: Fix sparse warnings.
[B43]: Don't lock irq_lock in debugfs txpower adjust
[SSB]: Use ioreadX() and iowriteX() for PCI.
[SSB]: Sparse fixes.
[B43]: Change loglevel of radio-enable message.
[MAC80211]: Add support for setting TX power and radio status
[B43]: Remove the "radio hw enabled" message on startup.
[B43]: Support for turning the radio off from software.
mac80211: bss_tim_clear must use ~ instead of !
rfkill: Fix documentation typos
[RFKILL]: Add support for an rfkill LED.
[RFKILL]: Add support for hardware-only rfkill buttons
[B43]: LED triggers support
[B43]: RF-kill support
[B43]: Use input-polldev for the rfkill switch
[B43]: Rewrite pwork locking policy.
[MAC80211]: Check open_count before calling config callback.
[MAC80211]: Add association LED trigger
[MAC80211]: Update beacon_update callback documentation
USB: ohci SSB bus glue
b43: Make b43_stop() static

Michael Chan:
[BNX2]: Optimize firmware loading.
[BNX2]: Update version to 1.6.6.
[TG3]: Update version to 3.82.
[BNX2]: Fix remote PHY media detection problems.
[BNX2]: Fix default WoL setting.
[BNX2]: Update version to 1.6.7.
[TG3]: Refine napi poll loop.
[BNX2]: Refine napi poll loop.
[TG3]: Fix performance regression on 5705.
[BNX2]: Update 5709 firmware to 3.7.1.
[BNX2]: Fix Serdes WoL bug.
[BNX2]: Update version to 1.6.8.

Michael Ellerman:
[POWERPC] Add an optional device_node pointer to the irq_host
[POWERPC] Invert null match behaviour for irq_hosts
[POWERPC] Provide a default irq_host match, which matches on an exact of_node
[POWERPC] Initialise hwirq for legacy irqs
[POWERPC] Export virq mapping via debugfs
[POWERPC] spufs: Extract the file descriptor search logic in SPU coredump code
[POWERPC] spufs: Remove ctx_info and ctx_info_list
[POWERPC] spufs: Call spu_acquire_saved() before calculating the SPU note sizes
[POWERPC] spufs: Use computed sizes/#defines rather than literals in SPU coredump code
[POWERPC] spufs: Write some SPU coredump values as ASCII
[POWERPC] spufs: Correctly calculate the size of the local-store to dump
[POWERPC] spufs: Don't return -ENOSYS as extra notes size if spufs is not loaded
[POWERPC] spufs: Get rid of spufs_coredump_num_notes, it's not needed if we NULL terminate
[POWERPC] spufs: Internal __spufs_get_foo() routines should take a spu_context *
[POWERPC] spufs: Add contents of npc file to SPU coredumps
[POWERPC] spufs: Combine spufs_coredump_calls with spufs_calls
[POWERPC] spufs: Cleanup ELF coredump extra notes logic
[POWERPC] spufs: Handle errors in SPU coredump code, and support coredump to a pipe
[POWERPC] spufs: Respect RLIMIT_CORE in spu coredump code
[POWERPC] spufs: Add DEFINE_SPUFS_ATTRIBUTE()
[POWERPC] Make sure to of_node_get() the result of pci_device_to_OF_node()
[POWERPC] Simplify error logic in u3msi_setup_msi_irqs()
[POWERPC] Simplify error logic in rtas_setup_msi_irqs()
[POWERPC] Simplify rtas_change_msi() error semantics
[POWERPC] Inline u3msi_compose_msi_msg()
[POWERPC] Store the base address in dcr_host_t
[POWERPC] Update mpic to use dcr_host_t.base
[POWERPC] Update axon_msi to use dcr_host_t.base
PCI: Remove no longer correct documentation regarding MSI vector assignment
PCI: Fix incorrect argument order to list_add_tail() in PCI dynamic ID code
Update ibm_newemac to use dcr_host_t.base
Use dcr_host_t.base in ibm_emac_mal
Add dcr_host_t.base in dcr_read()/dcr_write()
Use dcr_host_t.base in dcr_unmap()
Remove msic_dcr_read() in axon_msi.c

Michael Halcrow:
eCryptfs: add key list structure; search keyring
eCryptfs: use list_for_each_entry_safe() when wiping auth toks
eCryptfs: kmem_cache objects for multiple keys; init/exit functions
eCryptfs: fix Tag 1 parsing code
eCryptfs: fix Tag 3 parsing code
eCryptfs: fix Tag 11 parsing code
eCryptfs: fix Tag 11 writing code
eCryptfs: update comment and debug statement
eCryptfs: remove unnecessary BUG_ON
eCryptfs: collapse flag set into one statement
eCryptfs: grammatical fix (destruct to destroy)
eCryptfs: comments for some structs
eCryptfs: kerneldoc fixes for crypto.c and keystore.c
eCryptfs: remove unnecessary variable initializations
eCryptfs: make needlessly global symbols static
eCryptfs: Use generic_file_splice_read()
eCryptfs: remove header_extent_size
eCryptfs: remove assignments in if-statements
ecryptfs: fix error handling
eCryptfs: read_write.c routines
eCryptfs: replace encrypt, decrypt, and inode size write
eCryptfs: set up and destroy persistent lower file
eCryptfs: update metadata read/write functions
eCryptfs: make open, truncate, and setattr use persistent file
eCryptfs: convert mmap functions to use persistent file
eCryptfs: fix data types
eCryptfs: initialize persistent lower file on inode create
eCryptfs: remove unused functions and kmem_cache
eCryptfs: replace magic numbers
ecryptfs: clean up page flag handling

Michael Hennerich:
Blackfin arch: Finalize the generic gpio support - add gpio_to_irq and irq_to_gpio
Blackfin arch: Advertise GENERIC_GPIO and remove duplicated GENERIC_CALIBRATE_DELAY
Blackfin arch: store labels so we later know who allocated GPIO/Peripheral resources
Blackfin arch: Add label to call new GPIO API
Blackfin arch: Add PORT_J.High (needed for BF548-EZkit Touchscreen interrupts) - remove PORT_C.H
Blackfin arch: Fix define - SPORT0_DTPRI is first function
Blackfin arch: add missing gpio error handling to make sure we roll back requests in case one fails
Blackfin arch: Some cosmetics based on LKML feedback from Joe Perches
Blackfin serial driver: use new GPIO API
Blackfin arch: Add support for the M25P16 SPI FLash
Blackfin arch: Add option to priorize DMA over Core
Blackfin arch: bug fixing restore mach dependent ASYNC memory size
Blackfin arch: extract gpio number from PIN function
Blackfin arch: Merge GPIO/Peripheral Resource Allocation back into a single file
Blackfin arch: For compatibility reasons change IRQ_XXX_ERR into IRQ_XXX_ERROR like on any other supported Blackfin derivative
Blackfin arch: a few things still use bfin_read_PORT_FER()
Blackfin arch: Remove legacy support
Blackfin arch: Add ANOMALY_05000311 Workaround - for those who doesnt use the generic GPIO driver
Blackfin arch: Workaround reboot bug, issue SSYNC at the start of bfin_reset
Blackfin arch: Comply with revised Anomaly Workarounds for BF533 05000311 and BF561 05000323
Blackfin arch: flush/inv the correct range when using write back cache and fix bugs find by dmacopy
Input: add support for Blackfin BF54x Keypad controller
bf54x-lq043fb: framebuffer driver for Blackfin BF54x framebuffer device driver
Blackfin arch: add new processor ADSP-BF52x arch/mach support
Blackfin arch: Optimization - no need to make additional math here
Input: bf54x-keys - return real error when request_irq() fails

Michael Holzheu:
[S390] Use IPL CLEAR for reipl under z/VM
[S390] zcore: fix inline assembly in memcpy_real()
[S390] tape: Fix medium state handling
[S390] kernel: Fix dump on panic for DASDs under LPAR.

Michael J. Evans:
md: software Raid autodetect dev list not array

Michael Kerrisk:
Change man-pages maintainer address

Michael Krufky:
V4L/DVB (5949): s5h1409: use ARRAY_SIZE macro when appropriate
V4L/DVB (5950): whitespace cleanup for mt2131 and s5h1409
V4L/DVB (6006): tuner: move last_div to tuner-simple private data
V4L/DVB (6074): tuner: fix ifdef tags to match actual file name
V4L/DVB (6075): tuner: kernel headers go above subsystem headers
V4L/DVB (6100): dvb_net: whitespace cleanup
V4L/DVB (6125): whitespace cleanup: replace leading spaces with tabs
V4L/DVB (6126): tuner: add warning for obsolete i2c address range 0x64 thru 0x6f
V4L/DVB (6127): tuner: kill i2c_client interface to tuner sub-drivers
V4L/DVB (6128): hybrid tuner refactoring core changes, phase 1
V4L/DVB (6129): tda8290: convert from tuner sub-driver into dvb_frontend module
V4L/DVB (6130): mt20xx: convert from tuner sub-driver into dvb_frontend module
V4L/DVB (6131): tea5761: convert from tuner sub-driver into dvb_frontend module
V4L/DVB (6132): tea5767: convert from tuner sub-driver into dvb_frontend module
V4L/DVB (6133): tuner-simple: convert from tuner sub-driver into dvb_frontend module
V4L/DVB (6134): tuner: alter build to produce separate modules
V4L/DVB (6136): dvb_frontend: add get_rf_strength function pointer to dvb_tuner_ops
V4L/DVB (6137): tuner-simple: add get_rf_strength and improve status reading efficiency
V4L/DVB (6138): tea5761: add get_rf_strength and improve status reading efficiency
V4L/DVB (6139): tea5767: add get_rf_strength and improve status reading efficiency
V4L/DVB (6140): tda8290: add get_rf_strength and improve status reading efficiency
V4L/DVB (6141): tuner: use get_rf_strength instead of get_status to determine signal strength
V4L/DVB (6142): cx25840: fix build warning
V4L/DVB (6151): include drivers/media/video/cx23885/Kconfig
V4L/DVB (6152): cx23885: forward compatibility fixes for recent kernels
V4L/DVB (6161): cx23885-dvb.c doesnt need to include dvb-pll.h
V4L/DVB (6162): cx23885: whitespace cleanups
V4L/DVB (6163): cx23885: remove old comments
V4L/DVB (6164): cx23885: turn off i2c_debug by default
V4L/DVB (6165): cx23885: fix Kconfig dependencies
V4L/DVB (6179): Clean up FusionHDTV ir code
V4L/DVB (6180): tuner: don't probe 0x6b or 0x6f on cx88 boards
V4L/DVB (6181): cx88: auto-load rtc and ir receiver i2c modules for FusionHDTV5 RT Gold
V4L/DVB (6193): cx23885: define Video B Interrupt Status register bit values
V4L/DVB (6196): cx23885: add support for DViCO FusionHDTV 5 Express
V4L/DVB (6198): add CARDLIST.cx23885 to Documentation/
V4L/DVB (6200): cx23885: use a pointer to the required i2c bus in dvb_register function
V4L/DVB (6222): select DVB_PLL if !DVB_FE_CUSTOMISE for FusionHDTV5 Express
V4L/DVB (6224): VIDEO_CX23885 depends on DVB_CORE
V4L/DVB (6226): dvb-pll: pass fe pointer into dvb_pll_configure() and set() functions
V4L/DVB (6227): dvb-pll: store instance ID in dvb_pll_priv structure
V4L/DVB (6228): dvb-pll: add module option to specify rf input
V4L/DVB (6229): dvb-pll: increase DVB_PLL_MAX to 64
V4L/DVB (6230): dvb-pll: add module option to force dvb-pll desc id (for debug use only)
V4L/DVB (6231): dvb-pll: always show pll name if forced via insmod option
V4L/DVB (6232): dvb-pll: report whether input rf will be autoselected or set via insmod option
V4L/DVB (6241): fix typo in DVB_PLL Kconfig help text
V4L/DVB (6297): cx23885: remove wrong Kconfig selection of VIDEOBUF
V4L/DVB (6326): tuner-core.c: fe_has_signal() can return uninitialized value

Michael Mauch:
V4L/DVB (6038): Trivial: repair mixed parm descs in dvb-usb-init.c

Michael Neuling:
[POWERPC] Remove barriers from the SLB shadow buffer update
Add scaled time to taskstats based process accounting
add-scaled-time-to-taskstats-based-process-accounting fix
powerpc: add scaled time accounting
kernel/sched.c: remove bogus comment from account_user_time

Michael Reed:
[SCSI] stale residual returned on write following BUSY retry

Michael S. Tsirkin:
mlx4_core: Enable MSI-X by default
IB/mthca: Enable MSI-X by default
[SCSI] scsi_transport_iscsi: add list, mutex includes
IPoIB/cm: Use common CQ for CM send completions

Michael Wu:
[MAC80211]: improve locking of sta_info related structures
[MAC80211]: use more GFP_KERNEL instead of GFP_ATOMIC
Add adm8211 802.11b wireless driver
[P54]: add mac80211-based driver for prism54 softmac hardware
[MAC80211]: rename ieee80211_cfg.h to cfg.h
adm8211: kill interrupt loop
adm8211: Improve writing of mac addrs to registers
adm8211: kill version printks
adm8211: Use revision from pci_dev
adm8211: Pass all TXed frames to tx_status_irqsafe
adm8211: Detect interface up/down in suspend/resume hooks correctly
rtl8187: Add device ID for HP wireless print kit usb dongle
rtl8187: Fix more frag bit checking, rts duration calc
rtl8187: remove NICMAC setting in configure_filters callback
p54: Make filter configuration atomic

Michal Januszewski:
fbdev: export fb_destroy_modelist
connector: change connector's max message size
uvesafb: add connector entries
uvesafb: the driver core
uvesafb: documentation
fbdev: find mode with the highest/safest refresh rate in fb_find_mode()

Michal Miroslaw:
[NETFILTER]: nfnetlink_log: kill duplicate code
[NETFILTER]: nfnetlink_log: flush queue early
[NETFILTER]: nfnetlink_log: fix style
[NETFILTER]: nfnetlink_log: fix instance_create() failure path
[NETFILTER]: nfnetlink_log: fix some constants

Michal Piotrowski:
V4L/DVB (6076): Coding style fix drivers/media/video/zr36060.c
V4L/DVB (6077): Coding style fix drivers/media/video/zr36050.c
V4L/DVB (6078): Coding style fix drivers/media/video/zr36016.c
[XFS] Fix build regression from mod/commit which did cleanup of xfs_bmbt_*set_allf
[ALSA] Coding style fix sound/pci/ca0106/ca_midi.h
[ALSA] Get rid of dead code in sound/arm/sa11xx-uda1341.c

Michal Schmidt:
x86: pci use pci=bfsort for HP DL385 G2 and DL585 G2

Mikael Pettersson:
CREDITS: correct Mikael Pettersson's URL

Mike Anderson:
dm: export name and uuid
dm: add uevent to core
dm: uevent generate events
dm mpath: send uevents

Mike Christie:
[SCSI] fix write buffer length in scsi_req_map_sg()

Mike Crowe:
USBHID: Add HID_QUIRK_NOGET for ELO Touch Screen 2700 display

Mike Frysinger:
Blackfin arch: cleanup and standardize anomaly.h file format -- no functional changes
Blackfin arch: revise anomaly handling by basing things on the compiler not the kconfig defines
Blackfin arch: update BF54x anomaly list
Blackfin arch: use the [CS]SYNC() macros which include anomaly workarounds rather than __builtin_bfin_[cs]sync()
Blackfin arch: reorganize headers slightly so we can be sure things are defined early enough
Blackfin arch: use HI/LO macros rather than masking the bit ranges ourselves
Blackfin arch: fix typo... we want csync in CSYNC(), not ssync
Blackfin arch: update to latest anomaly sheets
Blackfin arch: scrub remaining ASSEMBLY usage since the switch to ASSEMBLY
Blackfin arch: remove unused code -- EVT0 is not controllable by software
Blackfin arch: remove spurious KERN_EMERG log level in output
Blackfin arch: update BOOT_LOAD
Blackfin arch: make sure to stub out ANOMALY_05000230 were appropriate
Blackfin arch: allow people to select the feature that is unavailable to the kernel
Blackfin arch: all our other ports call this SIZE rather than SPI_LEN
Blackfin arch: add an exception request/free api
Blackfin arch: parse input sections properly when using -ffunction-sections/-fdata-sections
Blackfin arch: vmlinux.lds.S, break up our .init into separate sections
Blackfin arch: rewrite our reboot code in C
Blackfin arch: fix typo pointed out by David Rowe (Mhz -> MHz)
Blackfin arch: add more common defines for output sections
Blackfin arch: trim the Blackfin arch MAINTAINERS list
Blackfin arch: fix typo in register name
Blackfin serial driver: pending a unique anomaly id, tie the break flood issue to ANOMALY_05000230
[POWERPC] Use attribute in asm-powerpc
kbuild: clean Modules.symvers in external module dirs
printk: add interfaces for external access to the log buffer
Add stack checking for Blackfin
x86: hide cond_syscall behind KERNEL
Blackfin arch BF548 defconfig: enable watchdog by default
Blackfin arch: force irq_flags into the .data section
Blackfin serial driver Kconfig: depend on DMA not being enabled rather than a specific DMA size
Blackfin arch: use "char bfin_board_name[]" rather than "char *bfin_board_name" per discussion on lkml as the former uses less storage
Blackfin arch: -mno-fdpic works
Blackfin arch: add assembly function for doing 64bit unsigned division
Blackfin arch: add functions for converting between sclks and usecs
Blackfin arch: add a cheesy install target
Blackfin arch: cleanup and promote the general purpose timers api to a core blackfin component
Blackfin arch: Javier Herrer writes: fix building when icache and dcache is disabled

Mike Galbraith:
sched: fix SMP migration latencies
sched: fix formatting of /proc/sched_debug
sched: cleanup, remove the TASK_NONINTERACTIVE flag
sched: prevent wakeup over-scheduling

Mike Isely:
V4L/DVB (6205): pvrusb2: Fix oops in error leg cleanup
V4L/DVB (6207): pvrusb2: Fix a potential oops in an error leg cleanup
V4L/DVB (6208): pvrusb2: Implement programmatic means to extract prom contents
V4L/DVB (6209): pvrusb2: Better discriminate among device types
V4L/DVB (6210): pvrusb2: Do a far better job at setting the default initial video standard
V4L/DVB (6211): pvrusb2: Allocate a debug mask bit for reporting video standard things
V4L/DVB (6357): pvrusb2: Improve encoder chip health tracking

Mike Miller (OS Dev):
cciss: disable DMA refetch on Smart Array P600

Mike Nuss:
USB: OHCI handles more ZFMicro quirks

¤³¤Î¥Ú¡¼¥¸¤Ø¤Î¥³¥á¥ó¥È

2.6.24-rc1_shortlog14 - �ܲ�ե����륷���ƥ� - Seesaa Wiki�ʥ������� for ���ޡ��ȥե��� モンクレール ダウンジャケット メンズ http://www.pslcbi.com/moncler2014.html

0
Posted by ãƒ¢ãƒ³ã‚¯ãƒ¬ãƒ¼ãƒ« ダウンジャケット メンズ 2013ǯ12·î07Æü(ÅÚ) 12:59:27 ÊÖ¿®

¥³¥á¥ó¥È¤ò¤«¤¯


¡Öhttp://¡×¤ò´Þ¤àÅê¹Æ¤Ï¶Ø»ß¤µ¤ì¤Æ¤¤¤Þ¤¹¡£

ÍøÍѵ¬Ìó¤ò¤´³Îǧ¤Î¤¦¤¨¤´µ­Æþ²¼¤µ¤¤

´ØÏ¢¥½¥Õ¥È/ʸ½ñ

Firefox3 Meter  Use OpenOffice.org

´ÉÍý¿Í/Éû´ÉÍý¿Í¤Î¤ßÊÔ½¸¤Ç¤­¤Þ¤¹