Age | Commit message (Expand) | Author | Files | Lines |
2022-07-20 | macintosh/adb: fix oob read in do_adb_query() function | Ning Qiang | 1 | -1/+1 |
2022-05-22 | macintosh: via-pmu and via-cuda need RTC_LIB | Randy Dunlap | 1 | -0/+2 |
2022-05-22 | macintosh/via-pmu: Fix build failure when CONFIG_INPUT is disabled | Finn Thain | 3 | -2/+7 |
2022-05-11 | macintosh: Prepare cleanup of powerpc's asm/prom.h | Christophe Leroy | 31 | -31/+37 |
2022-05-04 | macintosh: Use for_each_child_of_node() macro | Zou Wei | 1 | -3/+3 |
2022-05-04 | macintosh: Fix warning comparing pointer to 0 | Yang Li | 1 | -3/+3 |
2022-05-04 | macintosh/ams: Remove unneeded result variable | Minghao Chi | 1 | -5/+1 |
2022-05-04 | macintosh/adb: Use swap() to make code cleaner | Yang Guang | 1 | -3/+1 |
2022-05-04 | macintosh/ams: Replace snprintf in show functions with sysfs_emit | Qing Wang | 1 | -1/+1 |
2022-05-04 | macintosh/smu: Fix warning comparing pointer to 0 | Jing Yangyang | 1 | -3/+3 |
2022-05-04 | macintosh/via-pmu: Use DEFINE_SPINLOCK() for spinlock | Ye Bin | 1 | -5/+1 |
2022-05-02 | macintosh: Use kmemdup rather than duplicating its implementation | Fuqian Huang | 1 | -3/+2 |
2022-02-07 | powerpc/machdep: Move sys_ctrler_t definition into pmac_feature.h | Christophe Leroy | 1 | -0/+1 |
2022-02-02 | macintosh: macio_asic: remove useless cast for driver.name | Corentin Labbe | 1 | -1/+1 |
2022-01-22 | macintosh/mac_hid.c: simplify subdirectory registration with register_sysctl() | Luis Chamberlain | 1 | -23/+1 |
2021-12-09 | macintosh: Add const to of_device_id | Xiang wangx | 1 | -1/+1 |
2021-11-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+1 |
2021-11-06 | memblock: use memblock_free for freeing virtual pointers | Mike Rapoport | 1 | -1/+1 |
2021-09-25 | powerpc: Split memset() to avoid multi-field overflow | Kees Cook | 1 | -1/+2 |
2021-09-14 | memblock: introduce saner 'memblock_free_ptr()' interface | Linus Torvalds | 1 | -1/+1 |
2021-09-04 | Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 4 | -5/+2 |
2021-08-19 | isystem: ship and use stdarg.h | Alexey Dobriyan | 2 | -2/+2 |
2021-08-19 | isystem: trim/fixup stdarg.h and other headers | Alexey Dobriyan | 2 | -3/+0 |
2021-07-21 | bus: Make remove callback return void | Uwe Kleine-König | 1 | -3/+1 |
2021-04-16 | macintosh/via-pmu: Fix build warning | Michael Ellerman | 1 | -1/+1 |
2021-04-14 | macintosh/via-pmu: Make some symbols static | Yu Kuai | 1 | -2/+2 |
2021-04-14 | windfarm: make symbol 'wf_thread' static | Yu Kuai | 1 | -1/+1 |
2021-04-14 | macintosh/windfarm: Make symbol 'pm121_sys_state' static | Yu Kuai | 1 | -1/+1 |
2021-04-08 | powerpc: Spelling/typo fixes | Bhaskar Chowdhury | 1 | -1/+1 |
2021-01-25 | macintosh/adb-iop: Use big-endian autopoll mask | Finn Thain | 1 | -3/+3 |
2020-12-07 | macintosh/adb-iop: Send correct poll command | Finn Thain | 1 | -10/+30 |
2020-12-07 | macintosh/adb-iop: Always wait for reply message from IOP | Finn Thain | 1 | -8/+8 |
2020-10-16 | Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 5 | -10/+4 |
2020-09-18 | macintosh: smu_sensors: use for_each_child_of_node() macro | Qinglang Miao | 1 | -2/+1 |
2020-09-18 | drivers/macintosh/smu.c: use for_each_child_of_node() macro | Qinglang Miao | 1 | -1/+1 |
2020-09-16 | drivers/macintosh/smu.c: Fix undeclared symbol warning | Wang Wensheng | 1 | -1/+1 |
2020-09-15 | macintosh: windfarm: use for_each_child_of_node() macro | Qinglang Miao | 1 | -2/+1 |
2020-09-02 | macintosh: windfarm: remove detatch debug containing spelling mistakes | Colin Ian King | 2 | -4/+0 |
2020-08-24 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2 | -2/+2 |
2020-08-07 | Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 4 | -249/+267 |
2020-07-26 | macintosh/via-macii: Clarify definition of macii_init() | Finn Thain | 1 | -1/+1 |
2020-07-26 | macintosh/via-macii: Use the stack for reset request storage | Finn Thain | 1 | -1/+1 |
2020-07-26 | macintosh/via-macii: Use unsigned type for autopoll_devs variable | Finn Thain | 1 | -2/+2 |
2020-07-26 | macintosh/via-macii: Use bool type for reading_reply variable | Finn Thain | 1 | -5/+5 |
2020-07-26 | macintosh/via-macii: Handle poll replies correctly | Finn Thain | 1 | -2/+18 |
2020-07-26 | macintosh/via-macii: Remove read_done state | Finn Thain | 1 | -42/+28 |
2020-07-26 | macintosh/via-macii: Handle /CTLR_IRQ signal correctly | Finn Thain | 1 | -69/+97 |
2020-07-26 | macintosh/via-macii: Poll the device most likely to respond | Finn Thain | 1 | -46/+53 |
2020-07-26 | macintosh/via-macii: Access autopoll_devs when inside lock | Finn Thain | 1 | -6/+3 |
2020-07-26 | macintosh/adb-iop: Implement SRQ autopolling | Finn Thain | 1 | -6/+26 |