summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* pid: move pidfd_get_pid() to pid.cMinchan Kim2020-04-202-17/+17
* mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim2020-04-201-0/+1
* kernel: set USER_DS in kthread_use_mmChristoph Hellwig2020-04-201-0/+6
* kernel-better-document-the-use_mm-unuse_mm-api-contract-v2Christoph Hellwig2020-04-201-1/+1
* kernel: better document the use_mm/unuse_mm API contractChristoph Hellwig2020-04-201-17/+16
* kernel: move use_mm/unuse_mm to kthread.cChristoph Hellwig2020-04-201-0/+56
* Merge branch 'akpm-current/current'Stephen Rothwell2020-04-2014-152/+413
|\
| * kernel/relay.c: fix read_pos error when multiple readersPengcheng Yang2020-04-201-10/+7
| * panic: add sysctl to dump all CPUs backtraces on oops eventGuilherme G. Piccoli2020-04-202-0/+22
| * kexec: prevent removal of memory in use by a loaded kexec imageJames Morse2020-04-201-0/+56
| * kernel/hung_task.c: introduce sysctl to print all traces when a hung task is ...Guilherme G. Piccoli2020-04-202-2/+29
| * parisc: add sysctl file interface panic_on_stackoverflowXiaoming Ni2020-04-201-9/+11
| * user.c: make uidhash_table staticJason Yan2020-04-201-1/+1
| * kernel/hung_task.c: Monitor killed tasks.Tetsuo Handa2020-04-201-0/+44
| * mm: remove vmalloc_user_node_flagsChristoph Hellwig2020-04-201-10/+14
| * mm: remove __vmalloc_node_flags_callerChristoph Hellwig2020-04-201-3/+2
| * mm: remove the pgprot argument to __vmallocChristoph Hellwig2020-04-203-6/+5
| * dma-mapping: use vmap insted of reimplementing itChristoph Hellwig2020-04-201-36/+12
| * kernel/watchdog: flush all printk nmi buffers when hardlockup detectedKonstantin Khlebnikov2020-04-202-0/+23
| * kcov: collect coverage from interruptsAndrey Konovalov2020-04-181-39/+155
| * kcov: use t->kcov_mode as enabled indicatorAndrey Konovalov2020-04-181-9/+23
| * kcov: move t->kcov_sequence assignmentAndrey Konovalov2020-04-181-1/+1
| * kcov: move t->kcov assignments into kcov_start/stopAndrey Konovalov2020-04-181-9/+7
| * kcov: fix potential use-after-free in kcov_remote_startAndrey Konovalov2020-04-181-6/+8
| * kcov: cleanup debug messagesAndrey Konovalov2020-04-181-20/+2
* | Merge remote-tracking branch 'cgroup/for-next'Stephen Rothwell2020-04-201-13/+3
|\ \
| * | Revert "cgroup: Add memory barriers to plug cgroup_rstat_updated() race window"Tejun Heo2020-04-091-13/+3
* | | Merge remote-tracking branch 'rcu/rcu/next'Stephen Rothwell2020-04-2023-801/+2301
|\ \ \
| * | | rcu: Initialize and destroy rcu_synchronize only when necessaryWei Yang2020-04-161-5/+7
| * | | locktorture: Use true and false to assign to bool variablesZou Wei2020-04-161-7/+7
| * | | fork: Annotate a data race in vm_area_dup()Qian Cai2020-04-161-1/+7
| * | | Merge branch 'kcsan-dev.2020.04.13c' into HEADPaul E. McKenney2020-04-1612-0/+2203
| |\ \ \
| | * | | kcsan: Make reporting aware of KCSAN testsMarco Elver2020-04-131-7/+23
| | * | | kcsan: Fix function matching in reportMarco Elver2020-04-131-9/+9
| | * | | kcsan: Introduce scoped ASSERT_EXCLUSIVE macrosMarco Elver2020-04-131-1/+15
| | * | | kcsan: Add support for scoped accessesMarco Elver2020-04-132-19/+97
| | * | | kcsan: Avoid blocking producers in prepare_report()Marco Elver2020-04-133-122/+124
| | * | | kcsan: Introduce report access_info and other_infoMarco Elver2020-04-133-78/+77
| | * | | kcsan: Fix a typo in a commentQiujun Huang2020-03-251-1/+1
| | * | | kcsan: Add current->state to implicitly atomic accessesMarco Elver2020-03-253-30/+40
| | * | | kcsan: Add option for verbose reportingMarco Elver2020-03-253-3/+107
| | * | | kcsan: Add option to allow watcher interruptionsMarco Elver2020-03-251-24/+10
| | | | |
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *-----. \ \ \ Merge branches 'fixes.2020.04.13d', 'kfree_rcu.2020.04.13c', 'rcu-tasks.2020....Paul E. McKenney2020-04-1616-488/+1726
| |\ \ \ \ \ \ \
| | | | | * | | | rcutorture: Convert ULONG_CMP_LT() to time_before()Paul E. McKenney2020-04-131-3/+3
| | | | | * | | | rcutorture: Make rcu_fwds and rcu_fwd_emergency_stop staticJason Yan2020-04-131-2/+2
| | | | | * | | | rcu: Allow rcutorture to starve grace-period kthreadPaul E. McKenney2020-04-133-3/+44
| | | | | * | | | rcutorture: Add flag to produce non-busy-wait task stallsPaul E. McKenney2020-04-131-6/+11
| | | | | * | | | Default enable RCU list lockdep debugging with PROVE_RCUMadhuparna Bhowmik2020-04-131-8/+3
| | | | | * | | | rcutorture: Mark data-race potential for rcu_barrier() test statisticsPaul E. McKenney2020-04-131-3/+3
| | | | | * | | | rcutorture: Add KCSAN stubsPaul E. McKenney2020-04-131-0/+12