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
/
platforms
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-14
powerpc/iommu: Add iommu_ops to report capabilities and allow blocking domains
Alexey Kardashevskiy
4
-0
/
+65
2023-03-14
powerpc/iommu: Add "borrowing" iommu_table_group_ops
Alexey Kardashevskiy
2
-1
/
+12
2023-02-25
Merge tag 'powerpc-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
32
-357
/
+1072
2023-02-24
Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-4
/
+9
2023-02-24
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-11
/
+10
2023-02-22
powerpc/pseries: Avoid hcall in plpks_is_available() on non-pseries
Russell Currey
1
-0
/
+4
2023-02-16
powerpc/pseries: Fix endianness issue when parsing PLPKS secvar flags
Andrew Donnellan
1
-1
/
+2
2023-02-15
powerpc/64: Replace -mcpu=e500mc64 by -mcpu=e5500
Christophe Leroy
1
-1
/
+1
2023-02-13
powerpc/rtas: arch-wide function token lookup conversions
Nathan Lynch
20
-48
/
+48
2023-02-13
powerpc/pseries/lpar: convert to papr_sysparm API
Nathan Lynch
1
-28
/
+9
2023-02-13
powerpc/pseries/lparcfg: convert to papr_sysparm API
Nathan Lynch
1
-80
/
+24
2023-02-13
powerpc/pseries: convert CMO probe to papr_sysparm API
Nathan Lynch
1
-17
/
+6
2023-02-13
powerpc/pseries: PAPR system parameter API
Nathan Lynch
2
-1
/
+152
2023-02-13
powerpc/pseries/dlpar: use RTAS work area API
Nathan Lynch
1
-18
/
+9
2023-02-13
powerpc/pseries: add RTAS work area allocator
Nathan Lynch
2
-1
/
+210
2023-02-13
powerpc/pseries: drop RTAS-based timebase synchronization
Nathan Lynch
1
-6
/
+0
2023-02-13
powerpc/pseries/setup: add missing RTAS retry status handling
Nathan Lynch
1
-8
/
+12
2023-02-13
powerpc/pseries/lparcfg: add missing RTAS retry status handling
Nathan Lynch
1
-10
/
+10
2023-02-13
powerpc/pseries/lpar: add missing RTAS retry status handling
Nathan Lynch
1
-10
/
+10
2023-02-13
powerpc/pseries: Implement secvars for dynamic secure boot
Russell Currey
3
-2
/
+219
2023-02-12
powerpc/pseries: Pass PLPKS password on kexec
Russell Currey
1
-0
/
+61
2023-02-12
powerpc/pseries: Add helper to get PLPKS password length
Russell Currey
1
-0
/
+5
2023-02-12
powerpc/pseries: Clarify warning when PLPKS password already set
Andrew Donnellan
1
-1
/
+1
2023-02-12
powerpc/pseries: Turn PSERIES_PLPKS into a hidden option
Andrew Donnellan
1
-10
/
+9
2023-02-12
powerpc/pseries: Make caller pass buffer to plpks_read_var()
Andrew Donnellan
1
-7
/
+4
2023-02-12
powerpc/pseries: Log hcall return codes for PLPKS debug
Russell Currey
1
-0
/
+2
2023-02-12
powerpc/pseries: Implement signed update for PLPKS objects
Nayna Jain
1
-5
/
+69
2023-02-12
powerpc/pseries: Expose PLPKS config values, support additional fields
Nayna Jain
1
-12
/
+137
2023-02-12
powerpc/pseries: Move PLPKS constants to header file
Russell Currey
1
-35
/
+22
2023-02-12
powerpc/pseries: Move plpks.h to include directory
Russell Currey
2
-73
/
+1
2023-02-12
powerpc/secvar: Handle max object size in the consumer
Russell Currey
1
-0
/
+22
2023-02-12
powerpc/secvar: Handle format string in the consumer
Russell Currey
1
-0
/
+25
2023-02-12
powerpc/secvar: Warn and error if multiple secvar ops are set
Russell Currey
1
-3
/
+1
2023-02-12
powerpc/secvar: Use u64 in secvar_operations
Michael Ellerman
1
-6
/
+3
2023-02-12
powerpc/pseries: Fix alignment of PLPKS structures and buffers
Andrew Donnellan
1
-3
/
+7
2023-02-12
powerpc/pseries: Fix handling of PLPKS object flushing timeout
Andrew Donnellan
1
-3
/
+8
2023-02-12
powerpc/ps3: Change updateboltedpp() panic to info
Geoff Levand
1
-1
/
+1
2023-02-10
powerpc/powernv/ioda: Skip unallocated resources when mapping to PE
Frederic Barrat
1
-1
/
+2
2023-02-10
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
2
-8
/
+8
2023-02-08
powerpc: Disable CPU unknown by CLANG when CC_IS_CLANG
Christophe Leroy
1
-0
/
+8
2023-01-30
driver core: fixup for "driver core: make struct bus_type.uevent() take a con...
Stephen Rothwell
2
-2
/
+2
2023-01-30
powerpc: Check !irq instead of irq == NO_IRQ and remove NO_IRQ
Christophe Leroy
1
-1
/
+1
2023-01-30
powerpc/64: Set default CPU in Kconfig
Christophe Leroy
1
-5
/
+7
2023-01-27
driver core: make struct bus_type.uevent() take a const *
Greg Kroah-Hartman
1
-2
/
+2
2023-01-27
of: device: make of_device_uevent_modalias() take a const device *
Greg Kroah-Hartman
1
-1
/
+6
2023-01-19
fs: port inode_init_owner() to mnt_idmap
Christian Brauner
1
-2
/
+2
2023-01-19
fs: port ->setattr() to pass mnt_idmap
Christian Brauner
1
-2
/
+2
2023-01-19
mm: remove zap_page_range and create zap_vma_pages
Mike Kravetz
2
-3
/
+2
2022-12-19
Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
16
-177
/
+240
2022-12-17
Merge tag 'msi-fixes-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-0
/
+3
[next]