aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/pseries/reconfig.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-28powerpc/pseries: block untrusted device tree changes when locked downNathan Lynch1-0/+5
2022-05-08powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy1-1/+0
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-4/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2018-01-22powerpc: Use octal numbers for file permissionsRussell Currey1-1/+1
2017-10-03powerpc: pseries: only store the device node basename in full_nameRob Herring1-1/+1
2017-08-23Merge branch 'fixes' into nextMichael Ellerman1-1/+0
2017-07-26powerpc/pseries: Fix of_node_put() underflow during reconfig removeLaurent Vivier1-1/+0
2017-07-24powerpc/pseries: Don't needlessly initialise rv to 0Michael Ellerman1-1/+1
2017-07-24powerpc/pseries: use memdup_user_nulGeliang Tang1-10/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-05-11powerpc: Update of_remove_property() call sites to remove null checkingSuraj Jitindar Singh1-4/+1
2015-10-05powerpc/pseries: extract of_helpers moduleAndy Shevchenko1-32/+2
2014-07-28powerpc/pseries: Switch pseries drivers to use machine_xxx_initcall()Michael Ellerman1-4/+1
2014-07-22powerpc/pseries: dynamically added OF nodes need to call of_node_initTyrel Datwyler1-0/+1
2014-03-11of: Make device nodes kobjects so they show up in sysfsGrant Likely1-2/+0
2013-05-01proc: Supply PDE attribute setting accessor functionsDavid Howells1-1/+1
2012-12-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-113/+6
2012-11-17drivers/of: Constify device_node->name and ->path_component_nameGrant Likely1-2/+1
2012-11-15powerpc+of: Rename the drivers/of prom_* functions to of_*Nathan Fontenot1-3/+3
2012-11-15powerpc+of: Add of node/property notification chain for adds and removesNathan Fontenot1-64/+4
2012-11-15powerpc+of: Add /proc device tree updating to of node add/removeNathan Fontenot1-47/+0
2012-07-11of: Improve prom_update_property() functionDong Aisheng1-10/+6
2012-05-14powerpc/pseries: Add pseries update notifier for OFDT prop changesKent Yoder1-0/+7
2011-06-29powerpc/pseries: Improve error code on reconfiguration notifier failureAkinobu Mita1-3/+1
2011-06-29powerpc/pseries: Introduce pSeries_reconfig_notify()Akinobu Mita1-12/+18
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-1/+2
2010-07-09powerpc/pseries: Use kstrdupJulia Lawall1-3/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-09powerpc/pseries: Kernel DLPAR InfrastructureNathan Fontenot1-1/+1
2009-10-30powerpc: Move /proc/ppc64 to /proc/powerpc and add symlinkBenjamin Herrenschmidt1-3/+3
2009-09-02powerpc/pseries: Fix to handle slb resize across migrationBrian King1-1/+8
2009-03-24powerpc/pseries: Failed reconfig notifier chain call cleanupNathan Fontenot1-1/+5
2008-09-15powerpc: Check rc of notifier chain for memory removeNathan Fontenot1-3/+3
2008-07-03powerpc/pseries: Update the device tree correctly for drconf memory add/removeNathan Fontenot1-4/+32
2008-07-03powerpc/pseries: Allow phandle to be specified in formats other than decimalNathan Fontenot1-1/+1
2008-04-29powerpc: use non-racy method for proc entries creationDenis V. Lunev1-5/+2
2008-04-01[POWERPC] Replace remaining __FUNCTION__ occurrencesHarvey Harrison1-6/+6
2008-02-06[POWERPC] arch/powerpc/platforms/pseries: Add missing of_node_putJulia Lawall1-0/+1
2007-07-10[POWERPC] Generalise device_node flag interfaceMichael Ellerman1-1/+1
2007-02-12[PATCH] mark struct file_operations const 2Arjan van de Ven1-1/+1
2007-02-11[PATCH] proc: remove useless (and buggy) ->nlink settingsAlexey Dobriyan1-1/+0
2006-12-04[POWERPC] Replace kmalloc+memset with kzallocYan Burman1-2/+1
2006-03-29Merge ../linux-2.6Paul Mackerras1-5/+5
2006-03-28[PATCH] powerpc: Kill _machine and hard-coded platform numbersBenjamin Herrenschmidt1-2/+3
2006-03-27[PATCH] Notifier chain update: API changesAlan Stern1-5/+5
2006-01-13[PATCH] powerpc: Add support for changing properties from userspaceDave C Boutcher1-0/+100
2005-11-10[PATCH] powerpc: merge code values for identifying platformsPaul Mackerras1-1/+1
2005-11-07[PATCH] kfree cleanup: archJesper Juhl1-4/+2
2005-10-10powerpc: move pSeries files to arch/powerpc/platforms/pseriesPaul Mackerras1-0/+426