Age | Commit message (Expand) | Author | Files | Lines |
2018-04-07 | Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 7 | -40/+40 |
2018-03-30 | drivers: macintosh: rack-meter: really fix bogus memsets | Aaro Koskinen | 1 | -2/+2 |
2018-03-30 | macintosh/adb: Use C99 initializers for struct adb_driver instances | Finn Thain | 5 | -36/+35 |
2018-03-20 | powerpc: Use sizeof(*foo) rather than sizeof(struct foo) | Markus Elfring | 1 | -1/+1 |
2018-03-19 | macintosh/via-pmu68k: Initialize PMU driver with setup_arch and arch_initcall | Finn Thain | 1 | -28/+61 |
2018-03-13 | powerpc/via-pmu: Fix section mismatch warning | Mathieu Malaterre | 1 | -1/+1 |
2018-03-13 | macintosh: Add module license to ans-lcd | Larry Finger | 1 | -0/+1 |
2018-02-13 | powerpc/macio: set a proper dma_coherent_mask | Christoph Hellwig | 1 | -0/+1 |
2018-02-12 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 2 | -2/+2 |
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-02-02 | Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 11 | -58/+58 |
2018-01-28 | macintosh/ams-input: Use true and false for boolean values | Gustavo A. R. Silva | 1 | -2/+2 |
2018-01-28 | macintosh: change some data types from int to bool | Gustavo A. R. Silva | 7 | -14/+17 |
2018-01-27 | macintosh/adb: Properly mark continued kernel messages | Andreas Schwab | 2 | -41/+38 |
2018-01-21 | backlight: Fix old-style function definition | Mathieu Malaterre | 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 | 2 | -4/+4 |
2017-11-14 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -6/+4 |
2017-11-13 | Merge tag 'm68k-for-v4.15-tag1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -3/+1 |
2017-11-10 | m68k/mac: Add mutual exclusion for IOP interrupt polling | Finn Thain | 1 | -3/+1 |
2017-11-03 | drivers/macintosh: Convert timers to use timer_setup() | Kees Cook | 1 | -6/+4 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 15 | -0/+15 |
2017-09-01 | powerpc/macintosh: constify wf_sensor_ops structures | Julia Lawall | 5 | -9/+9 |
2017-09-01 | macintosh: Convert to using %pOF instead of full_name | Rob Herring | 7 | -18/+18 |
2017-08-21 | macintosh/rack-meter: Make of_device_ids const | Arvind Yadav | 1 | -1/+1 |
2017-08-14 | drivers/macintosh: Make wf_control_ops and wf_pid_param const | Bhumika Goyal | 3 | -4/+4 |
2017-07-05 | Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -4/+0 |
2017-06-09 | macintosh: use dev_groups and not dev_attrs for bus_type | Greg Kroah-Hartman | 2 | -10/+23 |
2017-06-04 | adb: get rid of pointless access_ok() | Al Viro | 1 | -4/+0 |
2017-05-06 | Merge tag 'devicetree-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -6/+1 |
2017-03-24 | drivers: Clean up duplicated email address | Finn Thain | 1 | -1/+1 |
2017-03-22 | of: Add function for generating a DT modalias with a newline | Rob Herring | 1 | -6/+1 |
2017-03-10 | powerpc/pmac: Fix crash in dma-mapping.h with NULL dma_ops | Larry Finger | 1 | -0/+1 |
2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 3 | -2/+3 |
2017-02-22 | Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+2 |
2017-02-22 | Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 5 | -783/+217 |
2017-02-07 | m68k/mac: Replace via-maciisi driver with via-cuda driver | Finn Thain | 5 | -702/+12 |
2017-02-07 | via-cuda: Add support for Egret system controller | Finn Thain | 1 | -21/+134 |
2017-02-07 | via-cuda: Initialize data_index early and increment consistently | Finn Thain | 1 | -3/+3 |
2017-02-07 | via-cuda: Use spinlock_irq_save/restore instead of enable/disable_irq | Finn Thain | 1 | -11/+5 |
2017-02-07 | via-cuda: Avoid TREQ race condition | Finn Thain | 1 | -4/+3 |
2017-02-07 | via-cuda: Fix re-initialization of reply_ptr and reading_reply | Finn Thain | 1 | -2/+2 |
2017-02-07 | via-cuda: Prevent read buffer overflow | Finn Thain | 1 | -1/+7 |
2017-02-07 | via-cuda: Add TREQ, TIP and TACK signal helpers | Finn Thain | 1 | -23/+53 |
2017-02-07 | via-cuda: Remove redundant temporary variable | Finn Thain | 1 | -6/+2 |
2017-02-07 | via-cuda: Cleanup printk calls | Finn Thain | 1 | -20/+6 |
2017-02-01 | macintosh/rack-meter: Convert cputime64_t use to u64 | Frederic Weisbecker | 1 | -15/+15 |
2017-02-01 | sched/cputime: Convert kcpustat to nsecs | Frederic Weisbecker | 1 | -1/+1 |
2017-01-19 | Make static usermode helper binaries constant | Greg Kroah-Hartman | 1 | -2/+2 |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 4 | -4/+4 |