aboutsummaryrefslogtreecommitdiffstats
path: root/lib/oid_registry.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-19docs: fs: locks.rst: update comment about mandatory file lockingMauro Carvalho Chehab1-12/+5
2021-10-05Documentation: remove reference to now removed mandatory-locking docJeff Layton1-1/+0
2021-09-10locks: remove LOCK_MAND flock lock supportJeff Layton5-39/+26
2021-09-08nds32/setup: remove unused memblock_region variable in setup_memory()Mike Rapoport1-1/+0
2021-09-08mm/mempolicy: fix a race between offset_il_node and mpol_rebind_taskyanghui1-4/+13
2021-09-08mm/kmemleak: allow __GFP_NOLOCKDEP passed to kmemleak's gfpNaohiro Aota1-1/+2
2021-09-08mmap_lock: change trace and locking orderLiam Howlett1-4/+4
2021-09-08mm/page_alloc.c: avoid accessing uninitialized pcp page migratetypeMiaohe Lin1-1/+3
2021-09-08mm,vmscan: fix divide by zero in get_scan_countRik van Riel1-1/+1
2021-09-08mm/hugetlb: initialize hugetlb_usage in mm_initLiu Zixian2-0/+10
2021-09-08mm/hmm: bypass devmap pte when all pfn requested flags are fulfilledLi Zhijian1-1/+4
2021-09-08arch: remove compat_alloc_user_spaceArnd Bergmann24-333/+12
2021-09-08compat: remove some compat entry pointsArnd Bergmann14-117/+42
2021-09-08mm: simplify compat numa syscallsArnd Bergmann2-129/+64
2021-09-08mm: simplify compat_sys_move_pagesArnd Bergmann1-15/+30
2021-09-08kexec: avoid compat_alloc_user_spaceArnd Bergmann1-36/+25
2021-09-08kexec: move locking into do_kexec_loadArnd Bergmann1-28/+16
2021-09-08mm: migrate: change to use bool type for 'page_was_mapped'Baolin Wang1-2/+2
2021-09-08mm: migrate: fix the incorrect function name in commentsBaolin Wang1-1/+1
2021-09-08mm: migrate: introduce a local variable to get the number of pagesBaolin Wang1-2/+3
2021-09-08mm/vmstat: protect per cpu variables with preempt disable on RTIngo Molnar1-0/+48
2021-09-08ksmbd: fix control flow issues in sid_to_id()Namjae Jeon1-26/+22
2021-09-08ksmbd: fix read of uninitialized variable ret in set_file_basic_infoNamjae Jeon1-1/+1
2021-09-08ksmbd: 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
2021-09-08selftests/ftrace: Exclude "(fault)" in testing add/remove eprobe eventsSteven Rostedt (VMware)1-1/+1
2021-09-08tracing: Dynamically allocate the per-elt hist_elt_data arrayTom Zanussi1-2/+12
2021-09-08tracing: synth events: increase max fields countArtem Bityutskiy1-1/+1
2021-09-08tools/bootconfig: Show whole test command for each test caseMasami Hiramatsu1-2/+2
2021-09-08bootconfig: Fix missing return check of xbc_node_compose_key functionJulio Faracco1-1/+3
2021-09-08tools/bootconfig: Fix tracing_on option checking in ftrace2bconf.shMasami Hiramatsu1-2/+2
2021-09-08docs: bootconfig: Add how to use bootconfig for kernel parametersMasami Hiramatsu1-1/+38
2021-09-08init/bootconfig: Reorder init parameter from bootconfig and cmdlineMasami Hiramatsu1-9/+14
2021-09-08init: bootconfig: Remove all bootconfig data when the init memory is removedMasami Hiramatsu1-2/+12
2021-09-08tracing/osnoise: Fix missed cpus_read_unlock() in start_per_cpu_kthreads()Qiang.Zhang1-3/+3
2021-09-08scripts: check_extable: fix typo in user error messageRandy Dunlap1-1/+1
2021-09-08mm/workingset: correct kernel-doc notationsRandy Dunlap1-1/+1
2021-09-08ipc: replace costly bailout check in sysvipc_find_ipc()Rafael Aquini1-12/+4
2021-09-08selftests/memfd: remove unused variableGreg Thelen1-1/+1
2021-09-08Kconfig.debug: drop selecting non-existing HARDLOCKUP_DETECTOR_ARCHLukas Bulwahn1-1/+0
2021-09-08configs: remove the obsolete CONFIG_INPUT_POLLDEVZenghui Yu9-9/+0
2021-09-08prctl: allow to setup brk for et_dyn executablesCyrill Gorcunov1-7/+0
2021-09-08pid: cleanup the stale comment mentioning pidmap_init().Takahiro Itazuri1-1/+1
2021-09-08kernel/fork.c: unexport get_{mm,task}_exe_fileChristoph Hellwig1-2/+0
2021-09-08coredump: fix memleak in dump_vma_snapshot()QiuXi1-1/+3
2021-09-08fs/coredump.c: log if a core dump is aborted due to changed file permissionsDavid Oberhollenzer1-2/+9
2021-09-08nilfs2: use refcount_dec_and_lock() to fix potential UAFZhen Lei1-5/+4
2021-09-08nilfs2: fix memory leak in nilfs_sysfs_delete_snapshot_groupNanyong Sun1-1/+1
2021-09-08nilfs2: fix memory leak in nilfs_sysfs_create_snapshot_groupNanyong Sun1-2/+2
2021-09-08nilfs2: fix memory leak in nilfs_sysfs_delete_##name##_groupNanyong Sun1-1/+1