Sign in
gem5
/
arm
/
linux
/
a579e949378eab7b992d2bf942b655ca407f2948
/
arch
/
mn10300
/
kernel
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
c17c020
arch: remove unused *_segments() macros/functions
by Tobias Klauser
· 7 years ago
f2e0cff
kernel/watchdog: introduce arch_touch_nmi_watchdog()
by Nicholas Piggin
· 7 years ago
dc50214
Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
6474924
arch: remove unused macro/function thread_saved_pc()
by Tobias Klauser
· 8 years ago
10503bf
get rid of unused __strncpy_from_user() instances
by Al Viro
· 8 years ago
174ddfd
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
5f664e2
mn10300/cevt-mn10300: Set ->min_delta_ticks and ->max_delta_ticks
by Nicolai Stange
· 8 years ago
19dbf70
mn10300: switch to RAW_COPY_USER
by Al Viro
· 8 years ago
589ee62
sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>
by Ingo Molnar
· 8 years ago
68db0cf
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>
by Ingo Molnar
· 8 years ago
2993002
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>
by Ingo Molnar
· 8 years ago
b17b015
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>
by Ingo Molnar
· 8 years ago
3f07c01
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
e601757
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h>
by Ingo Molnar
· 8 years ago
f1f1007
mm: add new mmgrab() helper
by Vegard Nossum
· 8 years ago
a5a1d1c
clocksource: Use a plain u64 instead of cycle_t
by Thomas Gleixner
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
4cdf8db
Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
6727ad9
nmi_backtrace: generate one-line reports for idle cpus
by Chris Metcalf
· 8 years ago
81029b1
mn10300: finish verify_area() off
by Al Viro
· 8 years ago
6c84239
Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
by Linus Torvalds
· 8 years ago
5ee98ab
mn10300: use RTC_DRV_CMOS instead of CONFIG_RTC
by Arnd Bergmann
· 9 years ago
b235bee
Clarify naming of thread info/stack allocators
by Linus Torvalds
· 9 years ago
7ee9421
char/genrtc: remove mn10300 support
by Arnd Bergmann
· 9 years ago
e646469
exit_thread: accept a task parameter to be exited
by Jiri Slaby
· 9 years ago
2ec656e
mn10300: let exit_fpu accept a task
by Jiri Slaby
· 9 years ago
c60f169
arch/mn10300/kernel/fpu-nofpu.c: needs asm/elf.h
by Andrew Morton
· 9 years ago
fc6d73d
arch/hotplug: Call into idle with a proper state
by Thomas Gleixner
· 9 years ago
17e6b00
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
032face
mn10300/cevt-mn10300: Migrate to new 'set-state' interface
by Viresh Kumar
· 9 years ago
9d03e78
mn10300/irq: Use access helper irq_data_get_affinity_mask()
by Jiang Liu
· 10 years ago
856b859
mn10300: Fix incorrect use of irq_data->affinity
by Jiang Liu
· 10 years ago
78d156b
mn10300: Remove signal translation and exec_domain
by Richard Weinberger
· 10 years ago
f56141e
all arches, signal: move restart_block to struct task_struct
by Andy Lutomirski
· 10 years ago
a8040ff
mn10300: Use sigsp()
by Richard Weinberger
· 11 years ago
8b16655
mn10300: Use get_signal() signal_setup_done()
by Richard Weinberger
· 11 years ago
322a126
mn10300: Remove deprecated IRQF_DISABLED
by Michael Opdenacker
· 11 years ago
a21748c
mn10300: Use the core irq stats function
by Thomas Gleixner
· 11 years ago
135530d
mn10300/PCI: Remove unused pci_mem_start
by Myron Stowe
· 11 years ago
3da06ed
mn10300: Fix crash just after starting userspace on !CONFIG_PREEMPT
by Akira Takeuchi
· 11 years ago
e3f12a5
mn10300: Use early_param() to parse "mem=" parameter
by Akira Takeuchi
· 12 years ago
d17fc23
MN10300: Enable IRQs more in system call exit work path
by David Howells
· 12 years ago
1e00227
MN10300: Fix ret_from_kernel_thread
by David Howells
· 12 years ago
a43cb95
dump_stack: unify debug information printed by show_regs()
by Tejun Heo
· 12 years ago
196779b
dump_stack: consolidate dump_stack() implementations and unify their behaviors
by Tejun Heo
· 12 years ago
af695cd
mn10300: Use generic idle loop
by Thomas Gleixner
· 12 years ago
6546327
arch: Cleanup enable/disable_hlt
by Thomas Gleixner
· 12 years ago
9e2d59a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
by Linus Torvalds
· 12 years ago
21eaab6
Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 12 years ago
7626f93
mn10300 idle: delete pm_idle
by Len Brown
· 12 years ago
33f9f78
mn10300: switch to generic old sigaction()
by Al Viro
· 12 years ago
7d1d990
mn10300: switch to generic old sigsuspend
by Al Viro
· 12 years ago
b30c7d5
mn10300: switch to generic sigaltstack
by Al Viro
· 12 years ago
59c5f92
TTY: mn10300-serial, fix build breakage
by Jiri Slaby
· 12 years ago
2e124b4
TTY: switch tty_flip_buffer_push
by Jiri Slaby
· 12 years ago
d6c53c0
TTY: move low_latency to tty_port
by Jiri Slaby
· 12 years ago
92a19f9
TTY: switch tty_insert_flip_char
by Jiri Slaby
· 12 years ago
227434f
TTY: switch tty_buffer_request_room to tty_port
by Jiri Slaby
· 12 years ago
b881bc4
ARCH: drivers remove __dev* attributes.
by Greg Kroah-Hartman
· 12 years ago
0369c36
MN10300: fix debug polling in ttySM driver
by Mark Salter
· 12 years ago
97a70b1
MN10300: ttySM: clean up unnecessary casting
by Mark Salter
· 12 years ago
8f0bcbc
MN10300: fix SMP synchronization between txdma and serial driver
by Mark Salter
· 12 years ago
8d16002
MN10300: fix serial port vdma irq setup for SMP
by Mark Salter
· 12 years ago
7d361cb
MN10300: cleanup IRQ affinity setting
by Mark Salter
· 12 years ago
c98c406
MN10300: ttySM: Use memory barriers correctly in circular buffer logic
by David Howells
· 12 years ago
afa86fc
flagday: don't pass regs to copy_thread()
by Al Viro
· 12 years ago
1ea2a016
mn10300: switch to generic fork/vfork/clone
by Al Viro
· 12 years ago
ddf23e8
mn10300: switch to saner kernel_execve() semantics
by Al Viro
· 12 years ago
8213a2f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
by Linus Torvalds
· 12 years ago
548916e
mn10300: don't bother with SIGTRAP in setup_frame()
by Al Viro
· 13 years ago
6fdb6fb
mn10300: get rid of calling do_notify_resume() when returning to kernel mode
by Al Viro
· 13 years ago
61b7fbc
mn10300: convert to generic kernel_thread()
by Al Viro
· 12 years ago
6e75421
mn10300: switch to generic kernel_execve()
by Al Viro
· 12 years ago
8f1597e
mn10300: switch to generic sys_execve()
by Al Viro
· 12 years ago
255461c
mn10300: split ret_from_fork, simplify kernel_thread()
by Al Viro
· 12 years ago
5b0753a
mn10300: Add missing RCU idle APIs on idle loop
by Frederic Weisbecker
· 12 years ago
55acddd
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
b45f933
mn10300: fix "pull clearing RESTORE_SIGMASK into block_sigmask()" fallout
by Geert Uytterhoeven
· 12 years ago
6b4fa63
mn10300: use "#elif defined(CONFIG_*)" instead of "#elif CONFIG_*"
by Geert Uytterhoeven
· 13 years ago
cea7c58
mn10300: kernel/traps.c needs <linux/export.h>
by Geert Uytterhoeven
· 13 years ago
7a63091
mn10300: kernel/internal.h needs <linux/irqreturn.h>
by Geert Uytterhoeven
· 13 years ago
325c117
mn10300: move setup_jiffies_interrupt() to cevt-mn10300.c
by Geert Uytterhoeven
· 13 years ago
4cbd19f
mn10300: SMP: Remove call to ipi_call_lock()/ipi_call_unlock()
by Yong Zhang
· 13 years ago
efee984
new helper: signal_delivered()
by Al Viro
· 13 years ago
77097ae
most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set
by Al Viro
· 13 years ago
6fd84c0
TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is set
by Al Viro
· 13 years ago
a610d6e
pull clearing RESTORE_SIGMASK into block_sigmask()
by Al Viro
· 13 years ago
b7f9a11
new helper: sigmask_to_save()
by Al Viro
· 13 years ago
51a7b44
new helper: restore_saved_sigmask()
by Al Viro
· 13 years ago
a42c6de
move key_repace_session_keyring() into tracehook_notify_resume()
by Al Viro
· 13 years ago
f936991
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
by Linus Torvalds
· 13 years ago
ec0d7f1
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
00f3578
mn10300: use set_current_blocked() and block_sigmask()
by Matt Fleming
· 13 years ago
68f3f16
new helper: sigsuspend()
by Al Viro
· 13 years ago
bf67f3a
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
55ccf3f
fork: move the real prepare_to_copy() users to arch_dup_task_struct()
by Suresh Siddha
· 13 years ago
568b445
mn10300/CPU hotplug: Add missing call to notify_cpu_starting()
by Srivatsa S. Bhat
· 13 years ago
c03a6a7
mn10300: Use common threadinfo allocator
by Thomas Gleixner
· 13 years ago
fe285f5
mn10300: Use generic init_task
by Thomas Gleixner
· 13 years ago
Next »