index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-17
KVM: PPC: Book3S HV: Implement H_SVM_INIT_ABORT hcall
Sukadev Bhattiprolu
5
-0
/
+39
2020-01-17
KVM: PPC: Add skip_page_out parameter to uvmem functions
Sukadev Bhattiprolu
4
-6
/
+6
2020-01-17
KVM: PPC: Book3E: Replace current->mm by kvm->mm
Leonardo Bras
1
-1
/
+1
2020-01-17
KVM: PPC: Book3S: Replace current->mm by kvm->mm
Leonardo Bras
3
-11
/
+13
2020-01-17
KVM: PPC: Remove set but not used variable 'ra', 'rs', 'rt'
zhengbin
1
-5
/
+0
2020-01-14
arch/powerpc/setup: Drop dummy_con initialization
Arvind Sankar
5
-17
/
+0
2020-01-13
arch: wire up pidfd_getfd syscall
Sargun Dhillon
1
-0
/
+1
2020-01-13
Merge 5.5-rc6 into tty-next
Greg Kroah-Hartman
3
-4
/
+4
2020-01-10
Merge branch 'x86/mm' into efi/core, to pick up dependencies
Ingo Molnar
1
-0
/
+4
2020-01-09
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
Eric Biggers
2
-17
/
+5
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
1
-3
/
+0
2020-01-04
mm/memory_hotplug: shrink zones when offlining memory
David Hildenbrand
1
-2
/
+1
2020-01-03
compat: provide compat_ptr() on all architectures
Arnd Bergmann
2
-18
/
+1
2019-12-30
powerpc/spinlocks: Include correct header for static key
Jason A. Donenfeld
1
-0
/
+1
2019-12-25
Merge tag 'v5.5-rc3' into sched/core, to pick up fixes
Ingo Molnar
37
-90
/
+1263
2019-12-23
Merge 5.5-rc3 into tty-next
Greg Kroah-Hartman
13
-31
/
+59
2019-12-23
powerpc/mm: Mark get_slice_psize() & slice_addr_is_low() as notrace
Michael Ellerman
1
-2
/
+2
2019-12-22
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+2
2019-12-21
Merge tag 'powerpc-5.5-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
10
-20
/
+47
2019-12-18
tty/serial: Migrate 8250_fsl to use has_sysrq
Dmitry Safonov
1
-1
/
+3
2019-12-18
KVM: PPC: Book3S HV: Don't do ultravisor calls on systems without ultravisor
Paul Mackerras
1
-1
/
+2
2019-12-17
KVM: PPC: Book3S HV: Fix regression on big endian hosts
Marcus Comstedt
1
-2
/
+2
2019-12-16
powerpc: Fix __clear_user() with KUAP enabled
Andrew Donnellan
3
-7
/
+12
2019-12-16
powerpc/pseries/cmm: fix managed page counts when migrating pages between zones
David Hildenbrand
1
-0
/
+10
2019-12-16
powerpc/8xx: fix bogus __init on mmu_mapin_ram_chunk()
Christophe Leroy
1
-1
/
+1
2019-12-14
powerpc/irq: fix stack overflow verification
Christophe Leroy
1
-2
/
+2
2019-12-13
powerpc: Ensure that swiotlb buffer is allocated from low memory
Mike Rapoport
1
-0
/
+8
2019-12-13
powerpc/shared: Use static key to detect shared processor
Srikar Dronamraju
1
-7
/
+2
2019-12-13
powerpc/vcpu: Assume dedicated processors as non-preempt
Srikar Dronamraju
2
-1
/
+10
2019-12-13
scripts/sorttable: Rename 'sortextable' to 'sorttable'
Shile Zhang
1
-1
/
+1
2019-12-10
mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...
Ingo Molnar
1
-0
/
+4
2019-12-09
treewide: Use sizeof_field() macro
Pankaj Bharadiya
2
-10
/
+10
2019-12-08
sched/rt, powerpc: Use CONFIG_PREEMPTION
Thomas Gleixner
3
-5
/
+5
2019-12-06
Merge tag 'powerpc-5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-22
/
+29
2019-12-06
Merge tag 'powerpc-5.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
11
-38
/
+55
2019-12-05
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-0
/
+4
2019-12-05
powerpc/perf: Disable trace_imc pmu
Madhavan Srinivasan
1
-1
/
+8
2019-12-05
powerpc/powernv: Avoid re-registration of imc debugfs directory
Anju T Sudhakar
1
-23
/
+16
2019-12-04
arch: sembuf.h: make uapi asm/sembuf.h self-contained
Masahiro Yamada
1
-0
/
+2
2019-12-04
arch: msgbuf.h: make uapi asm/msgbuf.h self-contained
Masahiro Yamada
1
-0
/
+2
2019-12-05
powerpc/pmem: Convert to EXPORT_SYMBOL_GPL
Aneesh Kumar K.V
1
-2
/
+2
2019-12-05
powerpc/archrandom: fix arch_get_random_seed_int()
Ard Biesheuvel
1
-1
/
+1
2019-12-04
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
12
-0
/
+1117
2019-12-05
powerpc: Fix vDSO clock_getres()
Vincenzo Frascino
5
-5
/
+14
2019-12-05
powerpc/pmem: Fix kernel crash due to wrong range value usage in flush_dcache...
Aneesh Kumar K.V
1
-1
/
+1
2019-12-05
powerpc/xive: Skip ioremap() of ESB pages for LSI interrupts
Cédric Le Goater
1
-2
/
+10
2019-12-05
powerpc/kasan: Fix boot failure with RELOCATABLE && FSL_BOOKE
Christophe Leroy
1
-3
/
+3
2019-12-03
Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+0
2019-12-02
Merge tag 'devicetree-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+2
2019-12-01
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
3
-6
/
+1
[prev]
[next]