Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
b04f127286e6fdbd731681f9564b0a0cd36e4bbf
/
arch
/
m32r
/
kernel
ededb49
m32r: fix build failure
by Sudip Mukherjee
· 9 years ago
5f56a5d
exit_thread: remove empty bodies
by Jiri Slaby
· 9 years ago
710d60c
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
fc6d73d
arch/hotplug: Call into idle with a proper state
by Thomas Gleixner
· 9 years ago
35d98e9
arch: Set IORESOURCE_SYSTEM_RAM flag for System RAM
by Toshi Kani
· 9 years ago
601f1db
m32r: fix m32104ut_defconfig build fail
by Sudip Mukherjee
· 9 years ago
805de8f4
atomic: Replace atomic_{set,clear}_mask() usage
by Peter Zijlstra
· 10 years ago
1a9f064
m32r: make flush_cpumask non-volatile.
by Rusty Russell
· 10 years ago
6496edf
Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 10 years ago
fa2e5c0
Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/misc
by Linus Torvalds
· 10 years ago
445a626
m32r: Remove signal translation and exec_domain
by Richard Weinberger
· 10 years ago
37f078f
m32r: Autogenerate offsets in struct thread_info
by Richard Weinberger
· 10 years ago
74008b3
whack-a-mole: there's no point doing set_fs(USER_DS) in sigframe setup
by Al Viro
· 10 years ago
c8ed001
Fix weird uses of num_online_cpus().
by Rusty Russell
· 10 years ago
f56141e
all arches, signal: move restart_block to struct task_struct
by Andy Lutomirski
· 10 years ago
2f82df0
m32r: remove deprecated IRQF_DISABLED
by Michael Opdenacker
· 10 years ago
5c0806f
m32r: Use sigsp()
by Richard Weinberger
· 11 years ago
0f5bef6
m32r: Use get_signal() signal_setup_done()
by Richard Weinberger
· 11 years ago
650e4dc
m32r: Use preempt_schedule_irq
by Thomas Gleixner
· 11 years ago
d1407fd
m32r: delete __cpuinit usage from all m32r files
by Paul Gortmaker
· 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
5d434fc
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 12 years ago
c8d5cb7
m32r: Convert print_symbol to %pSR
by Joe Perches
· 12 years ago
0143622
m32r: Use generic idle loop
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
b274776
Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
1d82256
m32r idle: delete pm_idle, and other dead idle code
by Len Brown
· 12 years ago
1084f75
m32r: switch to generic sigaltstack
by Al Viro
· 12 years ago
8d84981
Merge branch 'clocksource/cleanup' into next/cleanup
by Olof Johansson
· 12 years ago
b881bc4
ARCH: drivers remove __dev* attributes.
by Greg Kroah-Hartman
· 12 years ago
7b1f620
time: convert arch_gettimeoffset to a pointer
by Stephen Warren
· 12 years ago
afa86fc
flagday: don't pass regs to copy_thread()
by Al Viro
· 12 years ago
92bbe6c
m32r: switch to generic fork/vfork/clone
by Al Viro
· 12 years ago
910cdc5
kill stray kernel_thread() garbage
by Al Viro
· 12 years ago
8eae10e
m32r: switch to generic sys_execve()
by Al Viro
· 12 years ago
ea4a1da
m32r: switch to generic kernel_thread()/kernel_execve()
by Al Viro
· 12 years ago
d25282d
Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 12 years ago
91a27b2
vfs: define struct filename and have getname() return it
by Jeff Layton
· 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
3cffdc8
Uninclude linux/freezer.h
by Richard Weinberger
· 13 years ago
8ca8230
bury the rest of TIF_IRET
by Al Viro
· 13 years ago
786d35d
Make most arch asm/module.h files use asm-generic/module.h
by David Howells
· 12 years ago
48ae077
m32r: Add missing RCU idle APIs on idle loop
by Frederic Weisbecker
· 12 years ago
a6b2029
m32r: fix 'fix breakage from "m32r: use generic ptrace_resume code"' fallout
by Geert Uytterhoeven
· 12 years ago
f9717f3
m32r: fix pull clearing RESTORE_SIGMASK into block_sigmask() fallout
by Geert Uytterhoeven
· 12 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
bf343dfd
don't call try_to_freeze() from do_signal()
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
3883e30
m32r: use set_current_blocked() and block_sigmask()
by Matt Fleming
· 13 years ago
7433c5c
m32r: Use generic init_task
by Thomas Gleixner
· 13 years ago
8239c25
smp: Add task_struct argument to __cpu_up()
by Thomas Gleixner
· 13 years ago
bda3bdc
m32r: Remove pointless function prototypes
by Thomas Gleixner
· 13 years ago
c9034c3
Disintegrate asm/system.h for M32R
by David Howells
· 13 years ago
bd2f553
sched/rt: Use schedule_preempt_disabled()
by Thomas Gleixner
· 14 years ago
f5b9409
All Arch: remove linkage for sys_nfsservctl system call
by NeilBrown
· 13 years ago
60063497
atomic: use <linux/atomic.h>
by Arun Sharma
· 13 years ago
66574cc
modules: make arch's use default loader hooks
by Jonas Bonn
· 14 years ago
571503e
Merge branch 'setns'
by Linus Torvalds
· 14 years ago
7b21fdd
ns: Wire up the setns system call
by Eric W. Biederman
· 14 years ago
5bf54a9
m32r: remove redundant declaration
by KOSAKI Motohiro
· 14 years ago
937e26c
m32r: convert cpumask api
by KOSAKI Motohiro
· 14 years ago
5129df0
Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 14 years ago
6988f20
Merge branch 'fixes-2.6.39' into for-2.6.40
by Tejun Heo
· 14 years ago
a2d063a
extable, core_kernel_data(): Make sure all archs define _sdata
by Steven Rostedt
· 14 years ago
184748c
sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()
by Peter Zijlstra
· 14 years ago
4bdab7e
m32r: Use generic show_interrupts()
by Thomas Gleixner
· 14 years ago
0415b00d1
percpu: Always align percpu output section to PAGE_SIZE
by Tejun Heo
· 14 years ago
79d8a8f
Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 14 years ago
420c1c5
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
a9fe8d5
m32r: Fixup last __do_IRQ leftover
by Thomas Gleixner
· 14 years ago
7bde2ab7
m32r: Switch from do_timer() to xtime_update()
by Torben Hohn
· 14 years ago
19df0c2
percpu: align percpu readmostly subsection to cacheline
by Tejun Heo
· 14 years ago
863018a
m32r: Cleanup direct irq_desc access
by Thomas Gleixner
· 14 years ago
a68caa0
ptrace: cleanup arch_ptrace() on m32r
by Namhyung Kim
· 14 years ago
9b05a69
ptrace: change signature of arch_ptrace()
by Namhyung Kim
· 14 years ago
14d4962
Merge branch 'linus' into irq/core
by Ingo Molnar
· 14 years ago
4f515cc
m32r: add kernel/.gitignore and ignore vmlinux.lds
by Kyle McMartin
· 14 years ago
388d148
m32r: get_user takes an lvalue, not a pointer
by Kyle McMartin
· 14 years ago
99d6734
m32r: restore _BLOCKABLE
by Kyle McMartin
· 14 years ago
7c5f135
Merge branch 'x86/urgent' of into irq/sparseirq
by Thomas Gleixner
· 14 years ago
acdc0d5
m32r: fix breakage from "m32r: use generic ptrace_resume code"
by Al Viro
· 14 years ago
bb9c861
m32r: hole in shifting pc back
by Al Viro
· 14 years ago
a05c4e1
m32r: don't block signals if sigframe setup has failed
by Al Viro
· 14 years ago
a748102
make m32r handle multiple pending signals
by Al Viro
· 14 years ago
a7f8388
m32r: fix rt_sigsuspend()
by Al Viro
· 14 years ago
d1ea13c
genirq: Cleanup irq_chip->typename leftovers
by Thomas Gleixner
· 14 years ago
d762746
Make do_execve() take a const filename pointer
by David Howells
· 14 years ago
c788732
Mark arguments to certain syscalls as being const
by David Howells
· 14 years ago
7d02093
Merge branch 'timers-for-linus-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
9446947
m32r: Convert m32r to use read/update_peristent_clock
by John Stultz
· 15 years ago
e34112e
m32r: use generic ptrace_resume code
by Christoph Hellwig
· 15 years ago
5cacdb4
Add generic sys_olduname()
by Christoph Hellwig
· 15 years ago
baed7fc
Add generic sys_ipc wrapper
by Christoph Hellwig
· 15 years ago
239007b
genirq: Convert irq_desc.lock to raw_spinlock
by Thomas Gleixner
· 15 years ago
Next »