aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-11-14x86, lto: Finally enable gcc LTO for x86lto-61-jiriAndi Kleen1-0/+1
2022-11-14kasan, lto: remove extra BUILD_BUG() in memory_is_poisonedMartin Liska1-1/+1
2022-11-14scripts/bloat-o-meter, lto: handle gcc LTOAndi Kleen1-1/+1
2022-11-14scripts, lto: check C symbols for modversionsAndi Kleen1-1/+1
2022-11-14mm/kasan, lto: Mark kasan mem{cpy,move,set} as __usedMartin Liska1-3/+3
2022-11-14x86/lib, lto: Mark 32bit mem{cpy,move,set} as __usedAndi Kleen1-3/+3
2022-11-14x86/livepatch, lto: Disable live patching with gcc LTOAndi Kleen1-0/+1
2022-11-14x86, lto: Disable relative init pointers with gcc LTOAndi Kleen1-1/+3
2022-11-14Kbuild, lto: don't include weak source file symbols in System.mapAndi Kleen1-0/+2
2022-11-14Compiler attributes, lto: disable __flatten with LTOAndi Kleen1-0/+5
2022-11-14lib/string, lto: disable gcc LTO for string.oAndi Kleen1-0/+2
2022-11-14Kbuild, lto: disable gcc LTO for bounds+asm-offsetsAndi Kleen1-0/+3
2022-11-14scripts, lto: disable gcc LTO for some mod sourcesAndi Kleen1-0/+3
2022-11-14x86/vdso, lto: Disable gcc LTO for the vdsoAndi Kleen1-0/+2
2022-11-14x86/realmode, lto: Disable gcc LTO for real mode codeAndi Kleen1-0/+1
2022-11-14x86/purgatory, lto: Disable gcc LTO for purgatoryAndi Kleen1-0/+2
2022-11-14Kbuild, lto: Add Link Time Optimization supportAndi Kleen10-12/+190
2022-11-14scripts, lto: use CONFIG_LTO for many LTO specific actionsAndi Kleen7-7/+7
2022-11-14scripts, lto: re-add gcc-ldAndi Kleen1-0/+40
2022-11-14linkage, lto: use C version for SYSCALL_ALIAS() / cond_syscall()Andi Kleen2-10/+25
2022-11-14x86/apic, lto: Mark apic_driver*() as __noreorderJiri Slaby (SUSE)1-2/+2
2022-11-14sched, lto: mark sched classes as __noreorderAndi Kleen1-0/+1
2022-11-14bpf, lto: mark interpreter jump table as __noreorderAndi Kleen1-1/+1
2022-11-14init.h, lto: mark initcalls as __noreorderAndi Kleen1-1/+1
2022-11-14btf, lto: Make all BTF IDs global on LTOAndi Kleen1-6/+6
2022-11-14btf, lto: pass scope as stringsJiri Slaby (SUSE)1-11/+11
2022-11-14softirq, lto: Mark irq_enter/exit_rcu() as __visibleAndi Kleen1-2/+2
2022-11-14export, lto: Mark __kstrtab* in EXPORT_SYMBOL() as global and __visibleAndi Kleen1-2/+4
2022-11-14entry, lto: Mark raw_irqentry_exit_cond_resched() as __visibleAndi Kleen1-1/+1
2022-11-14amd, lto: Mark amd pmu and pstate functions as __visible_on_ltoAndi Kleen2-8/+9
2022-11-14x86, lto: Mark gdt_page and native_sched_clock() as __visibleAndi Kleen2-2/+2
2022-11-14x86/xen, lto: Mark xen_vcpu_stolen() as __visibleAndi Kleen1-1/+1
2022-11-14x86/sev, lto: Mark cpuid_table_copy as __visible_on_ltoMartin Liska1-1/+1
2022-11-14x86/preempt, lto: Mark preempt_schedule_*thunk() as __visibleAndi Kleen1-2/+2
2022-11-14x86/paravirt, lto: Mark native_steal_clock() as __visible_on_ltoAndi Kleen1-1/+1
2022-11-14x86/alternative, lto: Mark int3_*() as global and __visibleAndi Kleen1-2/+3
2022-11-14static_call, lto: Mark func_a() as __visible_on_ltoAndi Kleen1-3/+3
2022-11-14static_call, lto: Mark static_call_return0() as __visibleAndi Kleen1-1/+1
2022-11-14static_call, lto: Mark static keys as __visibleAndi Kleen1-6/+6
2022-11-14tracepoint, lto: Mark static call functions as __visibleAndi Kleen1-2/+2
2022-11-14Compiler Attributes, lto: introduce __noreorderAndi Kleen1-0/+10
2022-11-14compiler.h: introduce __global_on_ltoJiri Slaby (SUSE)1-0/+2
2022-11-14compiler.h: introduce __visible_on_ltoJiri Slaby (SUSE)1-0/+6
2022-11-14kbuild: lto: preserve MAKEFLAGS for module linkingMartin Liska1-2/+2
2022-11-14kbuild: pass jobserver to cmd_ld_vmlinux.oJiri Slaby (SUSE)1-1/+1
2022-11-14x86/boot: robustify calling startup_{32,64}() from the decompressor codeAlexander Lobakin3-8/+12
2022-11-13Linux 6.1-rc5Linus Torvalds1-1/+1
2022-11-13Merge tag 'mips-fixes_6.1_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-21/+26
2022-11-13Merge tag 'efi-fixes-for-v6.1-3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-20/+128
2022-11-12Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds3-7/+27
2022-11-12Merge tag 'sound-fix-6.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+3
2022-11-12ALSA: memalloc: Try dma_alloc_noncontiguous() at firstTakashi Iwai1-4/+3
2022-11-11Merge tag 'ata-6.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds2-4/+28
2022-11-11Merge tag 'mm-hotfixes-stable-2022-11-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds30-35795/+36120
2022-11-11Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds3-4/+5
2022-11-12ata: libata-core: do not issue non-internal commands once EH is pendingNiklas Cassel1-0/+10
2022-11-11Merge tag 'block-6.1-2022-11-11' of git://git.kernel.dk/linuxLinus Torvalds5-10/+39
2022-11-11Merge tag 'io_uring-6.1-2022-11-11' of git://git.kernel.dk/linuxLinus Torvalds5-16/+31
2022-11-11Merge tag 's390-6.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds11-84/+90
2022-11-11Merge tag 'hardening-v6.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2022-11-11Merge tag 'nfsd-6.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2-0/+2
2022-11-11Merge tag 'fixes_for_v6.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2022-11-11Merge tag 'perf-tools-fixes-for-v6.1-2-2022-11-10' of git://git.kernel.org/pu...Linus Torvalds4-4/+12
2022-11-11Merge tag 'riscv-for-linus-6.1-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-2/+47
2022-11-11Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds23-207/+435
2022-11-11Merge tag 'hyperv-fixes-signed-20221110' of git://git.kernel.org/pub/scm/linu...Linus Torvalds6-31/+51
2022-11-11Merge tag 'dmaengine-fix-6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds14-121/+150
2022-11-11Merge tag 'spi-fix-v6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-19/+49
2022-11-11Merge tag 'mmc-v6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...Linus Torvalds6-9/+38
2022-11-11Merge tag 'for-linus-2022111101' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-9/+8
2022-11-11io_uring/poll: lockdep annote io_poll_req_insert_lockedPavel Begunkov1-0/+2
2022-11-11io_uring/poll: fix double poll req->flags racesPavel Begunkov1-12/+17
2022-11-11Merge tag 'sound-6.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds11-66/+62
2022-11-11Merge tag 'drm-fixes-2022-11-11' of git://anongit.freedesktop.org/drm/drmLinus Torvalds37-129/+258
2022-11-11MIPS: pic32: treat port as signed integerJason A. Donenfeld3-9/+8
2022-11-11MIPS: jump_label: Fix compat branch range checkJiaxun Yang1-1/+1
2022-11-11mips: alchemy: gpio: Include the right headerLinus Walleij1-1/+1
2022-11-11MIPS: Loongson64: Add WARN_ON on kexec related kmalloc failedLiao Chang1-0/+10
2022-11-11MIPS: fix duplicate definitions for exported symbolsRongwei Zhang1-10/+5
2022-11-11mips: boot/compressed: use __NO_FORTIFYJohn Thomson1-0/+1
2022-11-11KVM: x86/mmu: Block all page faults during kvm_zap_gfn_range()Sean Christopherson1-2/+2
2022-11-11ata: libata-transport: fix error handling in ata_tdev_add()Yang Yingliang1-1/+7
2022-11-11ata: libata-transport: fix error handling in ata_tlink_add()Yang Yingliang1-1/+4
2022-11-11ata: libata-transport: fix error handling in ata_tport_add()Yang Yingliang1-1/+4
2022-11-11ata: libata-transport: fix double ata_host_put() in ata_tport_add()Yang Yingliang1-1/+0
2022-11-10Merge tag 'net-6.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds154-513/+984
2022-11-10Merge tag 'mlx5-fixes-2022-11-09' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski13-115/+149
2022-11-10Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski5-2/+33
2022-11-10eth: sp7021: drop free_netdev() from spl2sw_init_netdev()Wei Yongjun1-1/+0
2022-11-11Merge tag 'drm-intel-fixes-2022-11-10' of git://anongit.freedesktop.org/drm/d...Dave Airlie4-7/+11
2022-11-10RISC-V: vdso: Do not add missing symbols to version section in linker scriptNathan Chancellor2-0/+5
2022-11-10riscv: fix reserved memory setupConor Dooley2-1/+1
2022-11-10arm64: efi: Fix handling of misaligned runtime regions and drop warningArd Biesheuvel1-18/+34
2022-11-10arm64: efi: Force the use of SetVirtualAddressMap() on Altra machinesArd Biesheuvel5-2/+94
2022-11-11Merge tag 'drm-fixes-20221109' of git://linuxtv.org/pinchartl/media into drm-...Dave Airlie1-4/+9
2022-11-10riscv: vdso: fix build with llvmJisheng Zhang1-1/+1
2022-11-10MAINTAINERS: Move Vivien to CREDITSFlorian Fainelli2-2/+5
2022-11-10riscv: process: fix kernel info leakageJisheng Zhang1-0/+2
2022-11-11Merge tag 'drm-misc-fixes-2022-11-09' of git://anongit.freedesktop.org/drm/dr...Dave Airlie7-15/+67
2022-11-10io_uring: check for rollover of buffer ID when providing buffersJens Axboe1-0/+2
2022-11-10Merge tag 'for-6.1-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-25/+109
2022-11-10Merge tag 'soundwire-6.1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-0/+10
2022-11-10Merge tag 'phy-fixes-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ph...Linus Torvalds6-9/+24
2022-11-10Merge tag 'hwlock-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/remo...Linus Torvalds2-18/+53
2022-11-10net: macvlan: fix memory leaks of macvlan_common_newlinkChuang Wang1-1/+3
2022-11-10ethernet: tundra: free irq when alloc ring failed in tsi108_open()Zhengchao Shao1-1/+4
2022-11-10ALSA: hda: fix potential memleak in 'add_widget_node'Ye Bin1-1/+3
2022-11-10Merge tag 'nvme-6.1-2022-11-10' of git://git.infradead.org/nvme into block-6.1Jens Axboe3-6/+7
2022-11-10ALSA: memalloc: Don't fall back for SG-buffer with IOMMUTakashi Iwai1-9/+11
2022-11-10net: mv643xx_eth: disable napi when init rxq or txq failed in mv643xx_eth_open()Zhengchao Shao1-0/+1
2022-11-10ethernet: s2io: disable napi when start nic failed in s2io_card_up()Zhengchao Shao1-9/+20
2022-11-10Merge branch 'macsec-clear-encryption-keys-in-h-w-drivers'Paolo Abeni3-7/+14
2022-11-10net: atlantic: macsec: clear encryption keys from the stackAntoine Tenart2-7/+13
2022-11-10net: phy: mscc: macsec: clear encryption keys when freeing a flowAntoine Tenart1-0/+1
2022-11-10Merge branch 'stmmac-dwmac-loongson-fixes-three-leaks'Paolo Abeni1-8/+31
2022-11-10stmmac: dwmac-loongson: fix missing of_node_put() while module exitingYang Yingliang1-5/+14
2022-11-10stmmac: dwmac-loongson: fix missing pci_disable_device() in loongson_dwmac_pr...Yang Yingliang1-2/+5
2022-11-10stmmac: dwmac-loongson: fix missing pci_disable_msi() while module exitingYang Yingliang1-1/+12
2022-11-10ALSA: usb-audio: add quirk to fix Hamedal C20 disconnect issueAi Chao3-1/+7
2022-11-10Merge tag 'amd-drm-fixes-6.1-2022-11-09' of https://gitlab.freedesktop.org/ag...Dave Airlie25-103/+171
2022-11-10ALSA: hda/realtek: Add Positivo C6300 model quirkEdson Juliano Drosdeck1-0/+1
2022-11-09cxgb4vf: shut down the adapter when t4vf_update_port_info() failed in cxgb4vf...Zhengchao Shao1-1/+1
2022-11-09mctp: Fix an error handling path in mctp_init()Wei Yongjun2-2/+4
2022-11-09stmmac: intel: Update PCH PTP clock rate from 200MHz to 204.8MHzTan, Tee Min1-2/+9
2022-11-09net: cxgb3_main: disable napi when bind qsets failed in cxgb_up()Zhengchao Shao1-0/+1
2022-11-09net: cpsw: disable napi in cpsw_ndo_open()Zhengchao Shao1-0/+2
2022-11-09drm/amd/display: only fill dirty rectangles when PSR is enabledHamza Mahfooz1-3/+4
2022-11-09drm/amdgpu: disable BACO on special BEIGE_GOBY cardGuchun Chen1-1/+3
2022-11-09drm/amdgpu: Drop eviction lock when allocating PT BOPhilip Yang3-26/+28
2022-11-09drm/amdgpu: Unlock bo_list_mutex after error handlingPhilip Yang1-0/+1
2022-11-09Revert "drm/amdgpu: Revert "drm/amdgpu: getting fan speed pwm for vega10 prop...Asher Song1-13/+12
2022-11-09drm/amd/display: Enforce minimum prefetch time for low memclk on DCN32Dillon Varone10-2/+26
2022-11-09drm/amd/display: Fix gpio port mapping issueSteve Su2-3/+20
2022-11-09drm/amd/display: Fix reg timeout in enc314_enable_fifoNicholas Kazlauskas1-6/+18
2022-11-09drm/amd/display: Fix FCLK deviation and tool compile issuesChaitanya Dhere2-2/+2
2022-11-09drm/amd/display: Zeromem mypipe heap struct before using itAurabindo Pillai1-0/+1
2022-11-09drm/amd/display: Update SR watermarks for DCN314Nicholas Kazlauskas2-18/+18
2022-11-09drm/amdgpu: workaround for TLB seq raceChristian König1-0/+15
2022-11-09drm/amdkfd: Fix error handling in criu_checkpointFelix Kuehling1-19/+15
2022-11-09drm/amdkfd: Fix error handling in kfd_criu_restore_eventsFelix Kuehling1-2/+1
2022-11-09drm/amd/pm: update SMU IP v13.0.4 msg interface headerTim Huang1-8/+7
2022-11-09iavf: Fix VF driver counting VLAN 0 filtersMichal Jaron1-0/+2
2022-11-09ice: Fix spurious interrupt during removal of trusted VFNorbert Zulinski4-2/+31
2022-11-09Merge tag 'slab-for-6.1-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-43/+4
2022-11-09net/mlx5e: TC, Fix slab-out-of-bounds in parse_tc_actionsRoi Dayan1-2/+6
2022-11-09net/mlx5e: E-Switch, Fix comparing termination table instanceRoi Dayan1-6/+8
2022-11-09net/mlx5e: TC, Fix wrong rejection of packet-per-second policingJianbo Liu1-6/+0
2022-11-09net/mlx5e: Fix tc acts array not to be dependent on enum orderRoi Dayan1-60/+32
2022-11-09net/mlx5e: Fix usage of DMA sync APIMaxim Mikityanskiy2-15/+16
2022-11-09net/mlx5e: Add missing sanity checks for max TX WQE sizeMaxim Mikityanskiy3-1/+35
2022-11-09net/mlx5: fw_reset: Don't try to load device in case PCI isn't workingShay Drory1-1/+2
2022-11-09net/mlx5: E-switch, Set to legacy mode if failed to change switchdev modeChris Mi2-21/+11
2022-11-09net/mlx5: Allow async trigger completion execution on single CPU systemsRoy Novich1-3/+8
2022-11-09net/mlx5: Bridge, verify LAG state when adding bond to bridgeVlad Buslov1-0/+31
2022-11-09scripts/min-tool-version.sh: raise minimum clang version to 15.0.0 for s390Heiko Carstens1-1/+1
2022-11-09Merge tag 'kvm-s390-master-6.1-1' of https://git.kernel.org/pub/scm/linux/ker...Paolo Bonzini251-1718/+3474
2022-11-09KVM: x86/pmu: Limit the maximum number of supported AMD GP countersLike Xu3-3/+8
2022-11-09KVM: x86/pmu: Limit the maximum number of supported Intel GP countersLike Xu4-9/+15
2022-11-09KVM: x86/pmu: Do not speculatively query Intel GP PMCs that don't exist yetLike Xu1-12/+2
2022-11-09KVM: SVM: Only dump VMSA to klog at KERN_DEBUG levelPeter Gonda1-1/+1
2022-11-09tools/kvm_stat: update exit reasons for vmx/svm/aarch64/userspaceRong Tao1-14/+82
2022-11-09tools/kvm_stat: fix incorrect detection of debugfsMatthias Gerstner1-1/+1
2022-11-09x86, KVM: remove unnecessary argument to x86_virt_spec_ctrl and callersPaolo Bonzini3-8/+8
2022-11-09KVM: SVM: move MSR_IA32_SPEC_CTRL save/restore to assemblyPaolo Bonzini5-38/+136
2022-11-09KVM: SVM: restore host save area from assemblyPaolo Bonzini5-13/+26
2022-11-09KVM: SVM: move guest vmsave/vmload back to assemblyPaolo Bonzini3-20/+39
2022-11-09KVM: SVM: do not allocate struct svm_cpu_data dynamicallyPaolo Bonzini3-29/+18
2022-11-09KVM: SVM: remove dead field from struct svm_cpu_dataPaolo Bonzini2-3/+0
2022-11-09KVM: SVM: remove unused field from struct vcpu_svmPaolo Bonzini1-1/+0
2022-11-09KVM: SVM: retrieve VMCB from assemblyPaolo Bonzini4-15/+16
2022-11-09KVM: SVM: adjust register allocation for __svm_vcpu_run()Paolo Bonzini1-19/+19
2022-11-09KVM: SVM: replace regs argument of __svm_vcpu_run() with vcpu_svmPaolo Bonzini5-20/+30
2022-11-09KVM: x86: use a separate asm-offsets.c filePaolo Bonzini5-7/+30
2022-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller3-7/+11
2022-11-09drm: rcar-du: Fix Kconfig dependency between RCAR_DU and RCAR_MIPI_DSILaurent Pinchart1-4/+9
2022-11-09drm/panfrost: Split io-pgtable requests properlyRobin Murphy1-1/+10
2022-11-09Merge branch 'wwan-iosm-fixes'David S. Miller6-4/+27
2022-11-09net: wwan: iosm: fix kernel test robot reported errorsM Chetan Kumar2-0/+2
2022-11-09net: wwan: iosm: fix invalid mux header typeM Chetan Kumar2-0/+9
2022-11-09net: wwan: iosm: fix driver not working with INTEL_IOMMU disabledM Chetan Kumar2-1/+8
2022-11-09net: wwan: iosm: fix memory leak in ipc_pcie_read_bios_cfgM Chetan Kumar1-3/+8
2022-11-09nvmet: fix a memory leakSagi Grimberg1-0/+1
2022-11-09nvmet: fix memory leak in nvmet_subsys_attr_model_store_lockedAleksandr Miloserdov1-2/+5
2022-11-09nvme: quiet user passthrough command errorsKeith Busch2-4/+1
2022-11-09mmc: sdhci-esdhc-imx: use the correct host caps for MMC_CAP_8_BIT_DATAHaibo Chen1-2/+2
2022-11-09udf: Fix a slab-out-of-bounds write bug in udf_find_entry()ZhangPeng1-1/+1
2022-11-09arm64/syscall: Include asm/ptrace.h in syscall_wrapper header.Kuniyuki Iwashima1-1/+1
2022-11-09arm64: Fix bit-shifting UB in the MIDR_CPU_MODEL() macroD Scott Phillips1-1/+1
2022-11-09selftests: netfilter: Fix and review rpath.shPhil Sutter1-6/+8
2022-11-09ALSA: usb-audio: Add DSD support for Accuphase DAC-60Jussi Laako1-0/+1
2022-11-08ibmveth: Reduce default tx queues to 8Nick Child2-1/+3
2022-11-08net: nixge: disable napi when enable interrupts failed in nixge_open()Zhengchao Shao1-0/+1
2022-11-08net: tun: call napi_schedule_prep() to ensure we own a napiEric Dumazet1-6/+13
2022-11-08net: marvell: prestera: fix memory leak in prestera_rxtx_switch_init()Zhengchao Shao1-1/+6
2022-11-08docs: kmsan: fix formatting of "Example report"Alexander Potapenko1-0/+1
2022-11-08mm/damon/dbgfs: check if rm_contexts input is for a real contextSeongJae Park1-0/+7
2022-11-08maple_tree: don't set a new maximum on the node when not reusing nodesLiam Howlett1-2/+1
2022-11-08maple_tree: fix depth tracking in maple_stateLiam Howlett1-1/+2
2022-11-08arch/x86/mm/hugetlbpage.c: pud_huge() returns 0 when using 2-level pagingNaoya Horiguchi1-0/+4
2022-11-08fs: fix leaked psi pressure stateJohannes Weiner2-13/+19