index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-30
powerpc/uaccess: Implement unsafe_put_user() using 'asm goto'
Christophe Leroy
1
-9
/
+52
2020-04-30
powerpc/uaccess: Evaluate macro arguments once, before user access is allowed
Nicholas Piggin
1
-14
/
+35
2020-04-30
powerpc/64: Have MPROFILE_KERNEL depend on FUNCTION_TRACER
Naveen N. Rao
1
-1
/
+1
2020-04-30
powerpc/sysfs: Show idle_purr and idle_spurr for every CPU
Gautham R. Shenoy
2
-3
/
+111
2020-04-30
powerpc/pseries: Account for SPURR ticks on idle CPUs
Gautham R. Shenoy
2
-0
/
+19
2020-04-30
powerpc/idle: Store PURR snapshot in a per-cpu global variable
Gautham R. Shenoy
2
-13
/
+25
2020-04-30
powerpc: Move idle_loop_prolog()/epilog() functions to header file
Gautham R. Shenoy
2
-2
/
+36
2020-04-26
Merge tag 'powerpc-5.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
4
-2
/
+7
2020-04-24
Merge tag 'kbuild-fixes-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
2
-18
/
+20
2020-04-23
arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>
Masahiro Yamada
2
-18
/
+20
2020-04-22
Merge tag 'perf-core-for-mingo-5.8-20200420' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
Ingo Molnar
1
-2
/
+2
2020-04-22
powerpc/mm: Fix CONFIG_PPC_KUAP_DEBUG on PPC32
Christophe Leroy
2
-2
/
+2
2020-04-22
powerpc/8xx: Fix STRICT_KERNEL_RWX startup test failure
Christophe Leroy
1
-0
/
+3
2020-04-22
powerpc/vas: Include linux/types.h in uapi/asm/vas-api.h
Stephen Rothwell
1
-0
/
+2
2020-04-21
Merge tag 'kvm-ppc-fixes-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into kvm-master
Paolo Bonzini
2
-8
/
+10
2020-04-21
KVM: Remove redundant argument to kvm_arch_vcpu_ioctl_run
Tianjia Zhang
1
-1
/
+2
2020-04-21
kvm_host: unify VM_STAT and VCPU_STAT definitions in a single place
Emanuele Giuseppe Esposito
2
-54
/
+48
2020-04-21
powerpc/setup_64: Set cache-line-size based on cache-block-size
Chris Packham
1
-0
/
+2
2020-04-21
KVM: PPC: Book3S HV: Handle non-present PTEs in page fault functions
Paul Mackerras
2
-8
/
+10
2020-04-20
docs: fix broken references to text files
Mauro Carvalho Chehab
1
-1
/
+1
2020-04-20
crypto/nx: Remove 'pid' in vas_tx_win_attr struct
Haren Myneni
1
-1
/
+0
2020-04-20
powerpc/vas: Add VAS user space API
Haren Myneni
5
-4
/
+296
2020-04-20
powerpc/vas: Define VAS_TX_WIN_OPEN ioctl API
Haren Myneni
1
-0
/
+22
2020-04-20
powerpc/vas: Initialize window attributes for GZIP coprocessor type
Haren Myneni
1
-5
/
+12
2020-04-20
powerpc: Use mm_context vas_windows counter to issue CP_ABORT
Haren Myneni
6
-34
/
+48
2020-04-20
powerpc/vas: Free send window in VAS instance after credits returned
Haren Myneni
1
-2
/
+2
2020-04-20
powerpc/vas: Display process stuck message
Haren Myneni
1
-1
/
+29
2020-04-20
powerpc/vas: Do not use default credits for receive window
Haren Myneni
2
-4
/
+2
2020-04-20
powerpc/vas: Print CRB and FIFO values
Haren Myneni
1
-0
/
+41
2020-04-20
powerpc/vas: Return credits after handling fault
Haren Myneni
3
-0
/
+46
2020-04-20
powerpc/vas: Update CSB and notify process for fault CRBs
Haren Myneni
1
-1
/
+125
2020-04-20
powerpc/vas: Setup thread IRQ handler per VAS instance
Haren Myneni
4
-1
/
+220
2020-04-20
powerpc/vas: Take reference to PID and mm for user space windows
Haren Myneni
3
-6
/
+55
2020-04-20
powerpc/vas: Register NX with fault window ID and IRQ port value
Haren Myneni
2
-2
/
+28
2020-04-20
powerpc/vas: Setup fault window per VAS instance
Haren Myneni
5
-3
/
+121
2020-04-20
powerpc/vas: Alloc and setup IRQ and trigger port address
Haren Myneni
2
-6
/
+40
2020-04-20
powerpc/vas: Define nx_fault_stamp in coprocessor_request_block
Haren Myneni
1
-2
/
+18
2020-04-20
powerpc/xive: Define xive_native_alloc_irq_on_chip()
Haren Myneni
2
-4
/
+11
2020-04-16
powerpc/perf: open access for CAP_PERFMON privileged process
Alexey Budankov
1
-2
/
+2
2020-04-10
mm/memory_hotplug: add pgprot_t to mhp_params
Logan Gunthorpe
1
-1
/
+2
2020-04-10
powerpc/mm: thread pgprot_t through create_section_mapping()
Logan Gunthorpe
7
-17
/
+27
2020-04-10
mm/memory_hotplug: rename mhp_restrictions to mhp_params
Logan Gunthorpe
1
-2
/
+2
2020-04-10
mm/vma: introduce VM_ACCESS_FLAGS
Anshuman Khandual
1
-1
/
+1
2020-04-10
mm/vma: define a default value for VM_DATA_DEFAULT_FLAGS
Anshuman Khandual
2
-12
/
+4
2020-04-09
Merge tag 'powerpc-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
25
-599
/
+757
2020-04-08
Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
Linus Torvalds
3
-22
/
+27
2020-04-08
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-2
/
+0
2020-04-07
asm-generic: fix unistd_32.h generation format
Michal Simek
1
-2
/
+1
2020-04-07
powernv/memtrace: always online added memory blocks
David Hildenbrand
1
-10
/
+4
2020-04-07
mm/vma: replace all remaining open encodings with is_vm_hugetlb_page()
Anshuman Khandual
1
-1
/
+1
[prev]
[next]