index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-15
scs: Add page accounting for shadow call stack allocations
Sami Tolvanen
1
-0
/
+6
2020-05-15
driver core: fw_devlink: Add support for batching fwnode parsing
Saravana Kannan
3
-7
/
+118
2020-05-15
driver core: Look for waiting consumers only for a fwnode's primary device
Saravana Kannan
1
-11
/
+18
2020-05-15
driver core: Move code to the right part of the file
Saravana Kannan
1
-30
/
+30
2020-05-12
driver core: platform: Clarify that IRQ 0 is invalid
Bjorn Helgaas
1
-15
/
+25
2020-05-11
Merge v5.7-rc5 into driver-core-next
Greg Kroah-Hartman
4
-16
/
+21
2020-05-09
driver core: remove device_create_vargs
Christoph Hellwig
1
-35
/
+2
2020-05-05
Revert "Revert "driver core: Set fw_devlink to "permissive" behavior by defau...
Saravana Kannan
1
-1
/
+1
2020-05-05
drivers: base: Fix NULL pointer exception in __platform_driver_probe() if a d...
Kuppuswamy Sathyanarayanan
1
-0
/
+2
2020-05-02
Merge back system-wide PM material for v5.8.
Rafael J. Wysocki
1
-237
/
+111
2020-04-28
firmware_loader: move fw_fallback_config to a private kernel symbol namespace
Luis Chamberlain
2
-1
/
+4
2020-04-28
driver core: Add missing '\n' in log messages
Christophe JAILLET
1
-15
/
+13
2020-04-28
driver/base/soc: Use kobj_to_dev() API
zhouchuangao
1
-1
/
+1
2020-04-28
driver core: Ensure wait_for_device_probe() waits until the deferred_probe_ti...
John Stultz
1
-0
/
+5
2020-04-28
driver core: Use dev_warn() instead of dev_WARN() for deferred_probe_timeout ...
John Stultz
1
-1
/
+1
2020-04-28
driver core: Revert default driver_deferred_probe_timeout value to 0
John Stultz
1
-11
/
+2
2020-04-28
component: Silence bind error on -EPROBE_DEFER
James Hilliard
1
-3
/
+5
2020-04-28
driver core: Fix handling of fw_devlink=permissive
Saravana Kannan
1
-1
/
+6
2020-04-28
driver core: platform: Initialize dma_parms for platform devices
Ulf Hansson
1
-0
/
+2
2020-04-27
Merge 5.7-rc3 into driver-core-next
Greg Kroah-Hartman
2
-2
/
+1
2020-04-26
Merge tag 'driver-core-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+0
2020-04-26
firmware_loader: revert removal of the fw_fallback_config export
Luis Chamberlain
1
-0
/
+1
2020-04-24
Merge back system-wide PM updates for v5.8.
Rafael J. Wysocki
1
-237
/
+111
2020-04-24
PM: sleep: core: Rename DPM_FLAG_LEAVE_SUSPENDED
Rafael J. Wysocki
1
-1
/
+1
2020-04-24
PM: sleep: core: Rename DPM_FLAG_NEVER_SKIP
Rafael J. Wysocki
1
-1
/
+1
2020-04-24
PM: sleep: core: Rename dev_pm_smart_suspend_and_suspended()
Rafael J. Wysocki
1
-7
/
+6
2020-04-24
PM: sleep: core: Rename dev_pm_may_skip_resume()
Rafael J. Wysocki
1
-4
/
+4
2020-04-24
PM: sleep: core: Rework the power.may_skip_resume handling
Rafael J. Wysocki
1
-8
/
+2
2020-04-24
PM: sleep: core: Do not skip callbacks in the resume phase
Rafael J. Wysocki
1
-43
/
+42
2020-04-24
regmap-i2c: add 16-bit width registers support
AceLan Kao
1
-0
/
+61
2020-04-23
driver core: platform: remove redundant assignment to variable ret
Colin Ian King
1
-1
/
+1
2020-04-22
PM: sleep: core: Switch back to async_schedule_dev()
Kai-Heng Feng
1
-1
/
+1
2020-04-20
docs: drivers: fix some warnings at base/platform.c when building docs
Mauro Carvalho Chehab
1
-2
/
+4
2020-04-20
docs: filesystems: fix renamed references
Mauro Carvalho Chehab
1
-1
/
+1
2020-04-20
software node: Allow register and unregister software node groups
Andy Shevchenko
1
-0
/
+48
2020-04-20
device property: export set_secondary_fwnode() to modules
Andy Shevchenko
1
-0
/
+1
2020-04-20
x86/speculation: Add Special Register Buffer Data Sampling (SRBDS) mitigation
Mark Gross
1
-0
/
+8
2020-04-20
PM: sleep: core: Fold functions into their callers
Rafael J. Wysocki
1
-138
/
+60
2020-04-20
PM: sleep: core: Simplify the SMART_SUSPEND flag handling
Rafael J. Wysocki
1
-79
/
+39
2020-04-17
firmware: Drop unused pages field from struct firmware
Takashi Iwai
1
-3
/
+0
2020-04-17
firmware_loader: remove unused exports
Christoph Hellwig
1
-2
/
+0
2020-04-14
Merge series "Add support for Kontron sl28cpld" from Michael Walle <michael@w...
Mark Brown
1
-16
/
+68
2020-04-14
regmap-irq: make it possible to add irq_chip do a specific device node
Michael Walle
1
-16
/
+68
2020-04-14
regmap: Add bus reg_update_bits() support
Baolin Wang
1
-0
/
+1
2020-04-07
mm/memory_hotplug: allow to specify a default online_type
David Hildenbrand
1
-6
/
+5
2020-04-07
mm/memory_hotplug: convert memhp_auto_online to store an online_type
David Hildenbrand
1
-6
/
+4
2020-04-07
drivers/base/memory: store mapping between MMOP_* and string in an array
David Hildenbrand
1
-15
/
+23
2020-04-07
drivers/base/memory: map MMOP_OFFLINE to 0
David Hildenbrand
1
-7
/
+4
2020-04-07
drivers/base/memory: rename MMOP_ONLINE_KEEP to MMOP_ONLINE
David Hildenbrand
1
-4
/
+5
2020-04-07
drivers/base/memory.c: drop pages_correctly_probed()
David Hildenbrand
1
-42
/
+0
[prev]
[next]