index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
macintosh
/
via-pmu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-08
macintosh: Use common code to access RTC
Finn Thain
1
-0
/
+33
2018-07-31
macintosh/via-pmu: Disambiguate interrupt statistics
Finn Thain
1
-8
/
+12
2018-07-31
macintosh/via-pmu: Clean up interrupt statistics
Finn Thain
1
-17
/
+22
2018-07-31
macintosh/via-pmu: Add support for m68k PowerBooks
Finn Thain
1
-11
/
+90
2018-07-31
macintosh/via-pmu: Replace via pointer with via1 and via2 pointers
Finn Thain
1
-73
/
+69
2018-07-31
macintosh/via-pmu: Enhance state machine with new 'uninitialized' state
Finn Thain
1
-22
/
+22
2018-07-31
macintosh/via-pmu: Don't clear shift register interrupt flag twice
Finn Thain
1
-1
/
+0
2018-07-31
macintosh/via-pmu: Add missing mmio accessors
Finn Thain
1
-4
/
+5
2018-07-31
macintosh/via-pmu: Fix section mismatch warning
Finn Thain
1
-1
/
+1
2018-06-07
Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-9
/
+9
2018-05-25
powerpc/sparse: Fix plain integer as NULL pointer warning
Mathieu Malaterre
1
-9
/
+9
2018-05-16
proc: introduce proc_create_single{,_data}
Christoph Hellwig
1
-47
/
+10
2018-03-31
macintosh/adb: Use C99 initializers for struct adb_driver instances
Finn Thain
1
-7
/
+7
2018-03-13
powerpc/via-pmu: Fix section mismatch warning
Mathieu Malaterre
1
-1
/
+1
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-1
/
+1
2018-02-06
Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2018-01-17
powerpc/via-pmu: Deprecate pci_get_bus_and_slot()
Sinan Kaya
1
-1
/
+1
2017-11-28
the rest of drivers/*: annotate ->poll() instances
Al Viro
1
-2
/
+2
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
1
-1
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-09-20
powerpc: Remove all usages of NO_IRQ
Michael Ellerman
1
-3
/
+3
2016-05-01
powerpc/mm: Abstraction for switch_mmu_context()
Aneesh Kumar K.V
1
-2
/
+2
2015-11-26
powerpc/powermac: IRQF_NO_SUSPEND not IRQF_TIMER for non-timer
John Ogness
1
-2
/
+3
2015-03-25
powerpc/pmac: replace current->state by set_current_state()
Fabian Frederick
1
-2
/
+2
2015-03-17
powerpc/via-pmu: fix OF node leak in Keylargo init
Phil Carmody
1
-0
/
+1
2015-03-17
powerpc/via-pmu: fix error path in find_via_pmu()
Phil Carmody
1
-9
/
+11
2013-10-09
drivers: clean-up prom.h implicit includes
Rob Herring
1
-0
/
+2
2013-05-02
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
1
-2
/
+3
2013-04-23
powerpc/pmac/smu: Use %*ph to print small buffers
Andy Shevchenko
1
-2
/
+3
2013-04-09
procfs: new helper - PDE_DATA(inode)
Al Viro
1
-1
/
+1
2012-03-28
Remove all #inclusions of asm/system.h
David Howells
1
-1
/
+0
2011-05-20
powerpc/pmac: Update via-pmu to new syscore_ops
Benjamin Herrenschmidt
1
-44
/
+12
2010-11-16
suspend: constify platform_suspend_ops
Lionel Debroux
1
-1
/
+1
2010-10-22
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
Linus Torvalds
1
-0
/
+1
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
1
-0
/
+1
2010-09-15
mac: autoconvert trivial BKL users to private mutex
Arnd Bergmann
1
-5
/
+6
2010-08-24
via-pmu: Add compat_pmu_ioctl
Andreas Schwab
1
-0
/
+42
2010-07-29
powerpc: Use IRQF_NO_SUSPEND not IRQF_TIMER for non-timer interrupts
Ian Campbell
1
-4
/
+5
2010-05-17
drivers: Push down BKL into various drivers
Arnd Bergmann
1
-3
/
+14
2010-02-09
of: add 'of_' prefix to machine_is_compatible()
Grant Likely
1
-4
/
+4
2009-12-08
powerpc/via-pmu: Convert to proc_fops/seq_file
Alexey Dobriyan
1
-69
/
+91
2009-10-14
powerpc/pmac: Fix issues with sleep on some powerbooks
Benjamin Herrenschmidt
1
-17
/
+23
2008-12-21
powerpc/mm: Split mmu_context handling
Benjamin Herrenschmidt
1
-2
/
+2
2008-07-02
via-pmu: BKL pushdown
Arnd Bergmann
1
-0
/
+3
2008-03-13
[POWERPC] Fix build of modular drivers/macintosh/apm_emu.c
Guido Guenther
1
-1
/
+1
2008-01-31
Merge branch 'linux-2.6'
Paul Mackerras
1
-1
/
+1
2008-01-24
Driver core: change sysdev classes to use dynamic kobject names
Kay Sievers
1
-1
/
+1
2007-12-21
[POWERPC] Fix for via-pmu based backlight control
Benjamin Herrenschmidt
1
-15
/
+11
2007-12-21
[POWERPC] Implement arch disable/enable irq hooks.
Scott Wood
1
-42
/
+6
[next]