Age | Commit message (Expand) | Author | Files | Lines |
2012-10-18 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 8 | -25/+68 |
2012-10-18 | MIPS: CMP: Fix physical core number calculation logic | jerin jacob | 1 | -1/+1 |
2012-10-17 | MIPS: JZ4740: Forward declare struct uart_port in header. | Ralf Baechle | 1 | -0/+2 |
2012-10-17 | MIPS: JZ4740: Fix '#include guard' in serial.h | Antony Pavlov | 1 | -0/+1 |
2012-10-17 | UAPI: Place comments in empty arch Kbuilds to make them non-empty | David Howells | 1 | -0/+1 |
2012-10-17 | MIPS: hugetlbfs: Fix hazard between tlb write and pagemask restoration. | Ralf Baechle | 1 | -0/+1 |
2012-10-17 | MIPS: Restore pagemask after dumping the TLB. | Ralf Baechle | 1 | -1/+3 |
2012-10-17 | MIPS: Hugetlbfs: Handle huge pages correctly in pmd_bad() | Ralf Baechle | 1 | -1/+14 |
2012-10-17 | MIPS: R5000: Fix TLB hazard handling. | Ralf Baechle | 1 | -15/+8 |
2012-10-17 | MIPS: tlbex: Deal with re-definition of label | Ralf Baechle | 1 | -7/+34 |
2012-10-17 | MIPS: Make __{,n,u}delay declarations match definitions and generic delay.h | David Daney | 2 | -4/+8 |
2012-10-15 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 106 | -4493/+2886 |
2012-10-15 | Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 5 | -122/+158 |
2012-10-13 | Merge tag 'for_linus-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jw... | Linus Torvalds | 1 | -0/+9 |
2012-10-13 | vfs: define struct filename and have getname() return it | Jeff Layton | 2 | -4/+4 |
2012-10-12 | mips,kgdb: fix recursive page fault with CONFIG_KPROBES | Jason Wessel | 1 | -0/+9 |
2012-10-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -3/+0 |
2012-10-11 | Merge tag 'disintegrate-mips-20121009' of git://git.infradead.org/users/dhowe... | Ralf Baechle | 46 | -1706/+1846 |
2012-10-11 | MIPS: SNI: Switch RM400 serial to SCCNXP driver | Thomas Bogendoerfer | 1 | -24/+3 |
2012-10-11 | MIPS: Remove unused empty_bad_pmd_table[] declaration. | Ralf Baechle | 1 | -1/+0 |
2012-10-11 | MIPS: MT: Remove kspd. | Ralf Baechle | 5 | -462/+0 |
2012-10-11 | MIPS: Malta: Fix section mismatch. | Ralf Baechle | 1 | -1/+2 |
2012-10-11 | MIPS: asm-offset.c: Delete unused irq_cpustat_t struct offsets. | Ralf Baechle | 1 | -10/+0 |
2012-10-11 | MIPS: Alchemy: Merge PB1100/1500 support into DB1000 code. | Manuel Lauss | 8 | -678/+95 |
2012-10-11 | MIPS: Alchemy: merge PB1550 support into DB1550 code | Manuel Lauss | 6 | -437/+161 |
2012-10-11 | MIPS: Alchemy: Single kernel for DB1200/1300/1550 | Manuel Lauss | 13 | -941/+548 |
2012-10-11 | MIPS: Optimize TLB refill for RI/XI configurations. | David Daney | 1 | -16/+7 |
2012-10-11 | MIPS: proc: Cleanup printing of ASEs. | Ralf Baechle | 1 | -9/+11 |
2012-10-11 | MIPS: Hardwire detection of DSP ASE Rev 2 for systems, as required. | Ralf Baechle | 19 | -0/+20 |
2012-10-11 | MIPS: Add detection of DSP ASE Revision 2. | Steven J. Hill | 5 | -2/+11 |
2012-10-11 | MIPS: Optimize pgd_init and pmd_init | David Daney | 1 | -10/+10 |
2012-10-11 | MIPS: perf: Add perf functionality for BMIPS5000 | Al Cooper | 1 | -1/+102 |
2012-10-11 | MIPS: perf: Split the Kconfig option CONFIG_MIPS_MT_SMP | Al Cooper | 2 | -8/+12 |
2012-10-11 | MIPS: perf: Remove unnecessary #ifdef | Al Cooper | 1 | -5/+0 |
2012-10-11 | MIPS: perf: Add cpu feature bit for PCI (performance counter interrupt) | Al Cooper | 5 | -3/+13 |
2012-10-11 | MIPS: perf: Change the "mips_perf_event" table unsupported indicator. | Al Cooper | 1 | -150/+4 |
2012-10-11 | MIPS: Align swapper_pg_dir to 64K for better TLB Refill code. | David Daney | 2 | -10/+28 |
2012-10-11 | Improve atomic.h robustness | Joshua Kinard | 1 | -35/+29 |
2012-10-10 | Merge tag 'for-3.7-rc1' of git://gitorious.org/linux-pwm/linux-pwm | Linus Torvalds | 10 | -320/+125 |
2012-10-09 | Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowel... | David Woodhouse | 224 | -3150/+48447 |
2012-10-09 | UAPI: (Scripted) Disintegrate arch/mips/include/asm | David Howells | 46 | -1706/+1846 |
2012-10-09 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 3 | -0/+6 |
2012-10-09 | readahead: fault retry breaks mmap file read random detection | Shaohua Li | 1 | -0/+1 |
2012-10-09 | mm: hugetlb: add arch hook for clearing page flags before entering pool | Will Deacon | 1 | -0/+4 |
2012-10-09 | Kconfig: clean up the long arch list for the DEBUG_KMEMLEAK config option | Catalin Marinas | 1 | -0/+1 |
2012-10-09 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 160 | -2877/+48108 |
2012-10-08 | Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar... | Linus Torvalds | 2 | -2/+2 |
2012-10-05 | pwm: Add Ingenic JZ4740 support | Thierry Reding | 6 | -181/+9 |
2012-10-05 | MIPS: JZ4740: Export timer API | Thierry Reding | 4 | -139/+116 |
2012-10-05 | compat: move compat_siginfo_t definition to asm/compat.h | Denys Vlasenko | 2 | -63/+68 |