index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
Makefile.dtbinst
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-10-18
parport: Drop unneeded NULL or 0 assignments
Andy Shevchenko
1
-4
/
+0
2023-10-18
parport: Use list_for_each() helper
Andy Shevchenko
1
-2
/
+4
2023-10-18
parport: Use kasprintf() instead of fixed buffer formatting
Andy Shevchenko
3
-55
/
+15
2023-10-18
misc/pvpanic: deduplicate common code
Thomas Weißschuh
4
-122
/
+80
2023-10-18
char: xilinx_hwicap: Modernize driver probe
Rob Herring
1
-119
/
+19
2023-10-18
tee: make tee_class constant
Greg Kroah-Hartman
1
-10
/
+11
2023-10-18
eeprom: remove doc and MAINTAINERS section after driver was removed
Lukas Bulwahn
3
-114
/
+0
2023-10-18
mei: me: emit error only if reset was unexpected
Vitaly Lubart
4
-5
/
+133
2023-10-18
misc: mei: main.c: fix kernel-doc warnings
Randy Dunlap
1
-4
/
+4
2023-10-18
misc: mei: interrupt.c: fix kernel-doc warnings
Randy Dunlap
1
-2
/
+2
2023-10-18
misc: mei: hw-me.c: fix kernel-doc warnings
Randy Dunlap
1
-8
/
+8
2023-10-18
misc: mei: hbm.c: fix kernel-doc warnings
Randy Dunlap
1
-0
/
+2
2023-10-18
misc: mei: dma-ring.c: fix kernel-doc warnings
Randy Dunlap
1
-0
/
+4
2023-10-18
misc: mei: client.c: fix kernel-doc warnings
Randy Dunlap
1
-10
/
+10
2023-10-18
misc: mei: hw.h: fix kernel-doc warnings
Randy Dunlap
1
-4
/
+4
2023-10-18
mei: docs: fix spelling errors
Tomas Winkler
6
-10
/
+10
2023-10-18
mei: docs: add missing entries to kdoc in struct mei_cfg_idx
Tomas Winkler
1
-0
/
+4
2023-10-18
mei: docs: use correct structures name in kdoc
Tomas Winkler
1
-2
/
+2
2023-10-18
mei: update mei-pxp's component interface with timeouts
Alan Previn
3
-10
/
+37
2023-10-18
mei: pxp: re-enable client on errors
Alexander Usyskin
1
-22
/
+48
2023-10-18
mei: pxp: recover from recv fail under memory pressure
Alexander Usyskin
1
-1
/
+24
2023-10-18
mei: bus: add send and recv api with timeout
Alexander Usyskin
2
-2
/
+94
2023-10-16
counter: chrdev: remove a typo in header file comment
Fabrice Gasnier
1
-1
/
+1
2023-10-16
fpga: versal: Add support for 44-bit DMA operations
Nava kishore Manne
1
-1
/
+1
2023-10-16
fpga: altera-ps-spi: Use spi_get_device_match_data()
Rob Herring
1
-40
/
+6
2023-10-15
Linux 6.6-rc6
v6.6-rc6
Linus Torvalds
1
-1
/
+1
2023-10-15
Revert "x86/smp: Put CPUs into INIT on shutdown if possible"
Linus Torvalds
3
-60
/
+7
2023-10-15
virtio_net: fix the missing of the dma cpu sync
Xuan Zhuo
1
-7
/
+7
2023-10-14
ovl: temporarily disable appending lowedirs
Amir Goldstein
1
-49
/
+3
2023-10-14
iio: Use device_get_match_data()
Rob Herring
3
-19
/
+11
2023-10-14
iio: adc: MCP3564: fix warn: unsigned '__x' is never less than zero.
Marius Cristea
1
-1
/
+1
2023-10-14
dt-bindings: trivial-devices: add silabs,si7005
Javier Carrasco
1
-0
/
+2
2023-10-14
iio: si7005: Add device tree support
Javier Carrasco
1
-0
/
+7
2023-10-14
drivers: imu: adis16475.c: Remove scan index from delta channels
Ramona Gradinariu
1
-21
/
+46
2023-10-14
dt-bindings: iio: imu: st,lsm6dsx: add mount-matrix property
Martin Kepplinger
1
-0
/
+3
2023-10-14
iio: resolver: ad2s1210: remove of_match_ptr()
David Lechner
1
-2
/
+1
2023-10-14
iio: resolver: ad2s1210: remove DRV_NAME macro
David Lechner
1
-3
/
+1
2023-10-14
ovl: fix regression in showing lowerdir mount option
Amir Goldstein
2
-15
/
+35
2023-10-14
Input: powermate - fix use-after-free in powermate_config_complete
Javier Carrasco
1
-0
/
+1
2023-10-14
Input: xpad - add PXN V900 support
Matthias Berndt
1
-0
/
+2
2023-10-14
Input: synaptics-rmi4 - handle reset delay when using SMBus trsnsport
Dmitry Torokhov
2
-22
/
+29
2023-10-14
Input: psmouse - fix fast_reconnect function for PS/2 mode
Jeffery Miller
2
-0
/
+2
2023-10-13
fpga: Use device_get_match_data()
Rob Herring
2
-21
/
+8
2023-10-13
ksmbd: fix potential double free on smb2_read_pipe() error path
Namjae Jeon
1
-1
/
+1
2023-10-13
ksmbd: fix Null pointer dereferences in ksmbd_update_fstate()
Namjae Jeon
1
-0
/
+3
2023-10-13
ksmbd: fix wrong error response status by using set_smb2_rsp_status()
Namjae Jeon
1
-4
/
+5
2023-10-13
ksmbd: not allow to open file if delelete on close bit is set
Namjae Jeon
1
-2
/
+2
2023-10-13
Revert "Input: psmouse - add delay when deactivating for SMBus mode"
Dmitry Torokhov
1
-12
/
+7
2023-10-12
workqueue: fix -Wformat-truncation in create_worker
Lucy Mielke
1
-1
/
+1
2023-10-12
workqueue: Override implicit ordered attribute in workqueue_apply_unbound_cpu...
Waiman Long
1
-2
/
+6
[next]