summaryrefslogtreecommitdiffstats
path: root/arch/mn10300
Commit message (Expand)AuthorAgeFilesLines
* bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner2017-12-051-0/+1
* bug: define the "cut here" string in a single placeKees Cook2017-11-171-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-151-8/+0
|\
| * mm, arch: remove empty_bad_page*Michal Hocko2017-11-151-8/+0
* | Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-152-7/+0
|\ \ | |/ |/|
| * PCI: Remove unused declarationsBjorn Helgaas2017-11-071-3/+0
| * PCI: Remove redundant pci_dev, pci_bus, resource declarationsBjorn Helgaas2017-11-071-2/+0
| * PCI: Remove redundant pcibios_set_master() declarationsBjorn Helgaas2017-11-071-2/+0
* | Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-11-141-10/+0
|\ \
| * | dma-mapping: turn dma_cache_sync into a dma_map_ops methodChristoph Hellwig2017-10-191-6/+0
| * | mn10300: make dma_cache_sync a no-opChristoph Hellwig2017-10-191-4/+0
| |/
* | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-0747-0/+47
|\ \
| * | License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman2017-11-029-0/+9
| * | License cleanup: add SPDX license identifier to uapi header files with no lic...Greg Kroah-Hartman2017-11-0219-0/+19
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0219-0/+19
| |/
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-2/+2
* | locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementationsWill Deacon2017-10-101-3/+1
* | locking/core: Remove {read,spin,write}_can_lock()Will Deacon2017-10-101-12/+0
|/
* arch: remove unused *_segments() macros/functionsTobias Klauser2017-09-221-12/+0
* mn10300: defconfig: cleanup from old Kconfig optionsKrzysztof Kozlowski2017-09-082-14/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-061-0/+2
|\
| * sock: add SOCK_ZEROCOPY sockoptWillem de Bruijn2017-08-031-0/+2
* | arch: Remove spin_unlock_wait() arch-specific definitionsPaul E. McKenney2017-08-171-5/+0
|/
* Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-211-1/+1
|\
| * debug: Fix WARN_ON_ONCE() for modulesJosh Poimboeuf2017-07-201-1/+1
* | kernel/watchdog: introduce arch_touch_nmi_watchdog()Nicholas Piggin2017-07-123-5/+7
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-07-063-24/+2
|\ \
| * | mn10300: use generic fb.hTobias Klauser2017-07-062-23/+1
| * | mn10300: remove wrapper header for asm/device.hTobias Klauser2017-07-062-1/+1
* | | Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-063-11/+0
|\ \ \ | |/ / |/| |
| * | get rid of unused __strncpy_from_user() instancesAl Viro2017-05-153-10/+0
| * | kill strlen_user()Al Viro2017-05-151-1/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-051-0/+4
|\ \ \ | |_|/ |/| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-302-13/+0
| |\ \
| * | | net: introduce SO_PEERGROUPS getsockoptDavid Herrmann2017-06-211-0/+2
| * | | net: Define SCM_TIMESTAMPING_PKTINFO on all architectures.David S. Miller2017-05-211-0/+2
| | |/ | |/|
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-032-1/+2
|\ \ \ | |_|/ |/| |
| * | signal: Remove non-uapi <asm/siginfo.h>Christoph Hellwig2017-06-042-1/+2
| |/
* / arch: remove unused macro/function thread_saved_pc()Tobias Klauser2017-06-282-13/+0
|/
* uapi: export all headers under uapi directoriesNicolas Dichtel2017-05-111-32/+0
* Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-082-26/+1
|\
| * mn10300/PCI: Use generic pci_mmap_resource_range()David Woodhouse2017-04-202-24/+1
| * PCI: Add BAR index argument to pci_mmap_page_range()David Woodhouse2017-04-201-1/+2
| * PCI: Move multiple declarations of pci_mmap_page_range() to <linux/pci.h>David Woodhouse2017-04-181-3/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-021-0/+6
|\ \
| * | New getsockopt option to get socket cookieChenbo Feng2017-04-081-0/+2
| * | net: Introduce SO_INCOMING_NAPI_IDSridhar Samudrala2017-03-241-0/+2
| * | sock: introduce SO_MEMINFO getsockoptJosh Hunt2017-03-221-0/+2
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-011-0/+2
|\ \ \
| * | | mn10300/cevt-mn10300: Set ->min_delta_ticks and ->max_delta_ticksNicolai Stange2017-04-141-0/+2
| |/ /