summaryrefslogtreecommitdiffstats
path: root/arch/mn10300/kernel
Commit message (Expand)AuthorAgeFilesLines
* mm: add new mmgrab() helperVegard Nossum2017-02-271-1/+1
* clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-247-7/+7
* Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-111-3/+3
|\
| * mn10300: finish verify_area() offAl Viro2016-09-271-3/+3
* | nmi_backtrace: generate one-line reports for idle cpusChris Metcalf2016-10-071-0/+1
|/
* Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2016-08-051-95/+9
|\
| * mn10300: use RTC_DRV_CMOS instead of CONFIG_RTCArnd Bergmann2016-06-261-95/+9
| * char/genrtc: remove mn10300 supportArnd Bergmann2016-06-041-1/+1
* | Clarify naming of thread info/stack allocatorsLinus Torvalds2016-06-241-1/+2
|/
* exit_thread: accept a task parameter to be exitedJiri Slaby2016-05-201-2/+2
* mn10300: let exit_fpu accept a taskJiri Slaby2016-05-201-1/+1
* arch/mn10300/kernel/fpu-nofpu.c: needs asm/elf.hAndrew Morton2016-03-171-0/+1
* arch/hotplug: Call into idle with a proper stateThomas Gleixner2016-03-011-1/+1
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-012-7/+8
|\
| * mn10300/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-07-312-7/+8
* | mn10300/cevt-mn10300: Migrate to new 'set-state' interfaceViresh Kumar2015-08-101-7/+0
|/
* mn10300: Fix incorrect use of irq_data->affinityJiang Liu2015-06-251-3/+3
* mn10300: Remove signal translation and exec_domainRichard Weinberger2015-04-122-18/+4
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-122-2/+1
* mn10300: Use sigsp()Richard Weinberger2014-08-061-13/+4
* mn10300: Use get_signal() signal_setup_done()Richard Weinberger2014-08-061-53/+36
* mn10300: Remove deprecated IRQF_DISABLEDMichael Opdenacker2014-03-043-5/+5
* mn10300: Use the core irq stats functionThomas Gleixner2014-03-041-1/+1
* mn10300/PCI: Remove unused pci_mem_startMyron Stowe2013-10-071-3/+0
* mn10300: Fix crash just after starting userspace on !CONFIG_PREEMPTAkira Takeuchi2013-09-101-2/+4
* mn10300: Use early_param() to parse "mem=" parameterAkira Takeuchi2013-06-281-33/+21
* MN10300: Enable IRQs more in system call exit work pathDavid Howells2013-05-301-13/+5
* MN10300: Fix ret_from_kernel_threadDavid Howells2013-05-301-0/+1
* dump_stack: unify debug information printed by show_regs()Tejun Heo2013-04-301-0/+1
* dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo2013-04-301-11/+0
* mn10300: Use generic idle loopThomas Gleixner2013-04-082-65/+7
* arch: Cleanup enable/disable_hltThomas Gleixner2013-04-081-5/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-231-58/+2
|\
| * mn10300: switch to generic old sigaction()Al Viro2013-02-031-35/+0
| * mn10300: switch to generic old sigsuspendAl Viro2013-02-031-10/+0
| * mn10300: switch to generic sigaltstackAl Viro2013-02-031-13/+2
* | Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-211-10/+10
|\ \
| * | TTY: mn10300-serial, fix build breakageJiri Slaby2013-01-161-10/+10
| * | TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-4/+3
| * | TTY: move low_latency to tty_portJiri Slaby2013-01-151-3/+3
| * | TTY: switch tty_insert_flip_charJiri Slaby2013-01-151-2/+2
| * | TTY: switch tty_buffer_request_room to tty_portJiri Slaby2013-01-151-2/+3
| |/
* / mn10300 idle: delete pm_idleLen Brown2013-02-171-7/+0
|/
* ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman2013-01-031-2/+2
* MN10300: fix debug polling in ttySM driverMark Salter2012-12-121-12/+23
* MN10300: ttySM: clean up unnecessary castingMark Salter2012-12-122-6/+6
* MN10300: fix SMP synchronization between txdma and serial driverMark Salter2012-12-124-48/+90
* MN10300: fix serial port vdma irq setup for SMPMark Salter2012-12-121-4/+30
* MN10300: cleanup IRQ affinity settingMark Salter2012-12-123-52/+17