summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* kernel/gcov/fs.c: gcov_seq_next() should increase position indexVasily Averin2020-03-311-1/+1
* kexec: prevent removal of memory in use by a loaded kexec imageJames Morse2020-03-311-0/+56
* kmod: make request_module() return an error when autoloading is disabledEric Biggers2020-03-311-2/+2
* pid: move pidfd_get_pid() to pid.cMinchan Kim2020-03-312-17/+17
* mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim2020-03-311-0/+1
* Merge branch 'akpm-current/current'Stephen Rothwell2020-03-3117-108/+329
|\
| * kcov-collect-coverage-from-interrupts-v4Andrey Konovalov2020-03-311-2/+2
| * kcov: collect coverage from interruptsAndrey Konovalov2020-03-311-39/+155
| * kcov: use t->kcov_mode as enabled indicatorAndrey Konovalov2020-03-311-9/+23
| * kcov: move t->kcov_sequence assignmentAndrey Konovalov2020-03-311-1/+1
| * kcov: move t->kcov assignments into kcov_start/stopAndrey Konovalov2020-03-311-9/+7
| * kcov: fix potential use-after-free in kcov_remote_startAndrey Konovalov2020-03-311-6/+8
| * kcov: cleanup debug messagesAndrey Konovalov2020-03-311-20/+2
| * kernel/relay.c: fix read_pos error when multiple readersPengcheng Yang2020-03-311-10/+7
| * kernel/gcov/fs.c: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-311-1/+1
| * gcov: gcc_3_4: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-311-3/+3
| * gcov: gcc_4_7: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-311-1/+1
| * kallsyms: unexport kallsyms_lookup_name() and kallsyms_on_each_symbol()Will Deacon2020-03-311-2/+0
| * compiler: Remove CONFIG_OPTIMIZE_INLINING entirelyMasahiro Yamada2020-03-311-1/+0
| * kernel/extable.c: use address-of operator on section symbolsNathan Chancellor2020-03-311-1/+2
| * proc: faster open/read/close with "permanent" filesAlexey Dobriyan2020-03-311-0/+1
| * kernel/hung_task.c: Monitor killed tasks.Tetsuo Handa2020-03-311-0/+44
| * mm-compaction-disable-compact_unevictable_allowed-on-rt-v5Sebastian Andrzej Siewior2020-03-311-11/+13
| * mm/compaction: Disable compact_unevictable_allowed on RTSebastian Andrzej Siewior2020-03-311-1/+26
| * mm/compaction: really limit compact_unevictable_allowed to 0 and 1Sebastian Andrzej Siewior2020-03-311-1/+1
| * mm/vma: replace all remaining open encodings with is_vm_hugetlb_page()Anshuman Khandual2020-03-311-1/+2
| * mm/vma: make vma_is_accessible() available for general useAnshuman Khandual2020-03-311-1/+1
| * mm: set vm_next and vm_prev to NULL in vm_area_dup()Li Xinhai2020-03-311-1/+1
| * mm: don't prepare anon_vma if vma has VM_WIPEONFORKLi Xinhai2020-03-311-3/+5
| * mm: memcontrol: recursive memory.low protectionJohannes Weiner2020-03-311-1/+16
| * mm: kmem: rename memcg_kmem_(un)charge() into memcg_kmem_(un)charge_page()Roman Gushchin2020-03-311-4/+5
| * kernel/watchdog: flush all printk nmi buffers when hardlockup detectedKonstantin Khlebnikov2020-03-312-0/+23
* | Merge remote-tracking branch 'kgdb/kgdb/for-next'Stephen Rothwell2020-03-311-8/+12
|\ \
| * | kdb: Censor attempts to set PROMPT without ENABLE_MEM_READDaniel Thompson2020-02-131-4/+8
| * | kdb: Eliminate strncpy() warnings by replacing with strscpy()Daniel Thompson2020-02-131-4/+4
* | | Merge remote-tracking branch 'userns/for-next'Stephen Rothwell2020-03-317-44/+38
|\ \ \
| * | | pidfd: Use new infrastructure to fix deadlocks in execveBernd Edlinger2020-03-251-2/+2
| * | | perf: Use new infrastructure to fix deadlocks in execveBernd Edlinger2020-03-251-6/+6
| * | | kernel/kcmp.c: Use new infrastructure to fix deadlocks in execveBernd Edlinger2020-03-251-4/+4
| * | | kernel: doc: remove outdated comment cred.cBernd Edlinger2020-03-251-2/+0
| * | | exec: Fix a deadlock in straceBernd Edlinger2020-03-251-2/+2
| * | | exec: Add exec_update_mutex to replace cred_guard_mutexEric W. Biederman2020-03-251-0/+1
| * | | pid: Improve the comment about waiting in zap_pid_ns_processesEric W. Biederman2020-02-281-12/+19
| * | | proc: Remove the now unnecessary internal mount of procEric W. Biederman2020-02-282-15/+0
| * | | proc: Use a list of inodes to flush from procEric W. Biederman2020-02-242-1/+4
* | | | Merge remote-tracking branch 'cgroup/for-next'Stephen Rothwell2020-03-316-135/+327
|\ \ \ \
| * | | | cgroupfs: Support user xattrsDaniel Xu2020-03-161-1/+2
| * | | | cgroup: Restructure release_agent_path handlingTejun Heo2020-03-121-17/+17
| * | | | Merge branch 'for-5.6-fixes' into for-5.7Tejun Heo2020-03-122-4/+4
| |\ \ \ \
| * | | | | clone3: allow spawning processes into cgroupsChristian Brauner2020-02-123-31/+188