summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* clocksource: um: Convert to clocksource_register_hz/khzJohn Stultz2011-11-221-4/+2Star
* clocksource: parisc: Convert to clocksource_register_hz/khzJohn Stultz2011-11-221-5/+1Star
* clocksource: m86k: Convert to clocksource_register_hz/khzJohn Stultz2011-11-225-16/+5Star
* time: x86: Remove CLOCK_TICK_RATE from mach_timer.hDeepak Saxena2011-11-221-1/+1
* time: x86: Remove CLOCK_TICK_RATE from tsc codeDeepak Saxena2011-11-221-2/+2
* time, s390: Get rid of compile warningHeiko Carstens2011-10-121-1/+1
* time: Cleanup old CONFIG_GENERIC_TIME references that snuck inJohn Stultz2011-10-048-15/+0Star
* s390: Use direct ktime path for s390 clockevent deviceMartin Schwidefsky2011-09-081-4/+9
* clockevents: Make minimum delay adjustments configurableMartin Schwidefsky2011-09-081-0/+1
* 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/+0Star
* | arm: remove "optimized" SHA1 routinesLinus Torvalds2011-08-072-212/+1Star
* | Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-08-063-7/+6Star
|\ \ | |/ |/|
| * 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/+3Star
| * 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/+5Star
| * | 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/+4Star
| * | 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/+77Star
| * | 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/+0Star
| * | | | | [S390] exec: remove redundant set_fs(USER_DS)Mathias Krause2011-08-031-2/+0Star
| * | | | | [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/+30Star
| * | | | | [S390] asm offsets: fix coding styleHeiko Carstens2011-08-031-6/+3Star
| * | | | | [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/+1Star