Age | Commit message (Expand) | Author | Files | Lines |
2017-08-08 | KVM: add spinlock optimization framework | Longpeng(Mike) | 1 | -0/+5 |
2017-08-04 | Merge tag 'powerpc-4.13-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 9 | -21/+71 |
2017-08-04 | powerpc/64: Fix __check_irq_replay missing decrementer interrupt | Nicholas Piggin | 1 | -1/+14 |
2017-08-04 | powerpc/perf: POWER9 PMU stops after idle workaround | Nicholas Piggin | 1 | -1/+7 |
2017-08-02 | powerpc/83xx/mpc832x_rdb: fix of_irq_to_resource() error check | Sergei Shtylyov | 1 | -1/+1 |
2017-07-31 | powerpc/64s: Fix stack setup in watchdog soft_nmi_common() | Nicholas Piggin | 1 | -1/+9 |
2017-07-31 | Merge tag 'v4.13-rc1' into fixes | Michael Ellerman | 18 | -139/+600 |
2017-07-28 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2 | -1/+5 |
2017-07-28 | Merge tag 'powerpc-4.13-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 9 | -36/+168 |
2017-07-28 | powerpc/powernv/pci: Return failure for some uses of dma_set_mask() | Alistair Popple | 1 | -0/+8 |
2017-07-28 | powerpc/boot: Fix 64-bit boot wrapper build with non-biarch compiler | Michael Ellerman | 1 | -3/+11 |
2017-07-28 | powerpc/smp: Call smp_ops->setup_cpu() directly on the boot CPU | Michael Ellerman | 1 | -10/+2 |
2017-07-28 | powerpc/tm: Fix saving of TM SPRs in core dump | Gustavo Romero | 1 | -3/+10 |
2017-07-28 | powerpc/mm: Fix pmd/pte_devmap() on non-leaf entries | Oliver O'Halloran | 1 | -1/+9 |
2017-07-27 | powerpc/mm/hash: Free the subpage_prot_table correctly | Aneesh Kumar K.V | 1 | -1/+1 |
2017-07-26 | powerpc/Makefile: Fix ld version check with 64-bit LE-only toolchain | Michael Ellerman | 1 | -12/+13 |
2017-07-26 | powerpc/pseries: Fix of_node_put() underflow during reconfig remove | Laurent Vivier | 1 | -1/+0 |
2017-07-26 | powerpc/mm/radix: Workaround prefetch issue with KVM | Benjamin Herrenschmidt | 6 | -22/+154 |
2017-07-24 | KVM: PPC: Book3S HV: Fix host crash on changing HPT size | Paul Mackerras | 1 | -1/+3 |
2017-07-24 | KVM: PPC: Book3S HV: Enable TM before accessing TM registers | Paul Mackerras | 1 | -0/+2 |
2017-07-22 | Merge tag 'tty-4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -1/+1 |
2017-07-21 | Merge tag 'powerpc-4.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 11 | -34/+102 |
2017-07-21 | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -4/+4 |
2017-07-20 | debug: Fix WARN_ON_ONCE() for modules | Josh Poimboeuf | 1 | -4/+4 |
2017-07-18 | powerpc/mm: Mark __init memory no-execute when STRICT_KERNEL_RWX=y | Michael Ellerman | 8 | -0/+39 |
2017-07-18 | powerpc/mm/hash: Refactor hash__mark_rodata_ro() | Michael Ellerman | 1 | -13/+19 |
2017-07-18 | powerpc/mm/radix: Refactor radix__mark_rodata_ro() | Michael Ellerman | 1 | -5/+15 |
2017-07-18 | powerpc/64s: Fix hypercall entry clobbering r12 input | Nicholas Piggin | 1 | -14/+14 |
2017-07-18 | powerpc/perf: Avoid spurious PMU interrupts after idle | Nicholas Piggin | 1 | -1/+14 |
2017-07-17 | tty: Fix TIOCGPTPEER ioctl definition | Gleb Fotengauer-Malinovskiy | 1 | -1/+1 |
2017-07-17 | powerpc/powernv: Fix boot on Power8 bare metal due to opal_configure_cores() | Michael Ellerman | 1 | -1/+1 |
2017-07-15 | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -3/+19 |
2017-07-15 | Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -3/+0 |
2017-07-15 | Merge tag 'powerpc-4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 14 | -31/+162 |
2017-07-13 | mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s... | Michal Hocko | 2 | -2/+2 |
2017-07-13 | powerpc,mmap: properly account for stack randomization in mmap_base | Rik van Riel | 1 | -9/+19 |
2017-07-13 | include/linux/string.h: add the option of fortified string.h functions | Daniel Micay | 1 | -0/+1 |
2017-07-13 | powerpc: make feature-fixup tests fortify-safe | Daniel Axtens | 1 | -90/+90 |
2017-07-13 | powerpc: don't fortify prom_init | Daniel Axtens | 1 | -0/+3 |
2017-07-13 | powerpc/64s: implement arch-specific hardlockup watchdog | Nicholas Piggin | 9 | -25/+458 |
2017-07-13 | kernel/watchdog: split up config options | Nicholas Piggin | 2 | -1/+2 |
2017-07-13 | powerpc/fadump: use the correct VMCOREINFO_NOTE_SIZE for phdr | Xunlei Pang | 1 | -2/+1 |
2017-07-12 | powerpc/64: Fix atomic64_inc_not_zero() to return an int | Michael Ellerman | 1 | -2/+2 |
2017-07-12 | powerpc: Fix emulation of mfocrf in emulate_step() | Anton Blanchard | 1 | -0/+13 |
2017-07-12 | powerpc: Fix emulation of mcrf in emulate_step() | Anton Blanchard | 1 | -2/+4 |
2017-07-12 | powerpc/perf: Add POWER9 alternate PM_RUN_CYC and PM_RUN_INST_CMPL events | Anton Blanchard | 2 | -0/+6 |
2017-07-11 | powerpc/perf: Fix SDAR_MODE value for continous sampling on Power9 | Madhavan Srinivasan | 1 | -2/+4 |
2017-07-11 | spufs: Implement show_options | David Howells | 1 | -3/+19 |
2017-07-11 | powerpc/asm: Mark cr0 as clobbered in mftb() | Oliver O'Halloran | 1 | -1/+1 |
2017-07-11 | powerpc/powernv: Fix local TLB flush for boot and MCE on POWER9 | Nicholas Piggin | 3 | -18/+67 |