summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/pseries/reconfig.c
AgeCommit message (Expand)Author
2022-09-28powerpc/pseries: block untrusted device tree changes when locked downNathan Lynch
2022-05-08powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2018-01-22powerpc: Use octal numbers for file permissionsRussell Currey
2017-10-03powerpc: pseries: only store the device node basename in full_nameRob Herring
2017-08-23Merge branch 'fixes' into nextMichael Ellerman
2017-07-26powerpc/pseries: Fix of_node_put() underflow during reconfig removeLaurent Vivier
2017-07-24powerpc/pseries: Don't needlessly initialise rv to 0Michael Ellerman
2017-07-24powerpc/pseries: use memdup_user_nulGeliang Tang
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-05-11powerpc: Update of_remove_property() call sites to remove null checkingSuraj Jitindar Singh
2015-10-05powerpc/pseries: extract of_helpers moduleAndy Shevchenko
2014-07-28powerpc/pseries: Switch pseries drivers to use machine_xxx_initcall()Michael Ellerman
2014-07-22powerpc/pseries: dynamically added OF nodes need to call of_node_initTyrel Datwyler
2014-03-11of: Make device nodes kobjects so they show up in sysfsGrant Likely
2013-05-01proc: Supply PDE attribute setting accessor functionsDavid Howells
2012-12-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2012-11-17drivers/of: Constify device_node->name and ->path_component_nameGrant Likely
2012-11-15powerpc+of: Rename the drivers/of prom_* functions to of_*Nathan Fontenot
2012-11-15powerpc+of: Add of node/property notification chain for adds and removesNathan Fontenot
2012-11-15powerpc+of: Add /proc device tree updating to of node add/removeNathan Fontenot
2012-07-11of: Improve prom_update_property() functionDong Aisheng
2012-05-14powerpc/pseries: Add pseries update notifier for OFDT prop changesKent Yoder
2011-06-29powerpc/pseries: Improve error code on reconfiguration notifier failureAkinobu Mita
2011-06-29powerpc/pseries: Introduce pSeries_reconfig_notify()Akinobu Mita
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-07-09powerpc/pseries: Use kstrdupJulia Lawall
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-09powerpc/pseries: Kernel DLPAR InfrastructureNathan Fontenot
2009-10-30powerpc: Move /proc/ppc64 to /proc/powerpc and add symlinkBenjamin Herrenschmidt
2009-09-02powerpc/pseries: Fix to handle slb resize across migrationBrian King
2009-03-24powerpc/pseries: Failed reconfig notifier chain call cleanupNathan Fontenot
2008-09-15powerpc: Check rc of notifier chain for memory removeNathan Fontenot
2008-07-03powerpc/pseries: Update the device tree correctly for drconf memory add/removeNathan Fontenot
2008-07-03powerpc/pseries: Allow phandle to be specified in formats other than decimalNathan Fontenot
2008-04-29powerpc: use non-racy method for proc entries creationDenis V. Lunev
2008-04-01[POWERPC] Replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-02-06[POWERPC] arch/powerpc/platforms/pseries: Add missing of_node_putJulia Lawall
2007-07-10[POWERPC] Generalise device_node flag interfaceMichael Ellerman
2007-02-12[PATCH] mark struct file_operations const 2Arjan van de Ven
2007-02-11[PATCH] proc: remove useless (and buggy) ->nlink settingsAlexey Dobriyan
2006-12-04[POWERPC] Replace kmalloc+memset with kzallocYan Burman
2006-03-29Merge ../linux-2.6Paul Mackerras
2006-03-28[PATCH] powerpc: Kill _machine and hard-coded platform numbersBenjamin Herrenschmidt
2006-03-27[PATCH] Notifier chain update: API changesAlan Stern
2006-01-13[PATCH] powerpc: Add support for changing properties from userspaceDave C Boutcher
2005-11-10[PATCH] powerpc: merge code values for identifying platformsPaul Mackerras
2005-11-07[PATCH] kfree cleanup: archJesper Juhl
2005-10-10powerpc: move pSeries files to arch/powerpc/platforms/pseriesPaul Mackerras