Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-11seccomp: Invalidate seccomp mode to catch death failuresKees Cook
2021-09-02Merge branch 'exit-cleanups-for-v5.15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-08-27signal/seccomp: Dump core when there is only one live threadEric W. Biederman
2021-08-26signal/seccomp: Refactor seccomp signal and coredump generationEric W. Biederman
2021-08-11seccomp: Fix setting loaded filter count during TSYNCHsuan-Chi Kuo
2021-06-28seccomp: Support atomic "addfd + send reply"Rodrigo Campos
2021-05-29seccomp: Refactor notification handler to prepare for new semanticsSargun Dhillon
2021-05-03Merge branch 'work.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2021-04-16fs: split receive_fd_replace from __receive_fdChristoph Hellwig
2021-03-31seccomp: Fix "cacheable" typo in commentsCui GaoSheng
2021-02-10seccomp: Improve performace by optimizing rmb()wanghongzhe
2021-01-11seccomp: Add missing return in non-void functionPaul Cercueil
2020-12-16Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-12-15Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-11-20Merge branch 'for-linus/seccomp' into for-next/seccompKees Cook
2020-11-20seccomp: Remove bogus __user annotationsJann Horn
2020-11-20seccomp/cache: Report cache data through /proc/pid/seccomp_cacheYiFei Zhu
2020-11-20seccomp/cache: Add "emulator" to check if filter is constant allowYiFei Zhu
2020-11-20seccomp/cache: Lookup syscall allowlist bitmap for fast pathYiFei Zhu
2020-11-17seccomp: Set PF_SUPERPRIV when checking capabilityMickaël Salaün
2020-11-16seccomp: Migrate to use SYSCALL_WORK flagGabriel Krisman Bertazi
2020-10-08seccomp: Make duplicate listener detection non-racyJann Horn
2020-09-09seccomp: Use current_pt_regs() instead of task_pt_regs(current)Denis Efremov
2020-09-08seccomp: kill process instead of thread for unknown actionsRich Felker
2020-09-08seccomp: don't leave dangling ->notif if file allocation failsTycho Andersen
2020-09-08seccomp: don't leak memory when filter install racesTycho Andersen
2020-07-15seccomp: Introduce addfd ioctl to seccomp user notifierSargun Dhillon
2020-07-11seccomp: Use -1 marker for end of mode 1 syscall listKees Cook
2020-07-11seccomp: Fix ioctl number for SECCOMP_IOCTL_NOTIF_ID_VALIDKees Cook
2020-07-11seccomp: Use pr_fmtKees Cook
2020-07-11seccomp: notify about unused filterChristian Brauner
2020-07-11seccomp: Lift wait_queue into struct seccomp_filterChristian Brauner
2020-07-11seccomp: release filter after task is fully deadChristian Brauner
2020-07-11seccomp: rename "usage" to "refs" and documentChristian Brauner
2020-07-11seccomp: Add find_notification helperSargun Dhillon
2020-07-11seccomp: Report number of loaded filters in /proc/$pid/statusKees Cook
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
2020-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-03-30seccomp: Add missing compat_ioctl for notifySven Schnelle
2020-03-05seccomp: allow TSYNC and USER_NOTIF togetherTycho Andersen
2020-02-25bpf: Use bpf_prog_run_pin_on_cpu() at simple call sites.David Miller
2020-01-03seccomp: Check that seccomp_notif is zeroed out by the userSargun Dhillon
2019-10-11seccomp: add SECCOMP_USER_NOTIF_FLAG_CONTINUEChristian Brauner
2019-05-29signal: Remove the signal number and task parameters from force_sig_infoEric W. Biederman
2019-05-08Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-05-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-04-29Merge tag 'seccomp-v5.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-04-26seccomp: Make NEW_LISTENER and TSYNC flags exclusiveTycho Andersen
2019-04-24seccomp: fix up grammar in commentTycho Andersen
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)