summaryrefslogtreecommitdiff
path: root/arch/sparc/kernel/smp_64.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-25sparc64: implement the new page table range APIMatthew Wilcox (Oracle)1-20/+36
2023-03-24treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider1-1/+1
2022-07-30profile: setup_profiling_timer() is moslty not implementedBen Dooks1-6/+0
2022-01-20mm: percpu: add generic pcpu_populate_pte() functionKefeng Wang1-55/+1
2022-01-20mm: percpu: add generic pcpu_fc_alloc/free funcitonKefeng Wang1-49/+1
2022-01-20mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedefKefeng Wang1-3/+10
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport1-1/+1
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport1-1/+1
2021-06-30Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport1-1/+1
2021-05-12sched/core: Initialize the idle task with preemption disabledValentin Schneider1-3/+0
2020-09-16sparc64: remove mm_cpumask clearing to fix kthread_use_mm raceNicholas Piggin1-51/+14
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport1-0/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-01-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-1/+12
2020-01-30sparc64: add support for folded p4d page tablesMike Rapoport1-1/+12
2019-10-18sparc: Use pr_warn instead of pr_warningKefeng Wang1-3/+3
2019-03-12sparc: add checks for the return value of memblock_alloc*()Mike Rapoport1-0/+12
2018-12-30kgdb: Remove irq flags from roundupDouglas Anderson1-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-10-31memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variantsMike Rapoport1-1/+1
2018-10-31memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport1-1/+1
2018-10-31memblock: replace __alloc_bootmem with memblock_alloc_fromMike Rapoport1-5/+5
2018-10-31memblock: replace __alloc_bootmem_node with appropriate memblock_ APIMike Rapoport1-2/+2
2018-04-06mm: fix races between swapoff and flush dcacheHuang Ying1-4/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-10sparc64: Use CPU_POKE to resume idle cpuVijay Kumar1-3/+77
2017-07-14sparc64: Measure receiver forward progress to avoid send mondo timeoutJane Chu1-70/+115
2017-06-06sparc64: delete old wrap codePavel Tatashin1-31/+0
2017-03-03sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-02-28mm: add new mmgrab() helperVegard Nossum1-1/+1
2017-02-23sparc64: Migrate hvcons irq to panicked cpuVijay Kumar1-1/+5
2017-02-23sparc64: Set cpu state to offline when stoppedVijay Kumar1-0/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-24sparc64: Setup a scheduling domain for highest level cache.Atish Patra1-0/+8
2016-09-28sparc64: Fix cpu_possible_mask if nr_cpus is setAtish Patra1-0/+14
2016-03-01arch/hotplug: Call into idle with a proper stateThomas Gleixner1-1/+1
2015-04-22sparc64: Setup sysfs to mark LDOM sockets, cores and threads correctlychris hyser1-0/+13
2015-03-02sparc64: fatal trap should stop all cpusDave Kleikamp1-3/+24
2014-11-07sparc64: Do irq_{enter,exit}() around generic_smp_call_function*().David S. Miller1-0/+4
2014-10-13Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2014-10-06sparc64: Switch to 4-level page tables.David S. Miller1-0/+7
2014-08-14locking,arch,sparc: Fold atomic_opsPeter Zijlstra1-1/+1
2014-08-12sparc64: Fix pcr_ops initialization and usage bugs.David S. Miller1-1/+0
2014-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds1-13/+3
2014-05-19sparc64: fix sparse warnings in init_64.cSam Ravnborg1-5/+1
2014-05-19sparc: fix sparse warnings in smp_32.c + smp_64.cSam Ravnborg1-0/+1
2014-05-19sparc64: fix sparse warnings in smp_64.cSam Ravnborg1-8/+1
2014-05-02sparc64: Make itc_sync_lock rawKirill Tkhai1-3/+3