aboutsummaryrefslogtreecommitdiff
path: root/arch/avr32/kernel
AgeCommit message (Expand)AuthorFilesLines
2010-10-05modules: Fix module_bug_list list corruption raceGravatar Linus Torvalds 1-2/+1
2010-08-17Make do_execve() take a const filename pointerGravatar David Howells 2-3/+6
2010-08-13Mark arguments to certain syscalls as being constGravatar David Howells 1-1/+2
2010-05-19Merge branch 'timers-for-linus-cleanups' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-6/+6
2010-04-27arch/avr32: fix build failure caused by wrong prototypeGravatar Peter Huewe 1-1/+1
2010-04-27avr32: Fix typo in read_persistent_clock()Gravatar Peter Huewe 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-13avr32: Convert avr32 to use read/update_persistent_clockGravatar John Stultz 1-6/+6
2010-03-12avr32: use generic ptrace_resume codeGravatar Christoph Hellwig 1-46/+7
2009-12-15Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-2/+2
2009-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6Gravatar Linus Torvalds 2-64/+9
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockGravatar Thomas Gleixner 1-2/+2
2009-12-14avr32: convert to asm-generic/hardirq.hGravatar Christoph Hellwig 1-9/+0
2009-12-11Unify sys_mmap*Gravatar Al Viro 2-32/+1
2009-10-12net: Introduce recvmmsg socket syscallGravatar Arnaldo Carvalho de Melo 1-0/+1
2009-10-06avr32: clean up linker script using standard macros.Gravatar Nelson Elhage 1-55/+9
2009-09-21Use new __init_task_data macro in arch init_task.c files.Gravatar Joe Perches 1-3/+2
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Gravatar Linus Torvalds 1-6/+3
2009-09-09KEYS: Add missing linux/tracehook.h #inclusionsGravatar David Howells 1-0/+1
2009-09-02KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]Gravatar David Howells 1-0/+2
2009-09-02KEYS: Extend TIF_NOTIFY_RESUME to (almost) all architectures [try #6]Gravatar David Howells 2-1/+6
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextGravatar Tejun Heo 1-5/+8
2009-07-09linker script: unify usage of discard definitionGravatar Tejun Heo 1-7/+3
2009-07-08Remove multiple KERN_ prefixes from printk formatsGravatar Joe Perches 1-5/+8
2009-06-24linker script: throw away .discard sectionGravatar Tejun Heo 1-0/+1
2009-06-18ptrace: remove PT_DTRACE from avr32, mn10300, parisc, s390, sh, xtensaGravatar Oleg Nesterov 1-2/+0
2009-06-16mm: consolidate init_mm definitionGravatar Alexey Dobriyan 1-4/+0
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...Gravatar David S. Miller 2-3/+10
2009-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6Gravatar Linus Torvalds 1-1/+10
2009-06-13avr32: Fix oops on unaligned user accessGravatar Haavard Skinnemoen 1-1/+10
2009-06-12module: cleanup FIXME comments about trimming exception table entries.Gravatar Rusty Russell 1-2/+0
2009-05-20syscall: Sort out syscall_restart name clash.Gravatar Eric W. Biederman 1-2/+2
2009-04-21clocksource: pass clocksource to read() callbackGravatar Magnus Damm 1-1/+1
2009-04-02Simplify copy_thread()Gravatar Alexey Dobriyan 1-1/+1
2009-03-26Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2009-01-16avr32: Fix out-of-range rcalls in large kernelsGravatar Ben Nizette 2-37/+37
2009-01-12sparseirq: use kstat_irqs_cpu on non-x86 architectures tooGravatar Yinghai Lu 1-1/+1
2009-01-07Merge branches 'fixes', 'cleanups' and 'boards'Gravatar Haavard Skinnemoen 3-0/+3
2009-01-06remove linux/hardirq.h from asm-generic/local.hGravatar Russell King 1-0/+1
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2008-12-31take init_fs to saner placeGravatar Al Viro 1-1/+0
2008-12-17avr32: Introducing asm/syscalls.hGravatar Jaswinder Singh 3-0/+3
2008-12-13cpumask: convert struct clock_event_device to cpumask pointers.Gravatar Rusty Russell 1-1/+1
2008-10-08avr32: Minor pm_power_off cleanupGravatar Haavard Skinnemoen 1-1/+2
2008-09-22avr32: added mem kernel command line option supportGravatar Marco Stornelli 1-0/+19
2008-09-19avr32: nmi_enter() without nmi_exit()Gravatar Manfred Spraul 1-4/+4
2008-09-19avr32: fix sys_sync_file_range() call conventionGravatar Hans-Christian Egtvedt 2-1/+10
2008-09-19avr32: add generic_find_next_le_bit bit functionGravatar Hans-Christian Egtvedt 1-0/+1
2008-09-19avr32: add .gitignore filesGravatar Markus Heidelberg 1-0/+1
2008-09-01avr32: Fix lockup after Java stack underflow in user modeGravatar Haavard Skinnemoen 2-2/+63