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
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-14
Merge tag 'powerpc-4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
4
-18
/
+79
2017-07-12
powerpc: don't fortify prom_init
Daniel Axtens
1
-0
/
+3
2017-07-12
powerpc/64s: implement arch-specific hardlockup watchdog
Nicholas Piggin
6
-22
/
+441
2017-07-12
kernel/watchdog: split up config options
Nicholas Piggin
1
-1
/
+1
2017-07-12
powerpc/fadump: use the correct VMCOREINFO_NOTE_SIZE for phdr
Xunlei Pang
1
-2
/
+1
2017-07-11
powerpc/powernv: Fix local TLB flush for boot and MCE on POWER9
Nicholas Piggin
3
-18
/
+67
2017-07-10
powerpc/kexec: Fix radix to hash kexec due to IAMR/AMOR
Balbir Singh
1
-0
/
+12
2017-07-09
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2017-07-08
kprobes: Rename [arch_]function_offset_within_entry() to [arch_]kprobe_on_fun...
Naveen N. Rao
1
-1
/
+1
2017-07-07
Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
19
-403
/
+823
2017-07-06
Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
3
-27
/
+24
2017-07-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-0
/
+4
2017-07-05
Merge tag 'pstore-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-9
/
+5
2017-07-03
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2017-07-03
powerpc/vmlinux.lds: Align __init_begin to 16M
Balbir Singh
1
-2
/
+8
2017-07-03
powerpc/kprobes/optprobes: Use patch_instruction()
Balbir Singh
1
-21
/
+32
2017-07-03
powerpc/kprobes: Move kprobes over to patch_instruction()
Balbir Singh
1
-6
/
+2
2017-07-03
powerpc/64s: Blacklist rtas entry/exit from kprobes
Naveen N. Rao
1
-0
/
+4
2017-07-03
powerpc/64s: Blacklist functions invoked on a trap
Naveen N. Rao
3
-13
/
+27
2017-07-03
powerpc/64s: Un-blacklist system_call() from kprobes
Naveen N. Rao
1
-1
/
+13
2017-07-03
powerpc/64s: Move system_call() symbol to just after setting MSR_EE
Naveen N. Rao
1
-3
/
+4
2017-07-03
powerpc/64s: Blacklist system_call() and system_call_common() from kprobes
Naveen N. Rao
1
-12
/
+14
2017-07-03
powerpc/64s: Convert .L__replay_interrupt_return to a local label
Naveen N. Rao
1
-2
/
+2
2017-07-03
Merge branch 'fixes' into next
Michael Ellerman
7
-33
/
+152
2017-07-02
powerpc: use spin loop primitives in some functions
Nicholas Piggin
2
-5
/
+7
2017-06-28
powerpc: merge __dma_set_mask into dma_set_mask
Christoph Hellwig
1
-9
/
+4
2017-06-28
dma-mapping: remove the set_dma_mask method
Christoph Hellwig
1
-4
/
+0
2017-06-28
powerpc: implement ->mapping_error
Christoph Hellwig
2
-14
/
+20
2017-06-28
powerpc/powernv/idle: Clear r12 on wakeup from stop lite
Akshay Adiga
1
-0
/
+13
2017-06-28
powerpc/smp: Convert NR_CPUS to nr_cpu_ids
Santosh Sivaraj
1
-1
/
+1
2017-06-28
powerpc/smp: Do not BUG_ON if invalid CPU during kick
Santosh Sivaraj
1
-1
/
+2
2017-06-28
powerpc/fadump: add reschedule point while releasing memory
Hari Bathini
1
-11
/
+54
2017-06-28
powerpc/fadump: provide a helpful error message
Hari Bathini
1
-0
/
+36
2017-06-28
powerpc/fadump: avoid holes in boot memory area when fadump is registered
Hari Bathini
1
-0
/
+12
2017-06-28
powerpc/fadump: avoid duplicates in crash memory ranges
Hari Bathini
1
-2
/
+13
2017-06-27
powerpc/nvram: use memdup_user
Geliang Tang
1
-9
/
+5
2017-06-27
powerpc/64s: Invalidate ERAT on powersave wakeup for POWER9
Benjamin Herrenschmidt
2
-3
/
+12
2017-06-27
powerpc/tm: Fix comment
Michael Neuling
1
-2
/
+2
2017-06-27
powerpc: Fix asm offsets to point to actual FP and VMX regs
Michael Neuling
1
-4
/
+4
2017-06-27
powerpc: Fix /proc/cpuinfo revision for POWER9 DD2
Michael Neuling
1
-0
/
+4
2017-06-24
Merge branch 'linus' into sched/core, to pick up fixes
Ingo Molnar
4
-20
/
+98
2017-06-23
powerpc: Only obtain cpu_hotplug_lock if called by rtasd
Thiago Jung Bauermann
1
-1
/
+1
2017-06-23
powerpc/64: Initialise thread_info for emergency stacks
Nicholas Piggin
1
-3
/
+28
2017-06-22
powerpc: Convert VDSO update function to use new update_vsyscall interface
Paul Mackerras
1
-16
/
+52
2017-06-21
powerpc/time: Fix tracing in time.c
Santosh Sivaraj
2
-5
/
+3
2017-06-21
powerpc/64s: Rename slb_allocate_realmode() to slb_allocate()
Michael Ellerman
1
-1
/
+1
2017-06-21
powerpc/64s: Rename slb_miss_realmode() to slb_miss_common()
Michael Ellerman
1
-6
/
+9
2017-06-21
powerpc/64s: Use BRANCH_TO_COMMON() for slb_miss_realmode
Michael Ellerman
1
-38
/
+4
2017-06-21
powerpc/book3s: EXPORT_SYMBOL_GPL machine_check_print_event_info
Mahesh Salgaonkar
1
-0
/
+1
2017-06-21
KVM: PPC: Book3S HV: Add new capability to control MCE behaviour
Aravinda Prasad
1
-0
/
+1
[next]