index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2019-07-12
90
-638
/
+502
|
\
|
*
driver: core: Allow subsystems to continue deferring probe
Thierry Reding
2019-07-03
2
-12
/
+50
|
*
drivers: base: cacheinfo: Ensure cpu hotplug work is done before Intel RDT
James Morse
2019-07-03
1
-1
/
+2
|
*
arch_topology: Remove error messages on out-of-memory conditions
Geert Uytterhoeven
2019-07-03
1
-4
/
+1
|
*
drivers: s390/cio: Fix compilation warning about const qualifiers
Suzuki K Poulose
2019-06-26
2
-4
/
+2
|
*
drivers: Add generic helper to match by of_node
Suzuki K Poulose
2019-06-24
2
-6
/
+7
|
*
driver_find_device: Unify the match function with class_find_device()
Suzuki K Poulose
2019-06-24
11
-19
/
+19
|
*
bus_find_device: Unify the match callback with class_find_device
Suzuki K Poulose
2019-06-24
36
-63
/
+62
|
*
acpi: utils: Cleanup acpi_dev_match_cb
Suzuki K Poulose
2019-06-24
1
-6
/
+1
|
*
mfd: Remove unused helper syscon_regmap_lookup_by_pdevname
Suzuki K Poulose
2019-06-24
1
-21
/
+0
|
*
staging: most-core: Use bus_find_device_by_name
Suzuki K Poulose
2019-06-24
1
-8
/
+1
|
*
lkdtm: remove redundant initialization of ret
Colin Ian King
2019-06-23
1
-1
/
+1
|
*
docs: driver-model: convert docs to ReST and rename to *.rst
Mauro Carvalho Chehab
2019-06-21
3
-3
/
+3
|
*
drivers: base/node.c: fixes a kernel-doc markups
Mauro Carvalho Chehab
2019-06-21
1
-2
/
+3
|
*
thermal: bcm2835: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-06-21
1
-2
/
+0
|
*
power: avs: smartreflex: no need to check return value of debugfs_create func...
Greg Kroah-Hartman
2019-06-21
1
-30
/
+11
|
*
watchdog: bcm_kona_wdt: no need to check return value of debugfs_create funct...
Greg Kroah-Hartman
2019-06-21
1
-10
/
+4
|
*
watchdog: mei_wdt: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-06-21
1
-23
/
+7
|
*
coresight: cpu-debug: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-06-21
1
-13
/
+2
|
*
firmware: arm_scmi: Use the correct style for SPDX License Identifier
Nishad Kamdar
2019-06-19
1
-1
/
+1
|
*
firmware: ti_sci: Use the correct style for SPDX License Identifier
Nishad Kamdar
2019-06-19
1
-1
/
+1
|
*
mei: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-06-18
3
-48
/
+14
|
*
genwq: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-06-18
4
-146
/
+32
|
*
mic: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-06-18
5
-33
/
+2
|
*
cxl: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-06-18
2
-34
/
+17
|
*
thermal: tegra: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-06-18
1
-12
/
+2
|
*
thermal: intel_powerclamp: no need to check return value of debugfs_create fu...
Greg Kroah-Hartman
2019-06-18
1
-10
/
+2
|
*
thermal: intel: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-06-18
1
-20
/
+5
|
*
firmware: Add support for loading compressed files
Takashi Iwai
2019-06-18
3
-12
/
+161
|
*
firmware: Factor out the paged buffer handling code
Takashi Iwai
2019-06-18
3
-54
/
+63
|
*
firmware: improve LSM/IMA security behaviour
Sven Van Asbroeck
2019-06-18
1
-1
/
+1
|
*
ti-st: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-06-12
1
-4
/
+0
|
*
lkdtm: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-06-12
1
-11
/
+2
|
*
vmw_balloon: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-06-12
1
-16
/
+3
|
*
firmware: Use kvmalloc for page tables
Takashi Iwai
2019-06-10
2
-4
/
+5
|
*
firmware: Unify the paged buffer release helper
Takashi Iwai
2019-06-10
3
-16
/
+25
|
*
firmware: Free temporary page table after vmapping
Takashi Iwai
2019-06-10
2
-4
/
+9
|
*
mailbox: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-06-03
2
-29
/
+7
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2019-07-12
12
-17
/
+93
|
\
\
|
*
|
mm: security: introduce init_on_alloc=1 and init_on_free=1 boot options
Alexander Potapenko
2019-07-12
1
-1
/
+1
|
*
|
mm/pgtable: drop pgtable_t variable from pte_fn_t functions
Anshuman Khandual
2019-07-12
4
-12
/
+6
|
*
|
lkdtm/heap: add tests for freelist hardening
Kees Cook
2019-07-12
3
-0
/
+82
|
*
|
scripts/spelling.txt: add spelling fix for prohibited
Chris Paterson
2019-07-12
1
-1
/
+1
|
*
|
scripts/spelling.txt: drop "sepc" from the misspelling list
Paul Walmsley
2019-07-12
3
-3
/
+3
*
|
|
Merge tag 'tag-chrome-platform-for-v5.3' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2019-07-12
26
-259
/
+2560
|
\
\
\
|
*
|
|
mfd / platform: cros_ec_debugfs: Expose resume result via debugfs
Evan Green
2019-07-01
2
-1
/
+8
|
*
|
|
platform/chrome: lightbar: Get drvdata from parent in suspend/resume
Rajat Jain
2019-06-28
1
-2
/
+2
|
*
|
|
iio: cros_ec: Add lid angle driver
Gwendal Grignou
2019-06-25
3
-0
/
+149
|
*
|
|
platform/chrome: wilco_ec: Add circular buffer as event queue
Nick Crews
2019-06-25
1
-109
/
+149
|
*
|
|
platform/chrome: cros_ec_lpc_mec: Fix kernel-doc comment first line
Enric Balletbo i Serra
2019-06-20
1
-8
/
+6
[next]