#!/bin/bash perf record -e raw_syscalls:sys_enter $@
summaryrefslogtreecommitdiff
path: root/drivers/macintosh
AgeCommit message (Expand)Author
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2025-12-05Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-12-02macintosh/via-pmu-backlight: Include <linux/fb.h> and <linux/of.h>Thomas Zimmermann
2025-11-14syscore: Pass context data to callbacksThierry Reding
2025-11-11macintosh/mac_hid: fix race condition in mac_hid_toggle_emumouseLong Li
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-01-25mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang
2025-01-20Merge tag 'powerpc-6.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2024-12-20Merge tag 'drm-misc-fixes-2024-12-19' of https://gitlab.freedesktop.org/drm/m...Dave Airlie
2024-12-18macintosh: declare ctl_table as constLuis Felipe Hernandez
2024-12-17fbdev: Fix recursive dependencies wrt BACKLIGHT_CLASS_DEVICEThomas Zimmermann
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds
2024-11-14macintosh: Use common error handling code in via_pmu_led_init()Markus Elfring
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-27[tree-wide] finally take no_llseek outAl Viro
2024-09-19Merge tag 'dma-mapping-6.12-2024-09-19' of git://git.infradead.org/users/hch/...Linus Torvalds
2024-09-05macintosh/via-pmu: register_pmu_pm_ops() can be __initMichael Ellerman
2024-09-04dma-mapping: clearly mark DMA ops as an architecture featureChristoph Hellwig
2024-08-07macintosh/via-pmu-backlight: Use backlight power constantsThomas Zimmermann