summaryrefslogtreecommitdiff
path: root/arch/sparc
AgeCommit message (Expand)Author
2017-03-09arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov
2017-03-03sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving more code to...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/core: Remove the tsk_cpus_allowed() wrapperIngo Molnar
2017-02-27mm: add new mmgrab() helperVegard Nossum
2017-02-27scripts/spelling.txt: add "partiton" pattern and fix typo instancesMasahiro Yamada
2017-02-27scripts/spelling.txt: add "swith" pattern and fix typo instancesMasahiro Yamada
2017-02-27kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-02-24sparc64: Fix build error in flush_tsb_user_pageNitin Gupta
2017-02-23sparc64: memblock resizes are not handled properlyPavel Tatashin
2017-02-23sparc64: use latency groups to improve add_node_ranges speedPavel Tatashin
2017-02-23sparc64: Add 64K page size supportNitin Gupta
2017-02-23sparc64: Multi-page size supportNitin Gupta
2017-02-23sparc64: Migrate hvcons irq to panicked cpuVijay Kumar
2017-02-23sparc64: Set cpu state to offline when stoppedVijay Kumar
2017-02-23sparc64: fix for user probes in high memoryEric Saint Etienne
2017-02-23sparc: topology_64.h: Fix condition for including cpudata.hBen Hutchings
2017-02-23sparc32: mm: srmmu: add __ro_after_init to sparc32_cachetlb_ops structuresBhumika Goyal
2017-02-22lib/show_mem.c: teach show_mem to work with the given nodemaskMichal Hocko
2017-02-22arch, mm: remove arch specific show_memMichal Hocko
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-02-21Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-01sched/cputime: Remove generic asm headersFrederic Weisbecker
2017-01-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds
2017-01-30sparc64: Handle PIO & MEM non-resumable errors.Liam R. Howlett
2017-01-30sparc64: Zero pages on allocation for mondo and error queues.Liam R. Howlett
2017-01-26sparc: migrate exception table users onto extable.hPaul Gortmaker
2017-01-24treewide: Consolidate get_dma_ops() implementationsBart Van Assche
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche
2017-01-18net:add one common config ARCH_WANT_RELAX_ORDER to support relax orderingMao Wenan
2017-01-16sparc: Fixed typo in sstate.c. Replaced panicing with panickingTom Hromatka
2016-12-27sparc: use symbolic names for tsb indexingMike Kravetz
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-14sparc: implement watchdog_nmi_enable and watchdog_nmi_disableBabu Moger
2016-12-14arch/sparc: add option to skip DMA sync as a part of map and unmapAlexander Duyck
2016-12-12Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-12-12Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds
2016-12-11sparc: fix a building error reported by kbuildGonglei \(Arei\)