index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-29
powerpc/mm: Recompute hash value after a failed update
Aneesh Kumar K.V
1
-1
/
+2
2015-09-29
powerpc/boot: Specify ABI v2 when building an LE boot wrapper
Benjamin Herrenschmidt
1
-0
/
+3
2015-09-29
powerpc: Uncomment and make enable_kernel_vsx() routine available
Leonidas Da Silva Barbosa
2
-3
/
+1
2015-09-29
powerpc/rtas: Introduce rtas_get_sensor_fast() for IRQ handlers
Thomas Huth
3
-1
/
+20
2015-09-29
powerpc/mm: Fix pte_pagesize_index() crash on 4K w/64K hash
Michael Ellerman
1
-1
/
+13
2015-09-29
powerpc/eeh: Fix fenced PHB caused by eeh_slot_error_detail()
Gavin Shan
1
-3
/
+18
2015-09-29
powerpc/eeh: Probe after unbalanced kref check
Daniel Axtens
1
-3
/
+3
2015-09-29
powerpc/pseries: Fix corrupted pdn list
Gavin Shan
1
-0
/
+5
2015-09-21
KVM: PPC: Book3S HV: Fix race in reading change bit when removing HPTE
Paul Mackerras
1
-6
/
+12
2015-09-21
KVM: PPC: Book3S HV: Exit on H_DOORBELL if HOST_IPI is set
Gautham R. Shenoy
1
-0
/
+1
2015-08-16
signal: fix information leak in copy_siginfo_from_user32
Amanieu d'Antras
1
-2
/
+0
2015-08-10
powerpc/powernv: Fix race in updating core_idle_state
Shreyas B. Prabhu
1
-10
/
+21
2015-07-10
powerpc/perf: Fix book3s kernel to userspace backtraces
Anton Blanchard
1
-1
/
+10
2015-05-21
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-2
/
+3
2015-05-14
powerpc: Align TOC to 256 bytes
Anton Blanchard
1
-0
/
+1
2015-05-12
powerpc/mce: fix off by one errors in mce event handling
Daniel Axtens
1
-2
/
+2
2015-05-12
powerpc/mm: Return NULL for not present hugetlb page
Aneesh Kumar K.V
1
-9
/
+16
2015-05-12
powerpc/thp: Serialize pmd clear against a linux page table walk.
Aneesh Kumar K.V
1
-0
/
+11
2015-05-10
KVM: PPC: Book3S HV: Fix list traversal in error case
Paul Mackerras
1
-2
/
+3
2015-05-01
powerpc/powernv: Restore non-volatile CRs after nap
Sam Bobroff
1
-0
/
+2
2015-05-01
powerpc/eeh: Delay probing EEH device during hotplug
Gavin Shan
1
-0
/
+6
2015-05-01
powerpc/eeh: Fix race condition in pcibios_set_pcie_reset_state()
Gavin Shan
1
-1
/
+4
2015-05-01
powerpc/pseries: Correct cpu affinity for dlpar added cpus
Nathan Fontenot
1
-6
/
+4
2015-04-30
Revert "powerpc/tm: Abort syscalls in active transactions"
Michael Ellerman
2
-20
/
+1
2015-04-29
powerpc/powernv: Fix early pci_controller_ops loading.
Daniel Axtens
1
-1
/
+1
2015-04-29
powerpc/kvm: Fix SMP=n build error in book3s_xics.c
Michael Ellerman
1
-1
/
+1
2015-04-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-11
/
+11
2015-04-26
Merge tag 'powerpc-4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...
Linus Torvalds
11
-117
/
+137
2015-04-26
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
21
-364
/
+1560
2015-04-23
powerpc/mm: Fix build error with CONFIG_PPC_TRANSACTIONAL_MEM disabled
Aneesh Kumar K.V
1
-0
/
+1
2015-04-21
KVM: PPC: Book3S HV: Use msgsnd for signalling threads on POWER8
Paul Mackerras
4
-22
/
+70
2015-04-21
KVM: PPC: Book3S HV: Translate kvmhv_commence_exit to C
Paul Mackerras
4
-68
/
+75
2015-04-21
KVM: PPC: Book3S HV: Streamline guest entry and exit
Paul Mackerras
1
-86
/
+126
2015-04-21
KVM: PPC: Book3S HV: Use bitmap of active threads rather than count
Paul Mackerras
5
-49
/
+44
2015-04-21
KVM: PPC: Book3S HV: Use decrementer to wake napping threads
Paul Mackerras
1
-2
/
+41
2015-04-21
KVM: PPC: Book3S HV: Don't wake thread with no vcpu on guest IPI
Paul Mackerras
1
-3
/
+7
2015-04-21
KVM: PPC: Book3S HV: Get rid of vcore nap_count and n_woken
Paul Mackerras
4
-35
/
+34
2015-04-21
KVM: PPC: Book3S HV: Move vcore preemption point up into kvmppc_run_vcpu
Paul Mackerras
2
-42
/
+55
2015-04-21
KVM: PPC: Book3S HV: Minor cleanups
Paul Mackerras
3
-28
/
+19
2015-04-21
KVM: PPC: Book3S HV: Simplify handling of VCPUs that need a VPA update
Paul Mackerras
2
-29
/
+32
2015-04-21
KVM: PPC: Book3S HV: Accumulate timing information for real-mode code
Paul Mackerras
7
-2
/
+346
2015-04-21
KVM: PPC: Book3S HV: Create debugfs file for each guest's HPT
Paul Mackerras
4
-0
/
+152
2015-04-21
KVM: PPC: Book3S HV: Add ICP real mode counters
Suresh Warrier
3
-2
/
+20
2015-04-21
KVM: PPC: Book3S HV: Move virtual mode ICP functions to real-mode
Suresh Warrier
1
-14
/
+211
2015-04-21
KVM: PPC: Book3S HV: Convert ICS mutex lock to spin lock
Suresh Warrier
2
-22
/
+48
2015-04-21
KVM: PPC: Book3S HV: Add guest->host real mode completion counters
Suresh E. Warrier
2
-4
/
+33
2015-04-21
KVM: PPC: Book3S HV: Add helpers for lock/unlock hpte
Aneesh Kumar K.V
3
-31
/
+33
2015-04-21
KVM: PPC: Book3S HV: Remove RMA-related variables from code
Aneesh Kumar K.V
3
-21
/
+20
2015-04-21
KVM: PPC: Book3S HV: Add fast real-mode H_RANDOM implementation.
Michael Ellerman
6
-2
/
+173
2015-04-21
kvmppc: Implement H_LOGICAL_CI_{LOAD,STORE} in KVM
David Gibson
4
-0
/
+119
[next]