summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | MIPS: Alchemy: Remove unused au1000_gpio.h headerManuel Lauss2009-06-171-56/+0
| | * | | | | | | | | MIPS: BCM47xx: Fix gpio_direction_outputMatthieu Castet2009-06-171-0/+3
| | * | | | | | | | | MIPS: ioctl.h: Cleanup.Ralf Baechle2009-06-171-78/+7
| | * | | | | | | | | MIPS: TXx9: Add TX4939 RNG supportAtsushi Nemoto2009-06-173-0/+21
| | * | | | | | | | | MIPS: hwrng: Add TX4939 RNG driverAtsushi Nemoto2009-06-173-0/+198
| | * | | | | | | | | MIPS: TXx9: Add SRAMC supportAtsushi Nemoto2009-06-178-0/+101
| | * | | | | | | | | MIPS: Sibyte: Remove standalone kernel supportImre Kaloz2009-06-179-133/+5
| | * | | | | | | | | MIPS: Sibyte: Remove simulator optionImre Kaloz2009-06-172-11/+0
| | * | | | | | | | | MIPS: RB532: Check irq number when handling GPIO interruptsFlorian Fainelli2009-06-171-2/+3
| | * | | | | | | | | MIPS: RB532: Cleanup cpu-features-overridesFlorian Fainelli2009-06-171-5/+0
| | * | | | | | | | | MIPS: Remove dead case label.David Daney2009-06-171-1/+0
| | * | | | | | | | | MIPS: Remove execution hazard barriers for Octeon.David Daney2009-06-171-0/+1
| | * | | | | | | | | MIPS: Allow R2 CPUs to turn off generation of 'ehb' instructions.David Daney2009-06-172-1/+6
| | * | | | | | | | | MIPS: Fold the TLB refill at the vmalloc path if possible.David Daney2009-06-171-24/+49
| | * | | | | | | | | MIPS: Replace some magic numbers with symbolic values in tlbex.cDavid Daney2009-06-171-8/+26
| | * | | | | | | | | MIPS: TXx9: Add ACLC supportAtsushi Nemoto2009-06-1712-2/+121
| | * | | | | | | | | MIPS: Add Cavium OCTEON PCI support.David Daney2009-06-1716-2/+3024
| | * | | | | | | | | MIPS: Add register definitions for PCI.David Daney2009-06-177-0/+9341
| | * | | | | | | | | MIPS: TXx9: Add DMAC supportAtsushi Nemoto2009-06-1711-10/+112
| | * | | | | | | | | DMA: TXx9 Soc DMA Controller driverAtsushi Nemoto2009-06-175-0/+1718
| | * | | | | | | | | MIPS: TXx9: micro optimization for clocksource and clock_eventAtsushi Nemoto2009-06-171-24/+43
| | * | | | | | | | | MIPS: Support 64-byte D-cache line sizeKevin Cernekee2009-06-172-0/+13
| | * | | | | | | | | MIPS: Pass struct device to plat_dma_addr_to_phys()Kevin Cernekee2009-06-177-13/+20
| | * | | | | | | | | MIPS: Add size and direction arguments to plat_unmap_dma_mem()Kevin Cernekee2009-06-177-10/+16
| | * | | | | | | | | MIPS: SB1250: Sort out merge mistake.Ralf Baechle2009-06-171-5/+0
| | * | | | | | | | | MIPS: Fix __ndelay build error and add 'ull' suffix for 32-bit kernelAtsushi Nemoto2009-06-171-2/+2
| | * | | | | | | | | MIPS: SMTC: Fix formatting difference to linux-mips.org codeRalf Baechle2009-06-171-0/+1
| | * | | | | | | | | MIPS: Fix typo resulting in far too long ndelay times.Ralf Baechle2009-06-171-1/+1
| | |/ / / / / / / /
| * | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-06-1727-219/+95
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | get rid of BKL in fs/sysvAl Viro2009-06-172-15/+1
| | * | | | | | | | get rid of BKL in fs/minixAl Viro2009-06-173-20/+14
| | * | | | | | | | get rid of BKL in fs/efsAl Viro2009-06-173-18/+3
| | * | | | | | | | befs ->pust_super() doesn't need BKLAl Viro2009-06-171-4/+0
| | * | | | | | | | Cleanup of adfs headersAl Viro2009-06-1711-134/+57
| | * | | | | | | | 9P doesn't need BKL in ->umount_begin()Al Viro2009-06-171-3/+0
| | * | | | | | | | fuse doesn't need BKL in ->umount_begin()Al Viro2009-06-171-3/+0
| | * | | | | | | | No instance of ->bmap() needs BKLAl Viro2009-06-172-3/+1
| | * | | | | | | | remove unlock_kernel() left accidentallyJ. R. Okajima2009-06-171-9/+3
| | * | | | | | | | ext4: avoid unnecessary spinlock in critical POSIX ACL pathTheodore Ts'o2009-06-171-5/+8
| | * | | | | | | | ext3: avoid unnecessary spinlock in critical POSIX ACL pathLinus Torvalds2009-06-171-5/+8
| * | | | | | | | | Merge branch 'next-i2c' of git://aeryn.fluff.org.uk/bjdooks/linuxLinus Torvalds2009-06-1615-33/+1074
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | i2c-stu300: Make driver depend on MACH_U300Linus Walleij2009-06-161-0/+1
| | * | | | | | | | | i2c-s3c2410: use resource_size()Ben Dooks2009-06-161-2/+2
| | * | | | | | | | | i2c: Use resource_size macroLinus Walleij2009-06-1611-31/+28
| | * | | | | | | | | i2c: ST DDC I2C U300 bus driver v3Linus Walleij2009-06-163-0/+1042
| | * | | | | | | | | i2c-bfin-twi: pull in io.h for ioremap()Mike Frysinger2009-06-161-0/+1
| * | | | | | | | | | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-06-1675-46/+41092
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | drm/radeon: switch to using late_initcallDave Airlie2009-06-171-1/+1
| | * | | | | | | | | | radeon legacy chips: tv dac bg/dac adj updatesAlex Deucher2009-06-154-3/+88
| | * | | | | | | | | | drm/radeon: introduce kernel modesetting for radeon hardwareJerome Glisse2009-06-1558-30/+35293
OpenPOWER on IntegriCloud