| Commit message (Expand) | Author | Age | Files | Lines |
* | macintosh/adb: Use C99 initializers for struct adb_driver instances | Finn Thain | 2018-03-30 | 1 | -7/+7 |
* | powerpc/via-pmu: Fix section mismatch warning | Mathieu Malaterre | 2018-03-13 | 1 | -1/+1 |
* | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 2018-02-11 | 1 | -1/+1 |
* | Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2018-02-06 | 1 | -1/+1 |
|\ |
|
| * | powerpc/via-pmu: Deprecate pci_get_bus_and_slot() | Sinan Kaya | 2018-01-17 | 1 | -1/+1 |
* | | the rest of drivers/*: annotate ->poll() instances | Al Viro | 2017-11-28 | 1 | -2/+2 |
|/ |
|
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 2017-03-02 | 1 | -1/+1 |
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 1 | -1/+1 |
* | powerpc: Remove all usages of NO_IRQ | Michael Ellerman | 2016-09-20 | 1 | -3/+3 |
* | powerpc/mm: Abstraction for switch_mmu_context() | Aneesh Kumar K.V | 2016-05-01 | 1 | -2/+2 |
* | powerpc/powermac: IRQF_NO_SUSPEND not IRQF_TIMER for non-timer | John Ogness | 2015-11-26 | 1 | -2/+3 |
* | powerpc/pmac: replace current->state by set_current_state() | Fabian Frederick | 2015-03-25 | 1 | -2/+2 |
* | powerpc/via-pmu: fix OF node leak in Keylargo init | Phil Carmody | 2015-03-17 | 1 | -0/+1 |
* | powerpc/via-pmu: fix error path in find_via_pmu() | Phil Carmody | 2015-03-17 | 1 | -9/+11 |
* | drivers: clean-up prom.h implicit includes | Rob Herring | 2013-10-10 | 1 | -0/+2 |
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2013-05-02 | 1 | -2/+3 |
|\ |
|
| * | powerpc/pmac/smu: Use %*ph to print small buffers | Andy Shevchenko | 2013-04-23 | 1 | -2/+3 |
* | | procfs: new helper - PDE_DATA(inode) | Al Viro | 2013-04-09 | 1 | -1/+1 |
|/ |
|
* | Remove all #inclusions of asm/system.h | David Howells | 2012-03-28 | 1 | -1/+0 |
* | powerpc/pmac: Update via-pmu to new syscore_ops | Benjamin Herrenschmidt | 2011-05-20 | 1 | -44/+12 |
* | suspend: constify platform_suspend_ops | Lionel Debroux | 2010-11-16 | 1 | -1/+1 |
* | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 2010-10-22 | 1 | -0/+1 |
|\ |
|
| * | llseek: automatically add .llseek fop | Arnd Bergmann | 2010-10-15 | 1 | -0/+1 |
* | | mac: autoconvert trivial BKL users to private mutex | Arnd Bergmann | 2010-09-15 | 1 | -5/+6 |
|/ |
|
* | via-pmu: Add compat_pmu_ioctl | Andreas Schwab | 2010-08-24 | 1 | -0/+42 |
* | powerpc: Use IRQF_NO_SUSPEND not IRQF_TIMER for non-timer interrupts | Ian Campbell | 2010-07-29 | 1 | -4/+5 |
* | drivers: Push down BKL into various drivers | Arnd Bergmann | 2010-05-17 | 1 | -3/+14 |
* | of: add 'of_' prefix to machine_is_compatible() | Grant Likely | 2010-02-09 | 1 | -4/+4 |
* | powerpc/via-pmu: Convert to proc_fops/seq_file | Alexey Dobriyan | 2009-12-08 | 1 | -69/+91 |
* | powerpc/pmac: Fix issues with sleep on some powerbooks | Benjamin Herrenschmidt | 2009-10-14 | 1 | -17/+23 |
* | powerpc/mm: Split mmu_context handling | Benjamin Herrenschmidt | 2008-12-21 | 1 | -2/+2 |
* | via-pmu: BKL pushdown | Arnd Bergmann | 2008-07-02 | 1 | -0/+3 |
* | [POWERPC] Fix build of modular drivers/macintosh/apm_emu.c | Guido Guenther | 2008-03-13 | 1 | -1/+1 |
* | Merge branch 'linux-2.6' | Paul Mackerras | 2008-01-31 | 1 | -1/+1 |
|\ |
|
| * | Driver core: change sysdev classes to use dynamic kobject names | Kay Sievers | 2008-01-25 | 1 | -1/+1 |
| * | drivers/macintosh/via-pmu.c: Added a missing iounmap | Julia Lawall | 2007-12-18 | 1 | -0/+1 |
* | | [POWERPC] Fix for via-pmu based backlight control | Benjamin Herrenschmidt | 2007-12-21 | 1 | -15/+11 |
* | | [POWERPC] Implement arch disable/enable irq hooks. | Scott Wood | 2007-12-21 | 1 | -42/+6 |
* | | [POWERPC] powermac: Use generic suspend code | Johannes Berg | 2007-12-19 | 1 | -232/+173 |
* | | [POWERPC] Fix sleep on powerbook 3400 | Paul Mackerras | 2007-12-19 | 1 | -136/+36 |
* | | [POWERPC] via-pmu: Kill sleep notifiers completely | Johannes Berg | 2007-12-19 | 1 | -71/+0 |
* | | [POWERPC] PMU: Remove dead code | Johannes Berg | 2007-12-03 | 1 | -41/+1 |
* | | [POWERPC] PMU: Don't lock_kernel() | Johannes Berg | 2007-12-03 | 1 | -3/+0 |
|/ |
|
* | Spelling fix: explicitly | Jean Delvare | 2007-10-19 | 1 | -1/+1 |
* | Merge branch 'linux-2.6' into for-2.6.24 | Paul Mackerras | 2007-08-28 | 1 | -17/+17 |
|\ |
|
| * | [POWERPC] Fix undefined reference to device_power_up/resume | Olaf Hering | 2007-08-25 | 1 | -17/+17 |
* | | [POWERPC] via-pmu: Fix typo in printk | Michael Buesch | 2007-08-17 | 1 | -1/+1 |
|/ |
|
* | [POWERPC] via-pmu: remove LED sleep notifier | Johannes Berg | 2007-05-08 | 1 | -1/+1 |
* | [POWERPC] Rename device_is_compatible to of_device_is_compatible | Stephen Rothwell | 2007-05-07 | 1 | -5/+5 |