aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-07-02[PATCH] irq-flags: SH: Use the new IRQF_ constantsThomas Gleixner10-11/+11
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel95-95/+0
2006-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds1-1/+0
2006-06-29[PATCH] KConfig: Spellchecking 'similarity' and 'independent'Matt LaPlante1-2/+2
2006-06-29Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds3-6/+6
2006-06-29[PATCH] genirq: rename desc->handler to desc->chipIngo Molnar21-23/+23
2006-06-27[PATCH] node hotplug: register cpu: remove node structKAMEZAWA Hiroyuki1-1/+1
2006-06-27[PATCH] 64bit resource: change pci core and arch code to use resource_size_tGreg Kroah-Hartman3-6/+6
2006-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-2/+2
2006-06-26[PATCH] devfs: Remove the miscdevice devfs_name field as it's no longer neededGreg Kroah-Hartman1-1/+0
2006-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds1-2/+2
2006-06-26[PATCH] oprofile: Fix unnecessary clevernessMarkus Armbruster1-1/+1
2006-06-26Storage class should be firstTobias Klauser1-2/+2
2006-06-09kconfig: integrate split config into silentoldconfigRoman Zippel1-2/+2
2006-04-11[PATCH] No arch-specific strpbrk implementationsKyle McMartin1-1/+0
2006-04-11[PATCH] Configurable NODES_SHIFTYasunori Goto1-0/+5
2006-03-31[PATCH] Don't pass boot parameters to argv_init[]OGAWA Hirofumi1-1/+1
2006-03-31[PATCH] for_each_possible_cpu: shKAMEZAWA Hiroyuki1-1/+1
2006-03-28[PATCH] RTC: Remove some duplicate BCD definitionsMatt Mackall3-25/+3
2006-03-28[PATCH] RTC: Fix up some RTC whitespace and styleMatt Mackall1-10/+13
2006-03-28[PATCH] RTC: Remove RTC UIP synchronization on SH MPC1211Matt Mackall1-15/+3
2006-03-28[PATCH] RTC: Remove RTC UIP synchronization on SH03Matt Mackall1-4/+0
2006-03-27[PATCH] unify PFN_* macrosDave Hansen1-4/+1
2006-03-26[PATCH] bitops: sh: use generic bitopsAkinobu Mita1-0/+8
2006-03-25Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds1-1/+1
2006-03-24[PATCH] kill include/linux/platform.h, default_idle() cleanupAdrian Bunk1-1/+0
2006-03-23[PATCH] more for_each_cpu() conversionsAndrew Morton2-6/+4
2006-03-22[PATCH] hugepage: is_aligned_hugepage_range() cleanupDavid Gibson1-12/+0
2006-03-22[PATCH] remove set_page_count() outside mm/Nick Piggin1-2/+2
2006-03-22[PATCH] mm: split highorder pagesNick Piggin1-2/+1
2006-03-09[PATCH] arch/sh/Kconfig: don't source non-existing Kconfig filesAdrian Bunk1-2/+2
2006-03-06kbuild: change kbuild to not rely on incorrect GNU make behaviorPaul Smith1-1/+1
2006-02-17[PATCH] arch/sh/Kconfig: fix the ISA_DMA_API dependenciesAdrian Bunk1-1/+1
2006-02-08[PATCH] sh: lvalues abuse in arch/sh/boards/renesas/rts7751r2d/io.cAl Viro1-12/+18
2006-02-01[PATCH] sh: machine_halt()/machine_power_off() cleanupsPaul Mundt1-28/+26
2006-02-01[PATCH] sh: Add missing timers directory rule to buildPaul Mundt1-1/+1
2006-02-01[PATCH] sh: convert voyagergx to platform device, drop sh-busPaul Mundt4-209/+12
2006-02-01[PATCH] sh: drop maskpos from make_ipr_irq(), remove duplicate irq definitionsPaul Mundt1-30/+29
2006-02-01[PATCH] sh: unknown mach-type updatesPaul Mundt5-124/+16
2006-02-01[PATCH] sh: Cleanup struct sh_cpuinfo for clock framework changesPaul Mundt1-23/+15
2006-02-01[PATCH] sh: Move TRA/EXPEVT/INTEVT definitions for reusePaul Mundt1-17/+1
2006-02-01[PATCH] sh: Make peripheral clock frequency setting mandatoryPaul Mundt2-18/+1
2006-02-01[PATCH] sh: SH4-202 microdev updatesPaul Mundt4-268/+502
2006-01-16[PATCH] sh: Move CPU subtype configuration to its own KconfigPaul Mundt4-350/+482
2006-01-16[PATCH] sh: Simple timer frameworkPaul Mundt3-0/+287
2006-01-16[PATCH] sh: Simplistic clock frameworkPaul Mundt16-612/+1224
2006-01-16[PATCH] sh: I/O routine cleanups and ioremap() overhaulPaul Mundt3-136/+196
2006-01-16[PATCH] sh: IRQ handler updatesPaul Mundt8-452/+536
2006-01-16[PATCH] sh: kexec() supportkogiidena4-3/+225
2006-01-16[PATCH] sh: DMA updatesPaul Mundt8-94/+194