Age | Commit message (Expand) | Author | Files | Lines |
2022-01-14 | Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+16 |
2022-01-13 | Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -161/+77 |
2022-01-12 | Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 10 | -35/+243 |
2022-01-11 | Merge tag 'regmap-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bro... | Linus Torvalds | 2 | -1/+2 |
2022-01-11 | Merge tag 'devprop-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 3 | -98/+42 |
2022-01-11 | Merge tag 'pm-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 3 | -41/+102 |
2022-01-11 | Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -0/+1 |
2022-01-10 | Merge tag 'x86_sgx_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+3 |
2022-01-10 | Merge branches 'pm-cpuidle', 'pm-core' and 'pm-sleep' | Rafael J. Wysocki | 2 | -37/+64 |
2022-01-10 | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 1 | -4/+38 |
2022-01-07 | regmap: debugfs: Fix indentation | Mark Brown | 1 | -1/+1 |
2022-01-07 | regmap: Call regmap_debugfs_exit() prior to _init() | Fabio Estevam | 1 | -0/+1 |
2022-01-06 | driver core: Make bus notifiers in right order in really_probe() | Lu Baolu | 1 | -1/+1 |
2022-01-06 | driver core: Move driver_sysfs_remove() after driver_sysfs_add() | Lu Baolu | 1 | -3/+4 |
2022-01-04 | headers/uninline: Uninline single-use function: kobject_has_children() | Ingo Molnar | 1 | -0/+17 |
2022-01-03 | Merge 5.16-rc8 into char-misc-next | Greg Kroah-Hartman | 1 | -1/+1 |
2021-12-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
2021-12-30 | devtmpfs: mount with noexec and nosuid | Kees Cook | 2 | -2/+19 |
2021-12-29 | driver core: Simplify async probe test code by using ktime_ms_delta() | Mark-PK Tsai | 1 | -9/+5 |
2021-12-28 | kobject: remove kset from struct kset_uevent_ops callbacks | Greg Kroah-Hartman | 2 | -7/+6 |
2021-12-27 | driver core: make kobj_type constant. | Wedson Almeida Filho | 2 | -2/+2 |
2021-12-22 | PM: runtime: Simplify locking in pm_runtime_put_suppliers() | Rafael J. Wysocki | 1 | -4/+8 |
2021-12-22 | Merge back PM core changes for v5.17. | Rafael J. Wysocki | 2 | -33/+56 |
2021-12-22 | software node: fix wrong node passed to find nargs_prop | Clément Léger | 1 | -1/+1 |
2021-12-22 | driver core: platform: document registration-failure requirement | Johan Hovold | 1 | -0/+4 |
2021-12-21 | device property: Add fwnode_iomap() | Anand Ashok Dumbre | 1 | -0/+16 |
2021-12-17 | device property: Drop fwnode_graph_get_remote_node() | Sakari Ailus | 1 | -38/+0 |
2021-12-17 | device property: Use fwnode_graph_for_each_endpoint() macro | Sakari Ailus | 1 | -4/+4 |
2021-12-17 | device property: Implement fwnode_graph_get_endpoint_count() | Sakari Ailus | 1 | -10/+39 |
2021-12-17 | device property: Fix documentation for FWNODE_GRAPH_DEVICE_DISABLED | Sakari Ailus | 1 | -2/+2 |
2021-12-17 | device property: Fix fwnode_graph_devcon_match() fwnode leak | Sakari Ailus | 1 | -1/+3 |
2021-12-17 | PM: sleep: Fix error handling in dpm_prepare() | Rafael J. Wysocki | 1 | -1/+1 |
2021-12-17 | PM: runtime: Add safety net to supplier device release | Rafael J. Wysocki | 2 | -13/+31 |
2021-12-17 | PM: runtime: Capture device status before disabling runtime PM | Rafael J. Wysocki | 1 | -20/+25 |
2021-12-17 | platform-msi: Simplify platform device MSI code | Thomas Gleixner | 1 | -70/+18 |
2021-12-17 | platform-msi: Let core code handle MSI descriptors | Thomas Gleixner | 1 | -64/+48 |
2021-12-17 | genirq/msi: Move descriptor list to struct msi_device_data | Thomas Gleixner | 1 | -3/+0 |
2021-12-17 | platform-msi: Use msi_desc::msi_index | Thomas Gleixner | 1 | -5/+5 |
2021-12-17 | platform-msi: Store platform private data pointer in msi_device_data | Thomas Gleixner | 1 | -47/+32 |
2021-12-17 | platform-msi: Rename functions and clarify comments | Thomas Gleixner | 1 | -15/+21 |
2021-12-17 | platform-msi: Let the core code handle sysfs groups | Thomas Gleixner | 1 | -10/+1 |
2021-12-17 | platform-msi: Allocate MSI device data on first use | Thomas Gleixner | 1 | -1/+7 |
2021-12-17 | device: Move MSI related data into a struct | Thomas Gleixner | 1 | -6/+6 |
2021-12-09 | x86/sgx: Add an attribute for the amount of SGX memory in a NUMA node | Jarkko Sakkinen | 1 | -0/+3 |
2021-12-09 | PCI/MSI: Move msi_lock to struct pci_dev | Thomas Gleixner | 1 | -1/+0 |
2021-12-03 | device property: Check fwnode->secondary when finding properties | Daniel Scally | 1 | -2/+11 |
2021-12-03 | Documentation/auxiliary_bus: Move the text into the code | Ira Weiny | 1 | -0/+141 |
2021-12-03 | Documentation/auxiliary_bus: Clarify the release of devices from find device | Ira Weiny | 1 | -0/+2 |
2021-12-03 | Documentation/auxiliary_bus: Clarify __auxiliary_driver_register | Ira Weiny | 1 | -0/+5 |
2021-12-03 | Documentation/auxiliary_bus: Clarify auxiliary_device creation | Ira Weiny | 1 | -2/+2 |