summaryrefslogtreecommitdiffstats
path: root/lib/kstrtox.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-09-17tpm: export tpm2_sessions_init() to fix ibmvtpm buildingKexy Biscuit1-0/+1
2024-09-17tpm: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König3-3/+3
2024-09-17selftests: tpm2: test_smoke: Run only when TPM2 is avaialable.Michal Suchanek1-0/+2
2024-09-17MAINTAINERS: Add selftest files to TPM sectionMichal Suchanek1-0/+1
2024-09-17tpm: Clean up TPM space after command failureJonathan McDowell2-0/+5
2024-09-17powerpc/atomic: Use YZ constraints for DS-form instructionsMichael Ellerman3-8/+10
2024-09-17MAINTAINERS: powerpc: Add MaddyMichael Ellerman1-0/+1
2024-09-17MAINTAINERS: adjust file entry in INTEL MID PLATFORMLukas Bulwahn1-1/+1
2024-09-17riscv: Allow to enable PREEMPT_RT.Sebastian Andrzej Siewior1-0/+1
2024-09-17arm64: Allow to enable PREEMPT_RT.Sebastian Andrzej Siewior1-0/+1
2024-09-17x86: Allow to enable PREEMPT_RT.Sebastian Andrzej Siewior1-0/+1
2024-09-17list: test: increase coverage of list_test_list_replace*()I Hsin Cheng1-0/+4
2024-09-17list: test: fix tests for list_cut_position()I Hsin Cheng1-0/+6
2024-09-17proc: use __auto_type moreAlexey Dobriyan1-23/+8
2024-09-17zram: free secondary algorithms namesSergey Senozhatsky1-0/+5
2024-09-17uprobes: turn xol_area->pages[2] into xol_area->pageOleg Nesterov1-9/+8
2024-09-17uprobes: introduce the global struct vm_special_mapping xol_mappingOleg Nesterov1-5/+16
2024-09-17Revert "uprobes: use vm_special_mapping close() functionality"Oleg Nesterov3-17/+21
2024-09-17mm: support large folios swap-in for sync io devicesChuanhua Han1-27/+234
2024-09-17mm: add nr argument in mem_cgroup_swapin_uncharge_swap() helper to support la...Barry Song4-7/+9
2024-09-17mm: fix swap_read_folio_zeromap() for large folios with partial zeromapBarry Song2-25/+40
2024-09-17mm/debug_vm_pgtable: Use pxdp_get() for accessing page table entriesAnshuman Khandual1-25/+25
2024-09-17set_memory: add __must_check to generic stubsChristophe Leroy1-4/+4
2024-09-17mm/vma: return the exact errno in vms_gather_munmap_vmas()Xiao Yang1-8/+14
2024-09-17memcg: cleanup with !CONFIG_MEMCG_V1Michal Koutný1-2/+0
2024-09-17mm/show_mem.c: report alloc tags in human readable unitsKent Overstreet1-4/+7
2024-09-17mm: support poison recovery from copy_present_page()Kefeng Wang1-3/+7
2024-09-17mm: support poison recovery from do_cow_fault()Kefeng Wang1-1/+5
2024-09-17resource, kunit: add test case for region_intersects()Huang Ying3-6/+158
2024-09-17resource: make alloc_free_mem_region() works for iomem_resourceHuang Ying1-1/+1
2024-09-17mm: z3fold: deprecate CONFIG_Z3FOLDYosry Ahmed3-8/+19
2024-09-17vfio/pci: implement huge_fault supportAlex Williamson1-17/+43
2024-09-17mm/arm64: support large pfn mappingsPeter Xu2-0/+30
2024-09-17mm/x86: support large pfn mappingsPeter Xu2-28/+53
2024-09-17mm: remove follow_pte()Peter Xu2-75/+0
2024-09-17mm/access_process_vm: use the new follow_pfnmap APIPeter Xu1-14/+14
2024-09-17acrn: use the new follow_pfnmap APIPeter Xu1-7/+9
2024-09-17vfio: use the new follow_pfnmap APIPeter Xu1-10/+6
2024-09-17mm/x86/pat: use the new follow_pfnmap APIPeter Xu1-10/+7
2024-09-17s390/pci_mmio: use follow_pfnmap APIPeter Xu1-10/+12
2024-09-17KVM: use follow_pfnmap APIPeter Xu1-12/+7
2024-09-17mm: new follow_pfnmap APIPeter Xu2-0/+181
2024-09-17mm: always define pxx_pgprot()Peter Xu5-0/+16
2024-09-17mm/fork: accept huge pfnmap entriesPeter Xu1-3/+26
2024-09-17mm/pagewalk: check pfnmap for folio_walk_start()Peter Xu2-6/+5
2024-09-17mm/gup: detect huge pfnmap entries in gup-fastPeter Xu1-0/+6
2024-09-17mm: allow THP orders for PFNMAPsPeter Xu2-5/+5
2024-09-17mm: mark special bits for huge pfn mappings when injectPeter Xu1-0/+4
2024-09-17mm: drop is_huge_zero_pud()Peter Xu2-22/+1
2024-09-17mm: introduce ARCH_SUPPORTS_HUGE_PFNMAP and special bits to pmd/pudPeter Xu2-0/+37