| Commit message (Expand) | Author | Age | Files | Lines |
* | selftests/powerpc: Put the test in a separate process group | Michael Ellerman | 2014-06-11 | 1 | -2/+8 |
* | selftests/powerpc: Fix instruction loop for ABIv2 (LE) | Michael Ellerman | 2014-06-11 | 1 | -38/+35 |
* | powerpc/perf: Ensure all EBB register state is cleared on fork() | Michael Ellerman | 2014-06-11 | 1 | -0/+2 |
* | powerpc/powernv: Fix reading of OPAL msglog | Joel Stanley | 2014-06-11 | 1 | -1/+5 |
* | powerpc/spufs: Remove duplicate SPUFS_CNTL_MAP_SIZE define | Dan Carpenter | 2014-06-11 | 1 | -1/+0 |
* | powerpc/cpm: Remove duplicate FCC_GFMR_TTX define | Dan Carpenter | 2014-06-11 | 1 | -1/+0 |
* | powerpc/powernv: Fix endianness problems in EEH | Guo Chao | 2014-06-11 | 3 | -99/+120 |
* | crypto/nx: disable NX on little endian builds | Anton Blanchard | 2014-06-11 | 1 | -1/+1 |
* | powernv: Fix permissions on sysparam sysfs entries | Anton Blanchard | 2014-06-11 | 1 | -2/+2 |
* | powerpc/powernv : Disable subcore for UP configs | Shreyas B. Prabhu | 2014-06-11 | 1 | -2/+2 |
* | powerpc/powernv: Include asm/smp.h to fix UP build failure | Shreyas B. Prabhu | 2014-06-11 | 1 | -0/+1 |
* | powerpc: Don't setup CPUs with bad status | Michael Neuling | 2014-06-11 | 1 | -1/+1 |
* | powerpc: Correct DSCR during TM context switch | Sam bobroff | 2014-06-11 | 6 | -13/+114 |
* | powerpc: Remove platforms/wsp and associated pieces | Michael Ellerman | 2014-06-11 | 32 | -4250/+1 |
* | powerpc: Remove check for CONFIG_SERIAL_TEXT_DEBUG | Paul Bolle | 2014-06-11 | 1 | -19/+0 |
* | powerpc: Add AT_HWCAP2 to indicate V.CRYPTO category support | Benjamin Herrenschmidt | 2014-06-11 | 2 | -1/+3 |
* | Merge git://www.linux-watchdog.org/linux-watchdog | Linus Torvalds | 2014-06-10 | 21 | -1161/+710 |
|\ |
|
| * | x86: intel-mid: add watchdog platform code for Merrifield | David Cohen | 2014-06-10 | 2 | -0/+73 |
| * | watchdog: add Intel MID watchdog driver support | David Cohen | 2014-06-10 | 4 | -0/+220 |
| * | watchdog: sp805: Set watchdog_device->timeout from ->set_timeout() | Viresh Kumar | 2014-06-10 | 1 | -3/+1 |
| * | booke/watchdog: refine and clean up the codes | Tang Yuantian | 2014-06-10 | 2 | -45/+33 |
| * | watchdog: iop_wdt only builds for mach-iop13xx | Arnd Bergmann | 2014-06-10 | 1 | -1/+1 |
| * | watchdog: Remove drivers for W83697HF and W83697UG | Guenter Roeck | 2014-06-10 | 4 | -889/+0 |
| * | watchdog: w83627hf_wdt: Add early_disable module parameter | Guenter Roeck | 2014-06-10 | 1 | -3/+12 |
| * | ARM: mvebu: Add A375/A380 watchdog binding documentation | Ezequiel Garcia | 2014-06-10 | 1 | -0/+7 |
| * | watchdog: orion: Add Armada 375/380 SoC support | Ezequiel Garcia | 2014-06-10 | 1 | -0/+103 |
| * | watchdog: orion: Introduce per-SoC enabled() function | Ezequiel Garcia | 2014-06-10 | 1 | -2/+13 |
| * | watchdog: orion: Introduce per-SoC stop() function | Ezequiel Garcia | 2014-06-10 | 1 | -1/+28 |
| * | watchdog: orion: Remove unneeded atomic access | Ezequiel Garcia | 2014-06-10 | 1 | -2/+5 |
| * | watchdog: orion: Introduce a SoC-specific RSTOUT mapping | Ezequiel Garcia | 2014-06-10 | 1 | -7/+20 |
| * | watchdog: orion: Move the register ioremap'ing to its own function | Ezequiel Garcia | 2014-06-10 | 1 | -14/+24 |
| * | watchdog: xilinx: Make of_device_id array const | Jingoo Han | 2014-06-10 | 1 | -1/+1 |
| * | watchdog: imx2_wdt: convert to watchdog core api | Anatolij Gustschin | 2014-06-10 | 2 | -170/+123 |
| * | watchdog: imx2_wdt: convert to use regmap API. | Xiubo Li | 2014-06-10 | 2 | -18/+33 |
| * | watchdog: imx2_wdt: Sort the header files alphabetically | Xiubo Li | 2014-06-10 | 1 | -6/+6 |
| * | watchdog: ath79_wdt: switch to clk_prepare/clk_disable | Gabor Juhos | 2014-06-10 | 1 | -3/+3 |
| * | watchdog: ath79_wdt: avoid spurious restarts on AR934x | Gabor Juhos | 2014-06-10 | 1 | -0/+10 |
| * | watchdog: shwdt: Remove unused platform_set_drvdata() | Alexander Shiyan | 2014-06-10 | 1 | -2/+0 |
| * | watchdog: kempld-wdt: Use the correct value when configuring the prescaler wi... | gundberg | 2014-06-10 | 1 | -1/+1 |
| * | watchdog: sunxi: Fix compilation with C=2 | Emilio López | 2014-06-10 | 1 | -11/+11 |
| * | watchdog: via_wdt: replace del_timer by del_timer_sync | Julia Lawall | 2014-06-10 | 1 | -1/+1 |
| * | watchdog: Fix SBC8360 dependencies | Jean Delvare | 2014-06-10 | 1 | -1/+1 |
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2014-06-10 | 205 | -1772/+6897 |
|\ \ |
|
| * | | powerpc/powernv: Add missing include to LPC code | Benjamin Herrenschmidt | 2014-06-07 | 1 | -0/+1 |
| * | | selftests/powerpc: Test the THP bug we fixed in the previous commit | Michael Ellerman | 2014-06-06 | 3 | -1/+91 |
| * | | powerpc/mm: Check paca psize is up to date for huge mappings | Michael Ellerman | 2014-06-06 | 1 | -11/+20 |
| * | | powerpc/powernv: Pass buffer size to OPAL validate flash call | Vasant Hegde | 2014-06-05 | 1 | -1/+2 |
| * | | powerpc/pseries: hcall functions are exported to modules, need _GLOBAL_TOC() | Anton Blanchard | 2014-06-05 | 1 | -3/+3 |
| * | | powerpc: Exported functions __clear_user and copy_page use r2 so need _GLOBAL... | Anton Blanchard | 2014-06-05 | 2 | -2/+2 |
| * | | powerpc/powernv: Set memory_block_size_bytes to 256MB | Anton Blanchard | 2014-06-05 | 1 | -0/+10 |