aboutsummaryrefslogtreecommitdiffstats
path: root/arch/h8300
AgeCommit message (Expand)AuthorFilesLines
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-40/+9
2012-03-28Delete all instances of asm/system.hDavid Howells1-5/+0
2012-03-28Disintegrate asm/system.h for H8300David Howells17-152/+158
2012-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+4
2012-03-01sched/rt: Use schedule_preempt_disabled()Thomas Gleixner1-3/+1
2012-02-24net: Add framework to allow sending packets with customized CRC.Ben Greear1-0/+3
2012-02-21sock: Introduce the SO_PEEK_OFF sock optionPavel Emelyanov1-0/+1
2012-02-14h8300: Use generic posix_types.hH. Peter Anvin1-40/+9
2012-01-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds1-5/+0
2012-01-11cpu: Register a generic CPU device on architectures that currently do notBen Hutchings1-0/+1
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+0
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2-46/+1
2012-01-06PCI: Pull PCI 'latency timer' setup up into the coreMyron Stowe1-5/+0
2012-01-03consolidate a bunch of ipcbuf.h instancesAl Viro1-29/+1
2012-01-03consolidate umode_t declarationsAl Viro1-17/+0
2011-11-21freezer: remove now unused TIF_FREEZETejun Heo1-2/+0
2011-11-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+3
2011-11-09net: add wireless TX status socket optionJohannes Berg1-0/+3
2011-10-29Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds3-2/+2
2011-10-26h8300: Move gpio.h to gpio-internal.hMark Brown3-2/+2
2011-10-26Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+1
2011-10-18h8300: drivers/serial/Kconfig was movedPaul Bolle1-1/+1
2011-10-13h8300: drop puzzling Kconfig dependenciesPaul Bolle1-1/+1
2011-08-26All Arch: remove linkage for sys_nfsservctl system callNeilBrown1-1/+1
2011-07-26atomic: cleanup asm-generic atomic*.h inclusionArun Sharma1-1/+0
2011-07-26atomic: move atomic_add_unless to generic codeArun Sharma1-2/+2
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+0
2011-07-26h8300/m68k/xtensa: __FD_ISSET should return 0/1Andrew Morton1-1/+1
2011-07-26ptrace: unify show_regs() prototypeMike Frysinger1-1/+0
2011-07-25Merge 'akpm' patch seriesLinus Torvalds1-2/+0
2011-07-25h8300, exec: remove redundant set_fs(USER_DS)Mathias Krause1-2/+0
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2011-07-24modules: make arch's use default loader hooksJonas Bonn1-45/+0
2011-07-21treewide: fix potentially dangerous trailing ';' in #defined values/expressionsPhil Carmody1-1/+1
2011-07-05h8300: Use generic config PREEMPT definitionFrederic Weisbecker1-3/+1
2011-05-28Merge branch 'setns'Linus Torvalds2-1/+3
2011-05-28ns: Wire up the setns system callEric W. Biederman2-1/+3
2011-05-26arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}Akinobu Mita1-8/+0
2011-03-30genirq: Remove the now obsolete config options and select statementsThomas Gleixner1-1/+0
2011-03-25Merge branch 'irq-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-32/+2
2011-03-24h8300: Use generic show_interrupts()Thomas Gleixner2-31/+1
2011-03-24h8300: Convert genirq namespaceThomas Gleixner1-1/+1
2011-03-23bitops: remove minix bitops from asm/bitops.hAkinobu Mita1-1/+0
2011-03-23bitops: remove ext2 non-atomic bitops from asm/bitops.hAkinobu Mita1-1/+0
2011-03-23bitops: introduce little-endian bitops for most architecturesAkinobu Mita1-0/+1
2011-03-23bitops: introduce CONFIG_GENERIC_FIND_BIT_LEAkinobu Mita1-0/+4
2011-03-22add the common dma_addr_t typedef to include/linux/types.hFUJITA Tomonori1-4/+0
2011-03-20Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds1-1/+1
2011-03-17h8300: change to new flag variablematt mooney1-1/+1
2011-01-31h8300: Switch do_timer() to xtime_update()Torben Hohn2-4/+2
2011-01-21h8300: Use generic irq KconfigThomas Gleixner2-5/+3
2011-01-21h8300: Convert interrupt handling to flow handlerThomas Gleixner1-12/+3
2011-01-21h8300: Convert to new irq_chip functionsThomas Gleixner1-17/+16
2011-01-20kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes1-1/+1
2010-12-22Merge branch 'master' into for-nextJiri Kosina1-1/+0
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-10-28Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds1-7/+0
2010-10-27ptrace: cleanup arch_ptrace() on h8300Namhyung Kim1-15/+15
2010-10-27ptrace: change signature of arch_ptrace()Namhyung Kim1-3/+4
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2-4/+5
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds1-80/+1
2010-10-22ioctl: Use asm-generic/ioctls.h on h8300 (enables termiox)Jeff Mahoney1-80/+1
2010-10-18Update broken web addresses in arch directory.Justin P. Mattock2-4/+5
2010-10-12Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek11-355/+9
2010-10-07Fix IRQ flag handling namingDavid Howells2-23/+44
2010-10-05modules: Fix module_bug_list list corruption raceLinus Torvalds1-2/+1
2010-09-19kbuild: migrate all arch to the kconfig mainmenu upgradeArnaud Lacombe1-7/+0
2010-09-07h8300: Fix missing consts in kernel_execve()David Howells1-2/+2
2010-09-07h8300: Fix die()David Howells2-2/+4
2010-09-07h8300: IRQ flags should be stored in an unsigned longDavid Howells1-5/+10
2010-08-17Make do_execve() take a const filename pointerDavid Howells2-2/+7
2010-08-14defconfig reductionSam Ravnborg1-332/+1
2010-08-13Mark arguments to certain syscalls as being constDavid Howells1-1/+1
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+0
2010-08-10tty: Add EXTPROC support for LINEMODEhyc@symas.com2-0/+3
2010-08-09alpha/h8300/m68k: remove obsolete <asm/md.h> filesGeert Uytterhoeven1-13/+0
2010-08-07remove needless ISA_DMA_THRESHOLDFUJITA Tomonori1-2/+0
2010-08-06Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-4/+0
2010-08-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2010-07-27time: Kill off CONFIG_GENERIC_TIMEJohn Stultz1-4/+0
2010-06-18Merge commit 'v2.6.35-rc3' into perf/coreIngo Molnar2-2/+2
2010-06-16Merge branch 'master' into for-nextJiri Kosina3-13/+3
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König3-3/+3
2010-06-09arch: Implement local64_tPeter Zijlstra1-0/+1
2010-06-01Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds2-2/+2
2010-05-27h8300: use asm-generic/scatterlist.hFUJITA Tomonori1-11/+1
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2010-05-19Merge branch 'timers-for-linus-cleanups' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-3/+7
2010-05-17atomic_t: Cast to volatile when accessing atomic variablesAnton Blanchard1-1/+1
2010-05-14add descriptive comment for TIF_MEMDIE task flag declaration.Andreas Dilger1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo4-4/+2
2010-03-13h8300: Convert h8300 to use read/update_persistent_clockJohn Stultz1-3/+7
2010-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2010-03-12h8300: use generic ptrace_resume codeChristoph Hellwig4-51/+13
2010-03-12ptrace: use ptrace_request() in the remaining architecturesChristoph Hellwig1-29/+1
2010-03-12Add generic sys_ipc wrapperChristoph Hellwig2-88/+1
2010-03-12Add generic sys_old_mmap()Christoph Hellwig3-35/+2
2010-03-12Add generic sys_old_select()Christoph Hellwig3-17/+2
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-03-03Rename .text.startup to .text..startup.Denys Vlasenko2-2/+2
2010-02-27m68k{,nommu}/h8300: Remove obsolete comment about map_chunkPhilippe De Muyter1-2/+2
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2009-12-17Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds1-0/+1
2009-12-16Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds3-3/+4
2009-12-16elf: kill USE_ELF_CORE_DUMPChristoph Hellwig1-1/+0
2009-12-15module: make MODULE_SYMBOL_PREFIX into a CONFIG optionAlan Jenkins3-3/+4
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner1-2/+2
2009-12-12kbuild: move asm-offsets.h to include/generatedSam Ravnborg1-0/+1
2009-12-11Unify sys_mmap*Al Viro2-82/+3
2009-12-09Merge branch 'bkl-arch-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+1
2009-12-08Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+1
2009-11-26block: add helpers to run flush_dcache_page() against a bio and a request's p...Ilya Loginov1-0/+1
2009-10-14h83000: Remove BKL from sys_execveJohn Kacur1-4/+1
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman1-0/+2
2009-09-24h8300: Cleanup linker script using new linker script macros.Tim Abbott1-18/+7
2009-09-23headers: utsname.h reduxAlexey Dobriyan1-1/+0
2009-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds1-3/+2
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+0
2009-09-22h8300: convert to asm-generic/hardirq.hChristoph Hellwig2-17/+3
2009-09-22mm: remove duplicate asm/mman.h filesArnd Bergmann1-19/+1
2009-09-22mm: add MAP_HUGETLB for mmaping pseudo-anonymous huge page regionsArnd Bergmann1-0/+2
2009-09-21trivial: remove references to non-existent include/linux/config.hMarkus Heidelberg1-1/+0
2009-09-21Use new __init_task_data macro in arch init_task.c files.Joe Perches1-3/+2
2009-09-16Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds1-1/+0
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds1-3/+2
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-0/+3
2009-09-09PCI: remove pcibios_scan_all_fns()Alex Chiang1-1/+0
2009-09-09KEYS: Add missing linux/tracehook.h #inclusionsDavid Howells1-0/+1
2009-09-02KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells1-0/+2
2009-09-02KEYS: Extend TIF_NOTIFY_RESUME to (almost) all architectures [try #6]David Howells2-0/+7
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo1-1/+1
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2009-08-05net: implement a SO_DOMAIN getsockoptionJan Engelhardt1-0/+1
2009-08-05net: implement a SO_PROTOCOL getsockoptionJan Engelhardt1-0/+2
2009-07-10sched: INIT_PREEMPT_COUNTPeter Zijlstra1-1/+1
2009-07-09linker script: unify usage of discard definitionTejun Heo1-4/+2
2009-07-04Merge branch 'master' into for-nextTejun Heo1-4/+4
2009-06-24linker script: throw away .discard sectionTejun Heo1-0/+1
2009-06-23h8/300: fix incorrect "select" directives in arch/h8300/Kconfig.cpu.Robert P. J. Day1-4/+4
2009-06-18ptrace: remove PT_DTRACE from arch/h8300Oleg Nesterov1-1/+0
2009-06-16kmap_types: make most arches use generic header fileRandy Dunlap1-16/+1
2009-06-16mm: consolidate init_mm definitionAlexey Dobriyan1-4/+0
2009-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds5-4/+5
2009-06-12module: cleanup FIXME comments about trimming exception table entries.Rusty Russell1-2/+0
2009-06-11asm-generic: rename page.h and uaccess.hArnd Bergmann1-1/+1
2009-06-11asm-generic: rename atomic.h to atomic-long.hArnd Bergmann1-1/+1
2009-06-11asm-generic: introduce asm/bitsperlong.hArnd Bergmann1-0/+1
2009-06-11asm-generic: rename termios.h, signal.h and mman.hArnd Bergmann2-2/+2
2009-05-29flat: fix data sections alignmentOskar Schirmer1-1/+0
2009-04-17Get rid of final remnants of include/asm-$(ARCH)Linus Torvalds1-0/+25
2009-04-05Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2009-04-02Simplify copy_thread()Alexey Dobriyan1-1/+1
2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar1-0/+1
2009-03-30trivial: h8300: Storage class should be before const qualifierTobias Klauser1-1/+1
2009-03-30cpumask: remove references to struct irqaction's mask field.Rusty Russell4-4/+0
2009-03-26Merge branch 'header-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2009-03-26Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2009-03-06Merge branch 'x86/core' into tracing/texteditIngo Molnar1-1/+1
2009-03-02tracing: make CALLER_ADDRx overwriteableUwe Kleine-Koenig1-0/+1
2009-02-15net: new user space API for time stamping of incoming and outgoing packetsPatrick Ohly1-0/+3
2009-02-13Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/coreIngo Molnar1-2/+2
2009-02-01headers_check fix: h8300, swab.hJaswinder Singh Rajput1-1/+1
2009-01-14Merge branch 'syscalls' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds1-1/+1
2009-01-14byteorder: make swab.h include asm/swab.h like a regular headerHarvey Harrison2-2/+0
2009-01-14[CVE-2009-0029] Rename old_readdir to sys_old_readdirHeiko Carstens1-1/+1
2009-01-11sparseirq: use kstat_irqs_cpu insteadYinghai Lu1-2/+2
2009-01-08NOMMU: Make VMAs per MM as for MMU-mode linuxDavid Howells1-1/+0
2009-01-06h8300: introduce asm/swab.hHarvey Harrison3-7/+12
2009-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds1-0/+2
2009-01-06atomic_t: unify all arch definitionsMatthew Wilcox1-1/+2
2009-01-06Staging: Kconfig for ARCH=arm,8300, crisF. Duncan M. Haldane1-0/+2
2009-01-03Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2009-01-03h8300: define __flsRusty Russell1-0/+1
2008-12-31take init_fs to saner placeAl Viro1-1/+0
2008-10-23Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+2
2008-10-20container freezer: implement freezer cgroup subsystemMatt Helsley1-0/+2
2008-10-20container freezer: add TIF_FREEZE flag to all architecturesMatt Helsley1-0/+2
2008-10-20Merge branch 'master' into for-upstreamDavid Vrabel29-429/+496
2008-10-16Merge branch 'personality' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds1-1/+1
2008-10-16asm-h8300/md.h: remove CVS keywordAdrian Bunk1-1/+1
2008-10-16h8300: GENERIC_BUG supportYoshinori Sato6-10/+25
2008-10-16h8300: update timer handler - misc updateYoshinori Sato4-83/+97
2008-10-16h8300: update timer handler - new filesYoshinori Sato5-0/+372
2008-10-16h8300: update timer handler - delete filesYoshinori Sato10-310/+0
2008-10-16[PATCH] remove unused ibcs2/PER_SVR4 in SET_PERSONALITYMartin Schwidefsky1-1/+1
2008-09-17uwb: add the UWB stack (build system)Greg Kroah-Hartman1-0/+2
2008-09-06Remove asm/a.out.h files for all architectures without a.out support.Adrian Bunk2-21/+0
2008-09-06Remove redundant CONFIG_ARCH_SUPPORTS_AOUTDavid Woodhouse1-3/+0
2008-08-13[h8300] move include/asm-h8300 to arch/h8300/include/asmLinus Torvalds99-0/+4610
2008-08-12h8300: fix section mismatchesYoshinori Sato1-6/+3
2008-07-26h8300: use generic show_mem()Johannes Weiner1-27/+0
2008-07-25pty: remove unused UNIX98_PTY_COUNT optionsAdrian Bunk1-14/+0
2008-07-25inflate: refactor inflate malloc codeThomas Petazzoni1-38/+0
2008-07-24PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi1-0/+1
2008-05-16[PATCH] take init_files to fs/file.cAl Viro1-1/+0
2008-05-03unified (weak) sys_pipe implementationUlrich Drepper1-17/+0
2008-04-29h8300: use kbuild.h instead of defining macros in asm-offsets.cChristoph Lameter1-5/+1
2008-04-17Generic semaphore implementationMatthew Wilcox3-134/+1