aboutsummaryrefslogtreecommitdiff
path: root/arch/m68knommu
AgeCommit message (Expand)AuthorFilesLines
2007-05-09Fix trivial typos in Kconfig* filesGravatar David Sterba 1-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedGravatar Randy Dunlap 2-2/+0
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Gravatar Jean Delvare 1-1/+0
2007-03-06[PATCH] m68knommu: remove local_bh_countGravatar Greg Ungerer 1-1/+0
2007-03-06[PATCH] m68knommu: use irq_handler_t and rtc_time in prototypesGravatar Greg Ungerer 1-2/+2
2007-03-06[PATCH] m68knommu: use irq_handler_t and remove regs arg for 68328Gravatar Greg Ungerer 1-2/+3
2007-03-06[PATCH] m68knommu: use irq_handler_t for passing handler types in 68328 setupGravatar Greg Ungerer 3-3/+6
2007-03-06[PATCH] m68knommu: use irq_handler_t for passing handler types in 68360 setupGravatar Greg Ungerer 1-1/+2
2007-02-19[PATCH] Declare init_irq_proc before we use it.Gravatar Andrew Morton 1-0/+1
2007-02-17Various typo fixes.Gravatar Robert P. J. Day 1-1/+1
2007-02-12[PATCH] Dynamic kernel command-line: m68knommuGravatar Alon Bar-Lev 1-3/+3
2007-02-11[PATCH] sort the devres mess outGravatar Al Viro 1-0/+3
2007-02-11[PATCH] Consolidate default sched_clock()Gravatar Alexey Dobriyan 1-9/+0
2007-02-11[PATCH] disable init/initramfs.c: architecturesGravatar Jean-Paul Saman 1-0/+2
2007-02-11[PATCH] M68KNOMMU: user ARRAY_SIZE macro when appropriateGravatar Ahmed S. Darwish 2-3/+3
2007-02-11[PATCH] optional ZONE_DMA: introduce CONFIG_ZONE_DMAGravatar Christoph Lameter 1-0/+4
2007-02-09[PATCH] m68knommu: use irq_handler_t for passing handler typesGravatar Greg Ungerer 12-12/+14
2007-02-09[PATCH] m68knommu: use irq_handler_t passing handler to clock initGravatar Greg Ungerer 1-2/+3
2007-02-09[PATCH] m68knommu: use irq_handler_t passing handler to PIT initGravatar Greg Ungerer 1-1/+1
2007-02-09[PATCH] m68knommu: include unused sections in linker scriptGravatar Greg Ungerer 1-0/+10
2007-02-09[PATCH] m68knommu: remove regs arg from coldfire timer interruptGravatar Greg Ungerer 1-2/+3
2006-12-08[PATCH] LOG2: Implement a general integer log2 facility in the kernelGravatar David Howells 1-0/+8
2006-12-07Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Gravatar Linus Torvalds 1-0/+1
2006-12-07[PATCH] relocatable kernel: Kallsyms generate relocatable symbolsGravatar Eric W. Biederman 1-0/+1
2006-12-06[PATCH] m68knommu: switch 68360 to using rtc_timeGravatar Greg Ungerer 1-1/+1
2006-12-06[PATCH] m68knommu: fix timer register access on 523x ColdFire platformsGravatar Greg Ungerer 1-4/+12
2006-12-04[PATCH] m68knommu: remove __rom_end from 68360 startup codeGravatar Greg Ungerer 1-1/+2
2006-12-04[PATCH] m68knommu: auto detect memory size on M5208EVB boardGravatar Michael Broughton 1-0/+20
2006-12-04[PATCH] m68knommu: add SHM supportGravatar David Wu 1-1/+22
2006-12-04[PATCH] m68knommu: add printk level for stack dumpGravatar Greg Ungerer 1-6/+7
2006-12-04[PATCH] m68knommu: add printk level for oops dumpsGravatar Greg Ungerer 1-17/+17
2006-12-04[PATCH] m68knommu: fix compile when CONFIG_BLK_DEV_INITRD=nGravatar Adrian Bunk 1-3/+0
2006-12-04[PATCH] m68knommu: formatting cleanup in KconfigGravatar Greg Ungerer 1-6/+6
2006-12-02[NET]: M68Knommu checksum annotations and cleanups.Gravatar Al Viro 2-15/+15
2006-11-30Fix misc Kconfig typosGravatar Matt LaPlante 1-2/+2
2006-11-20[PATCH] m68knommu: fix up for the irq_handler_t changesGravatar Greg Ungerer 3-11/+10
2006-10-27[PATCH] vmlinux.lds: consolidate initcall sectionsGravatar Andrew Morton 1-7/+1
2006-10-13[PATCH] m68knommu: sync syscalls with m68kGravatar Geert Uytterhoeven 1-4/+33
2006-10-04Remove all inclusions of <linux/config.h>Gravatar Dave Jones 2-3/+0
2006-10-03fix file specification in commentsGravatar Uwe Zeisberger 1-1/+1
2006-10-03more misc typo fixesGravatar Matt LaPlante 1-2/+2
2006-10-03Attack of "the the"s in archGravatar Matt LaPlante 1-1/+1
2006-10-02[PATCH] provide kernel_execve on all architecturesGravatar Arnd Bergmann 1-0/+15
2006-10-02[PATCH] nsproxy: move init_nsproxy into kernel/nsproxy.cGravatar Serge E. Hallyn 1-2/+0
2006-10-02[PATCH] namespaces: add nsproxyGravatar Serge E. Hallyn 1-0/+2
2006-10-01[PATCH] kill wall_jiffiesGravatar Atsushi Nemoto 1-6/+1
2006-09-29[PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem)Gravatar Atsushi Nemoto 1-1/+1
2006-09-26[PATCH] reduce MAX_NR_ZONES: fix MAX_NR_ZONES array initializationsGravatar Christoph Lameter 1-1/+1
2006-07-02[PATCH] irq-flags: M68KNOMMU: Use the new IRQF_ constantsGravatar Thomas Gleixner 2-3/+3
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 45-45/+0