summaryrefslogtreecommitdiffstats
path: root/arch/mn10300
Commit message (Expand)AuthorAgeFilesLines
* mn10300: Use get_signal() signal_setup_done()Richard Weinberger2019-05-021-53/+36
* Make asm/word-at-a-time.h available on all architecturesChris Metcalf2018-10-211-0/+1
* mn10300: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov2018-10-031-14/+3
* mn10300/misalignment: Use SIGSEGV SEGV_MAPERR to report a failed user copyEric W. Biederman2018-06-161-1/+1
* mn10300: copy_from_user() should zero on access_ok() failure...Al Viro2016-11-201-1/+3
* mn10300: failing __get_user() and get_user() should zeroAl Viro2016-11-201-0/+1
* mn10300: Select CONFIG_HAVE_UID16 to fix build failureGuenter Roeck2016-02-031-3/+1
* vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-02-041-0/+2
* sys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALLFabian Frederick2014-06-041-1/+0
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-033-11/+4
|\
| * arch,mn10300: Convert smp_mb__*()Peter Zijlstra2014-04-183-11/+4
* | PCI: Turn pcibios_penalize_isa_irq() into a weak functionHanjun Guo2014-05-272-5/+0
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-121-2/+2
|\
| * mn10300: kmap_atomic() returns void *, not unsigned long...Al Viro2014-04-011-2/+2
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-04-015-7/+7
|\ \
| * | mn10300: Remove deprecated IRQF_DISABLEDMichael Opdenacker2014-03-044-6/+6
| * | mn10300: Use the core irq stats functionThomas Gleixner2014-03-041-1/+1
| |/
* | arch: Remove stub cputime.h headersFrederic Weisbecker2014-03-132-1/+1
* | locking/mcs: Allow architecture specific asm files to be used for contended caseTim Chen2014-02-091-0/+1
* | locking/mcs: Order the header files in Kbuild of each architecture in alphabe...Tim Chen2014-02-091-1/+1
|/
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2014-01-301-8/+0
|\
| * mn10300: Remove redundant debugging info flagGeoff Levand2014-01-281-8/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-252-0/+3
|\ \
| * | net: introduce SO_BPF_EXTENSIONSMichal Sekletar2014-01-181-0/+2
| * | net: resort some Kbuild files to hopefully help avoid some conflictsStephen Rothwell2014-01-131-1/+1
| * | lib: Add missing arch generic-y entries for asm-generic/hash.hDavid S. Miller2013-12-171-0/+1
| |/
* | Kconfig: update flightly outdated CONFIG_SMP documentationRobert Graffham2014-01-231-4/+4
* | arch: Re-sort some Kbuild files to hopefully help avoid some conflictsStephen Rothwell2014-01-131-1/+1
* | arch: Clean up asm/barrier.h implementations using asm-generic/barrier.hPeter Zijlstra2014-01-122-37/+1
|/
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-191-2/+0
|\
| * preempt: Make PREEMPT_ACTIVE genericThomas Gleixner2013-11-131-2/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-151-1/+1
|\ \
| * | treewide: fix "distingush" typoMichael Opdenacker2013-10-141-1/+1
* | | kernel: remove CONFIG_USE_GENERIC_SMP_HELPERSChristoph Hellwig2013-11-151-1/+0
* | | mn10300: add missing pgtable_page_ctor/dtor callsKirill A. Shutemov2013-11-152-2/+8
* | | Merge tag 'pci-v3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-11-144-10/+0
|\ \ \
| * | | mn10300/PCI: Remove useless pcibios_last_busBjorn Helgaas2013-10-292-6/+0
| * | | mn10300/PCI: Remove unused pci_mem_startMyron Stowe2013-10-072-4/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-11-131-0/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | net: introduce SO_MAX_PACING_RATEEric Dumazet2013-09-281-0/+2
| |/ /
* / / sched, arch: Create asm/preempt.hPeter Zijlstra2013-09-251-0/+1
|/ /
* | Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2013-09-131-1/+0
* | arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2013-09-121-0/+2
* | mn10300: Fix crash just after starting userspace on !CONFIG_PREEMPTAkira Takeuchi2013-09-101-2/+4
|/
* net: rename busy poll socket op and globalsEliezer Tamir2013-07-101-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-091-0/+2
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-07-034-38/+27
| |\
| * | net: add socket option for low latency pollingEliezer Tamir2013-06-171-0/+2
* | | mm: invoke oom-killer from remaining unconverted page fault handlersJohannes Weiner2013-07-091-3/+4
* | | Merge branch 'kconfig-diet' from Dave HansenLinus Torvalds2013-07-042-4/+1
|\ \ \