summaryrefslogtreecommitdiffstats
path: root/arch/frv
Commit message (Expand)AuthorAgeFilesLines
* frv: delete incorrect task prototypes causing compile failPaul Gortmaker2012-05-171-4/+0
* frv: fix warnings in mb93090-mb00/pci-dma.c about implicit EXPORT_SYMBOLPaul Gortmaker2012-04-021-0/+1
* Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-291-43/+10
|\
| * frv: Use generic posix_types.hH. Peter Anvin2012-02-141-43/+10
* | Delete all instances of asm/system.hDavid Howells2012-03-281-4/+0
* | Move all declarations of free_initmem() to linux/mm.hDavid Howells2012-03-281-2/+0
* | Disintegrate asm/system.h for FRVDavid Howells2012-03-2820-226/+261
* | Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds2012-03-212-3/+3
|\ \
| * | highmem: kill all __kmap_atomic()Cong Wang2012-03-202-3/+3
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-03-201-0/+4
|\ \
| * | net: Add framework to allow sending packets with customized CRC.Ben Greear2012-02-241-0/+3
| * | sock: Introduce the SO_PEEK_OFF sock optionPavel Emelyanov2012-02-211-0/+1
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-03-201-3/+1
|\ \
| * | sched/rt: Use schedule_preempt_disabled()Thomas Gleixner2012-03-011-3/+1
| |/
* | Merge branch 'perf/fast' into perf/coreIngo Molnar2012-01-271-2/+0
|\ \ | |/ |/|
| * perf, arch: Rework perf_event_index()Peter Zijlstra2011-12-211-2/+0
* | Merge branch 'for-next' of git://git.infradead.org/users/dhowells/linux-headersLinus Torvalds2012-01-141-15/+1
|\ \
| * | UAPI: Make FRV use asm-generic/param.hDavid Howells2011-12-121-15/+1
| |/
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2012-01-113-28/+5
|\ \
| * | frv/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas2012-01-061-6/+5
| * | PCI: frv: use generic pcibios_set_master()Myron Stowe2012-01-061-14/+0
| * | PCI: Pull PCI 'latency timer' setup up into the coreMyron Stowe2012-01-062-8/+0
| |/
* | cpu: Register a generic CPU device on architectures that currently do notBen Hutchings2012-01-111-0/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2012-01-104-31/+3
|\ \
| * | frv: switch to GENERIC_PCI_IOMAPMichael S. Tsirkin2011-12-044-31/+3
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-01-081-10/+0
|\ \
| * \ Merge branch 'master' into for-nextJiri Kosina2011-11-131-22/+22
| |\ \ | | |/
| * | treewide: remove commented out Kconfig entriesPaul Bolle2011-10-291-10/+0
* | | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-081-2/+0
|\ \ \
| * | | freezer: remove now unused TIF_FREEZETejun Heo2011-11-211-2/+0
| | |/ | |/|
* | | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-082-36/+1
|\ \ \
| * | | consolidate a bunch of ipcbuf.h instancesAl Viro2012-01-031-30/+1
| * | | consolidate umode_t declarationsAl Viro2012-01-031-6/+0
| |/ /
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-11-171-0/+3
|\ \ \ | |/ / |/| |
| * | net: add wireless TX status socket optionJohannes Berg2011-11-091-0/+3
| |/
* | kgdb: follow rename pack_hex_byte() to hex_byte_pack()Andy Shevchenko2011-10-311-22/+22
|/
* All Arch: remove linkage for sys_nfsservctl system callNeilBrown2011-08-261-1/+1
* Merge branch 'apei' into apei-releaseLen Brown2011-08-031-0/+1
|\
| * Add Kconfig option ARCH_HAVE_NMI_SAFE_CMPXCHGHuang Ying2011-08-031-0/+1
* | frv: remove unnecessary codeGreg Dietsche2011-07-291-7/+1
* | atomic: cleanup asm-generic atomic*.h inclusionArun Sharma2011-07-261-1/+0
* | atomic: move atomic_add_unless to generic codeArun Sharma2011-07-261-2/+2
* | atomic: use <linux/atomic.h>Arun Sharma2011-07-263-3/+2
* | asm-generic: add another generic ext2 atomic bitopsAkinobu Mita2011-07-261-2/+1
* | ptrace: unify show_regs() prototypeMike Frysinger2011-07-261-1/+0
* | frv, exec: remove redundant set_fs(USER_DS)Mathias Krause2011-07-262-5/+1
* | modules: make arch's use default loader hooksJonas Bonn2011-07-241-54/+3
|/
* Merge branch 'setns'Linus Torvalds2011-05-282-1/+3
|\
| * ns: Wire up the setns system callEric W. Biederman2011-05-282-1/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2011-05-271-20/+0
|\ \
OpenPOWER on IntegriCloud