summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-18platform/x86: asus-wmi: Change ASUS_WMI_BRN_DOWN code from 0x20 to 0x2eHans de Goede1-1/+1
2023-10-18net: pktgen: Fix interface flags printingGavrilov Ilia1-7/+7
2023-10-18gpio: vf610: set value before the direction to avoid a glitchHaibo Chen1-2/+2
2023-10-18gpio: vf610: mask the gpio irq in system suspend and support wakeupHaibo Chen1-1/+2
2023-10-18sched/eevdf: Fix heap corruption morePeter Zijlstra1-1/+2
2023-10-18KEYS: asymmetric: Fix sign/verify on pkcs1pad without a hashHerbert Xu1-3/+2
2023-10-18drm/i915: Retry gtt fault when out of fence registersVille Syrjälä1-0/+1
2023-10-18drm/i915/cx0: Only clear/set the Pipe Reset bit of the PHY Lanes OwnedKhaled Almahallawy1-2/+1
2023-10-18Merge tag 'ipsec-2023-10-17' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski6-27/+35
2023-10-18net: usb: smsc95xx: Fix an error code in smsc95xx_reset()Dan Carpenter1-1/+1
2023-10-18tun: prevent negative ifindexEric Dumazet1-2/+5
2023-10-18LoongArch: Disable WUC for pgprot_writecombine() like ioremap_wc()Icenowy Zheng3-9/+10
2023-10-18LoongArch: Replace kmap_atomic() with kmap_local_page() in copy_user_highpage()Huacai Chen1-4/+4
2023-10-18LoongArch: Export symbol invalid_pud_table for modules buildingHuacai Chen1-0/+1
2023-10-18LoongArch: Use SYM_CODE_* to annotate exception handlersTiezhu Yang4-28/+36
2023-10-18gpu/drm: Eliminate DRM_SCHED_PRIORITY_UNSETLuben Tuikov2-3/+3
2023-10-18drm/amdgpu: Unset context priority is now invalidLuben Tuikov1-1/+1
2023-10-18tcp: fix excessive TLP and RACK timeouts from HZ roundingNeal Cardwell3-5/+9
2023-10-18Merge tag 'fbdev-for-6.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds9-10/+12
2023-10-18powerpc/64s/radix: Don't warn on copros in radix__tlb_flush()Michael Ellerman1-8/+1
2023-10-18selftests/user_events: Fix abi_test for BE archsBeau Belgrave1-7/+9
2023-10-17Merge tag 'v6.6-rockchip-dtsfixes1' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann4-12/+27
2023-10-17iio: afe: rescale: Accept only offset channelsLinus Walleij1-4/+15
2023-10-17riscv: dts: thead: set dma-noncoherent to soc busJisheng Zhang1-0/+1
2023-10-17Merge tag 'thunderbolt-for-v6.6-rc7' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman1-4/+6
2023-10-17ASoC: da7219: Correct the process of setting up Gnd switch in AADDavid Rau1-6/+5
2023-10-17gve: Do not fully free QPL pages on prefill errorsShailend Chand1-2/+16
2023-10-17x86/sev: Check for user-space IOIO pointing to kernel spaceJoerg Roedel2-2/+34
2023-10-17ALSA: hda/realtek - Fixed ASUS platform headset Mic issueKailang Yang1-0/+25
2023-10-17ALSA: hda/realtek: Add quirk for ASUS ROG GU603ZVArtem Borisov1-0/+1
2023-10-17ALSA: hda/relatek: Enable Mute LED on HP Laptop 15s-fq5xxxLuka Guzenko1-0/+1
2023-10-17x86/boot: efistub: Assign global boot_params variableArd Biesheuvel2-0/+4
2023-10-17nfsd: lock_rename() needs both directories to live on the same fsAl Viro1-6/+6
2023-10-17Merge tag 'probes-fixes-v6.6-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-5/+9
2023-10-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds36-120/+276
2023-10-17fprobe: Fix to ensure the number of active retprobes is not zeroMasami Hiramatsu (Google)1-3/+3
2023-10-17Documentation: probes: Add a new ret_ip callback parameterMasami Hiramatsu (Google)1-2/+6
2023-10-17scsi: qla2xxx: Fix double free of dsd_list during driver loadQuinn Tran1-1/+1
2023-10-17scsi: mpt3sas: Fix in error pathTomas Henzl1-1/+3
2023-10-17Merge tag 'for-net-2023-10-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski7-32/+69
2023-10-17nfc: nci: fix possible NULL pointer dereference in send_acknowledge()Krzysztof Kozlowski1-0/+2
2023-10-17netlink: Correct offload_xstats sizeChristoph Paasch1-3/+1
2023-10-17net/smc: return the right falback reason when prefix checks failDust Li1-1/+1
2023-10-17fbdev: core: syscopyarea: fix sloppy typingSergey Shtylyov1-1/+1
2023-10-17fbdev: core: cfbcopyarea: fix sloppy typingSergey Shtylyov1-1/+1
2023-10-17fbdev: uvesafb: Call cn_del_callback() at the end of uvesafb_exit()Jorge Maidana1-1/+1
2023-10-17fbdev: uvesafb: Remove uvesafb_exec() prototype from include/video/uvesafb.hJorge Maidana1-2/+0
2023-10-17Merge tag 'riscv-dt-for-v6.6-final' of https://git.kernel.org/pub/scm/linux/k...Arnd Bergmann1-1/+1
2023-10-17fbdev: sa1100fb: mark sa1100fb_init() staticArnd Bergmann1-1/+1
2023-10-17fbdev: omapfb: fix some error codesDan Carpenter1-2/+2