| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | powerpc/powernv: Add a null pointer check in opal_event_init() | Kunwu Chan | 2023-12-13 | 1 | -0/+2 |
| * | | powerpc/powernv: Add a null pointer check to scom_debug_init_one() | Kunwu Chan | 2023-12-13 | 1 | -0/+5 |
| * | | powerpc/pseries/papr-sysparm: Expose character device to user space | Nathan Lynch | 2023-12-13 | 1 | -2/+156 |
| * | | powerpc/pseries/papr-sysparm: Validate buffer object lengths | Nathan Lynch | 2023-12-13 | 1 | -0/+47 |
| * | | powerpc/pseries: Add papr-vpd character driver for VPD retrieval | Nathan Lynch | 2023-12-13 | 2 | -0/+542 |
| * | | powerpc/pseries/memhp: Log more error conditions in add path | Nathan Lynch | 2023-12-01 | 1 | -1/+6 |
| * | | powerpc/pseries/memhp: Fix access beyond end of drmem array | Nathan Lynch | 2023-12-01 | 1 | -4/+5 |
| * | | powerpc/44x: select I2C for CURRITUCK | Randy Dunlap | 2023-12-01 | 1 | -0/+1 |
| * | | powerpc/85xx: Fix typo in code comment | Dario Binacchi | 2023-12-01 | 1 | -1/+1 |
| * | | powerpc: Add PVN support for HeXin C2000 processor | Zhao Ke | 2023-12-01 | 1 | -1/+2 |
| * | | powerpc/44x: Make ppc44x_idle_init() static | Michael Ellerman | 2023-11-30 | 1 | -1/+1 |
| * | | powerpc/512x: Fix missing prototype warnings | Michael Ellerman | 2023-11-30 | 1 | -0/+2 |
| * | | powerpc/512x: Make pdm360ng_init() static | Michael Ellerman | 2023-11-30 | 1 | -1/+1 |
| * | | powerpc/rtas_pci: rename and properly expose config access APIs | Nathan Lynch | 2023-11-28 | 1 | -9/+9 |
| * | | powerpc/rtas: Move post_mobility_fixup() declaration to pseries | Nathan Lynch | 2023-11-21 | 2 | -0/+2 |
| * | | powerpc/powermac: mark smp_psurge_{give,take}_timebase static | Arnd Bergmann | 2023-11-21 | 1 | -2/+2 |
| * | | powerpc/pasemi: mark pas_shutdown() static | Arnd Bergmann | 2023-11-21 | 1 | -1/+1 |
| * | | powerpc/ps3: move udbg_shutdown_ps3gelic prototype | Arnd Bergmann | 2023-11-21 | 3 | -13/+2 |
| |/ |
|
* / | powerpc/pseries/vas: Migration suspend waits for no in-progress open windows | Haren Myneni | 2023-12-13 | 2 | -7/+46 |
|/ |
|
* | powerpc/pseries/rtas-work-area: Fix rtas_work_area_reserve_arena() kernel-doc | Nathan Lynch | 2023-11-07 | 1 | -0/+1 |
* | Merge tag 'powerpc-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2023-11-03 | 14 | -37/+47 |
|\ |
|
| * | powerpc/pseries: use kfree_sensitive() in plpks_gen_password() | Minjie Du | 2023-10-20 | 1 | -2/+2 |
| * | powerpc/pseries: fix potential memory leak in init_cpu_associativity() | Wang Yufen | 2023-10-20 | 1 | -1/+3 |
| * | powerpc/vas: Limit open window failure messages in log bufffer | Haren Myneni | 2023-10-20 | 2 | -20/+18 |
| * | powerpc/pseries/iommu: enable_ddw incorrectly returns direct mapping for SR-I... | Gaurav Batra | 2023-10-19 | 1 | -4/+4 |
| * | powerpc/fadump: Annotate endianness cast with __force | Benjamin Gray | 2023-10-19 | 1 | -1/+1 |
| * | powerpc: Annotate endianness of various variables and functions | Benjamin Gray | 2023-10-19 | 2 | -2/+4 |
| * | powerpc: Use NULL instead of 0 for null pointers | Benjamin Gray | 2023-10-19 | 2 | -5/+5 |
| * | powerpc: Untangle fixmap.h and pgtable.h and mmu.h | Christophe Leroy | 2023-10-19 | 2 | -0/+3 |
| * | Merge branch fixes into next | Michael Ellerman | 2023-10-18 | 2 | -9/+2 |
| |\ |
|
| * | | powerpc/32: Add dependencies of POWER_RESET for pmac32 | Yuan Tan | 2023-09-18 | 1 | -0/+1 |
| * | | powerpc/powermac: add missing of_node_put | Julia Lawall | 2023-09-18 | 2 | -2/+6 |
* | | | Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 2023-11-02 | 1 | -1/+0 |
|\ \ \ |
|
| * | | | powerpc: Remove now superfluous sentinel element from ctl_table arrays | Joel Granados | 2023-10-11 | 1 | -1/+0 |
| |/ / |
|
* | | | Merge tag 'for-6.7/block-2023-10-30' of git://git.kernel.dk/linux | Linus Torvalds | 2023-11-01 | 3 | -0/+138 |
|\ \ \ |
|
| * | | | powerpc/pseries: PLPKS SED Opal keystore support | Greg Joyce | 2023-10-17 | 3 | -0/+138 |
| |/ / |
|
* | | | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 2023-10-30 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | spufs: convert to new timestamp accessors | Jeff Layton | 2023-10-18 | 1 | -1/+1 |
* | | | | Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs | Linus Torvalds | 2023-10-30 | 1 | -4/+7 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | file: convert to SLAB_TYPESAFE_BY_RCU | Christian Brauner | 2023-10-19 | 1 | -4/+7 |
| | |/
| |/| |
|
* | | | powerpc/pseries: Remove unused r0 in the hcall tracing code | Athira Rajeev | 2023-09-30 | 1 | -4/+0 |
* | | | powerpc/pseries: Fix STK_PARAM access in the hcall tracing code | Athira Rajeev | 2023-09-30 | 1 | -3/+1 |
| |/
|/| |
|
* | | powerpc/82xx: Select FSL_SOC | Christophe Leroy | 2023-09-18 | 1 | -2/+1 |
|/ |
|
* | Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2023-09-01 | 2 | -2/+0 |
|\ |
|
| * | Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p... | Greg Kroah-Hartman | 2023-08-20 | 2 | -4/+4 |
| |\ |
|
| * | | serial: cpm_uart: Don't include fs_uart_pd.h when not needed | Christophe Leroy | 2023-08-04 | 2 | -2/+0 |
* | | | Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2023-08-31 | 100 | -657/+490 |
|\ \ \ |
|
| * | | | powerpc/pseries: Remove unused hcall tracing instruction | Nicholas Piggin | 2023-08-25 | 1 | -1/+0 |
| * | | | powerpc/pseries: Fix hcall tracepoints with JUMP_LABEL=n | Nicholas Piggin | 2023-08-25 | 1 | -0/+1 |
| * | | | powerpc/eeh: Use pci_dev_id() to simplify the code | Jialin Zhang | 2023-08-25 | 1 | -2/+1 |