aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/mn10300/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-08arch: Cleanup enable/disable_hltThomas Gleixner1-5/+0
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-58/+2
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-10/+10
2013-02-17mn10300 idle: delete pm_idleLen Brown1-7/+0
2013-02-03mn10300: switch to generic old sigaction()Al Viro1-35/+0
2013-02-03mn10300: switch to generic old sigsuspendAl Viro1-10/+0
2013-02-03mn10300: switch to generic sigaltstackAl Viro1-13/+2
2013-01-16TTY: mn10300-serial, fix build breakageJiri Slaby1-10/+10
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-4/+3
2013-01-15TTY: move low_latency to tty_portJiri Slaby1-3/+3
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby1-2/+2
2013-01-15TTY: switch tty_buffer_request_room to tty_portJiri Slaby1-2/+3
2013-01-03ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman1-2/+2
2012-12-12MN10300: fix debug polling in ttySM driverMark Salter1-12/+23
2012-12-12MN10300: ttySM: clean up unnecessary castingMark Salter2-6/+6
2012-12-12MN10300: fix SMP synchronization between txdma and serial driverMark Salter4-48/+90
2012-12-12MN10300: fix serial port vdma irq setup for SMPMark Salter1-4/+30
2012-12-12MN10300: cleanup IRQ affinity settingMark Salter3-52/+17
2012-12-12MN10300: ttySM: Use memory barriers correctly in circular buffer logicDavid Howells1-6/+8