aboutsummaryrefslogtreecommitdiffstats
path: root/fs (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-17MIPS: Cavium-Octeon: Add more chip specific feature tests.David Daney1-0/+27
2009-06-17MIPS: Cavium-Octeon: Add more board type constants.David Daney1-0/+13
2009-06-17MIPS: Export cvmx_sysinfo_get needed by octeon-ethernet driver.David Daney1-0/+2
2009-06-17MIPS: Add named alloc functions to OCTEON boot monitor memory allocator.David Daney2-0/+189
2009-06-17MIPS: Alchemy: devboards: Convert to gpio calls.Manuel Lauss6-17/+26
2009-06-17MIPS: Alchemy: xxs1500: use linux gpio api.Manuel Lauss1-9/+12
2009-06-17MIPS: Alchemy: MTX-1: Use linux gpio api.Manuel Lauss1-11/+13
2009-06-17MIPS: Alchemy: Rewrite GPIO support.Manuel Lauss7-233/+770
2009-06-17MIPS: Alchemy: Remove unused au1000_gpio.h headerManuel Lauss1-56/+0
2009-06-17MIPS: BCM47xx: Fix gpio_direction_outputMatthieu Castet1-0/+3
2009-06-17MIPS: ioctl.h: Cleanup.Ralf Baechle1-78/+7
2009-06-17MIPS: TXx9: Add TX4939 RNG supportAtsushi Nemoto3-0/+21
2009-06-17MIPS: hwrng: Add TX4939 RNG driverAtsushi Nemoto3-0/+198
2009-06-17MIPS: TXx9: Add SRAMC supportAtsushi Nemoto8-0/+101
2009-06-17MIPS: Sibyte: Remove standalone kernel supportImre Kaloz9-133/+5
2009-06-17MIPS: Sibyte: Remove simulator optionImre Kaloz2-11/+0
2009-06-17MIPS: RB532: Check irq number when handling GPIO interruptsFlorian Fainelli1-2/+3
2009-06-17MIPS: RB532: Cleanup cpu-features-overridesFlorian Fainelli1-5/+0
2009-06-17MIPS: Remove dead case label.David Daney1-1/+0
2009-06-17MIPS: Remove execution hazard barriers for Octeon.David Daney1-0/+1
2009-06-17MIPS: Allow R2 CPUs to turn off generation of 'ehb' instructions.David Daney2-1/+6
2009-06-17MIPS: Fold the TLB refill at the vmalloc path if possible.David Daney1-24/+49
2009-06-17MIPS: Replace some magic numbers with symbolic values in tlbex.cDavid Daney1-8/+26
2009-06-17MIPS: TXx9: Add ACLC supportAtsushi Nemoto12-2/+121
2009-06-17MIPS: Add Cavium OCTEON PCI support.David Daney16-2/+3024
2009-06-17MIPS: Add register definitions for PCI.David Daney7-0/+9341
2009-06-17MIPS: TXx9: Add DMAC supportAtsushi Nemoto11-10/+112
2009-06-17DMA: TXx9 Soc DMA Controller driverAtsushi Nemoto5-0/+1718
2009-06-17MIPS: TXx9: micro optimization for clocksource and clock_eventAtsushi Nemoto1-24/+43
2009-06-17MIPS: Support 64-byte D-cache line sizeKevin Cernekee2-0/+13
2009-06-17MIPS: Pass struct device to plat_dma_addr_to_phys()Kevin Cernekee7-13/+20
2009-06-17MIPS: Add size and direction arguments to plat_unmap_dma_mem()Kevin Cernekee7-10/+16
2009-06-17MIPS: SB1250: Sort out merge mistake.Ralf Baechle1-5/+0
2009-06-17MIPS: Fix __ndelay build error and add 'ull' suffix for 32-bit kernelAtsushi Nemoto1-2/+2
2009-06-17MIPS: SMTC: Fix formatting difference to linux-mips.org codeRalf Baechle1-0/+1
2009-06-17MIPS: Fix typo resulting in far too long ndelay times.Ralf Baechle1-1/+1
2009-06-17get rid of BKL in fs/sysvAl Viro2-15/+1
2009-06-17get rid of BKL in fs/minixAl Viro3-20/+14
2009-06-17get rid of BKL in fs/efsAl Viro3-18/+3
2009-06-17befs ->pust_super() doesn't need BKLAl Viro1-4/+0
2009-06-17Cleanup of adfs headersAl Viro11-134/+57
2009-06-179P doesn't need BKL in ->umount_begin()Al Viro1-3/+0
2009-06-17fuse doesn't need BKL in ->umount_begin()Al Viro1-3/+0
2009-06-17No instance of ->bmap() needs BKLAl Viro2-3/+1
2009-06-17remove unlock_kernel() left accidentallyJ. R. Okajima1-9/+3
2009-06-17ext4: avoid unnecessary spinlock in critical POSIX ACL pathTheodore Ts'o1-5/+8
2009-06-17ext3: avoid unnecessary spinlock in critical POSIX ACL pathLinus Torvalds1-5/+8
2009-06-16AFS: Correctly translate auth error aborts and don't failover in such casesDavid Howells2-0/+18
2009-06-16RxRPC: Don't attempt to reuse aborted connectionsDavid Howells2-1/+16
2009-06-16mm: Move pgtable_cache_init() earlierBenjamin Herrenschmidt1-1/+1