summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/rwsem.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-08-05sysfs: Invoke iomem_get_mapping() from the sysfs open callbackKrzysztof Wilczyński3-5/+5
2021-08-05debugfs: Return error during {full/open}_proxy_open() on rmmodSven Eckelmann1-2/+6
2021-08-05zorro: Drop useless (and hardly used) .driver member in struct zorro_devUwe Kleine-König2-6/+2
2021-08-05zorro: Simplify remove callbackUwe Kleine-König1-5/+3
2021-08-05sh: superhyway: Simplify check in remove callbackUwe Kleine-König1-1/+1
2021-08-05nubus: Simplify check in remove callbackUwe Kleine-König1-1/+1
2021-07-28nubus: Make struct nubus_driver::remove return voidUwe Kleine-König3-6/+3
2021-07-27kernfs: dont call d_splice_alias() under kernfs node lockIan Kent1-4/+2
2021-07-27kernfs: use i_lock to protect concurrent inode updatesIan Kent2-8/+14
2021-07-27kernfs: switch kernfs to use an rwsemIan Kent7-71/+72
2021-07-27kernfs: use VFS negative dentry cachingIan Kent1-20/+35
2021-07-27kernfs: add a revision to identify directory node changesIan Kent3-0/+26
2021-07-26Linux 5.14-rc3v5.14-rc3Linus Torvalds1-1/+1
2021-07-25smpboot: fix duplicate and misplaced inlining directiveLinus Torvalds1-1/+1
2021-07-25ACPI: fix NULL pointer dereferenceLinus Torvalds1-1/+2
2021-07-24riscv: __asm_copy_to-from_user: Fix: Typos in commentsAkira Tsukamoto1-9/+9
2021-07-24riscv: __asm_copy_to-from_user: Remove unnecessary size checkAkira Tsukamoto1-1/+0
2021-07-24riscv: __asm_copy_to-from_user: Fix: fail on RV32Akira Tsukamoto1-1/+1
2021-07-24riscv: __asm_copy_to-from_user: Fix: overrun copyAkira Tsukamoto1-3/+3
2021-07-24hugetlbfs: fix mount mode command line processingMike Kravetz1-1/+1
2021-07-24mm: fix the deadlock in finish_fault()Qi Zheng1-1/+10
2021-07-24mm: mmap_lock: fix disabling preemption directlyMuchun Song1-2/+2
2021-07-24mm/secretmem: wire up ->set_page_dirtyMike Rapoport1-0/+1
2021-07-24writeback, cgroup: do not reparent dax inodesRoman Gushchin1-0/+3
2021-07-24writeback, cgroup: remove wb from offline list before releasing refcntRoman Gushchin1-1/+1
2021-07-24memblock: make for_each_mem_range() traverse MEMBLOCK_HOTPLUG regionsMike Rapoport2-3/+4
2021-07-24mm: page_alloc: fix page_poison=1 / INIT_ON_ALLOC_DEFAULT_ON interactionSergei Trofimovich1-13/+16
2021-07-24mm: use kmap_local_page in memzero_pageChristoph Hellwig1-2/+2
2021-07-24mm: call flush_dcache_page() in memcpy_to_page() and memzero_page()Christoph Hellwig1-0/+2
2021-07-24kfence: skip all GFP_ZONEMASK allocationsAlexander Potapenko1-0/+9
2021-07-24kfence: move the size check to the beginning of __kfence_alloc()Alexander Potapenko1-3/+7
2021-07-24kfence: defer kfence_test_init to ensure that kunit debugfs is createdWeizhao Ouyang1-1/+1
2021-07-24selftest: use mmap instead of posix_memalign to allocate memoryPeter Collingbourne1-2/+4
2021-07-24userfaultfd: do not untag user pointersPeter Collingbourne2-22/+30
2021-07-24riscv: stacktrace: pin the task's stack in get_wchanJisheng Zhang1-1/+5
2021-07-24io_uring: explicitly catch any illegal async queue attemptJens Axboe2-1/+17
2021-07-24io_uring: never attempt iopoll reissue from release pathJens Axboe1-7/+7
2021-07-23tracepoints: Update static_call before tp_funcs when adding a tracepointSteven Rostedt (VMware)1-1/+1
2021-07-23ftrace: Remove redundant initialization of variable retColin Ian King1-1/+1
2021-07-23ftrace: Avoid synchronize_rcu_tasks_rude() call when not necessaryNicolas Saenz Julienne1-1/+2
2021-07-23tracing: Clean up alloc_synth_event()Steven Rostedt (VMware)1-5/+3
2021-07-23tracing/histogram: Rename "cpu" to "common_cpu"Steven Rostedt (VMware)3-7/+21
2021-07-23tracing: Synthetic event field_pos is an index not a booleanSteven Rostedt (VMware)1-1/+1
2021-07-23KVM: PPC: Book3S HV Nested: Sanitise H_ENTER_NESTED TM stateNicholas Piggin1-0/+20
2021-07-23KVM: PPC: Book3S: Fix H_RTAS rets buffer overflowNicholas Piggin1-3/+22
2021-07-23riscv: Make sure the kernel mapping does not overlap with IS_ERR_VALUEAlexandre Ghiti1-2/+16
2021-07-23riscv: Make sure the linear mapping does not use the kernel mappingAlexandre Ghiti1-0/+2
2021-07-23riscv: Fix memory_limit for 64-bit kernelAlexandre Ghiti1-2/+9
2021-07-23cifs: fix fallocate when trying to allocate a hole.Ronnie Sahlberg1-5/+18
2021-07-23io_uring: fix early fdput() of fileJens Axboe1-2/+4