summaryrefslogtreecommitdiffstats
path: root/Documentation/admin-guide (unfollow)
Commit message (Expand)AuthorFilesLines
2024-11-29Revert "s390/mm: Allow large pages for KASAN shadow mapping"Vasily Gorbik1-11/+1
2024-11-28selftests: find_symbol: Actually use load_mod() parameterGeert Uytterhoeven1-2/+2
2024-11-28selftests: kallsyms: fix and clarify current test boundariesLuis Chamberlain2-3/+38
2024-11-28selftests: kallsyms: fix double build stupidityLuis Chamberlain1-9/+8
2024-11-28ipmr: fix build with clang and DEBUG_NET disabled.Paolo Abeni2-2/+2
2024-11-28drm/xe: Take PM ref in delayed snapshot capture workerMatthew Brost1-0/+6
2024-11-28drm/xe/migrate: use XE_BO_FLAG_PAGETABLEMatthew Auld1-1/+2
2024-11-28drm/xe/migrate: fix pat index usageMatthew Auld1-1/+2
2024-11-28drm/xe/guc_submit: fix race around suspend_pendingMatthew Auld1-2/+15
2024-11-28drm/xe/guc_submit: fix race around pending_disableMatthew Auld1-7/+10
2024-11-28drm/xe: Update xe2_graphics name stringMatt Roper1-1/+1
2024-11-28ALSA: hda: improve bass speaker support for ASUS Zenbook UM5606WAJaroslav Kysela1-0/+16
2024-11-28s390/spinlock: Use flag output constraint for arch_cmpxchg_niai8()Heiko Carstens1-2/+22
2024-11-28s390/spinlock: Use R constraint for arch_load_niai4()Heiko Carstens1-1/+1
2024-11-28s390/spinlock: Generate shorter code for arch_spin_unlock()Heiko Carstens1-3/+3
2024-11-28s390/spinlock: Remove condition code clobber from arch_spin_unlock()Heiko Carstens1-1/+1
2024-11-28s390/spinlock: Use symbolic names in inline assembliesHeiko Carstens2-8/+9
2024-11-28s390: Support PREEMPT_DYNAMICHeiko Carstens2-4/+19
2024-11-28s390/pci: Fix potential double remove of hotplug slotNiklas Schnelle1-25/+9
2024-11-28s390/pci: Fix leak of struct zpci_dev when zpci_add_device() failsNiklas Schnelle2-6/+25
2024-11-28s390/mm/hugetlbfs: Add missing includesHeiko Carstens1-0/+2
2024-11-28Documentation: tls_offload: fix typos and grammarLeo Stone1-14/+15
2024-11-28Fix spelling mistakeVyshnav Ajith1-1/+1
2024-11-28ipmr: fix tables suspicious RCU usagePaolo Abeni1-13/+29
2024-11-28ip6mr: fix tables suspicious RCU usagePaolo Abeni1-11/+27
2024-11-28ipmr: add debug check for mr table cleanupPaolo Abeni2-0/+28
2024-11-28selftests: rds: move test.py to TEST_FILESHangbin Liu1-3/+2
2024-11-28net_sched: sch_fq: don't follow the fast path if Tx is behind nowJakub Kicinski1-0/+6
2024-11-28tcp: Fix use-after-free of nreq in reqsk_timer_handler().Kuniyuki Iwashima1-1/+1
2024-11-28net: phy: fix phy_ethtool_set_eee() incorrectly enabling LPIRussell King (Oracle)3-13/+21
2024-11-28net: Comment copy_from_sockptr() explaining its behaviourMichal Luczaj1-0/+2
2024-11-28rxrpc: Improve setsockopt() handling of malformed user inputMichal Luczaj1-3/+4
2024-11-28llc: Improve setsockopt() handling of malformed user inputMichal Luczaj1-1/+1
2024-11-28ALSA: hda/realtek: Apply quirk for Medion E15433Takashi Iwai1-0/+1
2024-11-27ASoC: amd: yc: Add a quirk for microfone on Lenovo ThinkPad P14s Gen 5 21MES0...Ilya Zverev1-0/+7
2024-11-27s390/mm: Add PTE_MARKER support for hugetlbfs mappingsGerald Schaefer2-2/+3
2024-11-27s390/mm: Introduce region-third and segment table swap entriesGerald Schaefer2-5/+71
2024-11-27s390/mm: Introduce region-third and segment table entry present bitsGerald Schaefer3-24/+47
2024-11-27s390/mm: Rearrange region-third and segment table entry SW bitsGerald Schaefer2-8/+9
2024-11-27KVM: s390: Increase size of union sca_utility to four bytesHeiko Carstens1-5/+10
2024-11-27KVM: s390: Remove one byte cmpxchg() usageHeiko Carstens1-11/+2
2024-11-27KVM: s390: Use try_cmpxchg() instead of cmpxchg() loopsHeiko Carstens4-19/+18
2024-11-27s390/ap: Replace xchg() with WRITE_ONCE()Heiko Carstens1-1/+1
2024-11-27Revert "fs: don't block i_writecount during exec"Christian Brauner5-14/+49
2024-11-27ASoC: SOF: ipc3-topology: Convert the topology pin index to ALH dai indexBard Liao1-2/+24
2024-11-27ASoC: mediatek: Check num_codecs is not zero to avoid panic during probeNĂ­colas F. R. A. Prado3-6/+16
2024-11-27ASoC: amd: yc: Fix for enabling DMIC on acp6x via _DSD entryVenkata Prasad Potturu1-1/+17
2024-11-27ALSA: ump: Fix evaluation of MIDI 1.0 FB infoTakashi Iwai1-1/+4
2024-11-27ALSA: core: Fix possible NULL dereference caused by kunit_kzalloc()Zichen Xie1-0/+11
2024-11-27powerpc/prom_init: Fixup missing powermac #size-cellsMichael Ellerman1-2/+27