summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc/mm/radix: Workaround prefetch issue with KVMBenjamin Herrenschmidt2017-07-266-22/+154
* powerpc/mm: Mark __init memory no-execute when STRICT_KERNEL_RWX=yMichael Ellerman2017-07-188-0/+39
* powerpc/mm/hash: Refactor hash__mark_rodata_ro()Michael Ellerman2017-07-181-13/+19
* powerpc/mm/radix: Refactor radix__mark_rodata_ro()Michael Ellerman2017-07-181-5/+15
* powerpc/64s: Fix hypercall entry clobbering r12 inputNicholas Piggin2017-07-181-14/+14
* powerpc/perf: Avoid spurious PMU interrupts after idleNicholas Piggin2017-07-181-1/+14
* powerpc/powernv: Fix boot on Power8 bare metal due to opal_configure_cores()Michael Ellerman2017-07-171-1/+1
* powerpc/64: Fix atomic64_inc_not_zero() to return an intMichael Ellerman2017-07-121-2/+2
* powerpc: Fix emulation of mfocrf in emulate_step()Anton Blanchard2017-07-121-0/+13
* powerpc: Fix emulation of mcrf in emulate_step()Anton Blanchard2017-07-121-2/+4
* powerpc/perf: Add POWER9 alternate PM_RUN_CYC and PM_RUN_INST_CMPL eventsAnton Blanchard2017-07-122-0/+6
* powerpc/perf: Fix SDAR_MODE value for continous sampling on Power9Madhavan Srinivasan2017-07-111-2/+4
* powerpc/asm: Mark cr0 as clobbered in mftb()Oliver O'Halloran2017-07-111-1/+1
* powerpc/powernv: Fix local TLB flush for boot and MCE on POWER9Nicholas Piggin2017-07-113-18/+67
* powerpc/mm/radix: Synchronize updates to the process tableBenjamin Herrenschmidt2017-07-101-0/+8
* powerpc/mm/radix: Properly clear process table entryBenjamin Herrenschmidt2017-07-101-3/+9
* powerpc/powernv: Tell OPAL about our MMU mode on POWER9Benjamin Herrenschmidt2017-07-103-3/+36
* powerpc/kexec: Fix radix to hash kexec due to IAMR/AMORBalbir Singh2017-07-101-0/+12
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-097-56/+65
|\
| * x86/boot/e820: Introduce the bootloader provided e820_table_firmware[] tableChen Yu2017-07-053-7/+29
| * x86/boot/e820: Rename the e820_table_firmware to e820_table_kexecChen Yu2017-07-054-26/+26
| * x86/boot/e820: Avoid overwriting e820_table_firmwareChen Yu2017-07-051-2/+4
| * x86/mm/pat: Don't report PAT on CPUs that don't support itMikulas Patocka2017-07-053-16/+20
| * x86/platform/uv/BAU: Minor cleanup, make some local functions staticColin Ian King2017-07-041-25/+6
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-091-1/+1
|\ \
| * | kprobes: Rename [arch_]function_offset_within_entry() to [arch_]kprobe_on_fun...Naveen N. Rao2017-07-081-1/+1
| |/
* | Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-0916-81/+158
|\ \
| * \ Merge branch 'pci/host-hv' into nextBjorn Helgaas2017-07-031-0/+6
| |\ \
| | * | PCI: hv: Use vPCI protocol version 1.2Jork Loeser2017-07-031-0/+6
| * | | Merge branch 'pci/irq-fixups' into nextBjorn Helgaas2017-07-039-54/+98
| |\| |
| | * | arm64: PCI: Drop DT IRQ allocation from pcibios_alloc_irq()Lorenzo Pieralisi2017-07-021-6/+4
| | * | ARM/PCI: Remove pci_fixup_irqs() call for bios32 host controllersLorenzo Pieralisi2017-07-021-2/+3
| | * | ARM/PCI: Convert PCI scan API to pci_scan_root_bus_bridge()Lorenzo Pieralisi2017-06-288-46/+91
| * | | Merge branch 'pci/resource' into nextBjorn Helgaas2017-07-031-0/+32
| |\ \ \
| | * | | PCI: Work around poweroff & suspend-to-RAM issue on Macbook Pro 11Bjorn Helgaas2017-06-281-0/+32
| | |/ /
| * | | Merge branch 'pci/pm' into nextBjorn Helgaas2017-07-031-0/+15
| |\ \ \
| | * | | x86/PCI: Avoid AMD SB7xx EHCI USB wakeup defectKai-Heng Feng2017-06-301-0/+15
| | |/ /
| * | | x86/PCI: Simplify Dell DMI B1 quirkJean Delvare2017-06-151-22/+5
| * | | x86/PCI: Fix whitespace in set_bios_x() printkVincent Legoll2017-06-131-1/+1
| * | | MIPS: PCI: Remove unused busn_offsetBjorn Helgaas2017-05-182-3/+1
| * | | MIPS: Loongson: Remove unused PCI_BAR_COUNT definitionBjorn Helgaas2017-05-181-1/+0
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-07-081-1/+1
|\ \ \
| * \ \ Merge tag 'v4.12-rc3' into nextDmitry Torokhov2017-05-302146-73393/+68774
| |\ \ \
| * | | | Input: tsc2007 - move header file out of I2C realmWolfram Sang2017-05-231-1/+1
* | | | | Merge tag 'dmaengine-4.13-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2017-07-084-40/+19
|\ \ \ \ \
| * | | | | ARM/dmaengine: pl08x: pass reasonable memcpy settingsLinus Walleij2017-05-244-40/+19
| | |_|/ / | |/| | |
* | | | | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-07-0810-18/+181
|\ \ \ \ \
| * \ \ \ \ Merge branches 'fixes' and 'misc' into for-linusRussell King2017-07-0510-18/+181
| |\ \ \ \ \
| | * | | | | ARM: 8684/1: NOMMU: Remove unused KTHREAD_SIZE definitionJérémy Lefaure2017-06-271-6/+0
| | * | | | | ARM: 8683/1: ARM32: Support mremap() for sigpage/vDSODmitry Safonov2017-06-213-3/+26