index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
driver-api
/
basics.rst
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-03-21
um: Allow builds with Clang
Kees Cook
3
-5
/
+6
2022-03-21
watch_queue: Actually free the watch
David Howells
1
-0
/
+1
2022-03-21
watch_queue: Fix NULL dereference in error cleanup
David Howells
1
-1
/
+1
2022-03-21
parisc: Fix invalidate/flush vmap routines
John David Anglin
1
-5
/
+19
2022-03-20
Linux 5.17
v5.17
Linus Torvalds
1
-1
/
+1
2022-03-20
kvm/emulate: Fix SETcc emulation function offsets with SLS
Borislav Petkov
1
-2
/
+17
2022-03-18
hwmon: (dell-smm) Add Inspiron 3505 to fan type blacklist
Armin Wolf
1
-0
/
+7
2022-03-18
parisc: Avoid flushing cache on cache-less machines
Helge Deller
1
-0
/
+4
2022-03-18
perf parse-events: Ignore case in topdown.slots check
Ian Rogers
1
-1
/
+1
2022-03-18
perf evlist: Avoid iteration for empty evlist.
Ian Rogers
1
-11
/
+17
2022-03-18
perf symbols: Fix symbol size calculation condition
Michael Petlan
1
-1
/
+1
2022-03-18
io_uring: terminate manual loop iterator loop correctly for non-vecs
Jens Axboe
1
-2
/
+4
2022-03-18
binfmt_elf: Don't write past end of notes for regset gap
Rick Edgecombe
1
-10
/
+14
2022-03-18
io_uring: don't check unrelated req->open.how in accept request
Jens Axboe
1
-2
/
+1
2022-03-18
regmap: allow a defined reg_base to be added to every address
Colin Foster
3
-0
/
+10
2022-03-18
regmap: add configurable downshift for addresses
Colin Foster
3
-0
/
+9
2022-03-18
spi: fsi: Implement a timeout for polling status
Eddie James
1
-0
/
+10
2022-03-18
regulator: qcom-rpmh: Add support for SDX65
Rohit Agarwal
1
-0
/
+37
2022-03-18
regulator: dt-bindings: Add PMX65 compatibles
Rohit Agarwal
1
-0
/
+2
2022-03-18
block: cancel all throttled bios in del_gendisk()
Yu Kuai
3
-1
/
+41
2022-03-18
block: let blkcg_gq grab request queue's refcnt
Ming Lei
1
-0
/
+5
2022-03-18
block: avoid use-after-free on throttle data
Ming Lei
1
-1
/
+11
2022-03-18
arm64: errata: avoid duplicate field initializer
Arnd Bergmann
1
-1
/
+0
2022-03-18
clocksource: acpi_pm: fix return value of __setup handler
Randy Dunlap
1
-2
/
+4
2022-03-18
arm64: fix clang warning about TRAMP_VALIAS
Arnd Bergmann
1
-2
/
+2
2022-03-18
parisc: Avoid using hardware single-step in kprobes
Helge Deller
3
-19
/
+24
2022-03-18
hwmon: (pmbus) Add Vin unit off handling
Brandon Wyman
2
-1
/
+2
2022-03-18
block: limit request dispatch loop duration
Shin'ichiro Kawasaki
1
-1
/
+8
2022-03-18
io_uring: manage provided buffers strictly ordered
Jens Axboe
1
-62
/
+92
2022-03-17
parisc: Improve CPU socket and core bootup info text
Helge Deller
1
-2
/
+2
2022-03-17
parisc: Enable ARCH_HAS_DEBUG_VM_PGTABLE
Helge Deller
1
-0
/
+1
2022-03-17
selftests: vm: fix clang build error multiple output files
Yosry Ahmed
1
-4
/
+2
2022-03-17
ocfs2: fix crash when initialize filecheck kobj fails
Joseph Qi
1
-11
/
+11
2022-03-17
configs/debug: restore DEBUG_INFO=y for overriding
Qian Cai
1
-0
/
+1
2022-03-17
mm: swap: get rid of livelock in swapin readahead
Guo Ziliang
1
-1
/
+1
2022-03-17
spi: Fix erroneous sgs value with min_t()
Biju Das
1
-2
/
+2
2022-03-17
iavf: Fix hang during reboot/shutdown
Ivan Vecera
1
-0
/
+7
2022-03-17
net: mscc: ocelot: fix backwards compatibility with single-chain tc-flower of...
Vladimir Oltean
1
-1
/
+15
2022-03-17
net: bcmgenet: skip invalid partial checksums
Doug Berger
1
-2
/
+4
2022-03-17
bnx2x: fix built-in kernel driver load failure
Manish Chopra
3
-26
/
+19
2022-03-17
virtio_blk: eliminate anonymous module_init & module_exit
Randy Dunlap
1
-4
/
+4
2022-03-17
net: phy: mscc: Add MODULE_FIRMWARE macros
Juerg Haefliger
1
-0
/
+3
2022-03-17
cpufreq: powernow-k8: Re-order the init checks
Mario Limonciello
1
-3
/
+3
2022-03-17
ACPI: bus: Avoid using CPPC if not supported by firmware
Rafael J. Wysocki
3
-0
/
+12
2022-03-17
Revert "ACPI: Pass the same capabilities to the _OSC regardless of the query ...
Rafael J. Wysocki
1
-8
/
+19
2022-03-17
cpuidle: intel_idle: Drop redundant backslash at line end
Rafael J. Wysocki
1
-1
/
+1
2022-03-17
cpuidle: intel_idle: Update intel_idle() kerneldoc comment
Rafael J. Wysocki
1
-3
/
+0
2022-03-17
ACPI: video: Force backlight native for Clevo NL5xRU and NL5xNU
Werner Sembach
1
-0
/
+75
2022-03-17
net: dsa: Add missing of_node_put() in dsa_port_parse_of
Miaoqian Lin
1
-0
/
+1
2022-03-17
drm: Don't make DRM_PANEL_BRIDGE dependent on DRM_KMS_HELPERS
Thomas Zimmermann
2
-1
/
+2
[next]