aboutsummaryrefslogtreecommitdiffstats
path: root/arch/avr32 (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky1-1/+0
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner1-0/+2
2013-09-12arch: mm: do not invoke OOM killer on kernel fault OOMJohannes Weiner1-1/+1
2013-09-09Merge tag 'for-linus-20130909' of git://git.infradead.org/linux-mtdLinus Torvalds1-0/+3
2013-09-03oprofilefs_create_...() do not need superblock argumentAl Viro1-6/+6
2013-09-03oprofilefs_mkdir() doesn't need superblock argumentAl Viro1-1/+1
2013-09-03oprofile: don't bother with passing superblock to ->create_files()Al Viro1-9/+8
2013-08-08avr32: boards/atngw100/mrmt.c: fix building errorCong Ding1-1/+0
2013-08-05mtd: atmel_nand: replace cpu_is_at32ap7000() with a nand platform dataJosh Wu1-0/+3
2013-07-10net: rename busy poll socket op and globalsEliezer Tamir1-1/+1
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+2
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds3-46/+12
2013-07-03mm/AVR32: prepare for killing free_all_bootmem_node()Jiang Liu1-16/+5
2013-07-03mm/AVR32: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-25/+4
2013-07-03avr32: normalize global variables exported by vmlinux.ldsJiang Liu2-3/+3
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu1-2/+0
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu1-2/+2
2013-07-03mm: change signature of free_reserved_area() to fix building warningsJiang Liu1-1/+1
2013-07-03Merge branch 'exotic-arch-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds1-0/+2
2013-07-02Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2013-06-29consolidate io_remap_pfn_range definitionsAl Viro1-3/+0
2013-06-19sched: Rename sched.c as sched/core.c in comments and DocumentationViresh Kumar1-1/+1
2013-06-17net: add socket option for low latency pollingEliezer Tamir1-0/+2
2013-06-16avr32: atmel_default_console_device depends on CONFIG_SERIAL_ATMELGeert Uytterhoeven1-0/+2
2013-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egtvedt/linux-avr32Linus Torvalds7-35/+8
2013-05-22avr32: fix building warnings caused by redefinitions of HZJiang Liu4-27/+2
2013-05-13avr32: fix relocation check for signed 18-bit offsetHans-Christian Egtvedt1-1/+1
2013-05-13avr32: move NODES_SHIFT into Kconfig and delete numnodes.hHans-Christian Egtvedt2-7/+5
2013-05-09Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-3/+0
2013-05-04Merge tag 'mmc-updates-for-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds2-2/+0
2013-05-04Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+4
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+2
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-8/+0
2013-04-30Merge branch 'akpm' (incoming from Andrew)Linus Torvalds1-11/+2
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-30Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds17-152/+14
2013-04-30Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-44/+9
2013-04-29mm/avr32: use common help functions to free reserved pagesJiang Liu1-22/+2
2013-04-28Merge branch 'pm-cpufreq'Rafael J. Wysocki17-152/+14
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2013-04-17avr32: fix build error in atstk1006_defconfigJosh Wu1-0/+4
2013-04-17idle: Remove GENERIC_IDLE_LOOP config switchThomas Gleixner1-1/+0
2013-04-16Remove GENERIC_GPIO config optionAlexandre Courbot1-3/+0
2013-04-10cpufreq: AVR32: move cpufreq driver to drivers/cpufreqViresh Kumar17-151/+14
2013-04-08Merge tag 'vt8500/pinctrl' of git://server.prisktech.co.nz/git/linuxwmt into next/driversArnd Bergmann1-1/+1
2013-04-08avr32: Use generic idle loopThomas Gleixner5-44/+10
2013-04-02cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Viresh Kumar1-3/+2
2013-03-31net: add option to enable error queue packets waking selectKeller, Jacob E1-0/+2
2013-03-22mmc: at91/avr32/atmel-mci: fix DMA-channel leak on module unloadJohan Hovold2-2/+0