summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-03-25MIPS: SMTC: Use irq_data in smtc_forward_irq()Thomas Gleixner1-1/+2
2011-03-25MIPS: TXx9: Convert core to new irq_chip functionsThomas Gleixner1-14/+14
2011-03-25MIPS: irq_cpu: Convert to new irq_chip functionsThomas Gleixner1-25/+21
2011-03-25MIPS: RM9000: Convert to new irq_chip functionsThomas Gleixner1-26/+23
2011-03-25MIPS: rm7000: Convert to new irq_chip functionsThomas Gleixner1-9/+9
2011-03-25MIPS: MSC01: Convert to new irq_chip functionsThomas Gleixner1-27/+24
2011-03-25MIPS: GT641xx: Convert to new irq_chip functionsThomas Gleixner1-13/+13
2011-03-25MIPS: GIC: Convert to new irq_chip functionsThomas Gleixner1-25/+18
2011-03-25MIPS: i8259: Convert to new irq_chip functionsThomas Gleixner3-26/+24
2011-03-25MIPS: LASAt: Convert to new irq_chip functionsThomas Gleixner1-8/+8
2011-03-25MIPS: JZ4740: Cleanup the mechanical irq_chip conversion Lars-Peter Clausen1-15/+2
2011-03-25MIPS: JZ4740: GPIO: Use shared irq chip for all gpiosLars-Peter Clausen1-12/+13
2011-03-25MIPS: JZ4740: Convert to new irq functionsThomas Gleixner2-58/+67
2011-03-25MIPS: JAZZ: Convert to new irq_chip functionsThomas Gleixner1-8/+6
2011-03-25MIPS: EMMA: Convert to new irq_chip functionsThomas Gleixner1-40/+27
2011-03-25MIPS: DEC: Convert to new irq_chip functionsThomas Gleixner2-59/+24
2011-03-25MIPS: bcm63xx: Convert to new irq_chip functionsThomas Gleixner1-45/+32
2011-03-25MIPS: ath79: Convert to new irq_chip functionsThomas Gleixner1-13/+10
2011-03-25MIPS: AR7: Convert to new irq_chip functionsThomas Gleixner1-21/+21
2011-03-25MIPS: Alchemy: Convert to new irq chip functionsThomas Gleixner2-57/+59
2011-03-25MIPS: MSP71xx: Add CPU feature override file.Anoop P A1-0/+21
2011-03-25MIPS: MSP71xx: Platform support for On-chip MSP ethernet devices.Anoop P A4-1/+541
2011-03-25MIPS: MSP71xx: Platform support for MSP on-chip USB controller.Anoop P A5-72/+335
2011-03-25MIPS: MSP71xx: Add VSMP/SMTC support.Anoop P A4-0/+194
2011-03-25MIPS: MSP71xx: Add vectored interrupt support.Anoop P A4-88/+397
2011-03-25MIPS: MSP71xx: Set up MSP VPE1 timer.Anoop P A1-1/+15
2011-03-25MIPS: SMTC: Move declaration of smtc_init_secondary to <asm/smtc.h>.Ralf Baechle2-3/+1
2011-03-25MIPS: Remove useless initialization.Ralf Baechle1-1/+0
2011-03-25MIPS: Microoptimize arch_{read,write}_lockRalf Baechle1-11/+11
2011-03-25MIPS: Enable ARCH_DMA_ADDR_T_64BIT if (HIGHMEM && 64BIT_PHYS_ADDR) || 64BITFUJITA Tomonori1-0/+3
2011-03-25Merge branch 'nfs-for-2.6.39' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds26-256/+1728
2011-03-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds21-599/+1307
2011-03-25Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+5
2011-03-25genirq: Expand generic show_interrupts()Thomas Gleixner3-1/+22
2011-03-25block: fix issue with calling blk_stop_queue() from the request_fn handlerJens Axboe1-1/+1
2011-03-25block: fix bug with inserting flush requests as sort/mergeJens Axboe1-1/+4
2011-03-25futex: Fix WARN_ON() test for UPSteven Rostedt1-2/+2
2011-03-25WARN_ON_SMP(): Allow use in if() statements on UPSteven Rostedt1-1/+27
2011-03-25perf, x86: Complain louder about BIOSen corrupting CPU/PMU state and continueIngo Molnar1-2/+7
2011-03-25route: Take the right src and dst addresses in ip_route_newportsSteffen Klassert1-2/+2
2011-03-25m68k: merge m68k and m68knommu arch directoriesGreg Ungerer170-7131/+6916
2011-03-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds27-536/+615
2011-03-24[media] rc: update for bitop name changesStephen Rothwell1-3/+3
2011-03-24fs: simplify iget & friendsChristoph Hellwig1-179/+83
2011-03-24fs: pull inode->i_lock up out of writeback_single_inodeDave Chinner1-7/+11
2011-03-24fs: rename inode_lock to inode_hash_lockDave Chinner6-56/+63
2011-03-24fs: move i_wb_list out from under inode_lockDave Chinner8-48/+70
2011-03-24fs: move i_sb_list out from under inode_lockDave Chinner6-56/+67
2011-03-24fs: remove inode_lock from iput_final and prune_icacheDave Chinner5-22/+17
2011-03-24fs: Lock the inode LRU list separatelyDave Chinner1-9/+30