summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_breadcrumbs.c (unfollow)
Commit message (Expand)AuthorFilesLines
5 daysdrm/xe: Take PM ref in delayed snapshot capture workerMatthew Brost1-0/+6
5 daysdrm/xe/migrate: use XE_BO_FLAG_PAGETABLEMatthew Auld1-1/+2
5 daysdrm/xe/migrate: fix pat index usageMatthew Auld1-1/+2
5 daysdrm/xe/guc_submit: fix race around suspend_pendingMatthew Auld1-2/+15
5 daysdrm/xe/guc_submit: fix race around pending_disableMatthew Auld1-7/+10
5 daysdrm/xe: Update xe2_graphics name stringMatt Roper1-1/+1
5 daysALSA: hda: improve bass speaker support for ASUS Zenbook UM5606WAJaroslav Kysela1-0/+16
5 dayss390/spinlock: Use flag output constraint for arch_cmpxchg_niai8()Heiko Carstens1-2/+22
5 dayss390/spinlock: Use R constraint for arch_load_niai4()Heiko Carstens1-1/+1
5 dayss390/spinlock: Generate shorter code for arch_spin_unlock()Heiko Carstens1-3/+3
5 dayss390/spinlock: Remove condition code clobber from arch_spin_unlock()Heiko Carstens1-1/+1
5 dayss390/spinlock: Use symbolic names in inline assembliesHeiko Carstens2-8/+9
5 dayss390: Support PREEMPT_DYNAMICHeiko Carstens2-4/+19
5 dayss390/pci: Fix potential double remove of hotplug slotNiklas Schnelle1-25/+9
5 dayss390/pci: Fix leak of struct zpci_dev when zpci_add_device() failsNiklas Schnelle2-6/+25
5 dayss390/mm/hugetlbfs: Add missing includesHeiko Carstens1-0/+2
5 daysDocumentation: tls_offload: fix typos and grammarLeo Stone1-14/+15
5 daysFix spelling mistakeVyshnav Ajith1-1/+1
5 daysntp: Remove invalid cast in time offset mathMarcelo Dalmas1-1/+1
6 daysipmr: fix tables suspicious RCU usagePaolo Abeni1-13/+29
6 daysip6mr: fix tables suspicious RCU usagePaolo Abeni1-11/+27
6 daysipmr: add debug check for mr table cleanupPaolo Abeni2-0/+28
6 daysselftests: rds: move test.py to TEST_FILESHangbin Liu1-3/+2
6 daysdma-debug: fix physical address calculation for struct dma_debug_entryFedor Pchelkin1-5/+15
6 daysnet_sched: sch_fq: don't follow the fast path if Tx is behind nowJakub Kicinski1-0/+6
6 daystcp: Fix use-after-free of nreq in reqsk_timer_handler().Kuniyuki Iwashima1-1/+1
6 daysnet: phy: fix phy_ethtool_set_eee() incorrectly enabling LPIRussell King (Oracle)3-13/+21
6 daysnet: Comment copy_from_sockptr() explaining its behaviourMichal Luczaj1-0/+2
6 daysrxrpc: Improve setsockopt() handling of malformed user inputMichal Luczaj1-3/+4
6 daysllc: Improve setsockopt() handling of malformed user inputMichal Luczaj1-1/+1
6 daysALSA: hda/realtek: Apply quirk for Medion E15433Takashi Iwai1-0/+1
6 dayskbuild: rename .tmp_vmlinux.kallsyms0.syms to .tmp_vmlinux0.symsSedat Dilek1-6/+6
6 daysgitignore: Don't ignore 'tags' directoryLi Zhijian1-0/+1
6 dayskbuild: add dependency from vmlinux to resolve_btfidsThomas Weißschuh1-0/+3
6 daysmodpost: replace tdb_hash() with hash_str()Masahiro Yamada1-15/+3
6 dayskbuild: deb-pkg: add python3:native to build dependencyMasahiro Yamada1-1/+1
6 daysgenksyms: reduce indentation in export_symbol()Masahiro Yamada1-36/+37
6 daysmodpost: improve error messages in device_id_check()Masahiro Yamada1-37/+18
6 daysmodpost: rename alias symbol for MODULE_DEVICE_TABLE()Masahiro Yamada2-11/+8
6 daysmodpost: rename variables in handle_moddevtable()Masahiro Yamada1-11/+11
6 daysmodpost: move strstarts() to modpost.hMasahiro Yamada3-3/+3
6 daysmodpost: convert do_usb_table() to a generic handlerMasahiro Yamada1-30/+9
6 daysmodpost: convert do_of_table() to a generic handlerMasahiro Yamada1-18/+2
6 daysmodpost: convert do_pnp_device_entry() to a generic handlerMasahiro Yamada1-21/+9
6 daysmodpost: convert do_pnp_card_entries() to a generic handlerMasahiro Yamada1-25/+14
6 daysmodpost: call module_alias_printf() from all do_*_entry() functionsMasahiro Yamada1-257/+181
6 daysmodpost: pass (struct module *) to do_*_entry() functionsMasahiro Yamada1-59/+59
6 daysmodpost: remove DEF_FIELD_ADDR_VAR() macroMasahiro Yamada1-8/+1
6 daysmodpost: deduplicate MODULE_ALIAS() for all driversMasahiro Yamada1-33/+15
6 daysmodpost: introduce module_alias_printf() helperMasahiro Yamada3-28/+93