summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-12-09crypto: acomp - define max size for destinationGiovanni Cabiddu1-0/+1
2022-12-09crypto: qat - enable deflate for QAT GEN4Giovanni Cabiddu8-14/+689
2022-12-09crypto: qat - expose deflate through acomp api for QAT GEN2Giovanni Cabiddu24-12/+1447
2022-12-09crypto: qat - rename and relocate GEN2 config functionGiovanni Cabiddu14-123/+158
2022-12-09crypto: qat - relocate qat_algs_alloc_flags()Giovanni Cabiddu2-5/+6
2022-12-09crypto: qat - relocate backlog related structuresGiovanni Cabiddu2-14/+16
2022-12-09crypto: qat - extend buffer list interfaceGiovanni Cabiddu3-18/+54
2022-12-09crypto: qat - generalize crypto request buffersGiovanni Cabiddu3-39/+39
2022-12-09crypto: qat - change bufferlist logic interfaceGiovanni Cabiddu3-45/+49
2022-12-09crypto: qat - rename bufferlist functionsGiovanni Cabiddu3-24/+24
2022-12-09crypto: qat - relocate bufferlist logicGiovanni Cabiddu4-184/+214
2022-12-09net: defxx: Fix missing err handling in dfx_init()Yongqiang Liu1-4/+18
2022-12-09net: openvswitch: Add support to count upcall packetswangchuanlei4-0/+121
2022-12-09rhashtable: Allow rhashtable to be used from irq-safe contextsTejun Heo2-31/+46
2022-12-09mmc: sdhci-sprd: Disable CLK_AUTO when the clock is less than 400KWenchao Chen1-7/+9
2022-12-09mmc: sdhci-of-esdhc: Modify mismatched function nameJiapeng Chong1-2/+2
2022-12-09memstick/mspro_block: Convert to use sysfs_emit()/sysfs_emit_at() APIsye xingchen1-105/+72
2022-12-09Merge branch 'net-sched-retpoline'David S. Miller38-72/+391
2022-12-09net/sched: avoid indirect classify functions on retpoline kernelsPedro Tammela14-25/+49
2022-12-09net/sched: avoid indirect act functions on retpoline kernelsPedro Tammela21-42/+81
2022-12-09net/sched: add retpoline wrapper for tcPedro Tammela2-0/+256
2022-12-09net/sched: move struct action_ops definition out of ifdefPedro Tammela1-5/+5
2022-12-09ALSA: hda: Error out if invalid stream is being setupCezary Rojewski1-0/+3
2022-12-09Merge tag 'asoc-v6.2-2' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Takashi Iwai44-600/+1381
2022-12-09net: vmw_vsock: vmci: Check memcpy_from_msg()Artem Chernyshev1-1/+5
2022-12-09KVM: selftests: Allocate ucall pool from MEM_REGION_DATAOliver Upton1-1/+1
2022-12-09KVM: arm64: selftests: Align VA space allocator with TTBR0Oliver Upton3-5/+21
2022-12-09Merge tag 'kvmarm-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini91-1770/+6077
2022-12-09xfrm: Fix spelling mistake "oflload" -> "offload"Colin Ian King1-1/+1
2022-12-09Merge branch 'mlx5 IPsec packet offload support (Part II)'Steffen Klassert12-118/+1047
2022-12-09ext4: fix reserved cluster accounting in __es_remove_extent()Ye Bin1-1/+2
2022-12-09ext4: fix inode leak in ext4_xattr_inode_create() on an error pathYe Bin1-0/+3
2022-12-09ext4: allocate extended attribute value in vmalloc areaYe Bin1-2/+2
2022-12-09ktest.pl: Add shell commands to variablesSteven Rostedt (Google)2-1/+16
2022-12-09net: phy: remove redundant "depends on" linesRandy Dunlap1-3/+0
2022-12-09net_tstamp: add SOF_TIMESTAMPING_OPT_ID_TCPWillem de Bruijn5-6/+45
2022-12-09Merge branch 'fix-possible-deadlock-during-wed-attach'Jakub Kicinski2-10/+23
2022-12-09net: ethernet: mtk_wed: fix possible deadlock if mtk_wed_wo_init failsLorenzo Bianconi1-5/+12
2022-12-09net: ethernet: mtk_wed: fix some possible NULL pointer dereferencesLorenzo Bianconi2-5/+11
2022-12-09nfp: Fix spelling mistake "tha" -> "the"Colin Ian King1-1/+1
2022-12-09selftests: net: Fix O=dir buildsBjörn Töpel1-3/+3
2022-12-09ext4: avoid unaccounted block allocation when expanding inodeJan Kara1-0/+8
2022-12-09ext4: initialize quota before expanding inode in setproject ioctlJan Kara1-4/+4
2022-12-09ext4: stop providing .writepage hookJan Kara1-3/+1
2022-12-09mm: export buffer_migrate_folio_norefs()Jan Kara1-0/+1
2022-12-09ext4: switch to using write_cache_pages() for data=journal writeoutJan Kara1-1/+9
2022-12-09jbd2: switch jbd2_submit_inode_data() to use fs-provided hook for data writeoutJan Kara3-5/+4
2022-12-09ext4: switch to using ext4_do_writepages() for ordered data writeoutJan Kara3-2/+18
2022-12-09ext4: move percpu_rwsem protection into ext4_writepages()Jan Kara1-6/+10
2022-12-09ext4: provide ext4_do_writepages()Jan Kara1-42/+54