aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-sqlite.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-12-21watch_queue: fix kcalloc() arguments orderDmitry Antipov1-1/+1
2023-12-21ntfs: dir.c: fix kernel-doc function parameter warningsRandy Dunlap1-1/+2
2023-12-21fs: fix doc comment typo fs tree wideAlexander Mikhalitsyn5-16/+16
2023-12-21selftests/overlayfs: verify device and inode numbers in /proc/pid/mapsAndrei Vagin5-0/+218
2023-12-21fs/proc: show correct device and inode numbers in /proc/pid/mapsAndrei Vagin2-6/+15
2023-12-12eventfd: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-2/+2
2023-12-12fs: super: use GFP_KERNEL instead of GFP_USER for super block allocationAlexander Mikhalitsyn1-1/+1
2023-12-12fs/hfsplus: wrapper.c: fix kernel-doc warningsRandy Dunlap1-2/+3
2023-12-12fs: add Jan Kara as reviewerChristian Brauner1-0/+1
2023-12-12fs/inode: Make relatime_need_update return boolHao Ge1-6/+6
2023-12-12pipe: wakeup wr_wait after setting max_usageLukas Schauer1-2/+5
2023-12-12file: remove __receive_fd()Christian Brauner6-16/+8
2023-12-12file: stop exposing receive_fd_user()Christian Brauner4-9/+11
2023-12-12fs: replace f_rcuhead with f_task_workChristian Brauner2-4/+6
2023-12-12file: remove pointless wrapperChristian Brauner3-16/+11
2023-12-12file: s/close_fd_get_file()/file_close_fd()/gChristian Brauner4-8/+12
2023-12-12Improve __fget_files_rcu() code generation (and thus __fget_light())Linus Torvalds2-24/+44
2023-12-12file: massage cleanup of files that failed to openAl Viro3-17/+5
2023-11-28fs/pipe: Fix lockdep false-positive in watchqueue pipe_write()Jann Horn1-5/+12
2023-11-28fs: reformat idmapped mounts entryChristian Brauner1-10/+10
2023-11-28mnt_idmapping: decouple from namespacesChristian Brauner3-17/+106
2023-11-28mnt_idmapping: remove nop checkChristian Brauner1-28/+8
2023-11-28mnt_idmapping: remove check_fsmapping()Christian Brauner3-19/+3
2023-11-28fs/aio: obey min_nr when doing wakeupsKent Overstreet1-10/+57
2023-11-28eventfd: make eventfd_signal{_mask}() voidChristian Brauner2-34/+22
2023-11-28eventfd: simplify eventfd_signal_mask()Christian Brauner3-8/+8
2023-11-28eventfd: simplify eventfd_signal()Christian Brauner30-64/+61
2023-11-23i915: make inject_virtual_interrupt() voidChristian Brauner1-7/+6
2023-11-21fs: Rename mapping private membersMatthew Wilcox (Oracle)15-123/+123
2023-11-21fs: add missing @mp parameter documentationChristian Brauner1-0/+1
2023-11-20fs: namei: Fix spelling mistake "Retuns" to "Returns"YangXin1-2/+2
2023-11-18userns: eliminate many kernel-doc warningsRandy Dunlap1-8/+8
2023-11-18fs: Clarify "non-RCY" in access_override_creds() commentBagas Sanjaya1-1/+2
2023-11-18fs : Fix warning using plain integer as NULLAbhinav Singh2-2/+2
2023-11-18vfs: remove a redundant might_sleep in wait_on_inodeMateusz Guzik1-1/+0
2023-11-12Linux 6.7-rc1Linus Torvalds1-2/+2
2023-11-12wifi: iwlwifi: fix system commands group orderingMiri Korenblit1-1/+1
2023-11-11tracing/kprobes: Fix the order of argument descriptionsYujie Liu1-1/+1
2023-11-10drm/amdgpu: fix error handling in amdgpu_vm_initChristian König1-15/+16
2023-11-10drm/amdgpu: Fix possible null pointer dereferenceFelix Kuehling1-2/+2
2023-11-10drm/amdgpu: move UVD and VCE sched entity init after sched initAlex Deucher13-46/+37
2023-11-10drm/amdgpu: move kfd_resume before the ip late initTim Huang1-7/+6
2023-11-10drm/amd: Explicitly check for GFXOFF to be enabled for s0ixMario Limonciello1-0/+3
2023-11-10cifs: update internal module version number for cifs.koSteve French1-2/+2
2023-11-10cifs: handle when server stops supporting multichannelShyam Prasad N6-10/+145
2023-11-10cifs: handle when server starts supporting multichannelShyam Prasad N3-2/+34
2023-11-10Missing field not being returned in ioctl CIFS_IOC_GET_MNT_INFOSteve French1-0/+1
2023-11-10parisc: Prevent booting 64-bit kernels on PA1.x machinesHelge Deller1-3/+2
2023-11-10spi: Fix null dereference on suspendMark Hasemeyer2-17/+40
2023-11-10tracing: fprobe-event: Fix to check tracepoint event and returnMasami Hiramatsu (Google)1-4/+5