index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-13
powerpc/lib: Implement PMEM API
Oliver O'Halloran
3
-1
/
+36
2017-11-13
powerpc/powernv/npu: Don't explicitly flush nmmu tlb
Alistair Popple
2
-5
/
+26
2017-11-13
powerpc/powernv/npu: Use flush_all_mm() instead of flush_tlb_mm()
Alistair Popple
1
-1
/
+1
2017-11-12
powerpc/kprobes: refactor kprobe_lookup_name for safer string operations
Naveen N. Rao
1
-27
/
+20
2017-11-12
powerpc/kprobes: Blacklist emulate_update_regs() from kprobes
Naveen N. Rao
1
-0
/
+1
2017-11-12
powerpc/kprobes: Do not disable interrupts for optprobes and kprobes_on_ftrace
Naveen N. Rao
2
-18
/
+2
2017-11-12
powerpc/kprobes: Disable preemption before invoking probe handler for optprobes
Naveen N. Rao
1
-2
/
+3
2017-11-12
powerpc/64s: ppc_save_regs is now needed for all 64s builds
Stephen Rothwell
1
-1
/
+1
2017-11-12
powerpc/mm/radix: Fix crashes on Power9 DD1 with radix MMU and STRICT_RWX
Balbir Singh
1
-0
/
+10
2017-11-12
powerpc/vas: Add support for user receive window
Sukadev Bhattiprolu
1
-7
/
+49
2017-11-12
powerpc/vas: Define vas_win_id()
Sukadev Bhattiprolu
3
-0
/
+42
2017-11-12
powerpc/vas: Define vas_win_paste_addr()
Sukadev Bhattiprolu
2
-0
/
+17
2017-11-12
powerpc: Define set_thread_uses_vas()
Sukadev Bhattiprolu
3
-10
/
+35
2017-11-12
powerpc: Add support for setting SPRN_TIDR
Sukadev Bhattiprolu
3
-0
/
+120
2017-11-12
powerpc/vas: Export HVWC to debugfs
Sukadev Bhattiprolu
5
-9
/
+257
2017-11-12
powerpc/vas, nx-842: Define and use chip_to_vas_id()
Sukadev Bhattiprolu
2
-0
/
+20
2017-11-12
powerpc/vas: Create cpu to vas id mapping
Sukadev Bhattiprolu
1
-1
/
+13
2017-11-12
powerpc/vas: poll for return of window credits
Sukadev Bhattiprolu
1
-0
/
+45
2017-11-12
powerpc/vas: Save configured window credits
Sukadev Bhattiprolu
2
-2
/
+5
2017-11-12
powerpc/vas: Reduce polling interval for busy state
Sukadev Bhattiprolu
1
-4
/
+6
2017-11-12
powerpc/vas: Use helper to unpin/close window
Sukadev Bhattiprolu
1
-7
/
+15
2017-11-12
powerpc/vas: Drop poll_window_cast_out().
Sukadev Bhattiprolu
1
-17
/
+17
2017-11-12
powerpc/vas: Cleanup some debug code
Sukadev Bhattiprolu
2
-45
/
+17
2017-11-12
powerpc/vas: Validate window credits
Sukadev Bhattiprolu
2
-2
/
+8
2017-11-12
powerpc/vas: init missing fields from [rt]xattr
Sukadev Bhattiprolu
1
-0
/
+6
2017-11-10
powerpc/64: Set DSCR default initially from SPR
Nicholas Piggin
3
-0
/
+26
2017-11-10
powerpc/powernv: Avoid waiting for secondary hold spinloop with OPAL
Nicholas Piggin
2
-6
/
+20
2017-11-10
powerpc/64s/radix: Improve TLB flushing for page table freeing
Nicholas Piggin
1
-29
/
+61
2017-11-10
powerpc/64s/radix: Introduce local single page ceiling for TLB range flush
Nicholas Piggin
1
-4
/
+19
2017-11-10
powerpc/64s/radix: Optimize flush_tlb_range
Nicholas Piggin
1
-35
/
+103
2017-11-10
powerpc/64s/radix: Implement _tlbie(l)_va_range flush functions
Nicholas Piggin
1
-30
/
+39
2017-11-10
powerpc/64s/radix: Optimize TLB range flush barriers
Nicholas Piggin
1
-9
/
+32
2017-11-10
Merge branch 'fixes' into next
Michael Ellerman
14
-58
/
+114
2017-11-09
Merge branch 'dt/kbuild' into dt/next
Rob Herring
2
-2
/
+1
2017-11-09
KVM: PPC: Book3S HV: Cosmetic post-merge cleanups
Paul Mackerras
1
-16
/
+25
2017-11-09
Merge branch 'kvm-ppc-fixes' into kvm-ppc-next
Paul Mackerras
5
-34
/
+63
2017-11-08
kbuild: clean up *.dtb and *.dtb.S patterns from top-level Makefile
Masahiro Yamada
1
-1
/
+1
2017-11-08
.gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignore
Masahiro Yamada
1
-1
/
+0
2017-11-08
Merge tag 'kvm-ppc-fixes-4.14-2' of git://git.kernel.org/pub/scm/linux/kernel...
Radim Krčmář
2
-10
/
+29
2017-11-08
powerpc/xmon: Support dumping software pagetables
Balbir Singh
1
-0
/
+116
2017-11-08
KVM: PPC: Book3S HV: Fix exclusion between HPT resizing and other HPT updates
Paul Mackerras
2
-10
/
+29
2017-11-07
PCI: Remove redundant pci_dev, pci_bus, resource declarations
Bjorn Helgaas
1
-2
/
+0
2017-11-07
resource: Provide resource struct in resource walk callback
Tom Lendacky
1
-3
/
+9
2017-11-07
powerpc/mm/hash: Remove stale comment.
Michal Suchanek
1
-4
/
+0
2017-11-07
powerpc/powernv/ioda: Remove explicit max window size check
Alexey Kardashevskiy
1
-1
/
+1
2017-11-07
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
426
-27
/
+469
2017-11-07
powerpc/powernv/cpufreq: Fix the frequency read by /proc/cpuinfo
Shriya
1
-1
/
+1
2017-11-06
powerpc/64s/idle: avoid POWER9 DD1 and DD2.0 PMU workaround on DD2.1
Nicholas Piggin
1
-12
/
+19
2017-11-06
powerpc/64s/idle: avoid POWER9 DD1 and DD2.0 ERAT workaround on DD2.1
Nicholas Piggin
1
-0
/
+2
2017-11-06
powerpc: add POWER9_DD20 feature
Nicholas Piggin
3
-1
/
+26
[prev]
[next]