Age | Commit message (Expand) | Author |
2020-06-09 | Merge tag 'linux-kselftest-kunit-5.8-rc1' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds |
2020-06-09 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2020-06-09 | kernel: rename show_stack_loglvl() => show_stack() | Dmitry Safonov |
2020-06-09 | power: use show_stack_loglvl() | Dmitry Safonov |
2020-06-09 | Merge branch 'x86/srbds' of git://git.kernel.org/pub/scm/linux/kernel/git/tip... | Linus Torvalds |
2020-06-07 | Merge tag 'driver-core-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2020-06-06 | Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2020-06-03 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2020-06-03 | drivers/base/memory.c: cache memory blocks in xarray to accelerate lookup | Scott Cheloha |
2020-06-03 | Merge tag 'irq-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2020-06-02 | Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-block | Linus Torvalds |
2020-06-02 | Merge tag 'pm-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds |
2020-06-02 | Merge tag 'platform-drivers-x86-v5.8-1' of git://git.infradead.org/linux-plat... | Linus Torvalds |
2020-06-02 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2020-06-02 | mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK instead | NeilBrown |
2020-06-01 | Merge tag 'docs-5.8' of git://git.lwn.net/linux | Linus Torvalds |
2020-06-01 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2020-06-01 | drivers: base: default KUNIT_* fragments to KUNIT_ALL_TESTS | Anders Roxell |
2020-06-01 | Merge branches 'pm-core' and 'pm-sleep' | Rafael J. Wysocki |
2020-05-30 | Merge tag 'irqchip-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/... | Thomas Gleixner |
2020-05-29 | PM: runtime: Replace pm_runtime_callbacks_present() | Rafael J. Wysocki |
2020-05-29 | Merge remote-tracking branch 'regmap/for-5.8' into regmap-next | Mark Brown |
2020-05-29 | Merge remote-tracking branch 'regmap/for-5.7' into regmap-linus | Mark Brown |
2020-05-29 | Merge series "regmap: provide simple bitops and use them in a driver" from Ba... | Mark Brown |
2020-05-29 | regmap: provide helpers for simple bit operations | Bartosz Golaszewski |
2020-05-27 | driver core: Update device link status correctly for SYNC_STATE_ONLY links | Saravana Kannan |
2020-05-27 | firmware_loader: change enum fw_opt to u32 | Scott Branden |
2020-05-27 | software node: implement software_node_unregister() | Greg Kroah-Hartman |
2020-05-25 | PM: runtime: Make clear what we do when conditions are wrong in rpm_suspend() | Andy Shevchenko |
2020-05-25 | Merge 5.7-rc7 into driver-core-next | Greg Kroah-Hartman |
2020-05-21 | driver core: Remove unnecessary is_fwnode_dev variable in device_add() | Saravana Kannan |
2020-05-21 | drivers property: When no children in primary, try secondary | Andy Shevchenko |
2020-05-21 | driver core: platform: Fix spelling errors in platform.c | Tang Bin |
2020-05-21 | driver core: Fix handling of SYNC_STATE_ONLY + STATELESS device links | Saravana Kannan |
2020-05-19 | driver core: Fix SYNC_STATE_ONLY device link implementation | Saravana Kannan |
2020-05-19 | driver core: Remove check in driver_deferred_probe_force_trigger() | Saravana Kannan |
2020-05-18 | platform-msi: Fix typos in comment | Shaokun Zhang |
2020-05-15 | scs: Add page accounting for shadow call stack allocations | Sami Tolvanen |
2020-05-15 | driver core: fw_devlink: Add support for batching fwnode parsing | Saravana Kannan |
2020-05-15 | driver core: Look for waiting consumers only for a fwnode's primary device | Saravana Kannan |
2020-05-15 | driver core: Move code to the right part of the file | Saravana Kannan |
2020-05-12 | driver core: platform: Clarify that IRQ 0 is invalid | Bjorn Helgaas |
2020-05-11 | Merge v5.7-rc5 into driver-core-next | Greg Kroah-Hartman |
2020-05-09 | driver core: remove device_create_vargs | Christoph Hellwig |
2020-05-05 | Revert "Revert "driver core: Set fw_devlink to "permissive" behavior by defau... | Saravana Kannan |
2020-05-05 | drivers: base: Fix NULL pointer exception in __platform_driver_probe() if a d... | Kuppuswamy Sathyanarayanan |
2020-05-02 | Merge back system-wide PM material for v5.8. | Rafael J. Wysocki |
2020-04-28 | firmware_loader: move fw_fallback_config to a private kernel symbol namespace | Luis Chamberlain |
2020-04-28 | driver core: Add missing '\n' in log messages | Christophe JAILLET |
2020-04-28 | driver/base/soc: Use kobj_to_dev() API | zhouchuangao |