summaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* kdump: use vmlinux_build_id to simplifyStephen Boyd2021-05-251-48/+2
* buildid: fix build when CONFIG_MODULES is not setRandy Dunlap2021-05-251-0/+2
* module-add-printk-formats-to-add-module-build-id-to-stacktraces-fixAndrew Morton2021-05-251-1/+2
* module: add printk formats to add module build ID to stacktracesStephen Boyd2021-05-252-21/+111
* PM: hibernate: disable when there are active secretmem usersMike Rapoport2021-05-251-1/+4
* mm: introduce memfd_secret system call to create "secret" memory areasMike Rapoport2021-05-251-0/+2
* Merge branch 'akpm-current/current'Stephen Rothwell2021-05-2511-27/+77
|\
| * x86: signal: don't do sas_ss_reset() until we are certain that sigframe won't...Al Viro2021-05-231-10/+4
| * kernel.h: split out panic and oops helpersAndy Shevchenko2021-05-236-0/+7
| * proc/sysctl: make protected_* world readableJulius Hemanth Pitti2021-05-231-4/+4
| * sysctl: remove redundant assignment to firstJiapeng Chong2021-05-231-2/+1
| * kernel/hung_task.c: Monitor killed tasks.Tetsuo Handa2021-05-231-0/+44
| * perf: MAP_EXECUTABLE does not indicate VM_MAYEXECDavid Hildenbrand2021-05-231-2/+0
| * mm: gup: pack has_pinned in MMF_HAS_PINNEDAndrea Arcangeli2021-05-231-1/+0
| * kernel: watchdog: modify the explanation related to watchdog threadWang Qing2021-05-231-8/+4
| * kthread: fix kthread_mod_delayed_work vs kthread_cancel_delayed_work_sync raceMartin Liu2021-05-231-0/+13
* | Merge remote-tracking branch 'rust/rust-next'Stephen Rothwell2021-05-253-2/+10
|\ \
| * | Rust: Kernel crateMiguel Ojeda2021-04-141-0/+2
| * | kallsyms: Increase maximum kernel symbol length to 512Miguel Ojeda2021-04-121-2/+2
| * | kallsyms: Support "big" kernel symbols (2-byte lengths)Miguel Ojeda2021-04-121-0/+7
* | | Merge remote-tracking branch 'kspp/for-next/kspp'Stephen Rothwell2021-05-256-0/+825
|\ \ \
| * | | pgo: add clang's Profile Guided Optimization infrastructureSami Tolvanen2021-05-196-0/+825
* | | | Merge remote-tracking branch 'cgroup/for-next'Stephen Rothwell2021-05-251-15/+115
|\ \ \ \
| * \ \ \ Merge branch 'for-5.13-fixes' into for-nextTejun Heo2021-05-245-8/+8
| |\ \ \ \
| * \ \ \ \ Merge branch 'for-5.13-fixes' into for-nextTejun Heo2021-05-201-8/+5
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into for-nextTejun Heo2021-05-205-8/+47
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | cgroup: inline cgroup_task_freeze()Roman Gushchin2021-05-101-1/+2
| * | | | | | cgroup: introduce cgroup.killChristian Brauner2021-05-101-14/+113
* | | | | | | Merge remote-tracking branch 'rcu/rcu/next'Stephen Rothwell2021-05-2523-2116/+2816
|\ \ \ \ \ \ \
| * | | | | | | rcu: Start timing stall repetitions after warning completePaul E. McKenney2021-05-211-1/+8
| * | | | | | | rcu: Do not disable gp stall detection in rcu_cpu_stall_reset()Sergey Senozhatsky2021-05-211-6/+3
| * | | | | | | rcu/tree: Handle VM stoppage in stall detectionSergey Senozhatsky2021-05-211-0/+18
| * | | | | | | rcu: Mark accesses in tree_stall.hPaul E. McKenney2021-05-211-30/+33
| * | | | | | | rcu: Mark accesses to ->rcu_read_lock_nestingPaul E. McKenney2021-05-211-3/+6
| * | | | | | | rcu/nocb: Remove NOCB deferred wakeup from rcutree_dead_cpu()Frederic Weisbecker2021-05-201-3/+0
| * | | | | | | rcu: Weaken ->dynticks accesses and updatesPaul E. McKenney2021-05-202-18/+34
| * | | | | | | rcu/nocb: Start moving nocb code to its own plugin fileFrederic Weisbecker2021-05-203-1487/+1497
| * | | | | | | rcu: Remove special bit at the bottom of the ->dynticks counterJoel Fernandes (Google)2021-05-201-63/+14
| * | | | | | | rcutorture: Preempt rather than block when testing task stallsPaul E. McKenney2021-05-181-1/+6
| * | | | | | | rcu: Fix stall-warning deadlock due to non-release of rcu_node ->lockYanfei Xu2021-05-181-1/+3
| * | | | | | | rcu: Fix to include first blocked task in stall warningYanfei Xu2021-05-181-2/+2
| * | | | | | | refscale: Add measurement of clock readoutPaul E. McKenney2021-05-181-1/+36
| * | | | | | | Merge branch 'clocksource.2021.05.13a' into HEADPaul E. McKenney2021-05-184-20/+424
| |\ \ \ \ \ \ \
| | * | | | | | | clocksource: Print deviation in nanoseconds for unstable caseFeng Tang2021-05-131-4/+4
| | * | | | | | | clocksource: Provide kernel module to test clocksource watchdogPaul E. McKenney2021-05-133-5/+210
| | * | | | | | | clocksource: Reduce clocksource-skew threshold for TSCPaul E. McKenney2021-05-122-17/+46
| | * | | | | | | clocksource: Limit number of CPUs checked for clock synchronizationPaul E. McKenney2021-05-121-2/+72
| | * | | | | | | clocksource: Check per-CPU clock synchronization when marked unstablePaul E. McKenney2021-05-121-0/+60
| | * | | | | | | clocksource: Retry clock read if long delays detectedPaul E. McKenney2021-05-101-6/+46
| | |/ / / / / /
| * | | | | | | Merge branch 'kcsan.2021.05.18a' into HEADPaul E. McKenney2021-05-184-135/+129
| |\ \ \ \ \ \ \