summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-04-05ARM: dts: imx6qdl-sr-som-ti: use fixed-clock instead of clock-frequencyFrank Li-1/+7
2026-04-06gpu: nova-core: fix missing colon in SEC2 boot debug messageDavid Carlier-1/+1
2026-04-05smb: client: Remove unnecessary selection of CRYPTO_ECBEric Biggers-2/+0
2026-04-05smb/client: move smb2maperror declarations to smb2proto.hZhangGuoDong-8/+8
2026-04-05smb/client: introduce KUnit tests to check DOS/SRV err mapping searchYouling Tang-5/+59
2026-04-05smb/client: check if SMB1 DOS/SRV error mapping arrays are sortedYouling Tang-0/+12
2026-04-05smb/client: use binary search for SMB1 DOS/SRV error mappingHuiwen He-30/+37
2026-04-05smb/client: autogenerate SMB1 DOS/SRV to POSIX error mappingHuiwen He-79/+62
2026-04-05smb/client: annotate smberr.h with POSIX error codesHuiwen He-142/+256
2026-04-05smb/client: move ERRnetlogonNotStarted to DOS error classHuiwen He-1/+1
2026-04-05smb/client: introduce KUnit test to check ntstatus_to_dos_map searchYouling Tang-0/+95
2026-04-05smb/client: check if ntstatus_to_dos_map is sortedYouling Tang-0/+39
2026-04-05smb/client: use binary search for NT status to DOS mappingHuiwen He-13/+19
2026-04-05smb/client: refactor ntstatus_to_dos() to return mapping entryHuiwen He-32/+19
2026-04-05smb/client: replace nt_errs with ntstatus_to_dos_mapHuiwen He-719/+12
2026-04-05smb/client: autogenerate SMB1 NT status to DOS error mappingHuiwen He-555/+122
2026-04-05smb/client: annotate nterr.h with DOS error codesHuiwen He-533/+534
2026-04-05smb/client: avoid null-ptr-deref when tests fail in test_cmp_map()SunJianHao-1/+1
2026-04-05fs/smb/client: add verbose error logging for UNC parsingFredric Cover-3/+9
2026-04-06tracing/probe: reject non-closed empty immediate stringsPengpeng Hou-1/+1
2026-04-06m68k: Fix task info flags handling for 68000Daniel Palmer-8/+13
2026-04-05Linux 7.0-rc7v7.0-rc7Linus Torvalds-1/+1
2026-04-05Merge tag 'riscv-for-linus-7.0-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-28/+47
2026-04-05x86/split_lock: Don't warn about unknown split_lock_detect parameterRonan Pigott-0/+6
2026-04-05mm: fix deferred split queue races during migrationLance Yang-14/+19
2026-04-05mm/khugepaged: fix issue with tracking lockLorenzo Stoakes (Oracle)-4/+8
2026-04-05mm/huge_memory: add and use has_deposited_pgtable()Lorenzo Stoakes (Oracle)-9/+25
2026-04-05mm/huge_memory: add and use normal_or_softleaf_folio_pmd()Lorenzo Stoakes (Oracle)-28/+19
2026-04-05mm: add softleaf_is_valid_pmd_entry(), pmd_to_softleaf_folio()Lorenzo Stoakes (Oracle)-4/+35
2026-04-05mm/huge_memory: separate out the folio part of zap_huge_pmd()Lorenzo Stoakes (Oracle)-26/+35
2026-04-05mm/huge_memory: use mm instead of tlb->mmLorenzo Stoakes (Oracle)-3/+4
2026-04-05mm/huge_memory: remove unnecessary sanity checksLorenzo Stoakes (Oracle)-2/+0
2026-04-05mm/huge_memory: deduplicate zap deposited table callLorenzo Stoakes (Oracle)-12/+10
2026-04-05mm/huge_memory: remove unnecessary VM_BUG_ON_PAGE()Lorenzo Stoakes (Oracle)-1/+0
2026-04-05mm/huge_memory: add a common exit path to zap_huge_pmd()Lorenzo Stoakes (Oracle)-9/+6
2026-04-05mm/huge_memory: handle buggy PMD entry in zap_huge_pmd()Lorenzo Stoakes (Oracle)-0/+4
2026-04-05mm/huge_memory: have zap_huge_pmd return a boolean, add kdocLorenzo Stoakes (Oracle)-9/+18
2026-04-05mm/huge: avoid big else branch in zap_huge_pmd()Lorenzo Stoakes (Oracle)-42/+45
2026-04-05mm/huge_memory: simplify vma_is_specal_huge()Lorenzo Stoakes (Oracle)-25/+25
2026-04-05mm: on remap assert that input range within the proposed VMALorenzo Stoakes (Oracle)-0/+3
2026-04-05mm: add mmap_action_map_kernel_pages[_full]()Lorenzo Stoakes (Oracle)-6/+160
2026-04-05uio: replace deprecated mmap hook with mmap_prepare in uio_infoLorenzo Stoakes (Oracle)-12/+28
2026-04-05drivers: hv: vmbus: replace deprecated mmap hook with mmap_prepareLorenzo Stoakes (Oracle)-21/+29
2026-04-05mm: allow handling of stacked mmap_prepare hooks in more driversLorenzo Stoakes (Oracle)-60/+136
2026-04-05staging: vme_user: replace deprecated mmap hook with mmap_prepareLorenzo Stoakes (Oracle)-33/+42
2026-04-05stm: replace deprecated mmap hook with mmap_prepareLorenzo Stoakes (Oracle)-10/+21
2026-04-05mtdchar: replace deprecated mmap hook with mmap_prepare, clean upLorenzo Stoakes (Oracle)-18/+3
2026-04-05hpet: replace deprecated mmap hook with mmap_prepareLorenzo Stoakes (Oracle)-5/+7
2026-04-05misc: open-dice: replace deprecated mmap hook with mmap_prepareLorenzo Stoakes (Oracle)-8/+11
2026-04-05mm: add mmap_action_simple_ioremap()Lorenzo Stoakes (Oracle)-28/+102