aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/macintosh/via-pmu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
2018-12-22macintosh: Use of_node_name_{eq, prefix} for node name comparisonsRob Herring1-2/+2
2018-10-08macintosh: Use common code to access RTCFinn Thain1-0/+33
2018-07-31macintosh/via-pmu: Disambiguate interrupt statisticsFinn Thain1-8/+12
2018-07-31macintosh/via-pmu: Clean up interrupt statisticsFinn Thain1-17/+22
2018-07-31macintosh/via-pmu: Add support for m68k PowerBooksFinn Thain1-11/+90
2018-07-31macintosh/via-pmu: Replace via pointer with via1 and via2 pointersFinn Thain1-73/+69
2018-07-31macintosh/via-pmu: Enhance state machine with new 'uninitialized' stateFinn Thain1-22/+22
2018-07-31macintosh/via-pmu: Don't clear shift register interrupt flag twiceFinn Thain1-1/+0
2018-07-31macintosh/via-pmu: Add missing mmio accessorsFinn Thain1-4/+5
2018-07-31macintosh/via-pmu: Fix section mismatch warningFinn Thain1-1/+1
2018-06-07Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-9/+9
2018-05-25powerpc/sparse: Fix plain integer as NULL pointer warningMathieu Malaterre1-9/+9
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-47/+10
2018-03-31macintosh/adb: Use C99 initializers for struct adb_driver instancesFinn Thain1-7/+7
2018-03-13powerpc/via-pmu: Fix section mismatch warningMathieu Malaterre1-1/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2018-01-17powerpc/via-pmu: Deprecate pci_get_bus_and_slot()Sinan Kaya1-1/+1
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-09-20powerpc: Remove all usages of NO_IRQMichael Ellerman1-3/+3
2016-05-01powerpc/mm: Abstraction for switch_mmu_context()Aneesh Kumar K.V1-2/+2
2015-11-26powerpc/powermac: IRQF_NO_SUSPEND not IRQF_TIMER for non-timerJohn Ogness1-2/+3
2015-03-25powerpc/pmac: replace current->state by set_current_state()Fabian Frederick1-2/+2
2015-03-17powerpc/via-pmu: fix OF node leak in Keylargo initPhil Carmody1-0/+1
2015-03-17powerpc/via-pmu: fix error path in find_via_pmu()Phil Carmody1-9/+11
2013-10-09drivers: clean-up prom.h implicit includesRob Herring1-0/+2
2013-05-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-2/+3
2013-04-23powerpc/pmac/smu: Use %*ph to print small buffersAndy Shevchenko1-2/+3
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2011-05-20powerpc/pmac: Update via-pmu to new syscore_opsBenjamin Herrenschmidt1-44/+12
2010-11-16suspend: constify platform_suspend_opsLionel Debroux1-1/+1
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-09-15mac: autoconvert trivial BKL users to private mutexArnd Bergmann1-5/+6
2010-08-24via-pmu: Add compat_pmu_ioctlAndreas Schwab1-0/+42
2010-07-29powerpc: Use IRQF_NO_SUSPEND not IRQF_TIMER for non-timer interruptsIan Campbell1-4/+5
2010-05-17drivers: Push down BKL into various driversArnd Bergmann1-3/+14
2010-02-09of: add 'of_' prefix to machine_is_compatible()Grant Likely1-4/+4
2009-12-08powerpc/via-pmu: Convert to proc_fops/seq_fileAlexey Dobriyan1-69/+91
2009-10-14powerpc/pmac: Fix issues with sleep on some powerbooksBenjamin Herrenschmidt1-17/+23
2008-12-21powerpc/mm: Split mmu_context handlingBenjamin Herrenschmidt1-2/+2
2008-07-02via-pmu: BKL pushdownArnd Bergmann1-0/+3
2008-03-13[POWERPC] Fix build of modular drivers/macintosh/apm_emu.cGuido Guenther1-1/+1
2008-01-31Merge branch 'linux-2.6'Paul Mackerras1-1/+1
2008-01-24Driver core: change sysdev classes to use dynamic kobject namesKay Sievers1-1/+1