aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mn10300/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-15mm, arch: remove empty_bad_page*Michal Hocko1-8/+0
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar3-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman3-0/+3
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-2/+2
2017-09-22arch: remove unused *_segments() macros/functionsTobias Klauser1-12/+0
2017-07-12kernel/watchdog: introduce arch_touch_nmi_watchdog()Nicholas Piggin2-5/+5
2017-07-06Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2017-06-28arch: remove unused macro/function thread_saved_pc()Tobias Klauser1-8/+0
2017-05-15get rid of unused __strncpy_from_user() instancesAl Viro1-1/+0
2017-05-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2017-04-14mn10300/cevt-mn10300: Set ->min_delta_ticks and ->max_delta_ticksNicolai Stange1-0/+2
2017-03-28mn10300: switch to RAW_COPY_USERAl Viro1-2/+0
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar2-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar2-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar2-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h>Ingo Molnar1-0/+1
2017-02-27mm: add new mmgrab() helperVegard Nossum1-1/+1
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds7-7/+7
2016-10-11Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2016-10-07nmi_backtrace: generate one-line reports for idle cpusChris Metcalf1-0/+1
2016-09-27mn10300: finish verify_area() offAl Viro1-3/+3
2016-08-05Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds1-95/+9
2016-06-26mn10300: use RTC_DRV_CMOS instead of CONFIG_RTCArnd Bergmann1-95/+9
2016-06-24Clarify naming of thread info/stack allocatorsLinus Torvalds1-1/+2
2016-06-04char/genrtc: remove mn10300 supportArnd Bergmann1-1/+1
2016-05-20exit_thread: accept a task parameter to be exitedJiri Slaby1-2/+2
2016-05-20mn10300: let exit_fpu accept a taskJiri Slaby1-1/+1
2016-03-17arch/mn10300/kernel/fpu-nofpu.c: needs asm/elf.hAndrew Morton1-0/+1
2016-03-01arch/hotplug: Call into idle with a proper stateThomas Gleixner1-1/+1
2015-09-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-7/+8
2015-08-10mn10300/cevt-mn10300: Migrate to new 'set-state' interfaceViresh Kumar1-7/+0
2015-07-31mn10300/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2-7/+8
2015-06-25mn10300: Fix incorrect use of irq_data->affinityJiang Liu1-3/+3
2015-04-12mn10300: Remove signal translation and exec_domainRichard Weinberger2-18/+4
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski2-2/+1
2014-08-06mn10300: Use sigsp()Richard Weinberger1-13/+4
2014-08-06mn10300: Use get_signal() signal_setup_done()Richard Weinberger1-53/+36
2014-03-04mn10300: Remove deprecated IRQF_DISABLEDMichael Opdenacker3-5/+5
2014-03-04mn10300: Use the core irq stats functionThomas Gleixner1-1/+1
2013-10-07mn10300/PCI: Remove unused pci_mem_startMyron Stowe1-3/+0
2013-09-10mn10300: Fix crash just after starting userspace on !CONFIG_PREEMPTAkira Takeuchi1-2/+4
2013-06-28mn10300: Use early_param() to parse "mem=" parameterAkira Takeuchi1-33/+21
2013-05-30MN10300: Enable IRQs more in system call exit work pathDavid Howells1-13/+5
2013-05-30MN10300: Fix ret_from_kernel_threadDavid Howells1-0/+1
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo1-0/+1
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo1-11/+0
2013-04-08mn10300: Use generic idle loopThomas Gleixner2-65/+7