| Commit message (Expand) | Author | Age | Files | Lines |
* | MIPS: perf: Add cpu feature bit for PCI (performance counter interrupt) | Al Cooper | 2012-10-11 | 5 | -3/+13 |
* | MIPS: perf: Change the "mips_perf_event" table unsupported indicator. | Al Cooper | 2012-10-11 | 1 | -150/+4 |
* | MIPS: Align swapper_pg_dir to 64K for better TLB Refill code. | David Daney | 2012-10-11 | 2 | -10/+28 |
* | Improve atomic.h robustness | Joshua Kinard | 2012-10-11 | 1 | -35/+29 |
* | Merge tag 'for-3.7-rc1' of git://gitorious.org/linux-pwm/linux-pwm | Linus Torvalds | 2012-10-10 | 10 | -320/+125 |
|\ |
|
| * | pwm: Add Ingenic JZ4740 support | Thierry Reding | 2012-10-05 | 6 | -181/+9 |
| * | MIPS: JZ4740: Export timer API | Thierry Reding | 2012-10-05 | 4 | -139/+116 |
* | | Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowel... | David Woodhouse | 2012-10-09 | 224 | -3150/+48447 |
|\ \ |
|
| * \ | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 2012-10-09 | 3 | -0/+6 |
| |\ \ |
|
| | * | | readahead: fault retry breaks mmap file read random detection | Shaohua Li | 2012-10-09 | 1 | -0/+1 |
| | * | | mm: hugetlb: add arch hook for clearing page flags before entering pool | Will Deacon | 2012-10-09 | 1 | -0/+4 |
| | * | | Kconfig: clean up the long arch list for the DEBUG_KMEMLEAK config option | Catalin Marinas | 2012-10-09 | 1 | -0/+1 |
| * | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2012-10-09 | 160 | -2877/+48108 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | Merge branch 'master' of git://dev.phrozen.org/mips-next into mips-for-linux-... | Ralf Baechle | 2012-10-05 | 20 | -251/+642 |
| | |\ \ |
|
| | | * | | MIPS: BCM63XX: remove bogus ENETSW_TXDMA interrupts from BCM6328 | Jonas Gorski | 2012-08-24 | 1 | -4/+4 |
| | | * | | MIPS: BCM63XX: use a switch for external irq config | Maxime Bizon | 2012-08-24 | 1 | -3/+11 |
| | | * | | MIPS: BCM63XX: don't write to the chipid register on reboot | Maxime Bizon | 2012-08-24 | 1 | -0/+3 |
| | | * | | MIPS: BCM63XX: add external irq support for BCM6345 | Maxime Bizon | 2012-08-24 | 3 | -2/+10 |
| | | * | | MIPS: OCTEON: Add register definitions for SPI host hardware. | David Daney | 2012-08-22 | 1 | -0/+328 |
| | | * | | MIPS: Fix build error for non-malta VSMP kernel | Anoop P A | 2012-08-22 | 1 | -0/+2 |
| | | * | | MIPS: introduce CPU_R4K_CACHE_TLB | Florian Fainelli | 2012-08-22 | 2 | -16/+5 |
| | | * | | MIPS: introduce CPU_R4K_FPU | Florian Fainelli | 2012-08-22 | 2 | -18/+5 |
| | | * | | MIPS: introduce CPU_GENERIC_DUMP_TLB | Florian Fainelli | 2012-08-22 | 2 | -20/+5 |
| | | * | | MIPS: Netlogic: XLP defconfig update | Jayachandran C | 2012-08-22 | 1 | -43/+90 |
| | | * | | MIPS: Netlogic: Add support for built in DTB | Jayachandran C | 2012-08-22 | 5 | -1/+32 |
| | | * | | MIPS: Netlogic: Move serial ports to device tree | Jayachandran C | 2012-08-22 | 3 | -109/+22 |
| | | * | | MIPS: Netlogic: DTS file for XLP boards | Ganesan Ramalingam | 2012-08-22 | 1 | -0/+103 |
| | | * | | MIPS: Netlogic: merge of.c into setup.c | Jayachandran C | 2012-08-22 | 3 | -35/+20 |
| | | * | | MIPS: lantiq: explicitly enable clkout generation | John Crispin | 2012-08-22 | 1 | -0/+2 |
| | | |/ |
|
| | * | | MIPS: ath79: Fix CPU/DDR frequency calculation for SRIF PLLs | Gabor Juhos | 2012-10-01 | 2 | -28/+104 |
| | * | | MIPS: ath79: use correct fractional dividers for {CPU,DDR}_PLL on AR934x | Gabor Juhos | 2012-10-01 | 1 | -2/+2 |
| | * | | MIPS: BCM63XX: Properly handle mac address octet overflow | Jonas Gorski | 2012-10-01 | 1 | -7/+9 |
| | * | | MIPS: Kconfig: Avoid build errors by hiding USE_OF from the user. | Jonas Gorski | 2012-10-01 | 1 | -3/+1 |
| | * | | Merge branch 'ralf-3.7' of git://git.linux-mips.org/pub/scm/sjhill/linux-sjhi... | Ralf Baechle | 2012-09-28 | 44 | -116/+2874 |
| | |\ \ |
|
| | | * | | MIPS: Optimise TLB handlers for MIPS32/64 R2 cores. | Steven J. Hill | 2012-09-13 | 1 | -0/+16 |
| | | * | | MIPS: uasm: Add INS and EXT instructions. | Steven J. Hill | 2012-09-13 | 2 | -5/+20 |
| | | * | | MIPS: Avoid pipeline stalls on some MIPS32R2 cores. | Steven J. Hill | 2012-09-13 | 1 | -1/+13 |
| | | * | | MIPS: Make VPE count to be one-based. | Steven J. Hill | 2012-09-13 | 1 | -0/+1 |
| | | * | | MIPS: Add new end of interrupt functionality for GIC. | Steven J. Hill | 2012-09-13 | 1 | -1/+1 |
| | | * | | MIPS: Add EIC support for GIC. | Steven J. Hill | 2012-09-13 | 2 | -8/+95 |
| | | * | | MIPS: Code clean-ups for the GIC. | Steven J. Hill | 2012-09-13 | 2 | -34/+26 |
| | | * | | MIPS: Make GIC code platform independent. | Steven J. Hill | 2012-09-13 | 4 | -72/+81 |
| | | * | | MIPS: Changes to configuration files for SEAD-3 platform. | Steven J. Hill | 2012-09-13 | 3 | -2/+155 |
| | | * | | MIPS: Add core files for MIPS SEAD-3 development platform. | Steven J. Hill | 2012-09-13 | 29 | -0/+2445 |
| | | * | | MIPS: Add support for the 1074K core. | Steven J. Hill | 2012-09-13 | 4 | -0/+28 |
| | | |/ |
|
| | * | | Merge branch 'rixi-3.7' of git://git.linux-mips.org/pub/scm/sjhill/linux-sjhi... | Ralf Baechle | 2012-09-28 | 11 | -29/+35 |
| | |\ \ |
|
| | | * | | MIPS: Replace 'kernel_uses_smartmips_rixi' with 'cpu_has_rixi'. | Steven J. Hill | 2012-09-13 | 8 | -29/+26 |
| | | * | | MIPS: Add base architecture support for RI and XI. | Steven J. Hill | 2012-09-13 | 4 | -1/+10 |
| | | |/ |
|
| | * | | Merge branch 'broadcom' of git://dev.phrozen.org/mips-next into mips-for-linu... | Ralf Baechle | 2012-09-27 | 9 | -10/+400 |
| | |\ \ |
|
| | | * | | MIPS: BCM63XX: Create platform_device for USBD | Kevin Cernekee | 2012-08-30 | 5 | -1/+98 |