aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/lib/delay.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-30s390/delay: sync comment within __delay() with realityHeiko Carstens1-7/+4
2022-02-06s390: remove invalid email address of Heiko CarstensHeiko Carstens1-1/+0
2021-07-27s390/delay: get rid of not needed header includesHeiko Carstens1-9/+2
2020-12-16s390/delay: remove udelay_simple()Heiko Carstens1-28/+6
2020-12-16s390/delay: simplify udelayHeiko Carstens1-82/+17
2020-12-14Merge tag 's390-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-0/+13
2020-12-02s390: fix irq state tracingHeiko Carstens1-3/+2
2020-11-09s390/udelay: make it work for the early codeVasily Gorbik1-0/+13
2020-05-28s390: remove critical section cleanup from entry.SSven Schnelle1-1/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-26s390/time: add support for the TOD clock epoch extensionMartin Schwidefsky1-1/+1
2017-02-17s390: Audit and remove any remaining unnecessary uses of module.hPaul Gortmaker1-1/+1
2015-10-14s390/udelay: make udelay have busy loop semanticsHeiko Carstens1-16/+14
2015-08-07s390/lib: export __delayGuenter Roeck1-0/+1
2014-10-09s390/idle: consolidate idle functions and definitionsMartin Schwidefsky1-2/+2
2013-10-22s390/time: correct use of store clock fastMartin Schwidefsky1-7/+7
2013-08-28s390/time: return with irqs disabled from psw_idleMartin Schwidefsky1-2/+0
2013-02-14s390/time: rename tod clock access functionsHeiko Carstens1-8/+8
2012-07-20s390/vtimer: rework virtual timer interfaceMartin Schwidefsky1-1/+1
2012-07-20s390/comments: unify copyright messages and remove file namesHeiko Carstens1-1/+1
2012-03-11[S390] rework idle codeMartin Schwidefsky1-17/+14
2011-10-30[S390] cleanup psw related bits and piecesMartin Schwidefsky1-1/+2
2011-05-26[S390] delay: implement ndelayHeiko Carstens1-0/+15
2011-01-05[S390] time: let local_tick_enable/disable() reprogram the clock comparatorHeiko Carstens1-2/+0
2010-11-25[S390] nmi: fix clock comparator revalidationHeiko Carstens1-5/+9
2009-10-06[S390] Provide arch specific mdelay implementation.Heiko Carstens1-7/+7
2009-10-06[S390] Fix enabled udelay for short delays.Christian Borntraeger1-4/+9
2009-07-07[S390] udelay: disable lockdep to avoid false positivesHeiko Carstens1-0/+2
2009-03-26[S390] move EXPORT_SYMBOLs to definitionsHeiko Carstens1-0/+2
2008-10-10[S390] Move private simple udelay function to arch/s390/lib/delay.c.Heiko Carstens1-0/+13
2008-10-03[S390] nohz: Fix __udelay.Heiko Carstens1-34/+54
2008-08-01[S390] nohz/sclp: disable timer on synchronous waits.Heiko Carstens1-2/+2
2008-04-17[S390] Convert s390 to GENERIC_CLOCKEVENTS.Heiko Carstens1-7/+7
2007-02-21[S390] prevent softirqs if delay is called disabledMartin Schwidefsky1-0/+7
2007-02-05[S390] ETR support.Martin Schwidefsky1-14/+34
2006-09-28[S390] Inline assembly cleanup.Martin Schwidefsky1-7/+4
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-02-14[PATCH] s390: fix __delay implementationHeiko Carstens1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+51