| Commit message (Expand) | Author | Age | Files | Lines |
* | powerpc/64s: Remove TM from Power10 features | Jordan Niethe | 2020-10-29 | 1 | -3/+10 |
* | powerpc/security: Fix link stack flush instruction | Nicholas Piggin | 2020-10-29 | 2 | -12/+30 |
* | powerpc/64: fix irq replay pt_regs->softe value | Nicholas Piggin | 2020-10-29 | 1 | -1/+1 |
* | powerpc/64: fix irq replay missing preempt | Nicholas Piggin | 2020-10-29 | 1 | -0/+7 |
* | powerpc/tau: Disable TAU between measurements | Finn Thain | 2020-10-29 | 1 | -41/+24 |
* | powerpc/tau: Check processor type before enabling TAU interrupt | Finn Thain | 2020-10-29 | 1 | -19/+14 |
* | powerpc/tau: Remove duplicated set_thresholds() call | Finn Thain | 2020-10-29 | 1 | -5/+0 |
* | powerpc/tau: Convert from timer to workqueue | Finn Thain | 2020-10-29 | 1 | -20/+18 |
* | powerpc/tau: Use appropriate temperature sample interval | Finn Thain | 2020-10-29 | 1 | -8/+4 |
* | powerpc/watchpoint: Add hw_len wherever missing | Ravi Bangoria | 2020-10-29 | 1 | -0/+1 |
* | powerpc/watchpoint: Fix handling of vector instructions | Ravi Bangoria | 2020-10-29 | 1 | -0/+2 |
* | powerpc/watchpoint: Fix quadword instruction handling on p10 predecessors | Ravi Bangoria | 2020-10-29 | 1 | -2/+10 |
* | powerpc/dma: Fix dma_map_ops::get_required_mask | Alexey Kardashevskiy | 2020-09-08 | 1 | -1/+2 |
* | Revert "powerpc/build: vdso linker warning for orphan sections" | Michael Ellerman | 2020-09-03 | 4 | -5/+3 |
* | powerpc/64s: Fix crash in load_fp_state() due to fpexc_mode | Michael Ellerman | 2020-08-27 | 1 | -3/+9 |
* | powerpc/64s: scv entry should set PPR | Nicholas Piggin | 2020-08-27 | 1 | -0/+4 |
* | Revert "powerpc/64s: Remove PROT_SAO support" | Shawn Anastasio | 2020-08-24 | 1 | -1/+1 |
* | powerpc/kernel: Cleanup machine check function declarations | Madhavan Srinivasan | 2020-08-17 | 2 | -8/+0 |
* | powerpc: Add POWER10 raw mode cputable entry | Madhavan Srinivasan | 2020-08-17 | 1 | -0/+20 |
* | powerpc: Fix P10 PVR revision in /proc/cpuinfo for SMT4 cores | Michael Neuling | 2020-08-17 | 1 | -0/+1 |
* | iomap: constify ioreadX() iomem argument (as in generic implementation) | Krzysztof Kozlowski | 2020-08-14 | 1 | -14/+14 |
* | all arch: remove system call sys_sysctl | Xiaoming Ni | 2020-08-14 | 1 | -1/+1 |
* | Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 2020-08-09 | 1 | -1/+1 |
|\ |
|
| * | kbuild: remove cc-option test of -fno-stack-protector | Masahiro Yamada | 2020-07-07 | 1 | -1/+1 |
* | | Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2020-08-07 | 1 | -1/+1 |
|\ \ |
|
| * | | PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state' | Luc Van Oostenryck | 2020-07-07 | 1 | -1/+1 |
* | | | powerpc/ptrace: Fix build error in pkey_get() | Michael Ellerman | 2020-08-07 | 1 | -2/+0 |
* | | | Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2020-08-07 | 60 | -823/+1145 |
|\ \ \ |
|
| * | | | powerpc/40x: Fix assembler warning about r0 | Michael Ellerman | 2020-08-03 | 1 | -1/+1 |
| * | | | powerpc/cacheinfo: Warn if cache object chain becomes unordered | Nathan Lynch | 2020-07-30 | 1 | -0/+9 |
| * | | | powerpc/cacheinfo: Improve diagnostics about malformed cache lists | Nathan Lynch | 2020-07-30 | 1 | -2/+8 |
| * | | | powerpc/cacheinfo: Use name@unit instead of full DT path in debug messages | Nathan Lynch | 2020-07-30 | 1 | -8/+8 |
| * | | | powerpc/cacheinfo: Set pr_fmt() | Nathan Lynch | 2020-07-30 | 1 | -0/+2 |
| * | | | powerpc: fix function annotations to avoid section mismatch warnings with gcc-10 | Vladis Dronov | 2020-07-30 | 1 | -2/+2 |
| * | | | powerpc/drmem: Make LMB walk a bit more flexible | Hari Bathini | 2020-07-29 | 1 | -5/+8 |
| * | | | powerpc/64s: Move HMI IRQ stat from percpu variable to paca. | Mahesh Salgaonkar | 2020-07-29 | 2 | -4/+7 |
| * | | | powerpc/build: vdso linker warning for orphan sections | Nicholas Piggin | 2020-07-29 | 4 | -3/+5 |
| * | | | powerpc: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-07-29 | 1 | -4/+4 |
| * | | | powerpc/book3s64/radix: Add kernel command line option to disable radix GTSE | Aneesh Kumar K.V | 2020-07-29 | 1 | -4/+9 |
| * | | | powerpc/hugetlb/cma: Allocate gigantic hugetlb pages using CMA | Aneesh Kumar K.V | 2020-07-29 | 1 | -0/+3 |
| * | | | powerpc/32s: Remove TAUException wart in traps.c | Michael Ellerman | 2020-07-29 | 2 | -8/+4 |
| * | | | powerpc/pseries: Add KVM guest doorbell restrictions | Nicholas Piggin | 2020-07-29 | 2 | -3/+21 |
| * | | | powerpc: Inline doorbell sending functions | Nicholas Piggin | 2020-07-29 | 1 | -55/+0 |
| * | | | powerpc/fadump: Fix build error with CONFIG_PRESERVE_FA_DUMP=y | Michael Ellerman | 2020-07-27 | 1 | -1/+3 |
| * | | | powerpc/32s: Kernel space starts at TASK_SIZE | Christophe Leroy | 2020-07-27 | 1 | -6/+6 |
| * | | | powerpc: Use MODULES_VADDR if defined | Christophe Leroy | 2020-07-27 | 1 | -0/+11 |
| * | | | powerpc/perf: Initialize power10 PMU registers in cpu setup routine | Athira Rajeev | 2020-07-26 | 1 | -4/+15 |
| * | | | powerpc/eeh: Move PE tree setup into the platform | Oliver O'Halloran | 2020-07-26 | 1 | -52/+19 |
| * | | | powerpc/eeh: Drop pdn use in eeh_pe_tree_insert() | Oliver O'Halloran | 2020-07-26 | 1 | -8/+7 |
| * | | | powerpc/eeh: Rename eeh_{add_to|remove_from}_parent_pe() | Oliver O'Halloran | 2020-07-26 | 4 | -8/+8 |