| Commit message (Expand) | Author | Age | Files | Lines |
* | powerpc/machdep: Move sys_ctrler_t definition into pmac_feature.h | Christophe Leroy | 2022-02-07 | 1 | -0/+1 |
* | macintosh: macio_asic: remove useless cast for driver.name | Corentin Labbe | 2022-02-02 | 1 | -1/+1 |
* | macintosh/mac_hid.c: simplify subdirectory registration with register_sysctl() | Luis Chamberlain | 2022-01-22 | 1 | -23/+1 |
* | macintosh: Add const to of_device_id | Xiang wangx | 2021-12-09 | 1 | -1/+1 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2021-11-06 | 1 | -1/+1 |
|\ |
|
| * | memblock: use memblock_free for freeing virtual pointers | Mike Rapoport | 2021-11-06 | 1 | -1/+1 |
* | | powerpc: Split memset() to avoid multi-field overflow | Kees Cook | 2021-09-25 | 1 | -1/+2 |
|/ |
|
* | memblock: introduce saner 'memblock_free_ptr()' interface | Linus Torvalds | 2021-09-14 | 1 | -1/+1 |
* | Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2021-09-03 | 4 | -5/+2 |
|\ |
|
| * | isystem: ship and use stdarg.h | Alexey Dobriyan | 2021-08-19 | 2 | -2/+2 |
| * | isystem: trim/fixup stdarg.h and other headers | Alexey Dobriyan | 2021-08-19 | 2 | -3/+0 |
* | | bus: Make remove callback return void | Uwe Kleine-König | 2021-07-21 | 1 | -3/+1 |
|/ |
|
* | macintosh/via-pmu: Fix build warning | Michael Ellerman | 2021-04-16 | 1 | -1/+1 |
* | macintosh/via-pmu: Make some symbols static | Yu Kuai | 2021-04-14 | 1 | -2/+2 |
* | windfarm: make symbol 'wf_thread' static | Yu Kuai | 2021-04-14 | 1 | -1/+1 |
* | macintosh/windfarm: Make symbol 'pm121_sys_state' static | Yu Kuai | 2021-04-14 | 1 | -1/+1 |
* | powerpc: Spelling/typo fixes | Bhaskar Chowdhury | 2021-04-08 | 1 | -1/+1 |
* | macintosh/adb-iop: Use big-endian autopoll mask | Finn Thain | 2021-01-25 | 1 | -3/+3 |
* | macintosh/adb-iop: Send correct poll command | Finn Thain | 2020-12-07 | 1 | -10/+30 |
* | macintosh/adb-iop: Always wait for reply message from IOP | Finn Thain | 2020-12-07 | 1 | -8/+8 |
* | Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2020-10-16 | 5 | -10/+4 |
|\ |
|
| * | macintosh: smu_sensors: use for_each_child_of_node() macro | Qinglang Miao | 2020-09-18 | 1 | -2/+1 |
| * | drivers/macintosh/smu.c: use for_each_child_of_node() macro | Qinglang Miao | 2020-09-18 | 1 | -1/+1 |
| * | drivers/macintosh/smu.c: Fix undeclared symbol warning | Wang Wensheng | 2020-09-16 | 1 | -1/+1 |
| * | macintosh: windfarm: use for_each_child_of_node() macro | Qinglang Miao | 2020-09-15 | 1 | -2/+1 |
| * | macintosh: windfarm: remove detatch debug containing spelling mistakes | Colin Ian King | 2020-09-02 | 2 | -4/+0 |
* | | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-23 | 2 | -2/+2 |
|/ |
|
* | Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2020-08-07 | 4 | -249/+267 |
|\ |
|
| * | macintosh/via-macii: Clarify definition of macii_init() | Finn Thain | 2020-07-26 | 1 | -1/+1 |
| * | macintosh/via-macii: Use the stack for reset request storage | Finn Thain | 2020-07-26 | 1 | -1/+1 |
| * | macintosh/via-macii: Use unsigned type for autopoll_devs variable | Finn Thain | 2020-07-26 | 1 | -2/+2 |
| * | macintosh/via-macii: Use bool type for reading_reply variable | Finn Thain | 2020-07-26 | 1 | -5/+5 |
| * | macintosh/via-macii: Handle poll replies correctly | Finn Thain | 2020-07-26 | 1 | -2/+18 |
| * | macintosh/via-macii: Remove read_done state | Finn Thain | 2020-07-26 | 1 | -42/+28 |
| * | macintosh/via-macii: Handle /CTLR_IRQ signal correctly | Finn Thain | 2020-07-26 | 1 | -69/+97 |
| * | macintosh/via-macii: Poll the device most likely to respond | Finn Thain | 2020-07-26 | 1 | -46/+53 |
| * | macintosh/via-macii: Access autopoll_devs when inside lock | Finn Thain | 2020-07-26 | 1 | -6/+3 |
| * | macintosh/adb-iop: Implement SRQ autopolling | Finn Thain | 2020-07-26 | 1 | -6/+26 |
| * | macintosh/adb-iop: Implement sending -> idle state transition | Finn Thain | 2020-07-26 | 1 | -4/+3 |
| * | macintosh/adb-iop: Implement idle -> sending state transition | Finn Thain | 2020-07-26 | 1 | -19/+24 |
| * | macintosh/adb-iop: Resolve static checker warnings | Finn Thain | 2020-07-26 | 1 | -7/+7 |
| * | macintosh/adb-iop: Access current_req and adb_iop_state when inside lock | Finn Thain | 2020-07-26 | 1 | -8/+5 |
| * | macintosh/adb-iop: Adopt bus reset algorithm from via-macii driver | Finn Thain | 2020-07-26 | 1 | -13/+8 |
| * | macintosh/adb-iop: Correct comment text | Finn Thain | 2020-07-26 | 1 | -16/+13 |
| * | macintosh/adb-iop: Remove dead and redundant code | Finn Thain | 2020-07-26 | 1 | -29/+0 |
| * | macintosh/therm_adt746x: Replace HTTP links with HTTPS ones | Alexander A. Klimov | 2020-07-22 | 1 | -2/+2 |
| * | macintosh/adb: Replace HTTP links with HTTPS ones | Alexander A. Klimov | 2020-07-22 | 1 | -1/+1 |
* | | dma-mapping: make support for dma ops optional | Christoph Hellwig | 2020-07-19 | 1 | -2/+2 |
|/ |
|
* | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 2020-06-14 | 1 | -1/+1 |
* | mm: reorder includes after introduction of linux/pgtable.h | Mike Rapoport | 2020-06-09 | 3 | -3/+3 |