| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 2011-07-26 | 55 | -286/+695 |
|\ |
|
| * | MIPS: Close races in TLB modify handlers. | David Daney | 2011-07-26 | 1 | -98/+194 |
| * | MIPS: Add uasm UASM_i_SRL_SAFE macro. | David Daney | 2011-07-26 | 1 | -0/+2 |
| * | MIPS: RB532: Use hex_to_bin() | Andy Shevchenko | 2011-07-25 | 1 | -15/+9 |
| * | MIPS: Enable cpu_has_clo_clz for MIPS Technologies' platforms | Shinya Kuribayashi | 2011-07-25 | 2 | -0/+4 |
| * | MIPS: PowerTV: Provide cpu-feature-overrides.h | David VomLehn | 2011-07-25 | 1 | -0/+59 |
| * | MIPS: Remove pointless return statement from empty void functions. | Ralf Baechle | 2011-07-25 | 11 | -15/+0 |
| * | MIPS: Limit fixrange_init() to the FIXMAP region | Kevin Cernekee | 2011-07-25 | 3 | -5/+5 |
| * | MIPS: Install handlers for software IRQs | Kevin Cernekee | 2011-07-25 | 1 | -8/+6 |
| * | MIPS: Move FIXADDR_TOP into spaces.h | Kevin Cernekee | 2011-07-25 | 5 | -9/+56 |
| * | MIPS: Add SYNC after cacheflush | Kevin Cernekee | 2011-07-25 | 1 | -0/+4 |
| * | MIPS: pfn_valid() is broken on low memory HIGHMEM systems | Kevin Cernekee | 2011-07-25 | 1 | -1/+1 |
| * | MIPS: HIGHMEM DMA on noncoherent MIPS32 processors | Dezhong Diao | 2011-07-25 | 1 | -46/+68 |
| * | MIPS: topdown mmap support | Jian Peng | 2011-07-25 | 2 | -23/+171 |
| * | MIPS: Remove redundant addr_limit assignment on exec. | Mathias Krause | 2011-07-25 | 1 | -1/+0 |
| * | MIPS: AR7: Replace __attribute__((__packed__)) with __packed | Florian Fainelli | 2011-07-25 | 1 | -1/+1 |
| * | MIPS: AR7: Remove 'space before tabs' in platform.c | Florian Fainelli | 2011-07-25 | 1 | -1/+1 |
| * | MIPS: Lantiq: Add missing clk_enable and clk_disable functions. | John Crispin | 2011-07-20 | 1 | -0/+13 |
| * | MIPS: AR7: Fix trailing semicolon bug in clock.c | Florian Fainelli | 2011-07-20 | 1 | -1/+1 |
| * | MIPS: BCM63xx: Remove duplicate PERF_IRQSTAT_REG definition | Jonas Gorski | 2011-07-20 | 1 | -1/+0 |
| * | MIPS: Netlogic: SMP fixes for XLR/XLS platform code. | Jayachandran C | 2011-07-20 | 2 | -12/+3 |
| * | MIPS: SB1250: Restore dropped irq_mask function | Thomas Gleixner | 2011-07-20 | 1 | -0/+8 |
| * | MIPS: MIPSsim: Fix uniprocessor build. | Ralf Baechle | 2011-07-20 | 1 | -0/+1 |
| * | MIPS: ARC: Fix build of firmware library on uniprocessor. | Ralf Baechle | 2011-07-20 | 1 | -0/+2 |
| * | MIPS: XLR, XLS: Move makefile bits to were they belong. | Ralf Baechle | 2011-07-20 | 3 | -12/+12 |
| * | MIPS: Malta: Fix crash in SMP kernel on non-CMP systems. | Ralf Baechle | 2011-07-20 | 4 | -24/+56 |
| * | MIPS: Wire up sendmmsg and renumber setns syscall. | Ralf Baechle | 2011-07-20 | 5 | -9/+16 |
| * | MIPS: SMTC: Fix build. | Ralf Baechle | 2011-07-20 | 1 | -0/+1 |
| * | MIPS: Malta SMTC: Fix build. | Ralf Baechle | 2011-07-20 | 1 | -1/+1 |
| * | MIPS: GT64120: Remove useless inclusion of clocksource.h. | Ralf Baechle | 2011-07-20 | 1 | -2/+0 |
| * | MIPS: NILE4: Remove useless inclusion of GT64120 header. | Ralf Baechle | 2011-07-20 | 1 | -1/+0 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2011-07-25 | 8 | -17/+10 |
|\ \ |
|
| * | | treewide: fix potentially dangerous trailing ';' in #defined values/expressions | Phil Carmody | 2011-07-21 | 1 | -1/+1 |
| * | | Merge branch 'master' into for-next | Jiri Kosina | 2011-07-11 | 1 | -1/+1 |
| |\ \ |
|
| * | | | MIPS: static should be at beginning of declaration | Jesper Juhl | 2011-07-11 | 1 | -3/+2 |
| * | | | Update my e-mail address | Michael Büsch | 2011-07-07 | 1 | -1/+1 |
| * | | | treewide: remove duplicate includes | Vitaliy Ivanov | 2011-06-20 | 2 | -4/+0 |
| * | | | treewide: Convert uses of struct resource to resource_size(ptr) | Joe Perches | 2011-06-10 | 3 | -8/+6 |
* | | | | modules: make arch's use default loader hooks | Jonas Bonn | 2011-07-24 | 1 | -18/+2 |
* | | | | virtio: expose for non-virtualization users too | Ohad Ben-Cohen | 2011-07-23 | 1 | -16/+0 |
* | | | | Merge branch 'timers-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2011-07-22 | 8 | -128/+12 |
|\ \ \ \ |
|
| * | | | | mips: Fix i8253 clockevent fallout | Thomas Gleixner | 2011-07-22 | 1 | -1/+1 |
| * | | | | mips: Use common i8253 clockevent | Thomas Gleixner | 2011-07-01 | 2 | -95/+3 |
| * | | | | pcpskr: MIPS: Make config dependencies finer grained | Ralf Baechle | 2011-06-09 | 1 | -1/+3 |
| * | | | | pcspkr: Cleanup Kconfig dependencies | Ralf Baechle | 2011-06-09 | 1 | -0/+1 |
| * | | | | i8253: Move remaining content and delete asm/i8253.h | Ralf Baechle | 2011-06-09 | 1 | -10/+0 |
| * | | | | i8253: Consolidate definitions of PIT_LATCH | Ralf Baechle | 2011-06-09 | 1 | -2/+0 |
| * | | | | i8253: Consolidate all kernel definitions of i8253_lock | Ralf Baechle | 2011-06-09 | 1 | -3/+0 |
| * | | | | i8253: Unify all kernel declarations of i8253_lock | Ralf Baechle | 2011-06-09 | 1 | -12/+0 |
| * | | | | i8253: Create linux/i8253.h and use it in all 8253 related files | Ralf Baechle | 2011-06-09 | 6 | -6/+6 |
| |/ / / |
|