Age | Commit message (Expand) | Author |
2022-03-18 | base: soc: Make soc_device_match() simpler and easier to read | Geert Uytterhoeven |
2022-03-18 | driver core: dd: fix return value of __setup handler | Randy Dunlap |
2022-03-18 | driver core: Refactor sysfs and drv/bus remove hooks | Rob Herring |
2022-03-18 | driver core: Refactor multiple copies of device cleanup | Rob Herring |
2022-02-28 | Merge 5.17-rc6 into driver-core-next | Greg Kroah-Hartman |
2022-02-25 | Merge tag 'regmap-fix-v5.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2022-02-25 | Merge tag 'driver-core-5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2022-02-25 | component: Add common helper for compare/release functions | Yong Wu |
2022-02-25 | firmware_loader: EXTRA_FIRMWARE does not support compressed files | Randy Dunlap |
2022-02-22 | driver core: Free DMA range map when device is released | Mårten Lindahl |
2022-02-22 | driver core: cleanup double words comments | Tom Rix |
2022-02-17 | regmap-irq: Update interrupt clear register for proper reset | Prasad Kumpatla |
2022-02-08 | platform: use dev_err_probe() in platform_get_irq_byname() | Sergey Shtylyov |
2022-02-07 | PM: s2idle: ACPI: Fix wakeup interrupts handling | Rafael J. Wysocki |
2022-02-04 | devtmpfs: drop redundant fs parameters from internal fs | Anthony Iliopoulos |
2022-01-31 | component: Replace most references to 'master' with 'aggregate device' | Stephen Boyd |
2022-01-22 | firmware_loader: move firmware sysctl to its own files | Xiaoming Ni |
2022-01-21 | Merge tag 'rtc-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon... | Linus Torvalds |
2022-01-20 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2022-01-20 | mm: percpu: add generic pcpu_populate_pte() function | Kefeng Wang |
2022-01-20 | mm: percpu: add generic pcpu_fc_alloc/free funciton | Kefeng Wang |
2022-01-20 | mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedef | Kefeng Wang |
2022-01-19 | Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds |
2022-01-17 | devtmpfs regression fix: reconfigure on each mount | NeilBrown |
2022-01-14 | Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2022-01-13 | Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2022-01-12 | Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2022-01-11 | Merge tag 'regmap-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bro... | Linus Torvalds |
2022-01-10 | Merge tag 'devprop-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2022-01-10 | Merge tag 'pm-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds |
2022-01-10 | Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds |
2022-01-10 | Merge tag 'x86_sgx_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2022-01-10 | Merge branches 'pm-cpuidle', 'pm-core' and 'pm-sleep' | Rafael J. Wysocki |
2022-01-10 | Merge branch 'pm-cpufreq' | Rafael J. Wysocki |
2022-01-08 | kbuild: do not quote string values in include/config/auto.conf | Masahiro Yamada |
2022-01-07 | regmap: debugfs: Fix indentation | Mark Brown |
2022-01-07 | regmap: Call regmap_debugfs_exit() prior to _init() | Fabio Estevam |
2022-01-06 | driver core: Make bus notifiers in right order in really_probe() | Lu Baolu |
2022-01-06 | driver core: Move driver_sysfs_remove() after driver_sysfs_add() | Lu Baolu |
2022-01-04 | headers/uninline: Uninline single-use function: kobject_has_children() | Ingo Molnar |
2022-01-03 | Merge 5.16-rc8 into char-misc-next | Greg Kroah-Hartman |
2021-12-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-12-30 | devtmpfs: mount with noexec and nosuid | Kees Cook |
2021-12-29 | driver core: Simplify async probe test code by using ktime_ms_delta() | Mark-PK Tsai |
2021-12-28 | kobject: remove kset from struct kset_uevent_ops callbacks | Greg Kroah-Hartman |
2021-12-27 | driver core: make kobj_type constant. | Wedson Almeida Filho |
2021-12-22 | PM: runtime: Simplify locking in pm_runtime_put_suppliers() | Rafael J. Wysocki |
2021-12-22 | Merge back PM core changes for v5.17. | Rafael J. Wysocki |
2021-12-22 | software node: fix wrong node passed to find nargs_prop | Clément Léger |
2021-12-22 | driver core: platform: document registration-failure requirement | Johan Hovold |