summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'parisc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-10-0721-207/+308
|\
| * parisc: Increase KERNEL_INITIAL_SIZE for 32-bit SMP kernelsHelge Deller2016-10-072-1/+9
| * parisc: Drop bootmem and switch to memblockHelge Deller2016-10-073-66/+64
| * parisc: Add hardened usercopy featureHelge Deller2016-10-063-19/+41
| * parisc: Add cfi_startproc and cfi_endproc to assembly codeHelge Deller2016-10-058-80/+121
| * parisc: Move hpmc stack into page aligned bss sectionHelge Deller2016-10-051-4/+8
| * parisc: Fix self-detected CPU stall warnings on Mako machinesHelge Deller2016-09-251-6/+0
| * parisc: Report trap type as human readable stringHelge Deller2016-09-241-1/+47
| * parisc: Update comment regarding implementation of copy_user_page_asmJohn David Anglin2016-09-201-5/+11
| * parisc: Use kmalloc_array() in add_system_map_addresses()Markus Elfring2016-09-201-1/+1
| * parisc: Check return value of smp_boot_one_cpu()Helge Deller2016-09-201-2/+2
| * parisc: Drop BROKEN_RODATA config optionHelge Deller2016-09-203-22/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds2016-10-072-2/+3
|\ \
| * | avr32: migrate exception table users off module.h and onto extable.hPaul Gortmaker2016-10-032-2/+3
* | | Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-10-07227-2904/+5444
|\ \ \
| * | | powerpc/bpf: Add support for bpf constant blindingNaveen N. Rao2016-10-042-11/+34
| * | | powerpc/bpf: Implement support for tail callsNaveen N. Rao2016-10-044-28/+126
| * | | powerpc/bpf: Introduce accessors for using the tmp local stack spaceNaveen N. Rao2016-10-042-40/+55
| * | | powerpc/fadump: Fix build break when CONFIG_PROC_VMCORE=nMichael Ellerman2016-10-041-0/+2
| * | | powerpc: tm: Enable transactional memory (TM) lazily for userspaceCyril Bur2016-10-043-5/+33
| * | | powerpc/tm: Add TM Unavailable ExceptionCyril Bur2016-10-041-0/+29
| * | | powerpc: Remove do_load_up_transact_{fpu,altivec}Cyril Bur2016-10-043-56/+0
| * | | powerpc: tm: Rename transct_(*) to ck(\1)_stateCyril Bur2016-10-0410-94/+94
| * | | powerpc: tm: Always use fp_state and vr_state to store live registersCyril Bur2016-10-047-381/+197
| * | | selftests/powerpc: Add checks for transactional VSXs in signal contextsCyril Bur2016-10-042-1/+126
| * | | selftests/powerpc: Add checks for transactional VMXs in signal contextsCyril Bur2016-10-042-1/+112
| * | | selftests/powerpc: Add checks for transactional FPUs in signal contextsCyril Bur2016-10-042-1/+93
| * | | selftests/powerpc: Add checks for transactional GPRs in signal contextsCyril Bur2016-10-043-1/+210
| * | | selftests/powerpc: Check that signals always get deliveredCyril Bur2016-10-045-0/+285
| * | | selftests/powerpc: Add TM tcheck helpers in CCyril Bur2016-10-041-0/+27
| * | | selftests/powerpc: Allow tests to extend their kill timeoutCyril Bur2016-10-042-3/+8
| * | | selftests/powerpc: Introduce GPR asm helper header fileCyril Bur2016-10-041-0/+96
| * | | selftests/powerpc: Move VMX stack frame macros to header fileCyril Bur2016-10-042-84/+97
| * | | selftests/powerpc: Rework FPU stack placement macros and move to header fileCyril Bur2016-10-042-68/+85
| * | | selftests/powerpc: Check for VSX preservation across userspace preemptionCyril Bur2016-10-044-1/+283
| * | | powerpc: signals: Stop using current in signal codeCyril Bur2016-10-045-126/+159
| * | | powerpc: Never giveup a reclaimed thread when enabling kernel {fp, altivec, vsx}Cyril Bur2016-10-041-3/+36
| * | | powerpc: Return the new MSR from msr_check_and_set()Cyril Bur2016-10-042-2/+4
| * | | powerpc: Add check_if_tm_restore_required() to giveup_all()Cyril Bur2016-10-041-0/+1
| * | | powerpc: Always restore FPU/VEC/VSX if hardware transactional memory in useCyril Bur2016-10-041-3/+18
| * | | powerpc/powernv: Fix data type for @r in pnv_ioda_parse_m64_window()Gavin Shan2016-10-041-1/+1
| * | | powerpc/powernv: Use CPU-endian PEST in pnv_pci_dump_p7ioc_diag_data()Gavin Shan2016-10-041-2/+2
| * | | powerpc/powernv: Specify proper data type for PCI_SLOT_ID_PREFIXGavin Shan2016-10-041-1/+1
| * | | powerpc/powernv: Use CPU-endian hub diag-data type in pnv_eeh_get_and_dump_hu...Gavin Shan2016-10-041-1/+1
| * | | powerpc/powernv: Pass CPU-endian PE number to opal_pci_eeh_freeze_clear()Gavin Shan2016-10-041-1/+1
| * | | drivers/pci/hotplug: Use of_property_read_u32() in powernv driverGavin Shan2016-10-041-9/+10
| * | | cxl: replace loop with for_each_child_of_node(), remove unneeded of_node_put()Andrew Donnellan2016-10-041-5/+3
| * | | cxl: Flush PSL cache before resetting the adapterFrederic Barrat2016-10-043-1/+39
| * | | powerpc: Set default CPU type to POWER8 for little endian buildsAnton Blanchard2016-10-041-0/+1
| * | | powerpc: Only disable HAVE_EFFICIENT_UNALIGNED_ACCESS on POWER7 little endianAnton Blanchard2016-10-041-1/+1