summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* mm: support compat_sys_process_madviseMinchan Kim2020-06-181-0/+1
* pid: move pidfd_get_pid() to pid.cMinchan Kim2020-06-182-17/+17
* mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim2020-06-181-0/+1
* Merge branch 'akpm-current/current'Stephen Rothwell2020-06-183-0/+66
|\
| * kernel/hung_task.c: Monitor killed tasks.Tetsuo Handa2020-06-121-0/+44
| * kernel/watchdog: flush all printk nmi buffers when hardlockup detectedKonstantin Khlebnikov2020-06-122-0/+22
* | Merge remote-tracking branch 'fsinfo/fsinfo-core'Stephen Rothwell2020-06-181-0/+1
|\ \
| * | fsinfo: Add fsinfo() syscall to query filesystem informationDavid Howells2020-05-191-0/+1
* | | Merge remote-tracking branch 'notifications/notifications-pipe-core'Stephen Rothwell2020-06-181-0/+6
|\| |
| * | watch_queue: Add superblock notificationsDavid Howells2020-05-191-0/+3
| * | watch_queue: Implement mount topology and attribute change notificationsDavid Howells2020-05-191-0/+3
* | | Merge remote-tracking branch 'trivial/for-next'Stephen Rothwell2020-06-181-1/+1
|\ \ \
| * | | printk: fix global commentRandy Dunlap2020-05-181-1/+1
* | | | Merge remote-tracking branch 'pidfd/for-next'Stephen Rothwell2020-06-181-5/+6
|\ \ \ \
| * | | | close_range: add CLOSE_RANGE_UNSHAREChristian Brauner2020-06-171-5/+6
* | | | | Merge remote-tracking branch 'kspp/for-next/kspp'Stephen Rothwell2020-06-183-68/+120
|\ \ \ \ \
| * | | | | seccomp: Use pr_fmtKees Cook2020-06-161-1/+2
| * | | | | seccomp: notify about unused filterChristian Brauner2020-06-151-5/+39
| * | | | | seccomp: Lift wait_queue into struct seccomp_filterChristian Brauner2020-06-151-6/+6
| * | | | | seccomp: release filter after task is fully deadChristian Brauner2020-06-153-26/+38
| * | | | | seccomp: rename "usage" to "refs" and documentChristian Brauner2020-06-151-9/+10
| * | | | | seccomp: Add find_notification helperSargun Dhillon2020-06-151-27/+28
| * | | | | seccomp: Report number of loaded filters in /proc/$pid/statusKees Cook2020-06-151-0/+3
| |/ / / /
* | | | | Merge remote-tracking branch 'tip/auto-latest'Stephen Rothwell2020-06-181-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge branch 'core/urgent'Ingo Molnar2020-06-151-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2020-06-031-1/+1
| | |\ \ \ \
| | | * | | | rcuperf: Fix printk format warningKefeng Wang2020-06-021-1/+1
* | | | | | | Merge remote-tracking branch 'audit/next'Stephen Rothwell2020-06-181-3/+1
|\ \ \ \ \ \ \
| * | | | | | | audit: Use struct_size() helper in alloc_chunkGustavo A. R. Silva2020-06-171-3/+1
| |/ / / / / /
* | | | | | | Merge remote-tracking branch 'dma-mapping/for-next'Stephen Rothwell2020-06-182-25/+29
|\ \ \ \ \ \ \
| * | | | | | | dma-direct: check return value when encrypting or decrypting memoryDavid Rientjes2020-06-171-5/+14
| * | | | | | | dma-direct: re-encrypt memory if dma_direct_alloc_pages() failsDavid Rientjes2020-06-171-1/+6
| * | | | | | | dma-direct: always align allocation size in dma_direct_alloc_pages()David Rientjes2020-06-171-7/+10
| * | | | | | | dma-direct: mark __dma_direct_alloc_pages staticChristoph Hellwig2020-06-171-1/+1
| * | | | | | | dma-direct: re-enable mmap for !CONFIG_MMUChristoph Hellwig2020-06-172-14/+1
* | | | | | | | Merge remote-tracking branch 'pidfd-fixes/fixes'Stephen Rothwell2020-06-181-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | nsproxy: restore EINVAL for non-namespace file descriptorChristian Brauner2020-06-171-1/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge remote-tracking branch 'net/master'Stephen Rothwell2020-06-183-25/+40
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-06-173-25/+40
| |\ \ \ \ \ \ \ \
| | * | | | | | | | bpf: Don't return EINVAL from {get,set}sockopt when optlen > PAGE_SIZEStanislav Fomichev2020-06-171-20/+33
| | * | | | | | | | devmap: Use bpf_map_area_alloc() for allocating hash bucketsToke Høiland-Jørgensen2020-06-171-4/+6
| | * | | | | | | | bpf: bpf_probe_read_kernel_str() has to return amount of data read on successAndrii Nakryiko2020-06-171-1/+1
| | |/ / / / / / /
* | | | | | | | | Merge tag 'dma-mapping-5.8-3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-06-172-9/+8
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | / / / / / / | | |/ / / / / / | |/| | | | | |
| * | | | | | | dma-pool: decouple DMA_REMAP from DMA_COHERENT_POOLDavid Rientjes2020-06-151-5/+5
| * | | | | | | dma-pool: fix too large DMA pools on medium memory size systemsGeert Uytterhoeven2020-06-091-4/+3
* | | | | | | | tracing/probe: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-1/+1
| |/ / / / / / |/| | | | | |
* | | | | | | Merge tag 'LSM-add-setgid-hook-5.8-author-fix' of git://github.com/micah-mort...Linus Torvalds2020-06-141-1/+14
|\ \ \ \ \ \ \
| * | | | | | | security: Add LSM hooks to set*gid syscallsThomas Cedeno2020-06-141-1/+14
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-136-22/+21
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-06-136-22/+21
| |\ \ \ \ \ \ \ \