summaryrefslogtreecommitdiffstats
path: root/arch/avr32
Commit message (Expand)AuthorAgeFilesLines
* taint: add explicit flag to show whether lock dep is still OK.Rusty Russell2013-01-211-1/+1
* ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman2013-01-031-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-204-9/+1
|\
| * unify SS_ONSTACK/SS_DISABLE definitionsAl Viro2012-12-191-6/+0
| * missing user_stack_pointer() instancesAl Viro2012-12-191-0/+1
| * Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2012-12-192-3/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-12-122-1/+1
|\ \
| * | sk-filter: Add ability to get socket filter program (v2)Pavel Emelyanov2012-11-011-0/+1
| * | net/cadence: get rid of HAVE_NET_MACBJoachim Eastwood2012-10-231-1/+0
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-1210-159/+39
|\ \ \ | | |/ | |/|
| * | unify default ptrace_signal_deliverAl Viro2012-11-291-2/+0
| * | flagday: don't pass regs to copy_thread()Al Viro2012-11-281-1/+1
| * | avr32: sanitize copy_thread(), switch to generic fork/vfork/clone, kill wrappersAl Viro2012-11-284-47/+11
| * | avr32: switch to generic sys_execve()Al Viro2012-10-154-28/+2
| * | avr32: switch to generic kernel_thread()/kernel_execve()Al Viro2012-10-156-84/+28
| |/
* | Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-121-8/+0
|\ \
| * | atmel: move ATMEL_MAX_UART to platform_data/atmel.hJean-Christophe PLAGNIOL-VILLARD2012-11-191-1/+0
| * | arm: at91: move platfarm_data to include/linux/platform_data/atmel.hJean-Christophe PLAGNIOL-VILLARD2012-11-061-7/+0
| |/
* | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-12-121-33/+0
|\ \
| * | ARM/AVR32: get rid of serial_at91.hRussell King2012-11-161-33/+0
| |/
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-12-111-0/+1
|\ \
| * | tracing,x86: Add a TSC trace_clockDavid Sharp2012-11-131-0/+1
| |/
* | Merge branch 'akpm' (Andrew's patchbomb)Linus Torvalds2012-12-111-3/+0
|\ \
| * | avr32, kconfig: remove HAVE_ARCH_BOOTMEMJoonsoo Kim2012-12-111-3/+0
| |/
* / arch: Change defconfigs to point to g_mass_storage.Michal Nazarewicz2012-11-0813-13/+13
|/
* Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-142-4/+4
|\
| * Make most arch asm/module.h files use asm-generic/module.hDavid Howells2012-09-282-4/+4
* | Merge tag 'disintegrate-misc-arches-20121010' of git://git.infradead.org/user...Linus Torvalds2012-10-1341-597/+692
|\ \
| * | UAPI: (Scripted) Disintegrate arch/avr32/include/asmDavid Howells2012-10-1041-597/+692
* | | vfs: define struct filename and have getname() return itJeff Layton2012-10-121-2/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-122-13/+6
|\ \ \ | |/ / |/| |
| * | Uninclude linux/freezer.hRichard Weinberger2012-10-011-1/+0
| * | avr32: trim masksAl Viro2012-10-011-7/+6
| * | sanitize tsk_is_polling()Al Viro2012-10-011-4/+0
| * | bury _TIF_RESTORE_SIGMASKAl Viro2012-10-011-1/+0
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-102-13/+1
|\| |
| * | get rid of generic instances of asm/exec.hAl Viro2012-09-202-13/+1
| |/
* | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-10-101-0/+3
|\ \
| * | dw_dmac: autoconfigure data_width or get it via platform dataAndy Shevchenko2012-09-271-0/+2
| * | dw_dmac: autoconfigure block_size or use platform dataAndy Shevchenko2012-09-271-0/+1
| |/
* | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-10-091-0/+1
|\ \
| * | readahead: fault retry breaks mmap file read random detectionShaohua Li2012-10-091-0/+1
* | | Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Linus Torvalds2012-10-091-0/+2
|\ \ \ | |/ / |/| |
| * | Merge branch 'disintegrate-asm-generic' of git://git.infradead.org/users/dhow...Arnd Bergmann2012-10-041-0/+3
| |\ \
| * | | asm-generic: Add default clkdev.hMark Brown2012-10-031-0/+2
| | |/ | |/|
* | | cross-arch: don't corrupt personality flags upon exec()Jiri Kosina2012-10-061-1/+2
| |/ |/|
* | UAPI: (Scripted) Set up UAPI Kbuild filesDavid Howells2012-10-021-0/+3
|/
* ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONWill Deacon2012-07-302-1/+1
* avr32: fix build error in ATSTK1002 codeFengguang Wu2012-07-301-1/+1
* avr32/mm/fault.c: port OOM changes to do_page_faultKautuk Consul2012-07-301-8/+25