| Commit message (Expand) | Author | Age | Files | Lines |
* | watchdog: omap_wdt: delete redundant platform_set_drvdata() calls | Aaro Koskinen | 2012-12-19 | 1 | -2/+0 |
* | watchdog: omap_wdt: convert to devm_ functions | Aaro Koskinen | 2012-12-19 | 1 | -37/+13 |
* | watchdog: omap_wdt: convert to new watchdog core | Aaro Koskinen | 2012-12-19 | 2 | -149/+112 |
* | watchdog: WatchDog Timer Driver Core: fix comment | Fabio Porcedda | 2012-12-19 | 1 | -1/+1 |
* | watchdog: s3c2410_wdt: use clk_prepare_enable and clk_disable_unprepare | Thomas Abraham | 2012-12-19 | 1 | -3/+3 |
* | watchdog: imx2_wdt: Select the driver via ARCH_MXC | Fabio Estevam | 2012-12-19 | 1 | -1/+1 |
* | watchdog: cpu5wdt.c: add missing del_timer call | devendra.aaru | 2012-12-19 | 1 | -0/+1 |
* | watchdog: hpwdt.c: Increase version string | Tom Mingarelli | 2012-12-19 | 1 | -1/+1 |
* | watchdog: Convert twl4030_wdt to watchdog core | Jarkko Nikula | 2012-12-19 | 2 | -149/+35 |
* | davinci_wdt: preparation for switch to common clock framework | Karicheri, Muralidharan | 2012-12-19 | 1 | -2/+2 |
* | watchdog: sp805_wdt.c: use clk_prepare_enable and clk_disable_unprepare | Julia Lawall | 2012-12-19 | 1 | -9/+2 |
* | watchdog: ath79_wdt: convert to use module_platform_driver | Gabor Juhos | 2012-12-19 | 1 | -11/+2 |
* | Merge tag 'xtensa-20121218' of git://github.com/czankel/xtensa-linux | Linus Torvalds | 2012-12-19 | 81 | -422/+2140 |
|\ |
|
| * | xtensa: don't try to build DTB when OF is disabled | Max Filippov | 2012-12-18 | 2 | -2/+2 |
| * | xtensa: set the correct ethernet address for xtfpga | Chris Zankel | 2012-12-18 | 1 | -2/+34 |
| * | xtensa: clean up files to make them code-style compliant | Chris Zankel | 2012-12-18 | 49 | -175/+160 |
| * | xtensa: provide endianness macro for sparse | Max Filippov | 2012-12-18 | 1 | -0/+7 |
| * | xtensa: fix RASID SR initialization | Max Filippov | 2012-12-18 | 1 | -1/+1 |
| * | xtensa: initialize CPENABLE SR when core has one | Max Filippov | 2012-12-18 | 1 | -1/+1 |
| * | xtensa: reset all timers on initialization | Max Filippov | 2012-12-18 | 1 | -1/+1 |
| * | Use for_each_compatible_node() macro. | Wei Yongjun | 2012-12-18 | 1 | -2/+2 |
| * | xtensa: add XTFPGA DTS | Max Filippov | 2012-12-18 | 5 | -0/+122 |
| * | xtensa: add support for the XTFPGA boards | Max Filippov | 2012-12-18 | 9 | -0/+472 |
| * | xtensa: add device trees support | Max Filippov | 2012-12-18 | 7 | -25/+164 |
| * | xtensa: add IRQ domains support | Max Filippov | 2012-12-18 | 3 | -34/+94 |
| * | xtensa: add U-Boot image support (uImage). | Max Filippov | 2012-12-18 | 2 | -1/+16 |
| * | xtensa: clean up boot make rules | Max Filippov | 2012-12-18 | 3 | -29/+33 |
| * | xtensa: fix mb and wmb definitions | Max Filippov | 2012-12-18 | 1 | -3/+3 |
| * | xtensa: add s32c1i-based spinlock implementations | Max Filippov | 2012-12-18 | 1 | -1/+187 |
| * | xtensa: add s32c1i-based bitops implementations | Max Filippov | 2012-12-18 | 1 | -1/+126 |
| * | xtensa: add s32c1i-based atomic ops implementations | Max Filippov | 2012-12-18 | 2 | -106/+236 |
| * | xtensa: add s32c1i sanity check | Max Filippov | 2012-12-18 | 3 | -0/+135 |
| * | xtensa: add trap_set_handler function | Max Filippov | 2012-12-18 | 2 | -0/+34 |
| * | xtensa: initialize atomctl SR | Max Filippov | 2012-12-18 | 3 | -0/+102 |
| * | xtensa: save and restore scompare1 SR on kernel entry | Max Filippov | 2012-12-18 | 3 | -1/+15 |
| * | xtensa: display s32c1i feature flag in cpuinfo | Max Filippov | 2012-12-18 | 1 | -0/+3 |
| * | xtensa: fix CPU cache flags formatting | Max Filippov | 2012-12-18 | 1 | -3/+3 |
| * | xtensa: properly fix missing compiler barrier in simcall | Max Filippov | 2012-12-18 | 1 | -6/+1 |
| * | xtensa: fix build warning for arch/xtensa/mm/tlb.c | Max Filippov | 2012-12-18 | 1 | -1/+1 |
| * | xtensa: provide DMA_ERROR_CODE definition | Max Filippov | 2012-12-18 | 1 | -0/+2 |
| * | xtensa: ISS: add BASE_BAUD definition to serial.h | Max Filippov | 2012-12-18 | 1 | -0/+15 |
| * | xtensa: provide proper assembler function boundaries with ENDPROC() | Chris Zankel | 2012-12-18 | 7 | -25/+147 |
| * | xtensa: make DoubleExceptionVector literals fit the gap | Max Filippov | 2012-12-18 | 1 | -4/+10 |
| * | xtensa: add config option to disable linker relaxation | Chris Zankel | 2012-12-18 | 2 | -2/+15 |
| * | xtensa: unbalanced parentheses | Nicolas Kaiser | 2012-12-18 | 1 | -2/+2 |
| * | xtensa:fix the incompatible pointer type warning in time.c | Wanlong Gao | 2012-12-18 | 1 | -1/+1 |
* | | Merge branch 'x86/nuke386' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2012-12-19 | 3 | -52/+1 |
|\ \ |
|
| * | | x86, 386 removal: Remove support for IRQ 13 FPU error reporting | H. Peter Anvin | 2012-12-17 | 3 | -52/+1 |
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2012-12-19 | 2 | -1/+11 |
|\ \ \ |
|
| * | | | x86, doc: Document that bootloader ID 4 is used also by iPXE | H. Peter Anvin | 2012-12-12 | 1 | -1/+1 |