aboutsummaryrefslogtreecommitdiff
path: root/arch/cris
AgeCommit message (Expand)AuthorFilesLines
2013-09-13Remove GENERIC_HARDIRQ config optionGravatar Martin Schwidefsky 1-1/+0
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerGravatar Johannes Weiner 1-2/+4
2013-09-10CRIS: drop unused Kconfig symbolsGravatar Paul Bolle 4-467/+0
2013-09-10CRIS: Add kvm_para.h which includes generic fileGravatar Jesper Nilsson 1-0/+1
2013-09-10CRIS: remove unused current_regsGravatar Jesper Nilsson 1-1/+0
2013-09-10CRIS: Remove last traces of legacy RTC driversGravatar Paul Bolle 3-81/+0
2013-09-10CRIS: remove "config OOM_REBOOT"Gravatar Paul Bolle 1-3/+0
2013-07-14cris: delete __cpuinit usage from all cris filesGravatar Paul Gortmaker 1-1/+1
2013-07-10net: rename busy poll socket op and globalsGravatar Eliezer Tamir 1-1/+1
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 3-6/+4
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Gravatar Linus Torvalds 2-34/+4
2013-07-03mm/CRIS: clean up unused VALID_PAGE()Gravatar Jiang Liu 1-1/+0
2013-07-03mm/cris: prepare for removing num_physpages and simplify mem_init()Gravatar Jiang Liu 1-31/+2
2013-07-03mm: concentrate modification of totalram_pages into the mm coreGravatar Jiang Liu 1-1/+1
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroGravatar Jiang Liu 1-1/+1
2013-07-03Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+2
2013-07-03Merge branch 'exotic-arch-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 6-648/+274
2013-07-02Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2013-07-02Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+0
2013-06-29consolidate io_remap_pfn_range definitionsGravatar Al Viro 1-3/+0
2013-06-19net: Add missing dependencies on NETDEVICESGravatar Ben Hutchings 2-4/+2
2013-06-19net: Move MII out from under NET_CORE and hide itGravatar Ben Hutchings 2-2/+0
2013-06-19sched: Rename sched.c as sched/core.c in comments and DocumentationGravatar Viresh Kumar 1-1/+1
2013-06-18cpufreq: cris: select CPU_FREQ_TABLEGravatar Viresh Kumar 1-0/+2
2013-06-17net: add socket option for low latency pollingGravatar Eliezer Tamir 1-0/+2
2013-06-16cris: Wire up asm-generic/vga.hGravatar Geert Uytterhoeven 1-0/+1
2013-06-16cris: Switch cris to drivers/KconfigGravatar Geert Uytterhoeven 2-38/+1
2013-06-16cris: Wire up asm-generic/xor.hGravatar Geert Uytterhoeven 1-0/+1
2013-06-16cris: Switch to asm-generic/linkage.hGravatar Geert Uytterhoeven 2-6/+1
2013-06-16cris: Provide inb_p() and outb_p()Gravatar Geert Uytterhoeven 1-0/+3
2013-06-16cris: Provide <asm/kvm_para.h>Gravatar Geert Uytterhoeven 1-0/+1
2013-06-16cris/kgdb: Remove sections protected by #ifdef PROCESS_SUPPORTGravatar Geert Uytterhoeven 1-255/+2
2013-06-16cris/kgdb: Fix buffer overflow in getpacket()Gravatar Geert Uytterhoeven 1-1/+1
2013-06-16cris/kgdb: Remove obsolete USED*() macrosGravatar Geert Uytterhoeven 1-9/+0
2013-06-16cris/kgdb: Make symbols used from asm globalGravatar Geert Uytterhoeven 1-109/+109
2013-06-16cris/kgdb: Use #ifdef PROCESS_SUPPORT where neededGravatar Geert Uytterhoeven 1-1/+3
2013-06-16cris/kgdb: Kill forward declarations for static functionsGravatar Geert Uytterhoeven 1-241/+165
2013-06-16cris/kgdb: Remove unused static int do_printkGravatar Geert Uytterhoeven 1-2/+0
2013-06-16cris/kgdb: Properly split long lines in asmGravatar Geert Uytterhoeven 1-175/+175
2013-06-03Finally eradicate CONFIG_HOTPLUGGravatar Stephen Rothwell 1-1/+0
2013-05-09Merge tag 'for-linus-20130509' of git://git.infradead.org/linux-mtdGravatar Linus Torvalds 2-2/+0
2013-05-07proc: Use PDE attribute setting accessor functionsGravatar Geert Uytterhoeven 1-1/+1
2013-05-05cris: single_open() leaksGravatar Al Viro 2-2/+2
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-335/+265
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+2
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-8/+0
2013-04-30Merge branch 'akpm' (incoming from Andrew)Gravatar Linus Torvalds 3-7/+6
2013-04-30dump_stack: unify debug information printed by show_regs()Gravatar Tejun Heo 2-0/+6
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsGravatar Tejun Heo 1-7/+0
2013-04-30Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 4-299/+0