summaryrefslogtreecommitdiffstats
path: root/arch/avr32/kernel
Commit message (Expand)AuthorAgeFilesLines
* sched/rt: Use schedule_preempt_disabled()Thomas Gleixner2012-03-011-3/+1
* treewide: remove useless NORET_TYPE macro and usesJoe Perches2012-01-121-1/+1
* Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-072-38/+38
|\
| * driver-core: remove sysdev.h usage.Kay Sievers2011-12-211-1/+1
| * cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers2011-12-211-37/+37
* | nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker2011-12-111-2/+4
* | nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker2011-12-111-2/+2
* | nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker2011-12-111-2/+2
|/
* All Arch: remove linkage for sys_nfsservctl system callNeilBrown2011-08-261-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-251-5/+5
|\
| * treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-101-5/+5
* | modules: make arch's use default loader hooksJonas Bonn2011-07-241-20/+0
|/
* ns: Wire up the setns system callEric W. Biederman2011-05-281-0/+1
* avr32: add ATAG_BOARDINFOAndreas Bießmann2011-04-131-0/+15
* avr32: init cannot ignore signals sent by force_sig_info()Matt Fleming2011-04-131-22/+0
* Merge branch 'irq-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-03-251-37/+0
|\
| * avr32: Use generic show_interrupts()Thomas Gleixner2011-03-241-37/+0
* | asm-generic: rename generic little-endian bitops functionsAkinobu Mita2011-03-231-2/+2
|/
* avr32: Convert to clocksource_register_hzJohn Stultz2011-01-131-4/+1
* avr32: make architecture sys_clone prototype match asm-generic prototypeHans-Christian Egtvedt2011-01-131-5/+4
* ptrace: cleanup arch_ptrace() on avr32Namhyung Kim2010-10-271-4/+4
* ptrace: change signature of arch_ptrace()Namhyung Kim2010-10-271-1/+2
* modules: Fix module_bug_list list corruption raceLinus Torvalds2010-10-051-2/+1
* Make do_execve() take a const filename pointerDavid Howells2010-08-172-3/+6
* Mark arguments to certain syscalls as being constDavid Howells2010-08-131-1/+2
* Merge branch 'timers-for-linus-cleanups' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2010-05-191-6/+6
|\
| * avr32: Fix typo in read_persistent_clock()Peter Huewe2010-04-271-1/+1
| * avr32: Convert avr32 to use read/update_persistent_clockJohn Stultz2010-03-131-6/+6
* | arch/avr32: fix build failure caused by wrong prototypePeter Huewe2010-04-271-1/+1
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | avr32: use generic ptrace_resume codeChristoph Hellwig2010-03-121-46/+7
|/
* Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-12-151-2/+2
|\
| * genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner2009-12-141-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6Linus Torvalds2009-12-152-64/+9
|\ \ | |/ |/|
| * avr32: convert to asm-generic/hardirq.hChristoph Hellwig2009-12-141-9/+0
| * avr32: clean up linker script using standard macros.Nelson Elhage2009-10-061-55/+9
* | Unify sys_mmap*Al Viro2009-12-112-32/+1
* | net: Introduce recvmmsg socket syscallArnaldo Carvalho de Melo2009-10-121-0/+1
|/
* Use new __init_task_data macro in arch init_task.c files.Joe Perches2009-09-211-3/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-09-151-6/+3
|\
| * Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo2009-08-141-5/+8
| |\
| * | linker script: unify usage of discard definitionTejun Heo2009-07-091-7/+3
| * | linker script: throw away .discard sectionTejun Heo2009-06-241-0/+1
* | | KEYS: Add missing linux/tracehook.h #inclusionsDavid Howells2009-09-091-0/+1
* | | KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells2009-09-021-0/+2
* | | KEYS: Extend TIF_NOTIFY_RESUME to (almost) all architectures [try #6]David Howells2009-09-022-1/+6
| |/ |/|
* | Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-081-5/+8
|/
* ptrace: remove PT_DTRACE from avr32, mn10300, parisc, s390, sh, xtensaOleg Nesterov2009-06-181-2/+0
* mm: consolidate init_mm definitionAlexey Dobriyan2009-06-161-4/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-06-152-3/+10
|\