index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-05
ata: pata_pdc2027x: Replace PDPRINTK() with standard ata logging
Hannes Reinecke
1
-43
/
+28
2022-01-05
ata: sata_qstor: replace DPRINTK() with dev_dbg()
Hannes Reinecke
1
-2
/
+2
2022-01-05
ata: sata_rcar: replace DPRINTK() with ata_port_dbg()
Hannes Reinecke
1
-1
/
+1
2022-01-05
ata: sata_fsl: move DPRINTK to ata debugging
Hannes Reinecke
1
-44
/
+39
2022-01-05
ata: pdc_adma: Remove DPRINTK call
Hannes Reinecke
1
-2
/
+0
2022-01-05
ata: pata_octeon_cf: remove DPRINTK() macro in interrupt context
Hannes Reinecke
1
-2
/
+0
2022-01-05
ata: sata_mv: replace DPRINTK with dynamic debugging
Hannes Reinecke
1
-38
/
+38
2022-01-05
ata: sata_mv: kill 'port' argument in mv_dump_all_regs()
Hannes Reinecke
1
-13
/
+6
2022-01-05
ata: libata: move DPRINTK to ata debugging
Hannes Reinecke
1
-9
/
+6
2022-01-05
ata: libata: revamp ata_get_cmd_descript()
Hannes Reinecke
3
-17
/
+11
2022-01-05
ata: libata: move ata_{port,link,dev}_dbg to standard pr_XXX() macros
Hannes Reinecke
3
-86
/
+29
2022-01-05
ata: libata: add tracepoints for ATA error handling
Hannes Reinecke
3
-30
/
+7
2022-01-05
ata: libata-scsi: drop DPRINTK calls for cdb translation
Hannes Reinecke
1
-19
/
+1
2022-01-05
ata: libata-sff: tracepoints for HSM state machine
Hannes Reinecke
2
-13
/
+36
2022-01-05
ata: libata: tracepoints for bus-master DMA
Hannes Reinecke
11
-97
/
+76
2022-01-04
ata: libata: add qc_prep tracepoint
Hannes Reinecke
1
-0
/
+1
2022-01-04
ata: libata: add reset tracepoints
Hannes Reinecke
10
-57
/
+19
2022-01-04
ata: libata: sanitize ATA_HORKAGE_DUMP_ID
Hannes Reinecke
1
-2
/
+2
2022-01-04
ata: libata: move ata_dump_id() to dynamic debugging
Hannes Reinecke
1
-28
/
+10
2022-01-04
ata: libata: Add ata_port_classify() helper
Hannes Reinecke
7
-21
/
+40
2022-01-04
ata: libata: whitespace cleanup
Hannes Reinecke
2
-10
/
+10
2022-01-04
ata: libata: remove pointless debugging messages
Hannes Reinecke
7
-29
/
+0
2022-01-04
ata: libata: use min() to make code cleaner
Changcheng Deng
1
-8
/
+2
2022-01-04
ata: libahci_platform: Get rid of dup message when IRQ can't be retrieved
Andy Shevchenko
1
-4
/
+1
2022-01-04
ata: libahci_platform: Remove bogus 32-bit DMA mask attempt
Andy Shevchenko
1
-7
/
+2
2022-01-04
ata: sata_dwc_460ex: Remove unused forward declaration
Andy Shevchenko
1
-1
/
+0
2022-01-04
ata: sata_dwc_460ex: Use temporary variable for struct device
Andy Shevchenko
1
-18
/
+19
2022-01-04
ata: sata_dwc_460ex: Use devm_platform_*ioremap_resource() APIs
Andy Shevchenko
1
-5
/
+2
2022-01-04
ata: sata_fsl: use sysfs_emit()
Damien Le Moal
1
-3
/
+3
2022-01-04
ata: ahci: use sysfs_emit()
Damien Le Moal
1
-1
/
+1
2022-01-04
ata: libata-scsi: use sysfs_emit()
Damien Le Moal
1
-1
/
+1
2022-01-04
ata: libata-sata: use sysfs_emit()
Damien Le Moal
1
-2
/
+2
2022-01-04
ata: sata_fsl: Use struct_group() for memcpy() region
Kees Cook
1
-4
/
+6
2022-01-04
ata: pata_ali: no need to initialise statics to 0
Jason Wang
1
-1
/
+1
2022-01-02
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+3
2022-01-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2
-4
/
+11
2021-12-31
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
3
-6
/
+11
2021-12-31
i2c: validate user data in compat ioctl
Pavel Skripkin
1
-0
/
+3
2021-12-30
Input: spaceball - fix parsing of movement data packets
Leo L. Schwab
1
-2
/
+9
2021-12-30
Input: appletouch - initialize work before device registration
Pavel Skripkin
1
-2
/
+2
2021-12-30
Merge tag 'drm-fixes-2021-12-31' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
27
-114
/
+318
2021-12-31
Merge branch 'drm-misc-fixes' of ssh://git.freedesktop.org/git/drm/drm-misc i...
Dave Airlie
2
-14
/
+16
2021-12-30
Merge tag 'net-5.16-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
25
-95
/
+204
2021-12-30
Merge tag 'char-misc-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/g...
Linus Torvalds
2
-3
/
+4
2021-12-30
Merge tag 'usb-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
5
-8
/
+29
2021-12-30
fsl/fman: Fix missing put_device() call in fman_port_probe
Miaoqian Lin
1
-5
/
+7
2021-12-30
Merge tag 'amd-drm-fixes-5.16-2021-12-29' of https://gitlab.freedesktop.org/a...
Dave Airlie
23
-98
/
+300
2021-12-28
net/mlx5e: Fix wrong features assignment in case of error
Gal Pressman
1
-6
/
+5
2021-12-28
net/mlx5e: TC, Fix memory leak with rules with internal port
Roi Dayan
1
-0
/
+2
2021-12-28
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...
Jakub Kicinski
2
-1
/
+20
[next]