summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* ARM: io: remove IO_SPACE_LIMIT from platforms with ISA/PCI and 64K windowRussell King2011-08-175-10/+0
* ARM: io: add a default IO_SPACE_LIMIT definitionRussell King2011-08-171-0/+21
* ARM: io: RiscPC: eliminate private inb() et.al. definitionsRussell King2011-08-171-182/+8
* ARM: io: RiscPC: make EASI_BASE a void iomem pointerRussell King2011-08-173-4/+4
* ARM: io: ecard: remove ioaddr() from ecard.cRussell King2011-08-173-29/+14
* ARM: io: ecard: move ioaddr() inside __ecard_addressRussell King2011-08-172-6/+6
* ARM: io: RiscPC: define io addresses relative to IO_BASERussell King2011-08-171-6/+6
* ARM: io: s3c2410: remove ioaddr()Russell King2011-08-171-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2011-08-081-2/+4
|\
| * sparc: Fix build with DEBUG_PAGEALLOC enabled.David S. Miller2011-08-061-2/+4
* | arm: remove stale export of 'sha_transform'Linus Torvalds2011-08-081-3/+0
* | arm: remove "optimized" SHA1 routinesLinus Torvalds2011-08-072-212/+1
* | Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-08-063-7/+6
|\ \ | |/ |/|
| * xen/trace: Fix compile error when CONFIG_XEN_PRIVILEGED_GUEST is not setKonrad Rzeszutek Wilk2011-08-051-0/+1
| * xen: Fix misleading WARN message at xen_release_chunkIgor Mammedov2011-08-041-5/+3
| * xen: Fix printk() format in xen/setup.cIgor Mammedov2011-08-041-2/+2
| * xen/tracing: it looks like we wanted CONFIG_FTRACEJeremy Fitzhardinge2011-08-041-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2011-08-0530-258/+661
|\ \
| * | sparc: Size mondo queues more sanely.David S. Miller2011-08-051-7/+23
| * | sparc: Access kernel TSB using physical addressing when possible.David S. Miller2011-08-054-40/+85
| * | sparc: Fix __atomic_add_unless() return value.Josip Rodin2011-08-041-1/+1
| * | sparc: use kbuild-generic support for true asm-generic header filesSam Ravnborg2011-08-045-9/+5
| * | sparc: Use popc when possible for ffs/__ffs/ffz.David S. Miller2011-08-037-15/+126
| * | sparc: Set reboot-cmd using reboot data hypervisor call if available.David S. Miller2011-08-035-9/+53
| * | sparc: Add some missing hypervisor API groups.David S. Miller2011-08-032-0/+12
| * | sparc: Use hweight64() in popc emulation.David S. Miller2011-08-031-11/+4
| * | sparc: Use popc if possible for hweight routines.David S. Miller2011-08-037-40/+102
| * | sparc: Minor tweaks to Niagara page copy/clear.David S. Miller2011-08-034-102/+77
| * | sparc: Sanitize cpu feature detection and reporting.David S. Miller2011-07-294-36/+185
* | | Merge branch 'fixefi' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/l...Linus Torvalds2011-08-051-1/+1
|\ \ \
| * | | efi: Fix argument types for SetVariable() for ia64Matthew Garrett2011-08-051-1/+1
* | | | cpuidle: Consistent spelling of cpuidle_idle_call()David Brown2011-08-052-2/+2
* | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/pa...Linus Torvalds2011-08-044-9/+65
|\ \ \ \
| * | | | [PARISC] wire up sendmmsg syscallJames Bottomley2011-08-012-1/+3
| * | | | [PARISC] fix return type of __atomic64_add_returnJohn David Anglin2011-07-291-2/+2
| * | | | [PARISC] Fix futex supportCarlos O'Donell2011-07-181-6/+60
* | | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2011-08-0417-117/+295
|\ \ \ \ \
| * | | | | [S390] signal: use set_restore_sigmask() helperHeiko Carstens2011-08-031-1/+1
| * | | | | [S390] smp: remove pointless comments in startup_secondary()Heiko Carstens2011-08-031-6/+0
| * | | | | [S390] exec: remove redundant set_fs(USER_DS)Mathias Krause2011-08-031-2/+0
| * | | | | [S390] cpu hotplug: on cpu start wait until being marked activeHeiko Carstens2011-08-031-1/+6
| * | | | | [S390] signal: convert to use set_current_blocked()Heiko Carstens2011-08-032-72/+30
| * | | | | [S390] asm offsets: fix coding styleHeiko Carstens2011-08-031-6/+3
| * | | | | [S390] Add support for IBM zEnterprise 114Heiko Carstens2011-08-032-4/+5
| * | | | | [S390] Use diagnose 308 for system resetMichael Holzheu2011-08-033-0/+43
| * | | | | [S390] Export store_status() functionMichael Holzheu2011-08-031-20/+60
| * | | | | [S390] Add PSW restart shutdown triggerMichael Holzheu2011-08-039-5/+146
| * | | | | [S390] missing return in page_table_alloc_pgsteJan Glauber2011-08-031-0/+1
* | | | | | x86: don't include xen/xen.h in <asm/io.h> unless XEN is enabledLinus Torvalds2011-08-041-2/+1
* | | | | | Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-08-0411-31/+1090
|\ \ \ \ \ \