| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2014-08-07 | 19 | -454/+708 |
|\ |
|
| * | powerpc/eeh: Export eeh_iommu_group_to_pe() | Gavin Shan | 2014-08-07 | 1 | -0/+1 |
| * | powerpc/eeh: Add missing #ifdef CONFIG_IOMMU_API | Benjamin Herrenschmidt | 2014-08-05 | 1 | -0/+4 |
| * | powerpc: Reduce scariness of interrupt frames in stack traces | Paul Mackerras | 2014-08-05 | 1 | -1/+1 |
| * | powerpc/book3s: Fix endianess issue for HMI handling on napping cpus. | Mahesh Salgaonkar | 2014-08-05 | 1 | -12/+37 |
| * | powerpc/book3s: handle HMIs for cpus in nap mode. | Mahesh Salgaonkar | 2014-08-05 | 1 | -0/+32 |
| * | powerpc/book3s: Add basic infrastructure to handle HMI in Linux. | Mahesh Salgaonkar | 2014-08-05 | 4 | -3/+106 |
| * | powerpc/iommu: Fix comments with it_page_shift | Alexey Kardashevskiy | 2014-08-05 | 1 | -2/+2 |
| * | powerpc/eeh: Aux PE data for error log | Gavin Shan | 2014-08-05 | 1 | -1/+25 |
| * | powerpc/eeh: Replace pr_warning() with pr_warn() | Gavin Shan | 2014-08-05 | 5 | -21/+24 |
| * | powerpc/eeh: Reduce lines of log dump | Gavin Shan | 2014-08-05 | 1 | -5/+33 |
| * | powerpc/eeh: Selectively enable IO for error log | Gavin Shan | 2014-08-05 | 1 | -1/+1 |
| * | powerpc/eeh: Refactor EEH flag accessors | Gavin Shan | 2014-08-05 | 2 | -11/+11 |
| * | powerpc/eeh: Fetch IOMMU table in reliable way | Gavin Shan | 2014-08-05 | 1 | -11/+22 |
| * | powerpc/eeh: Wrong place to call pci_get_slot() | Mike Qiu | 2014-08-05 | 1 | -33/+13 |
| * | powerpc/eeh: sysfs entries lost | Mike Qiu | 2014-08-05 | 1 | -11/+0 |
| * | powerpc/eeh: EEH support for VFIO PCI device | Gavin Shan | 2014-08-05 | 1 | -0/+268 |
| * | powerpc/eeh: Avoid event on passed PE | Gavin Shan | 2014-08-05 | 1 | -0/+8 |
| * | Merge remote-tracking branch 'scott/next' into next | Benjamin Herrenschmidt | 2014-08-05 | 4 | -9/+35 |
| |\ |
|
| | * | powerpc/e6500: Add support for hardware threads | Andy Fleming | 2014-07-29 | 4 | -9/+35 |
| * | | powerpc: Document how we set AIL on guest kernels | Michael Ellerman | 2014-07-28 | 1 | -1/+5 |
| * | | powerpc: Remove misleading DISABLE_INTS | Michael Ellerman | 2014-07-28 | 1 | -14/+14 |
| * | | powerpc: Move bad_stack() below the fwnmi_data_area | Michael Ellerman | 2014-07-28 | 1 | -60/+60 |
| * | | powerpc: Remove CLASSIC_PPC | Michael Ellerman | 2014-07-28 | 1 | -2/+2 |
| * | | powerpc: Pull out ksp_vsid logic into a helper | Michael Ellerman | 2014-07-28 | 1 | -14/+18 |
| * | | powerpc: Remove MMU_FTR_SLB | Michael Ellerman | 2014-07-28 | 3 | -8/+3 |
| * | | powerpc: Remove STAB code | Michael Ellerman | 2014-07-28 | 4 | -163/+5 |
| * | | powerpc: Drop support for pre-POWER4 cpus | Michael Ellerman | 2014-07-28 | 1 | -90/+0 |
| * | | powerpc: Use standard macros for sys_sigpending() & sys_old_getrlimit() | Michael Ellerman | 2014-07-28 | 1 | -3/+0 |
| * | | Merge branch 'merge' into next | Benjamin Herrenschmidt | 2014-07-28 | 2 | -2/+24 |
| |\ \ |
|
| * \ \ | Merge branch 'merge' into next | Benjamin Herrenschmidt | 2014-07-11 | 11 | -282/+62 |
| |\ \ \
| | |_|/
| |/| | |
|
| * | | | powerpc/traps/e500: fix misleading error output | Wladislav Wiebe | 2014-06-25 | 1 | -1/+1 |
* | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2014-08-05 | 1 | -2/+2 |
|\ \ \ \ |
|
| * | | | | clocksource: Get rid of cycle_last | Thomas Gleixner | 2014-07-23 | 1 | -2/+2 |
| | |/ /
| |/| | |
|
* | | | | Merge tag 'trace-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 2014-08-04 | 1 | -0/+3 |
|\ \ \ \ |
|
| * | | | | powerpc/ftrace: Add call to ftrace_graph_is_dead() in function graph code | Steven Rostedt (Red Hat) | 2014-07-18 | 1 | -0/+3 |
* | | | | | Merge tag 'pci-v3.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2014-08-04 | 1 | -10/+1 |
|\ \ \ \ \ |
|
| * | | | | | powerpc/pci: Remove duplicate logic | Gavin Shan | 2014-07-03 | 1 | -10/+1 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 2014-07-28 | 1 | -2/+4 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | powerpc: Fix endianness of flash_block_list in rtas_flash | Thomas Falcon | 2014-07-28 | 1 | -2/+4 |
* | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 2014-07-23 | 1 | -0/+20 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | powerpc: Disable doorbells on Power8 DD1.x | Joel Stanley | 2014-07-22 | 1 | -0/+20 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2014-07-16 | 1 | -1/+1 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | sched: Fix compiler warnings | Guenter Roeck | 2014-07-02 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | powerpc/powernv: Check for IRQHAPPENED before sleeping | Preeti U Murthy | 2014-07-11 | 1 | -1/+1 |
|/ / |
|
* | | powerpc: Don't skip ePAPR spin-table CPUs | Scott Wood | 2014-06-25 | 1 | -1/+9 |
* | | powerpc/module: Fix TOC symbol CRC | Laurent Dufour | 2014-06-25 | 1 | -1/+10 |
* | | powerpc/powernv: Remove OPAL v1 takeover | Michael Ellerman | 2014-06-25 | 3 | -221/+1 |
* | | powerpc/kprobes: Fix jprobes on ABI v2 (LE) | Michael Ellerman | 2014-06-24 | 1 | -3/+6 |
* | | powerpc/ftrace: Use pr_fmt() to namespace error messages | Michael Ellerman | 2014-06-24 | 1 | -23/+20 |