| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-09-11 | 1 | -63/+5 |
|\ |
|
| * | dma-mapping: consolidate dma_set_mask | Christoph Hellwig | 2015-09-10 | 1 | -1/+3 |
| * | dma-mapping: consolidate dma_supported | Christoph Hellwig | 2015-09-10 | 1 | -11/+0 |
| * | dma-mapping: cosolidate dma_mapping_error | Christoph Hellwig | 2015-09-10 | 1 | -15/+2 |
| * | dma-mapping: consolidate dma_{alloc,free}_noncoherent | Christoph Hellwig | 2015-09-10 | 1 | -3/+0 |
| * | dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent} | Christoph Hellwig | 2015-09-10 | 1 | -33/+0 |
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2015-09-11 | 5 | -12/+47 |
|\ \
| |/
|/| |
|
| * | KVM: PPC: Book3S: Fix size of the PSPB register | Thomas Huth | 2015-09-03 | 1 | -1/+1 |
| * | KVM: PPC: Book3S: correct width in XER handling | Sam bobroff | 2015-08-22 | 3 | -5/+5 |
| * | KVM: PPC: Book3S HV: Fix bug in dirty page tracking | Paul Mackerras | 2015-08-22 | 2 | -0/+3 |
| * | KVM: PPC: Book3S HV: Implement dynamic micro-threading on POWER8 | Paul Mackerras | 2015-08-22 | 2 | -0/+23 |
| * | KVM: PPC: Book3S HV: Make use of unused threads when running guests | Paul Mackerras | 2015-08-22 | 1 | -5/+14 |
| * | KVM: PPC: Fix warnings from sparse | Thomas Huth | 2015-08-22 | 1 | -1/+1 |
* | | Merge tag 'trace-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 2015-09-08 | 1 | -1/+1 |
|\ \ |
|
| * | | ftrace: Format MCOUNT_ADDR address as type unsigned long | Minfei Huang | 2015-07-21 | 1 | -1/+1 |
| |/ |
|
* | | Merge tag 'powerpc-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2015-09-04 | 22 | -82/+309 |
|\ \ |
|
| * \ | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo... | Michael Ellerman | 2015-08-27 | 4 | -11/+47 |
| |\ \ |
|
| | * | | powerpc/fsl: Force coherent memory on e500mc derivatives | Scott Wood | 2015-08-08 | 1 | -1/+2 |
| | * | | powerpc/booke64: Move mb() to __set_pte_at() with kernel-addr test | Scott Wood | 2015-08-08 | 1 | -0/+11 |
| | * | | powerpc/mm: Don't call __flush_dcache_icache_phys() with PA>VA | Scott Wood | 2015-08-08 | 1 | -1/+6 |
| | * | | powerpc: add support for csum_add() | LEROY Christophe | 2015-08-08 | 1 | -0/+16 |
| | * | | powerpc: put csum_tcpudp_magic inline | LEROY Christophe | 2015-08-08 | 1 | -9/+12 |
| * | | | powerpc/powernv: Fix mis-merge of OPAL support for LEDS driver | Michael Ellerman | 2015-08-22 | 1 | -0/+12 |
| * | | | powerpc/powernv: Add OPAL interfaces for accessing and modifying system LED s... | Anshuman Khandual | 2015-08-20 | 2 | -0/+6 |
| * | | | powerpc/eeh: Disable automatically blocked PCI config | Gavin Shan | 2015-08-18 | 1 | -0/+1 |
| * | | | powerpc/powernv: move dma_get_required_mask from pnv_phb to pci_controller_ops | Andrew Donnellan | 2015-08-18 | 1 | -0/+1 |
| * | | | powerpc/mm: Drop the 64K on 4K version of pte_pagesize_index() | Michael Ellerman | 2015-08-18 | 1 | -12/+0 |
| * | | | powerpc/cell: Drop support for 64K local store on 4K kernels | Michael Ellerman | 2015-08-18 | 1 | -6/+0 |
| * | | | powerpc/mm: Fix pte_pagesize_index() crash on 4K w/64K hash | Michael Ellerman | 2015-08-18 | 1 | -1/+13 |
| * | | | powerpc: Add an inline function to update POWER8 HID0 | Gautham R. Shenoy | 2015-08-14 | 1 | -0/+9 |
| * | | | powerpc/ftrace: add powerpc timebase as a trace clock source | Naveen N. Rao | 2015-08-06 | 2 | -1/+19 |
| * | | | powerpc/powernv: Invoke opal_cec_reboot2() on unrecoverable machine check err... | Mahesh Salgaonkar | 2015-08-06 | 2 | -1/+9 |
| * | | | powerpc/powernv: display reason for Malfunction Alert HMI. | Mahesh Salgaonkar | 2015-08-06 | 1 | -0/+61 |
| * | | | powerpc/kernel: Add SIG_SYS support for compat tasks | Michael Ellerman | 2015-07-29 | 1 | -0/+7 |
| * | | | powerpc: Change syscall_get_nr() to return int | Michael Ellerman | 2015-07-29 | 1 | -3/+8 |
| * | | | powerpc: Use orig_gpr3 in syscall_get_arguments() | Michael Ellerman | 2015-07-29 | 1 | -3/+13 |
| * | | | powerpc: Rework syscall_get_arguments() so there is only one loop | Michael Ellerman | 2015-07-29 | 1 | -11/+8 |
| * | | | powerpc: Don't negate error in syscall_set_return_value() | Michael Ellerman | 2015-07-29 | 1 | -1/+7 |
| * | | | powerpc: Drop unused syscall_get_error() | Michael Ellerman | 2015-07-29 | 1 | -6/+0 |
| * | | | powerpc: Use hardware RNG for arch_get_random_seed_* not arch_get_random_* | Paul Mackerras | 2015-07-23 | 2 | -15/+15 |
| * | | | powerpc/rtas: Introduce rtas_get_sensor_fast() for IRQ handlers | Thomas Huth | 2015-07-23 | 1 | -0/+1 |
| |/ / |
|
| * | | powerpc/tm: Drop tm_orig_msr from thread_struct | Anshuman Khandual | 2015-07-16 | 1 | -1/+0 |
| * | | powerpc/powernv: Add poweroff (EPOW, DPO) events support for PowerNV platform | Vipin K Parashar | 2015-07-16 | 2 | -1/+42 |
| * | | powerpc: Remove mtmsrd(), use existing mtmsr() | Anton Blanchard | 2015-07-13 | 1 | -2/+1 |
| * | | powerpc/iommu: Support "hybrid" iommu/direct DMA ops for coherent_mask < dma_... | Benjamin Herrenschmidt | 2015-07-13 | 1 | -5/+5 |
| * | | powerpc/iommu: Remove dma_data union | Benjamin Herrenschmidt | 2015-07-13 | 3 | -14/+36 |
| |/ |
|
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2015-09-04 | 3 | -4/+26 |
|\ \ |
|
| * \ | Merge branch 'locking/arch-atomic' into locking/core, because it's ready for ... | Ingo Molnar | 2015-08-12 | 1 | -0/+7 |
| |\ \ |
|
| | * | | atomic: Provide atomic_{or,xor,and} | Peter Zijlstra | 2015-07-27 | 1 | -2/+0 |
| | * | | powerpc: Provide atomic_{or,xor,and} | Peter Zijlstra | 2015-07-27 | 1 | -0/+9 |
| | |/ |
|