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
2018-04-27
powerpc: Fix deadlock with multiple calls to smp_send_stop
Nicholas Piggin
1
-16
/
+39
2018-04-25
powerpc: Fix smp_send_stop NMI IPI handling
Nicholas Piggin
1
-5
/
+17
2018-04-24
powerpc/mce: Fix a bug where mce loops on memory UE.
Mahesh Salgaonkar
1
-5
/
+2
2018-04-19
powerpc/kvm: Fix lockups when running KVM guests on Power8
Michael Ellerman
1
-2
/
+2
2018-04-19
powerpc/eeh: Fix enabling bridge MMIO windows
Michael Neuling
1
-1
/
+2
2018-04-17
powerpc/64s: Default l1d_size to 64K in RFI fallback flush
Madhavan Srinivasan
1
-0
/
+11
2018-04-15
Merge tag 'powerpc-4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
3
-29
/
+19
2018-04-13
kernel/kexec_file.c: allow archs to set purgatory load address
Philipp Rudo
1
-4
/
+5
2018-04-13
kexec_file,x86,powerpc: factor out kexec_file_ops functions
AKASHI Takahiro
2
-37
/
+4
2018-04-13
powerpc/64s: Fix CPU_FTRS_ALWAYS vs DT CPU features
Michael Ellerman
1
-13
/
+1
2018-04-10
powerpc/fscr: Enable interrupts earlier before calling get_user()
Anshuman Khandual
1
-15
/
+17
2018-04-10
powerpc/64s: Fix section mismatch warnings from setup_rfi_flush()
Michael Ellerman
1
-1
/
+1
2018-04-07
Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
40
-521
/
+828
2018-04-06
Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-96
/
+10
2018-04-05
powerpc/64s/idle: Fix restore of AMOR on POWER9 after deep sleep
Nicholas Piggin
1
-0
/
+2
2018-04-05
powerpc/64s: Fix pkey support in dt_cpu_ftrs, add CPU_FTR_PKEY bit
Nicholas Piggin
1
-0
/
+7
2018-04-05
powerpc/64s: Fix dt_cpu_ftrs to have restore_cpu clear unwanted LPCR bits
Nicholas Piggin
1
-3
/
+9
2018-04-05
Revert "powerpc/64s/idle: POWER9 ESL=0 stop avoid save/restore overhead"
Michael Ellerman
1
-16
/
+29
2018-04-05
powerpc: iomap.c: introduce io{read|write}64_{lo_hi|hi_lo}
Logan Gunthorpe
1
-0
/
+40
2018-04-04
powerpc/mm/radix: Update command line parsing for disable_radix
Aneesh Kumar K.V
2
-4
/
+14
2018-04-04
powerpc/64s/idle: POWER9 ESL=0 stop avoid save/restore overhead
Nicholas Piggin
1
-29
/
+16
2018-04-04
powerpc/64s/idle: Consolidate power9_offline_stop()/power9_idle_stop()
Michael Ellerman
1
-12
/
+11
2018-04-03
Merge tag 'kbuild-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-1
/
+1
2018-04-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next
Linus Torvalds
1
-1
/
+1
2018-04-03
powerpc: hard disable irqs in smp_send_stop loop
Nicholas Piggin
1
-2
/
+3
2018-04-03
powerpc: use NMI IPI for smp_send_stop
Nicholas Piggin
1
-0
/
+8
2018-04-03
powerpc/powernv: Fix SMT4 forcing idle code
Nicholas Piggin
1
-4
/
+5
2018-04-03
powerpc: Move default security feature flags
Mauricio Faria de Oliveira
1
-6
/
+1
2018-04-03
powerpc: Don't write to DABR on >= Power8 if DAWR is disabled
Nicholas Piggin
1
-2
/
+8
2018-04-03
powerpc: Fix oops due to bad access of lppaca on bare metal
Aneesh Kumar K.V
1
-0
/
+3
2018-04-02
Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-12
/
+12
2018-04-02
mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead()
Dominik Brodowski
1
-1
/
+1
2018-04-02
mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()
Dominik Brodowski
1
-1
/
+1
2018-04-02
mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()
Dominik Brodowski
2
-4
/
+4
2018-04-02
fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate()
Dominik Brodowski
1
-1
/
+1
2018-04-02
fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscalls
Dominik Brodowski
1
-2
/
+2
2018-04-02
fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate()
Dominik Brodowski
1
-1
/
+1
2018-04-02
fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscall
Dominik Brodowski
1
-1
/
+1
2018-04-02
fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()
Dominik Brodowski
1
-1
/
+1
2018-04-01
powerpc: Clear branch trap (MSR.BE) before delivering SIGTRAP
Matt Evans
1
-1
/
+3
2018-04-01
powerpc/64s: Remove POWER4 support
Nicholas Piggin
2
-42
/
+4
2018-04-01
powerpc/64s: Fix POWER9 DD2.2 and above in DT CPU features
Nicholas Piggin
1
-3
/
+8
2018-04-01
powerpc/64s: Set assembler machine type to POWER4
Nicholas Piggin
2
-9
/
+3
2018-04-01
powerpc/64s/idle: avoid sync for KVM state when waking from idle
Nicholas Piggin
1
-0
/
+3
2018-04-01
powerpc/64s/idle: POWER9 implement a separate idle stop function for hotplug
Nicholas Piggin
1
-6
/
+18
2018-04-01
powerpc/64s: sreset panic if there is no debugger or crash dump handlers
Nicholas Piggin
1
-2
/
+13
2018-04-01
powerpc/64s: return more carefully from sreset NMI
Nicholas Piggin
1
-3
/
+58
2018-04-01
powerpc/eeh: Fix race with driver un/bind
Michael Neuling
1
-26
/
+42
2018-04-01
powerpc/kexec_file: Fix error code when trying to load kdump kernel
Thiago Jung Bauermann
1
-1
/
+1
2018-04-01
powerpc/64e: Fix oops due to deferral of paca allocation
Michael Ellerman
1
-3
/
+4
[next]