summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ata: pata_parport: add driver (PARIDE replacement)Ondrej Zary2023-01-318-17/+968
* ata: libata: exclude FUA support for known buggy drivesDamien Le Moal2023-01-131-0/+3
* ata: libata: Fix FUA handling in ata_build_rw_tf()Damien Le Moal2023-01-131-3/+5
* ata: libata: cleanup fua support detectionDamien Le Moal2023-01-134-32/+39
* ata: libata: Rename and cleanup ata_rwcmd_protocol()Damien Le Moal2023-01-131-13/+15
* ata: libata: Introduce ata_ncq_supported()Damien Le Moal2023-01-131-7/+21
* block: add a sanity check for non-write flush/fua biosChristoph Hellwig2023-01-131-5/+9
* ata: libata-scsi: improve ata_scsiop_maint_in()Damien Le Moal2023-01-041-1/+2
* ata: libata-scsi: do not overwrite SCSI ML and status bytesNiklas Cassel2023-01-041-4/+4
* ata: libata: move NCQ related ATA_DFLAGsNiklas Cassel2023-01-041-8/+7
* ata: libata: respect successfully completed commands during errorsNiklas Cassel2023-01-041-31/+42
* ata: libata: read the shared status for successful NCQ commands onceNiklas Cassel2023-01-043-3/+92
* ata: libata: simplify qc_fill_rtf port operation interfaceDamien Le Moal2023-01-049-35/+17
* ata: scsi: rename flag ATA_QCFLAG_FAILED to ATA_QCFLAG_EHNiklas Cassel2023-01-0415-38/+38
* ata: libata-eh: Cleanup ata_scsi_cmd_error_handler()Wenchao Hao2023-01-041-49/+52
* ata: octeon: Drop empty platform remove functionUwe Kleine-König2023-01-031-6/+0
* Linux 6.2-rc2v6.2-rc2Linus Torvalds2023-01-011-1/+1
* Merge tag 'perf_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-01-012-38/+18
|\
| * perf/core: Call LSM hook after copying perf_event_attrNamhyung Kim2022-12-271-3/+3
| * perf: Fix use-after-free in error pathPeter Zijlstra2022-12-271-1/+3
| * perf/x86/amd: fix potential integer overflow on shift of a intColin Ian King2022-12-271-1/+1
| * perf/core: Fix cgroup events trackingChengming Zhou2022-12-271-32/+10
| * perf core: Return error pointer if inherit_event() fails to find pmu_ctxRavi Bangoria2022-12-271-1/+1
* | Merge tag 'x86_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-01-013-25/+17
|\ \
| * | x86/kprobes: Fix optprobe optimization check with CONFIG_RETHUNKMasami Hiramatsu (Google)2022-12-271-20/+8
| * | x86/kprobes: Fix kprobes instruction boudary check with CONFIG_RETHUNKMasami Hiramatsu (Google)2022-12-271-3/+7
| * | x86/calldepth: Fix incorrect init section referencesArnd Bergmann2022-12-271-2/+2
| |/
* | Merge tag 'locking_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-01-013-16/+56
|\ \
| * | futex: Fix futex_waitv() hrtimer debug object leak on kcalloc errorMathieu Desnoyers2022-12-271-4/+7
| * | rtmutex: Add acquire semantics for rtmutex lock acquisition slow pathMel Gorman2022-12-122-12/+49
* | | Merge tag 'drm-fixes-2023-01-01' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-01-0112-45/+212
|\ \ \
| * \ \ Merge tag 'drm-intel-fixes-2022-12-30' of git://anongit.freedesktop.org/drm/d...Daniel Vetter2023-01-0112-45/+212
| |\ \ \ | | |_|/ | |/| |
| | * | drm/i915/dsi: fix MIPI_BKLT_EN_1 native GPIO indexJani Nikula2022-12-301-1/+1
| | * | drm/i915/dsi: add support for ICL+ native MIPI GPIO sequenceJani Nikula2022-12-303-3/+95
| | * | drm/i915/uc: Fix two issues with over-size firmware filesJohn Harrison2022-12-301-14/+28
| | * | drm/i915: improve the catch-all evict to handle lock contentionMatthew Auld2022-12-306-26/+82
| | * | drm/i915: Remove __maybe_unused from mtl_infoLucas De Marchi2022-12-301-1/+0
| | * | drm/i915: fix TLB invalidation for Gen12.50 video and compute enginesAndrzej Hajda2022-12-301-1/+7
| |/ /
* | | Merge tag 'kbuild-fixes-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-318-14/+27
|\ \ \
| * | | fixdep: remove unneeded <stdarg.h> inclusionMasahiro Yamada2022-12-301-1/+0
| * | | kbuild: sort single-targets alphabetically againMasahiro Yamada2022-12-301-1/+1
| * | | kbuild: rpm-pkg: add libelf-devel as alternative for BuildRequiresMasahiro Yamada2022-12-301-1/+2
| * | | kbuild: Fix running modpost with musl libcSamuel Holland2022-12-301-11/+11
| * | | kbuild: add a missing line for help messageJun ASAKA2022-12-301-0/+1
| * | | .gitignore: ignore *.rpmMasahiro Yamada2022-12-301-0/+1
| * | | arch: fix broken BuildID for arm64 and riscvMasahiro Yamada2022-12-301-0/+5
| * | | kconfig: Add static text for search information in help menuBhaskar Chowdhury2022-12-291-0/+6
| |/ /
* | | Merge tag 'ata-6.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds2022-12-311-9/+23
|\ \ \
| * | | ata: ahci: Fix PCS quirk application for suspendAdam Vodopjan2022-12-271-9/+23
| |/ /
* | | Merge tag 'acpi-6.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2022-12-306-83/+82
|\ \ \