summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dma-mapping-5.9' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-08-056-104/+238
|\
| * dma-contiguous: cleanup dma_alloc_contiguousChristoph Hellwig2020-07-281-17/+14
| * dma-debug: use named initializers for dir2nameChristoph Hellwig2020-07-191-2/+6
| * dma-mapping: add a dma_ops_bypass flag to struct deviceChristoph Hellwig2020-07-192-22/+60
| * dma-mapping: make support for dma ops optionalChristoph Hellwig2020-07-192-1/+6
| * dma-mapping: inline the fast path dma-direct callsChristoph Hellwig2020-07-161-65/+0
| * dma-mapping: move the remaining DMA API calls out of lineChristoph Hellwig2020-07-162-9/+164
* | Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-051-5/+6
|\ \
| * | close_range: add CLOSE_RANGE_UNSHAREChristian Brauner2020-06-171-5/+6
* | | Merge tag 'cap-checkpoint-restore-v5.9' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2020-08-053-7/+10
|\ \ \
| * | | prctl: exe link permission error changed from -EINVAL to -EPERMNicolas Viennot2020-07-191-1/+1
| * | | prctl: Allow local CAP_CHECKPOINT_RESTORE to change /proc/self/exeNicolas Viennot2020-07-191-4/+7
| * | | pid_namespace: use checkpoint_restore_ns_capable() for ns_last_pidAdrian Reber2020-07-191-1/+1
| * | | pid: use checkpoint_restore_ns_capable() for set_tidAdrian Reber2020-07-191-1/+1
* | | | Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds2020-08-041-51/+16
|\ \ \ \
| * | | | arch: rename copy_thread_tls() back to copy_thread()Christian Brauner2020-07-041-2/+1
| * | | | arch: remove HAVE_COPY_THREAD_TLSChristian Brauner2020-07-041-9/+0
| * | | | fork: remove do_fork()Christian Brauner2020-07-041-24/+1
| * | | | fork: fold legacy_clone_args_valid() into _do_fork()Christian Brauner2020-06-221-16/+14
* | | | | Merge tag 'threads-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds2020-08-042-16/+27
|\ \ \ \ \
| * | | | | nsproxy: support CLONE_NEWTIME with setns()Christian Brauner2020-07-082-6/+20
| * | | | | timens: add timens_commit() helperChristian Brauner2020-07-081-6/+9
| * | | | | timens: make vdso_join_timens() always succeedChristian Brauner2020-07-081-8/+2
* | | | | | Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-08-045-174/+211
|\ \ \ \ \ \
| * | | | | | exec: Implement kernel_execveEric W. Biederman2020-07-211-3/+3
| * | | | | | umd: Stop using split_argvEric W. Biederman2020-07-071-9/+3
| * | | | | | umd: Remove exit_umhEric W. Biederman2020-07-072-31/+0
| * | | | | | exit: Factor thread_group_exited out of pidfd_pollEric W. Biederman2020-07-072-5/+25
| * | | | | | umd: Track user space drivers with struct pidEric W. Biederman2020-07-042-6/+12
| * | | | | | umh: Stop calling do_execve_fileEric W. Biederman2020-07-041-7/+3
| * | | | | | umd: Transform fork_usermode_blob into fork_usermode_driverEric W. Biederman2020-07-041-29/+97
| * | | | | | umd: Rename umd_info.cmdline umd_info.driver_nameEric W. Biederman2020-07-041-7/+4
| * | | | | | umd: For clarity rename umh_info umd_infoEric W. Biederman2020-07-041-10/+10
| * | | | | | umh: Separate the user mode driver and the user mode helper supportEric W. Biederman2020-07-044-139/+148
| * | | | | | umh: Remove call_usermodehelper_setup_file.Eric W. Biederman2020-07-041-31/+11
| * | | | | | umh: Rename the user mode driver helpers for clarityEric W. Biederman2020-07-041-5/+5
| * | | | | | umh: Move setting PF_UMH into umh_pipe_setupEric W. Biederman2020-07-041-4/+3
| * | | | | | umh: Capture the pid in umh_pipe_setupEric W. Biederman2020-07-041-3/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'audit-pr-20200803' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-08-043-22/+66
|\ \ \ \ \ \
| * | | | | | audit: report audit wait metric in audit status replyMax Englander2020-07-211-10/+25
| * | | | | | audit: purge audit_log_string from the intra-kernel audit APIRichard Guy Briggs2020-07-211-2/+2
| * | | | | | audit: issue CWD record to accompany LSM_AUDIT_DATA_* recordsRichard Guy Briggs2020-07-091-2/+15
| * | | | | | audit: add gfp parameter to audit_log_nfcfgRichard Guy Briggs2020-06-301-2/+2
| * | | | | | audit: log nftables configuration change eventsRichard Guy Briggs2020-06-241-3/+21
| * | | | | | audit: Use struct_size() helper in alloc_chunkGustavo A. R. Silva2020-06-171-3/+1
| |/ / / / /
* | | | | | Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-044-84/+308
|\ \ \ \ \ \
| * | | | | | seccomp: Introduce addfd ioctl to seccomp user notifierSargun Dhillon2020-07-151-2/+173
| * | | | | | pidfd: Replace open-coded receive_fd()Kees Cook2020-07-131-13/+2
| * | | | | | pidfd: Add missing sock updates for pidfd_getfd()Kees Cook2020-07-131-2/+5
| * | | | | | seccomp: Use -1 marker for end of mode 1 syscall listKees Cook2020-07-111-5/+5