Age | Commit message (Expand) | Author | Files | Lines |
2014-12-11 | Merge tag 'powerpc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 1 | -189/+35 |
2014-11-24 | of/reconfig: Always use the same structure for notifiers | Grant Likely | 1 | -2/+1 |
2014-11-10 | powerpc: Move sparse_init() into initmem_init | Anton Blanchard | 1 | -0/+2 |
2014-11-10 | powerpc: Remove bootmem allocator | Anton Blanchard | 1 | -190/+34 |
2014-10-29 | powerpc/numa: ensure per-cpu NUMA mappings are correct on topology update | Nishanth Aravamudan | 1 | -1/+4 |
2014-10-29 | powerpc/numa: use cached value of update->cpu in update_cpu_topology | Nishanth Aravamudan | 1 | -2/+2 |
2014-10-16 | powerpc/vphn: NUMA node code expects big-endian | Greg Kurz | 1 | -0/+3 |
2014-10-13 | powerpc/numa: Add ability to disable and debug topology updates | Nishanth Aravamudan | 1 | -1/+34 |
2014-10-13 | powerpc/numa: check error return from proc_create | Nishanth Aravamudan | 1 | -1/+2 |
2014-10-04 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo... | Michael Ellerman | 1 | -8/+0 |
2014-09-25 | powerpc: some changes in numa_setup_cpu() | Li Zhong | 1 | -6/+8 |
2014-09-25 | powerpc: Only set numa node information for present cpus at boottime | Li Zhong | 1 | -1/+1 |
2014-09-25 | powerpc: Fix warning reported by verify_cpu_node_mapping() | Li Zhong | 1 | -2/+1 |
2014-09-19 | powerpc/mm: Use common paging_init() for NUMA | Scott Wood | 1 | -8/+0 |
2014-08-13 | powerpc: reorder per-cpu NUMA information's initialization | Nishanth Aravamudan | 1 | -3/+10 |
2014-08-05 | powerpc/mm/numa: Fix break placement | Andrey Utkin | 1 | -1/+1 |
2014-04-18 | powerpc/mm: fix ".__node_distance" undefined | Mike Qiu | 1 | -0/+1 |
2014-04-09 | power, sched: stop updating inside arch_update_cpu_topology() when nothing to... | Michael Wang | 1 | -0/+15 |
2014-01-29 | powerpc/numa: Fix decimal permissions | Joe Perches | 1 | -1/+1 |
2014-01-27 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 1 | -5/+91 |
2014-01-21 | memblock: make memblock_set_node() support different memblock_type | Tang Chen | 1 | -3/+5 |
2014-01-15 | powerpc: Add debug checks to catch invalid cpu-to-node mappings | Srivatsa S. Bhat | 1 | -2/+24 |
2014-01-15 | powerpc: Fix the setup of CPU-to-Node mappings during CPU online | Srivatsa S. Bhat | 1 | -3/+67 |
2013-11-13 | mm: use pgdat_end_pfn() to simplify the code in arch | Xishi Qiu | 1 | -2/+1 |
2013-10-30 | powerpc: Fix warnings for arch/powerpc/mm/numa.c | Robert Jennings | 1 | -4/+4 |
2013-08-14 | powerpc: Make NUMA device node code endian safe | Alistair Popple | 1 | -48/+52 |
2013-08-14 | powerpc: Stop using non-architected shared_proc field in lppaca | Anton Blanchard | 1 | -1/+1 |
2013-08-01 | powerpc: VPHN topology change updates all siblings | Robert Jennings | 1 | -15/+44 |
2013-07-01 | powerpc/numa: Do not update sysfs cpu registration from invalid context | Nathan Fontenot | 1 | -2/+3 |
2013-07-01 | powerpc: Delete __cpuinit usage from all users | Paul Gortmaker | 1 | -4/+3 |
2013-05-02 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 1 | -62/+216 |
2013-04-30 | powerpc/pseries: Correct builds break when CONFIG_SMP not defined | Nathan Fontenot | 1 | -0/+8 |
2013-04-30 | powerpc: Fix build failure after merge of the cgroup tree | Stephen Rothwell | 1 | -0/+1 |
2013-04-29 | Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 1 | -0/+1 |
2013-04-29 | powerpc/mm/numa: use setup_nr_node_ids() instead of opencoding. | Cody P Schafer | 1 | -6/+3 |
2013-04-26 | powerpc/pseries: Add /proc interface to control topology updates | Nathan Fontenot | 1 | -1/+61 |
2013-04-26 | powerpc/pseries: RE-enable Virtual Processor Home Node updating | Jesse Larrew | 1 | -2/+1 |
2013-04-26 | powerpc/pseries: Update NUMA VDSO information when updating CPU maps | Jesse Larrew | 1 | -1/+7 |
2013-04-26 | powerpc/pseries: Use stop machine to update cpu maps | Nathan Fontenot | 1 | -19/+65 |
2013-04-26 | powerpc/pseries: Update CPU maps when device tree is updated | Jesse Larrew | 1 | -24/+75 |
2013-04-26 | powerpc/pseries: Update numa.c to use updated firmware_has_feature() | Nathan Fontenot | 1 | -19/+3 |
2013-04-18 | powerpc: fix annotation of fake_numa_create_new_node() | Stephen Rothwell | 1 | -1/+1 |
2013-04-18 | powerpc: fix numa distance for form0 device tree | Vaidyanathan Srinivasan | 1 | -1/+1 |
2012-11-15 | powerpc+of: Move of_drconf_cell struct definition to asm/prom.h | Nathan Fontenot | 1 | -12/+0 |
2012-09-05 | powerpc/vphn: Fix arch_update_cpu_topology() return value | Jesse Larrew | 1 | -3/+4 |
2012-07-10 | Merge branch 'merge' into next | Benjamin Herrenschmidt | 1 | -1/+1 |
2012-07-10 | powerpc/numa: Avoid stupid uninitialized warning from gcc | Benjamin Herrenschmidt | 1 | -1/+1 |
2012-07-03 | powerpc/numa: Fix OF node refcounting bug | Gavin Shan | 1 | -0/+2 |
2012-06-29 | powerpc: Fix uninitialised error in numa.c | Michael Neuling | 1 | -1/+1 |
2012-03-28 | Disintegrate asm/system.h for PowerPC | David Howells | 1 | -1/+1 |