index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-03
aoe: replace strncpy with strscpy
Justin Stitt
1
-2
/
+1
2023-10-03
null_blk: replace strncpy with strscpy
Justin Stitt
1
-1
/
+1
2023-10-02
cdrom: Remove now superfluous sentinel element from ctl_table array
Joel Granados
1
-1
/
+0
2023-09-25
md: replace deprecated strncpy with memcpy
Justin Stitt
1
-3
/
+3
2023-09-22
md/md-linear: Annotate struct linear_conf with __counted_by
Kees Cook
2
-14
/
+14
2023-09-22
md: don't check 'mddev->pers' and 'pers->quiesce' from suspend_lo_store()
Yu Kuai
1
-7
/
+2
2023-09-22
md: don't check 'mddev->pers' from suspend_hi_store()
Yu Kuai
1
-6
/
+1
2023-09-22
md-bitmap: suspend array earlier in location_store()
Yu Kuai
1
-23
/
+20
2023-09-22
md-bitmap: remove the checking of 'pers->quiesce' from location_store()
Yu Kuai
1
-4
/
+0
2023-09-22
md: don't rely on 'mddev->pers' to be set in mddev_suspend()
Yu Kuai
1
-1
/
+1
2023-09-22
md: initialize 'writes_pending' while allocating mddev
Yu Kuai
5
-26
/
+13
2023-09-22
md: initialize 'active_io' while allocating mddev
Yu Kuai
3
-22
/
+41
2023-09-22
md: delay remove_and_add_spares() for read only array to md_start_sync()
Yu Kuai
1
-10
/
+51
2023-09-22
md: factor out a helper rdev_addable() from remove_and_add_spares()
Yu Kuai
1
-12
/
+27
2023-09-22
md: factor out a helper rdev_is_spare() from remove_and_add_spares()
Yu Kuai
1
-5
/
+10
2023-09-22
md: factor out a helper rdev_removeable() from remove_and_add_spares()
Yu Kuai
1
-6
/
+38
2023-09-22
md: delay choosing sync action to md_start_sync()
Yu Kuai
1
-34
/
+39
2023-09-22
md: factor out a helper to choose sync action from md_check_recovery()
Yu Kuai
1
-25
/
+45
2023-09-22
md: use separate work_struct for md_start_sync()
Yu Kuai
2
-5
/
+10
2023-09-22
block/null_blk: add queue_rqs() support
Chengming Zhou
1
-0
/
+20
2023-09-22
blk-mq: update driver tags request table when start request
Chengming Zhou
2
-3
/
+0
2023-09-16
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
20
-104
/
+109
2023-09-16
Merge tag 'ata-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...
Linus Torvalds
7
-40
/
+59
2023-09-16
Merge tag 'usb-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-0
/
+3
2023-09-16
Merge tag 'driver-core-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+2
2023-09-16
Merge tag 'char-misc-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-68
/
+35
2023-09-16
Merge tag 'i2c-for-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
5
-6
/
+10
2023-09-16
ata: libata-core: fetch sense data for successful commands iff CDL enabled
Niklas Cassel
1
-5
/
+2
2023-09-16
ata: libata-eh: do not thaw the port twice in ata_eh_reset()
Niklas Cassel
1
-3
/
+0
2023-09-16
ata: libata-eh: do not clear ATA_PFLAG_EH_PENDING in ata_eh_reset()
Niklas Cassel
1
-10
/
+3
2023-09-15
Merge tag 'thermal-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-6
/
+13
2023-09-15
Merge tag 'for-6.6/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-30
/
+33
2023-09-15
Merge tag 'block-6.6-2023-09-15' of git://git.kernel.dk/linux
Linus Torvalds
8
-34
/
+58
2023-09-15
Merge tag 'firewire-fixes-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-2
/
+2
2023-09-15
Merge tag 'drm-fixes-2023-09-15' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
55
-230
/
+430
2023-09-15
Merge tag 'efi-fixes-for-v6.6-1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2023-09-15
dm: don't attempt to queue IO under RCU protection
Jens Axboe
1
-21
/
+2
2023-09-15
Revert "firewire: core: obsolete usage of GFP_ATOMIC at building node tree"
Takashi Sakamoto
2
-2
/
+2
2023-09-15
ata: pata_parport: Fix code style issues
Damien Le Moal
1
-5
/
+4
2023-09-15
ata: libahci: clear pending interrupt status
Szuying Chen
1
-12
/
+23
2023-09-15
Merge tag 'drm-misc-fixes-2023-09-14' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
4
-16
/
+8
2023-09-15
Merge tag 'drm-intel-fixes-2023-09-14' of git://anongit.freedesktop.org/drm/d...
Dave Airlie
3
-1
/
+28
2023-09-15
Merge tag 'amd-drm-fixes-6.6-2023-09-13' of https://gitlab.freedesktop.org/ag...
Dave Airlie
44
-206
/
+385
2023-09-14
Merge tag 'nvme-6.6-2023-09-14' of git://git.infradead.org/nvme into block-6.6
Jens Axboe
5
-25
/
+38
2023-09-14
nvme: avoid bogus CRTO values
Keith Busch
1
-19
/
+35
2023-09-14
thermal: core: Fix disabled trip point check in handle_thermal_trip()
Rafael J. Wysocki
1
-2
/
+4
2023-09-14
Merge tag 'md-fixes-20230914' of https://git.kernel.org/pub/scm/linux/kernel/...
Jens Axboe
3
-9
/
+20
2023-09-14
md: Put the right device in md_seq_next
Mariusz Tkaczyk
1
-1
/
+1
2023-09-14
Merge tag 'net-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
26
-154
/
+235
2023-09-14
dm: fix a race condition in retrieve_deps
Mikulas Patocka
3
-9
/
+31
[next]