| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | [MIPS] Fix some sparse warnings on traps.c and irq-msc01.c | Atsushi Nemoto | 2008-04-28 | 2 | -6/+6 |
| * | | [MIPS] cevt-gt641xx: Kill unnecessary include | Atsushi Nemoto | 2008-04-28 | 1 | -2/+0 |
| * | | [MIPS] DS1287: Add clockevent driver | Yoichi Yuasa | 2008-04-28 | 5 | -47/+183 |
| * | | [MIPS] add DECstation I/O ASIC clocksource | Yoichi Yuasa | 2008-04-28 | 5 | -1/+73 |
| * | | [MIPS] rbtx4938: minor cleanup | Atsushi Nemoto | 2008-04-28 | 1 | -2/+0 |
| * | | [MIPS] Alchemy: kill unused PCI_IRQ_TABLE_LOOKUP macro | Sergei Shtylyov | 2008-04-28 | 1 | -14/+0 |
| * | | [MIPS] rbtx4938: misc cleanups | Atsushi Nemoto | 2008-04-28 | 7 | -200/+63 |
| * | | [MIPS] jmr3927: use generic txx9 gpio | Atsushi Nemoto | 2008-04-28 | 5 | -18/+12 |
| * | | [MIPS] rbhma4500: use generic txx9 gpio | Atsushi Nemoto | 2008-04-28 | 3 | -103/+46 |
| * | | [MIPS] generic txx9 gpio support | Atsushi Nemoto | 2008-04-28 | 4 | -0/+123 |
| * | | [MIPS] make fallback gpio.h gpiolib-friendly | Atsushi Nemoto | 2008-04-28 | 1 | -0/+6 |
| * | | [MIPS] unexport null_perf_irq() and make it static | Dmitri Vorobiev | 2008-04-28 | 3 | -5/+5 |
| * | | [MIPS] unexport rtc_mips_set_time() | Dmitri Vorobiev | 2008-04-28 | 1 | -1/+0 |
| * | | [MIPS] unexport copy_from_user_page() | Dmitri Vorobiev | 2008-04-28 | 1 | -3/+0 |
| * | | [MIPS] unexport copy_to_user_page() | Dmitri Vorobiev | 2008-04-28 | 1 | -2/+0 |
| * | | [MIPS] unexport copy_user_highpage() | Dmitri Vorobiev | 2008-04-28 | 1 | -2/+0 |
| * | | [MIPS] Alchemy: move UART platform code to its proper place | Sergei Shtylyov | 2008-04-28 | 4 | -105/+61 |
| * | | [MIPS] Alchemy: kill useless #include's, #define's and extern's | Sergei Shtylyov | 2008-04-28 | 41 | -345/+35 |
| * | | [MIPS] malta_int.c: make 4 variables static | Dmitri Vorobiev | 2008-04-28 | 1 | -4/+4 |
| * | | [MIPS] make standard_io_resources[] static | Dmitri Vorobiev | 2008-04-28 | 1 | -2/+2 |
| * | | [MIPS] make plat_perf_setup() static | Dmitri Vorobiev | 2008-04-28 | 1 | -1/+1 |
| * | | [MIPS] make mdesc and prom_getmdesc() static | Dmitri Vorobiev | 2008-04-28 | 1 | -2/+2 |
| * | | [MIPS] make mips_ejtag_setup() static | Dmitri Vorobiev | 2008-04-28 | 1 | -1/+1 |
| * | | [MIPS] make mips_nmi_setup() static | Dmitri Vorobiev | 2008-04-28 | 1 | -1/+1 |
| * | | [MIPS] replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-28 | 6 | -7/+7 |
| * | | [MIPS] remove redundant display of free swap space in show_mem() | Johannes Weiner | 2008-04-28 | 1 | -1/+0 |
| * | | [MIPS] Alchemy: kill useless time variables | Sergei Shtylyov | 2008-04-28 | 2 | -17/+6 |
| * | | [MIPS] Alchemy: don't unmask timer IRQ early | Sergei Shtylyov | 2008-04-28 | 3 | -20/+7 |
| * | | [MIPS] Move arch/mips/philips to arch/mips/nxp | Daniel Laird | 2008-04-28 | 22 | -27/+25 |
| * | | [MIPS] replace __inline with inline | Harvey Harrison | 2008-04-28 | 2 | -2/+2 |
| * | | [MIPS] Add support for MIPS CMP platform. | Ralf Baechle | 2008-04-28 | 34 | -123/+2191 |
| * | | [MIPS] Add CoreFPGA5 support; distinguish between SOCit/ROCit | Chris Dearman | 2008-04-28 | 2 | -5/+12 |
| * | | [MIPS] Add noulri kernel argument to disable "rdhwr $29" usermode support. | Chris Dearman | 2008-04-28 | 1 | -1/+12 |
| * | | [MIPS] Allow setting of the cache attribute at run time. | Chris Dearman | 2008-04-28 | 11 | -61/+75 |
| * | | [MIPS] Tidy up cache attributes | Chris Dearman | 2008-04-28 | 1 | -39/+42 |
| * | | [MIPS] All MIPS32 processors support64-bit physical addresses. | Chris Dearman | 2008-04-28 | 5 | -10/+10 |
| * | | [MIPS] Remove TLB sanitation code | Chris Dearman | 2008-04-28 | 3 | -61/+0 |
| * | | [MIPS] Basic SPRAM support | Chris Dearman | 2008-04-28 | 3 | -0/+230 |
| * | | [MIPS] Reimplement clear_page/copy_page | Thiemo Seufer | 2008-04-28 | 6 | -862/+725 |
* | | | x86: Fix 32-bit MSI-X allocation leakage | PJ Waskiewicz | 2008-04-28 | 1 | -0/+1 |
* | | | docbook: fix bitops fatal filename error | Randy Dunlap | 2008-04-28 | 1 | -1/+1 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2008-04-28 | 13 | -583/+570 |
|\ \ \ |
|
| * | | | SELinux: Fix a RCU free problem with the netport cache | Paul Moore | 2008-04-28 | 1 | -22/+18 |
| * | | | SELinux: Made netnode cache adds faster | Paul Moore | 2008-04-28 | 1 | -55/+49 |
| * | | | SELinux: include/security.h whitespace, syntax, and other cleanups | Eric Paris | 2008-04-28 | 1 | -449/+449 |
| * | | | SELinux: policydb.h whitespace, syntax, and other cleanups | Eric Paris | 2008-04-28 | 1 | -5/+5 |
| * | | | SELinux: mls_types.h whitespace, syntax, and other cleanups | Eric Paris | 2008-04-28 | 1 | -2/+2 |
| * | | | SELinux: mls.h whitespace, syntax, and other cleanups | Eric Paris | 2008-04-28 | 1 | -3/+3 |
| * | | | SELinux: hashtab.h whitespace, syntax, and other cleanups | Eric Paris | 2008-04-28 | 1 | -3/+3 |
| * | | | SELinux: context.h whitespace, syntax, and other cleanups | Eric Paris | 2008-04-28 | 1 | -2/+2 |