summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-22Merge tag 'wireless-2023-08-22' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski3-2/+12
2023-08-22leds: trigger: netdev: rename 'hw_control' sysfs entry to 'offloaded'Marek Behún2-14/+14
2023-08-22net: ethernet: mtk_eth_soc: fix NULL pointer on hw resetDaniel Golle1-2/+10
2023-08-22Merge tag 'nfs-for-6.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds5-23/+35
2023-08-22Merge tag 'selinux-pr-20230821' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-08-22drm/i915/dgfx: Enable d3cold at s2idleAnshuman Gupta1-15/+18
2023-08-22drm/display/dp: Fix the DP DSC Receiver cap sizeAnkit Nautiyal1-1/+1
2023-08-22tg3: Use slab_build_skb() when neededKees Cook1-1/+4
2023-08-22selftests: bonding: do not set port down before adding to bondHangbin Liu1-2/+2
2023-08-22samples: ftrace: Replace bti assembly with hint for older compilerGONG, Ruiqi5-7/+7
2023-08-22scsi: ufs: ufs-qcom: Clear qunipro_g4_sel for HW major version > 5Neil Armstrong1-1/+1
2023-08-22scsi: ufs: mcq: Fix the search/wrap around logicBao D. Nguyen1-2/+4
2023-08-22of/platform: increase refcount of fwnodePeng Fan1-2/+2
2023-08-21mm: multi-gen LRU: don't spin during memcg releaseT.J. Mercier1-5/+8
2023-08-21mm: memory-failure: fix unexpected return value in soft_offline_page()Miaohe Lin1-4/+7
2023-08-21radix tree: remove unused variableArnd Bergmann1-1/+0
2023-08-21mm: add a call to flush_cache_vmap() in vmap_pfn()Alexandre Ghiti1-0/+4
2023-08-21selftests/mm: FOLL_LONGTERM need to be updated to 0x100Ayush Jain1-1/+6
2023-08-21nilfs2: fix general protection fault in nilfs_lookup_dirty_data_buffers()Ryusuke Konishi1-0/+5
2023-08-21mm/gup: handle cont-PTE hugetlb pages correctly in gup_must_unshare() via GUP...David Hildenbrand1-0/+10
2023-08-21selftests: cgroup: fix test_kmem_basic less than errorLucas Karpinski1-2/+2
2023-08-21mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan18-20/+100
2023-08-21smaps: use vm_normal_page_pmd() instead of follow_trans_huge_pmd()David Hildenbrand3-5/+8
2023-08-21mm/gup: reintroduce FOLL_NUMA as FOLL_HONOR_NUMA_FAULTDavid Hildenbrand4-14/+49
2023-08-21ice: Fix NULL pointer deref during VF resetPetr Oros1-7/+8
2023-08-21Revert "ice: Fix ice VF reset during iavf initialization"Petr Oros4-25/+4
2023-08-21ice: fix receive buffer size miscalculationJesse Brandeburg1-1/+2
2023-08-21tracing: Introduce pipe_cpumask to avoid race on trace_pipesZheng Yejian2-7/+50
2023-08-21drm/panfrost: Skip speed binning on EOPNOTSUPPDavid Michael1-1/+1
2023-08-21of: dynamic: Refactor action prints to not use "%pOF" inside devtree_lockRob Herring1-22/+9
2023-08-21of: unittest: Fix EXPECT for parse_phandle_with_args_map() testRob Herring1-2/+2
2023-08-21spi: spi-cadence: Fix data corruption issues in slave modeSrinivas Goud1-7/+12
2023-08-21spi: stm32: fix accidential revert to byte-sized transfer splittingLeonard Göhrs1-3/+3
2023-08-21platform/x86: ideapad-laptop: Add support for new hotkeys found on ThinkBook ...André Apitzsch1-0/+5
2023-08-21platform/x86: lenovo-ymc: Add Lenovo Yoga 7 14ACN6 to ec_trigger_quirk_dmi_tableSwapnil Devesh1-0/+7
2023-08-21ACPI: resource: Fix IRQ override quirk for PCSpecialist Elimina Pro 16 MHans de Goede1-1/+5
2023-08-21pinctrl: amd: Mask wake bits on probe againMario Limonciello1-0/+30
2023-08-21Merge tag 'renesas-pinctrl-fixes-for-v6.5-tag2' of git://git.kernel.org/pub/s...Linus Walleij3-7/+38
2023-08-21wifi: mac80211: limit reorder_buf_filtered to avoid UBSAN warningPing-Ke Shih2-2/+11
2023-08-21MAINTAINERS: add entry for macsecSabrina Dubroca1-0/+10
2023-08-21Merge tag 'v6.5-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2-4/+4
2023-08-21mm: avoid 'might_sleep()' in get_mmap_lock_carefully()Linus Torvalds1-4/+1
2023-08-20selftests/net: Add log.txt and tools to .gitignoreAnh Tuan Phan1-0/+2
2023-08-20Linux 6.5-rc7v6.5-rc7Linus Torvalds1-1/+1
2023-08-20ipv4: fix data-races around inet->inet_idEric Dumazet8-11/+22
2023-08-20net: validate veth and vxcan peer ifindexesJakub Kicinski4-16/+22
2023-08-20Merge branch 'fixed_phy_register-return-value'David S. Miller2-2/+2
2023-08-20net: bcmgenet: Fix return value check for fixed_phy_register()Ruan Jinjie1-1/+1
2023-08-20net: bgmac: Fix return value check for fixed_phy_register()Ruan Jinjie1-1/+1
2023-08-20Merge tag 'tty-6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds9-34/+72