summaryrefslogtreecommitdiffstats
path: root/arch/sparc
Commit message (Expand)AuthorAgeFilesLines
* arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov2017-03-091-0/+1
* sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar2017-03-036-6/+6
* sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-025-0/+9
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-023-0/+3
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-0/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-029-0/+9
* sched/headers: Prepare for new header dependencies before moving more code to...Ingo Molnar2017-03-023-0/+3
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-023-3/+3
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-0/+2
* sched/core: Remove the tsk_cpus_allowed() wrapperIngo Molnar2017-03-021-1/+1
* mm: add new mmgrab() helperVegard Nossum2017-02-276-6/+6
* scripts/spelling.txt: add "partiton" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* scripts/spelling.txt: add "swith" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez2017-02-271-2/+8
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-254-12/+12
|\
| * treewide: Consolidate get_dma_ops() implementationsBart Van Assche2017-01-241-2/+2
| * treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-244-11/+11
* | sparc64: Fix build error in flush_tsb_user_pageNitin Gupta2017-02-242-6/+19
* | sparc64: memblock resizes are not handled properlyPavel Tatashin2017-02-231-0/+6
* | sparc64: use latency groups to improve add_node_ranges speedPavel Tatashin2017-02-231-95/+113
* | sparc64: Add 64K page size supportNitin Gupta2017-02-234-14/+52
* | sparc64: Multi-page size supportNitin Gupta2017-02-238-62/+253
* | sparc64: Migrate hvcons irq to panicked cpuVijay Kumar2017-02-232-2/+9
* | sparc64: Set cpu state to offline when stoppedVijay Kumar2017-02-231-0/+3
* | sparc64: fix for user probes in high memoryEric Saint Etienne2017-02-231-2/+2
* | sparc: topology_64.h: Fix condition for including cpudata.hBen Hutchings2017-02-231-1/+3
* | sparc32: mm: srmmu: add __ro_after_init to sparc32_cachetlb_ops structuresBhumika Goyal2017-02-231-3/+3
* | lib/show_mem.c: teach show_mem to work with the given nodemaskMichal Hocko2017-02-221-1/+1
* | arch, mm: remove arch specific show_memMichal Hocko2017-02-221-11/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-02-221-0/+1
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-024-8/+81
| |\ \
| * | | net:add one common config ARCH_WANT_RELAX_ORDER to support relax orderingMao Wenan2017-01-181-0/+1
| | |/ | |/|
* | | Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-211-0/+1
|\ \ \
| * | | sparc: migrate exception table users onto extable.hPaul Gortmaker2017-01-261-0/+1
| |/ /
* | | sched/cputime: Remove generic asm headersFrederic Weisbecker2017-02-011-1/+0
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2017-01-304-8/+81
|\ \ | |/ |/|
| * sparc64: Handle PIO & MEM non-resumable errors.Liam R. Howlett2017-01-301-0/+73
| * sparc64: Zero pages on allocation for mondo and error queues.Liam R. Howlett2017-01-301-1/+1
| * sparc: Fixed typo in sstate.c. Replaced panicing with panickingTom Hromatka2017-01-161-3/+3
| * sparc: use symbolic names for tsb indexingMike Kravetz2016-12-271-4/+4
* | clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-252-2/+2
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-2431-31/+31
|/
* sparc: implement watchdog_nmi_enable and watchdog_nmi_disableBabu Moger2016-12-141-1/+43
* arch/sparc: add option to skip DMA sync as a part of map and unmapAlexander Duyck2016-12-142-4/+4
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-121-36/+9
|\
| * sparc/sysfs: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-221-36/+9
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-12-123-3/+0
|\ \
| * \ Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2016-11-2211-70/+916
| |\ \
OpenPOWER on IntegriCloud