index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-26
powerpc/64s/interrupt: Fix clear of PACA_IRQS_HARD_DIS when returning to soft...
Nicholas Piggin
1
-2
/
+11
2022-10-18
powerpc/64s/interrupt: Perf NMI should not take normal exit path
Nicholas Piggin
2
-7
/
+21
2022-10-18
powerpc/64/interrupt: Prevent NMI PMI causing a dangerous warning
Nicholas Piggin
2
-3
/
+16
2022-10-18
KVM: PPC: BookS PR-KVM and BookE do not support context tracking
Nicholas Piggin
1
-0
/
+4
2022-10-18
powerpc: Fix reschedule bug in KUAP-unlocked user copy
Nicholas Piggin
1
-1
/
+11
2022-10-18
powerpc/64s: Fix hash__change_memory_range preemption warning
Nicholas Piggin
1
-3
/
+5
2022-10-18
powerpc/64s: Disable preemption in hash lazy mmu mode
Nicholas Piggin
1
-0
/
+6
2022-10-18
powerpc/64s: make linear_map_hash_lock a raw spinlock
Nicholas Piggin
1
-6
/
+6
2022-10-18
powerpc/64s: make HPTE lock and native_tlbie_lock irq-safe
Nicholas Piggin
1
-2
/
+25
2022-10-18
powerpc/64s: Add lockdep for HPTE lock
Nicholas Piggin
1
-7
/
+35
2022-10-18
powerpc/pseries: Use lparcfg to reconfig VAS windows for DLPAR CPU
Haren Myneni
3
-14
/
+45
2022-10-18
powerpc/pseries/vas: Add VAS IRQ primary handler
Haren Myneni
2
-7
/
+34
2022-10-17
Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-2
/
+2
2022-10-14
Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-9
/
+12
2022-10-14
Merge tag 'powerpc-6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
7
-91
/
+149
2022-10-13
powerpc/pseries: Fix CONFIG_DTL=n build
Nicholas Piggin
2
-74
/
+80
2022-10-13
powerpc/64s/interrupt: Fix lost interrupts when returning to soft-masked context
Nicholas Piggin
1
-2
/
+13
2022-10-13
mm: free device private pages have zero refcount
Alistair Popple
1
-1
/
+1
2022-10-13
mm/memory.c: fix race when faulting a device private page
Alistair Popple
1
-8
/
+11
2022-10-12
Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-6
/
+0
2022-10-12
powerpc/32: fix syscall wrappers with 64-bit arguments of unaligned register-...
Nicholas Piggin
4
-15
/
+56
2022-10-12
treewide: use get_random_bytes() when possible
Jason A. Donenfeld
1
-1
/
+1
2022-10-12
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
1
-1
/
+1
2022-10-11
powerpc: Fix 85xx build
Joel Stanley
1
-1
/
+1
2022-10-11
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
8
-24
/
+14
2022-10-10
Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
1
-0
/
+97
2022-10-10
Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linux
Linus Torvalds
1
-0
/
+4
2022-10-10
Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
3
-23
/
+11
2022-10-10
Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-16
/
+47
2022-10-10
Merge tag 'powerpc-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
290
-3686
/
+4236
2022-10-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
4
-4
/
+0
2022-10-08
Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-18
/
+0
2022-10-07
KVM: PPC: Book3S HV: Fix stack frame regs marker
Nicholas Piggin
1
-1
/
+1
2022-10-07
Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2
-4
/
+4
2022-10-06
powerpc: Don't add __powerpc_ prefix to syscall entry points
Michael Ellerman
4
-16
/
+10
2022-10-05
Merge tag 'i2c-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+1
2022-10-05
powerpc/64s/interrupt: Fix stack frame regs marker
Nicholas Piggin
1
-1
/
+0
2022-10-04
powerpc/64: Fix msr_check_and_set/clear MSR[EE] race
Nicholas Piggin
2
-2
/
+26
2022-10-04
powerpc/64s/interrupt: Change must-hard-mask interrupt check from BUG to WARN
Nicholas Piggin
1
-2
/
+6
2022-10-04
mm: memcontrol: drop dead CONFIG_MEMCG_SWAP config symbol
Johannes Weiner
2
-2
/
+0
2022-10-02
kbuild: remove head-y syntax
Masahiro Yamada
1
-12
/
+0
2022-10-02
kbuild: use obj-y instead extra-y for objects placed at the head
Masahiro Yamada
1
-10
/
+10
2022-09-30
powerpc/pseries: Add firmware details to the hardware description
Michael Ellerman
1
-0
/
+30
2022-09-30
powerpc/powernv: Add opal details to the hardware description
Michael Ellerman
1
-0
/
+22
2022-09-30
powerpc: Add device-tree model to the hardware description
Michael Ellerman
1
-0
/
+19
2022-09-30
powerpc/64: Add logical PVR to the hardware description
Michael Ellerman
1
-1
/
+3
2022-09-30
powerpc: Add PVR & CPU name to hardware description
Michael Ellerman
1
-0
/
+4
2022-09-30
powerpc: Add hardware description string
Michael Ellerman
2
-1
/
+20
2022-09-30
powerpc/configs: Enable PPC_UV in powernv_defconfig
Michael Ellerman
1
-0
/
+3
2022-09-30
powerpc/configs: Update config files for removed/renamed symbols
Lukas Bulwahn
17
-33
/
+1
[next]