summaryrefslogtreecommitdiffstats
path: root/lib/idr.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-10dt-bindings: More use 'enum' instead of 'oneOf' plus 'const' entriesRob Herring3-14/+14
2021-09-10fsnotify: fix sb_connectors leakAmir Goldstein1-0/+1
2021-09-10of: property: Disable fw_devlink DT support for X86Saravana Kannan1-0/+3
2021-09-10MAINTAINERS: Change Rafael's e-mail addressRafael J. Wysocki1-10/+10
2021-09-10ACPICA: Update the list of maintainersRafael J. Wysocki1-1/+0
2021-09-10arm64: kdump: Skip kmemleak scan reserved memory for kdumpChen Wandun1-0/+6
2021-09-10drm/ttm: Fix a deadlock if the target BO is not idle during swapxinhui pan1-3/+3
2021-09-10bootconfig: Rename xbc_node_find_child() to xbc_node_find_subkey()Masami Hiramatsu3-18/+18
2021-09-10tracing/boot: Fix to check the histogram control param is a leaf nodeMasami Hiramatsu1-3/+3
2021-09-10tracing/boot: Fix trace_boot_hist_add_array() to check array is valueMasami Hiramatsu1-4/+3
2021-09-09parisc: Implement __get/put_kernel_nofault()Helge Deller6-86/+62
2021-09-09arm64: mm: limit linear region to 51 bits for KVM in nVHE modeArd Biesheuvel1-1/+15
2021-09-09thermal/drivers/qcom/spmi-adc-tm5: Don't abort probing if a sensor is not usedMatthias Kaehlcke1-0/+6
2021-09-09thermal/drivers/intel: Allow processing of HWP interruptSrinivas Pandruvada2-1/+9
2021-09-09iommu: Clarify default domain KconfigRobin Murphy1-1/+1
2021-09-09iommu/vt-d: Fix a deadlock in intel_svm_drain_prq()Fenghua Yu1-0/+12
2021-09-09iommu/vt-d: Fix PASID leak in intel_svm_unbind_mm()Fenghua Yu1-3/+0
2021-09-09iommu/amd: Remove iommu_init_ga()Suravee Suthikulpanit1-13/+4
2021-09-09iommu/amd: Relocate GAMSup check to early_enable_iommusWei Huang1-7/+24
2021-09-09parisc: Mark sched_clock unstable only if clocks are not syncronizedHelge Deller2-6/+3
2021-09-09parisc: Move pci_dev_is_behind_card_dino to where it is usedGuenter Roeck1-9/+9
2021-09-09parisc: Reduce sigreturn trampoline to 3 instructionsHelge Deller3-9/+8
2021-09-09parisc: Check user signal stack trampoline is inside TASK_SIZEHelge Deller1-7/+10
2021-09-09parisc: Drop useless debug info and comments from signal.cHelge Deller1-15/+0
2021-09-09parisc: Drop strnlen_user() in favour of generic versionHelge Deller4-38/+1
2021-09-09parisc: Add missing FORCE prerequisite in MakefileHelge Deller1-9/+9
2021-09-09rtc: rx8010: select REGMAP_I2CYu-Tung Chang1-0/+1
2021-09-09Input: analog - always use ktime functionsGuenter Roeck1-94/+13
2021-09-09nds32/setup: remove unused memblock_region variable in setup_memory()Mike Rapoport1-1/+0
2021-09-09mm/mempolicy: fix a race between offset_il_node and mpol_rebind_taskyanghui1-4/+13
2021-09-09mm/kmemleak: allow __GFP_NOLOCKDEP passed to kmemleak's gfpNaohiro Aota1-1/+2
2021-09-09mmap_lock: change trace and locking orderLiam Howlett1-4/+4
2021-09-09mm/page_alloc.c: avoid accessing uninitialized pcp page migratetypeMiaohe Lin1-1/+3
2021-09-09mm,vmscan: fix divide by zero in get_scan_countRik van Riel1-1/+1
2021-09-09mm/hugetlb: initialize hugetlb_usage in mm_initLiu Zixian2-0/+10
2021-09-09mm/hmm: bypass devmap pte when all pfn requested flags are fulfilledLi Zhijian1-1/+4
2021-09-09arch: remove compat_alloc_user_spaceArnd Bergmann24-333/+12
2021-09-09compat: remove some compat entry pointsArnd Bergmann14-117/+42
2021-09-09mm: simplify compat numa syscallsArnd Bergmann2-129/+64
2021-09-09mm: simplify compat_sys_move_pagesArnd Bergmann1-15/+30
2021-09-09kexec: avoid compat_alloc_user_spaceArnd Bergmann1-36/+25
2021-09-09kexec: move locking into do_kexec_loadArnd Bergmann1-28/+16
2021-09-09mm: migrate: change to use bool type for 'page_was_mapped'Baolin Wang1-2/+2
2021-09-09mm: migrate: fix the incorrect function name in commentsBaolin Wang1-1/+1
2021-09-09mm: migrate: introduce a local variable to get the number of pagesBaolin Wang1-2/+3
2021-09-09mm/vmstat: protect per cpu variables with preempt disable on RTIngo Molnar1-0/+48
2021-09-09ksmbd: fix control flow issues in sid_to_id()Namjae Jeon1-26/+22
2021-09-09ksmbd: fix read of uninitialized variable ret in set_file_basic_infoNamjae Jeon1-1/+1
2021-09-09ksmbd: add missing assignments to ret on ndr_read_int64 read callsColin Ian King1-2/+2
2021-09-08tracing/boot: Fix to loop on only subkeysMasami Hiramatsu1-3/+3