summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2010-01-2813-308/+391
|\
| * MIPS: PowerTV: Fix support for timer interrupts with > 64 external IRQsDavid VomLehn2010-01-284-3/+18
| * MIPS: PowerTV: Streamline access to platform device registersDavid VomLehn2010-01-286-303/+361
| * MIPS: Fix vmlinuz build for 32bit-only math shellsAlexander Clouter2010-01-281-2/+5
| * MIPS: Add support of LZO-compressed kernelsWu Zhangjin2010-01-283-0/+7
* | Merge branch 'for-linus' of git://git.infradead.org/ubi-2.6Linus Torvalds2010-01-281-1/+0
|\ \
| * | UBI: fix volume creation input checkingMika Westerberg2010-01-271-1/+0
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2010-01-284-29/+70
|\ \ \ | |_|/ |/| |
| * | firewire: ohci: fix crashes with TSB43AB23 on 64bit systemsStefan Richter2010-01-271-1/+3
| * | firewire: core: fix use-after-free regression in FCP handlerStefan Richter2010-01-261-14/+36
| * | firewire: cdev: add_descriptor documentation fixStefan Richter2010-01-261-1/+3
| * | firewire: core: add_descriptor size checkStefan Richter2010-01-261-13/+28
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2010-01-2725-126/+291
|\ \
| * | [SCSI] aic79xx: check for non-NULL scb in ahd_handle_nonpkt_busfreeHannes Reinecke2010-01-171-22/+31
| * | [SCSI] zfcp: Set hardware timeout as requested by BSG request.Swen Schillig2010-01-174-16/+22
| * | [SCSI] zfcp: Introduce bsg_timeout callback.Swen Schillig2010-01-173-0/+8
| * | [SCSI] scsi_transport_fc: Allow LLD to reset FC BSG timeoutSwen Schillig2010-01-171-1/+4
| * | [SCSI] zfcp: add missing compat ptr conversionHeiko Carstens2010-01-171-2/+7
| * | [SCSI] zfcp: Fix linebreak in hba traceChristof Schmitt2010-01-171-1/+1
| * | [SCSI] zfcp: Issue zfcp_fc_wka_port_put after FC CT BSG requestChristof Schmitt2010-01-171-22/+43
| * | [SCSI] qla2xxx: Update version number to 8.03.01-k10.Giridhar Malavali2010-01-171-1/+1
| * | [SCSI] fc-transport: Use packed modifier for fc_bsg_request structure.Harish Zunjarrao2010-01-171-1/+1
| * | [SCSI] qla2xxx: Perform fast mailbox read of flash regardless of size nor add...Andrew Vasquez2010-01-171-0/+3
| * | [SCSI] qla2xxx: Correct FCP2 recovery handling.Andrew Vasquez2010-01-173-14/+13
| * | [SCSI] scsi_lib: Fix bug in completion of bidi commandsBoaz Harrosh2010-01-171-1/+1
| * | [SCSI] mptsas: Fix issue with chain pools allocation on katmaiAnatolij Gustschin2010-01-171-0/+2
| * | [SCSI] aacraid: fix File System going into read-only modePenchala Narasimha Reddy Chilakala, ERS-HCLTech2010-01-176-45/+154
| * | [SCSI] lpfc: fix file permissionsJames Bottomley2010-01-172-0/+0
* | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2010-01-2711-22/+23
|\ \ \
| * | | [S390] fix single stepped svcs with TRACE_IRQFLAGS=yMartin Schwidefsky2010-01-272-0/+2
| * | | [S390] zcrypt: Do not remove coprocessor for error 8/72Felix Beck2010-01-272-0/+4
| * | | [S390] sclp_vt220: set initial terminal window sizeHendrik Brueckner2010-01-271-0/+4
| * | | [S390] use set_current_state in sigsuspendMartin Schwidefsky2010-01-271-1/+1
| * | | [S390] irqflags: add missing types.h includeHeiko Carstens2010-01-271-6/+3
| * | | [S390] dasd: fix possible NULL pointer errorsStefan Haberland2010-01-274-15/+9
* | | | drm/i915: Selectively enable self-reclaimChris Wilson2010-01-274-52/+19
* | | | mm: add new 'read_cache_page_gfp()' helper functionLinus Torvalds2010-01-272-32/+70
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-01-2713-865/+40
|\ \ \ \
| * | | | x86, msr/cpuid: Pass the number of minors when unregistering MSR and CPUID dr...Russ Anderson2010-01-262-2/+2
| * | | | x86: Remove "x86 CPU features in debugfs" (CONFIG_X86_CPU_DEBUG)H. Peter Anvin2010-01-234-823/+0
| * | | | Revert "x86: ucode-amd: Load ucode-patches once ..."Andreas Herrmann2010-01-233-39/+13
| * | | | x86: Disable HPET MSI on ATI SB700/SB800Pallipadi, Venkatesh2010-01-233-0/+22
| * | | | x86: Set hotpluggable nodes in nodes_possible_mapDavid Rientjes2010-01-231-1/+3
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2010-01-271-4/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | sparc64: Fix UP build.David S. Miller2010-01-261-4/+2
* | | | fnctl: f_modown should call write_lock_irqsave/restoreGreg Kroah-Hartman2010-01-261-2/+4
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2010-01-253-35/+77
|\ \ \ \
| * | | | ext4: Drop EXT4_GET_BLOCKS_UPDATE_RESERVE_SPACE flagAneesh Kumar K.V2010-01-153-11/+8
| * | | | ext4: Fix quota accounting error with fallocateAneesh Kumar K.V2010-01-253-13/+54
| * | | | ext4: Handle -EDQUOT error on writeAneesh Kumar K.V2010-01-221-14/+18