aboutsummaryrefslogtreecommitdiffstats
path: root/arch/avr32/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-03avr32: normalize global variables exported by vmlinux.ldsJiang Liu2-3/+3
2013-06-19sched: Rename sched.c as sched/core.c in comments and DocumentationViresh Kumar1-1/+1
2013-05-13avr32: fix relocation check for signed 18-bit offsetHans-Christian Egtvedt1-1/+1
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo1-3/+2
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo1-8/+0
2013-04-08avr32: Use generic idle loopThomas Gleixner2-13/+9
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+1
2013-02-03avr32: switch to generic sigaltstackAl Viro3-20/+3
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell1-1/+1
2012-11-28flagday: don't pass regs to copy_thread()Al Viro1-1/+1
2012-11-28avr32: sanitize copy_thread(), switch to generic fork/vfork/clone, kill wrappersAl Viro3-47/+8
2012-10-15avr32: switch to generic sys_execve()Al Viro3-28/+1
2012-10-15avr32: switch to generic kernel_thread()/kernel_execve()Al Viro4-81/+26
2012-10-12vfs: define struct filename and have getname() return itJeff Layton1-2/+2
2012-10-01Uninclude linux/freezer.hRichard Weinberger1-1/+0
2012-06-04fixups for signal breakageAl Viro1-1/+1
2012-06-01new helper: signal_delivered()Al Viro1-1/+1
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro1-3/+0
2012-06-01TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is setAl Viro2-3/+3
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro1-7/+4
2012-06-01new helper: sigmask_to_save()Al Viro1-13/+7
2012-06-01new helper: restore_saved_sigmask()Al Viro1-4/+1
2012-05-23avr32: missed _TIF_NOTIFY_RESUME on one of do_notify_resume callersAl Viro1-1/+1
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro1-2/+0
2012-05-21avr32: need to clear RESTORE_SIGMASK on successful signal deliveryAl Viro1-0/+1
2012-05-21avr32: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro1-0/+3
2012-05-21avr32: use block_sigmask()Matt Fleming1-5/+1
2012-05-21avr32: use set_current_blocked() in handle_signal/sys_rt_sigreturnOleg Nesterov1-10/+5
2012-05-21avr32: don't mask signals in the error pathMatt Fleming1-13/+12
2012-05-05avr32: Use generic init_taskThomas Gleixner2-32/+1
2012-03-01sched/rt: Use schedule_preempt_disabled()Thomas Gleixner1-3/+1
2012-01-12treewide: remove useless NORET_TYPE macro and usesJoe Perches1-1/+1
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-38/+38
2011-12-21driver-core: remove sysdev.h usage.Kay Sievers1-1/+1
2011-12-21cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers1-37/+37
2011-12-11nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker1-2/+4
2011-12-11nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker1-2/+2
2011-12-11nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker1-2/+2
2011-08-26All Arch: remove linkage for sys_nfsservctl system callNeilBrown1-1/+1
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-5/+5
2011-07-24modules: make arch's use default loader hooksJonas Bonn1-20/+0
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-5/+5
2011-05-28ns: Wire up the setns system callEric W. Biederman1-0/+1
2011-04-13avr32: add ATAG_BOARDINFOAndreas Bießmann1-0/+15
2011-04-13avr32: init cannot ignore signals sent by force_sig_info()Matt Fleming1-22/+0
2011-03-25Merge branch 'irq-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-37/+0
2011-03-24avr32: Use generic show_interrupts()Thomas Gleixner1-37/+0
2011-03-23asm-generic: rename generic little-endian bitops functionsAkinobu Mita1-2/+2
2011-01-13avr32: Convert to clocksource_register_hzJohn Stultz1-4/+1
2011-01-13avr32: make architecture sys_clone prototype match asm-generic prototypeHans-Christian Egtvedt1-5/+4