#!/bin/bash perf record -m 16384 -e sched:sched_wakeup -e sched:sched_wakeup_new -e sched:sched_switch -e sched:sched_migrate_task $@ itle='Atom feed' href='https://universe.0xinfinity.dev/distro/kernel/atom/kernel/sys_ni.c?h=0x221E-v0.0-v7.0' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/kernel/sys_ni.c
AgeCommit message (Expand)Author
2024-01-09Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-12-20posix-timers: Get rid of [COMPAT_]SYS_NI() usesLinus Torvalds
2023-11-12LSM: Create lsm_list_modules system callCasey Schaufler
2023-11-12LSM: syscalls for current process attributesCasey Schaufler
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-10-03syscalls: Cleanup references to sys_lookup_dcookie()Sohil Mehta
2023-09-21futex: Add sys_futex_requeue()peterz@infradead.org
2023-09-21futex: Add sys_futex_wait()peterz@infradead.org
2023-09-21futex: Add sys_futex_wake()peterz@infradead.org
2023-08-02x86/shstk: Introduce map_shadow_stack syscallRick Edgecombe
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-06-22syscalls: Remove file path comments from headersSohil Mehta
2023-06-09cachestat: implement cachestat syscallNhat Pham
2022-08-20kernel/sys_ni: add compat entry for fadvise64_64Randy Dunlap
2022-01-15mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V
2021-10-07futex: Implement sys_futex_waitv()André Almeida
2021-10-07futex: Split out syscallsPeter Zijlstra
2021-09-08compat: remove some compat entry pointsArnd Bergmann
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-03mm: wire up syscall process_mreleaseSuren Baghdasaryan
2021-07-12exit/bdflush: Remove the deprecated bdflush system callEric W. Biederman
2021-07-08mm: introduce memfd_secret system call to create "secret" memory areasMike Rapoport
2021-06-07quota: Change quotactl_path() systcall to an fd-based oneJan Kara
2021-05-01Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2021-04-22landlock: Add syscall implementationsMickaël Salaün
2021-03-17quota: wire up quotactl_pathSascha Hauer
2020-12-19epoll: wire up syscall epoll_pwait2Willem de Bruijn
2020-10-18mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim
2020-09-17quota: simplify the quotactl compat handlingChristoph Hellwig
2020-08-14all arch: remove system call sys_sysctlXiaoming Ni