summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'perf_urgent_for_v5.17_rc2_p2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-01-301-4/+19
|\
| * perf/core: Fix cgroup event list managementNamhyung Kim2022-01-261-2/+9
| * perf: Always wake the parent eventJames Clark2022-01-261-2/+10
* | Merge tag 'sched_urgent_for_v5.17_rc2_p2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-01-301-4/+5
|\ \
| * | sched/membarrier: Fix membarrier-rseq fence command missing from query bitmaskMathieu Desnoyers2022-01-251-4/+5
* | | psi: fix "defined but not used" warnings when CONFIG_PROC_FS=nSuren Baghdasaryan2022-01-301-38/+41
* | | Merge tag 'pm-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2022-01-282-21/+11
|\ \ \
| * | | PM: hibernate: Remove register_nosave_region_late()Amadeusz Sławiński2022-01-251-14/+7
| * | | PM: wakeup: simplify the output logic of pm_show_wakelocks()Greg Kroah-Hartman2022-01-251-7/+4
* | | | Merge tag 'trace-v5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-01-283-4/+17
|\ \ \ \
| * | | | tracing: Don't inc err_log entry count if entry allocation failsTom Zanussi2022-01-271-1/+2
| * | | | tracing: Propagate is_signed to expressionTom Zanussi2022-01-271-0/+3
| * | | | tracing: Fix smatch warning for do while check in event_hist_trigger_parse()Tom Zanussi2022-01-271-1/+1
| * | | | tracing: Fix smatch warning for null glob in event_hist_trigger_parse()Tom Zanussi2022-01-271-1/+3
| * | | | tracing/histogram: Fix a potential memory leak for kstrdup()Xiaoke Wang2022-01-271-0/+1
| * | | | ftrace: Have architectures opt-in for mcount build time sortingSteven Rostedt (Google)2022-01-271-1/+7
| |/ / /
* | | | Merge branch 'ucount-rlimit-fixes-for-v5.17-rc2' of git://git.kernel.org/pub/...Linus Torvalds2022-01-281-0/+2
|\ \ \ \
| * | | | ucount: Make get_ucount a safe get_user replacementEric W. Biederman2022-01-261-0/+2
| |/ / /
* | | | Merge tag 'rcu-urgent.2022.01.26a' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-281-4/+8
|\ \ \ \
| * | | | rcu-tasks: Fix computation of CPU-to-list shift countsPaul E. McKenney2022-01-261-4/+8
| |/ / /
* | | | Merge tag 'powerpc-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-01-231-2/+3
|\ \ \ \
| * | | | bpf: Guard against accessing NULL pt_regs in bpf_get_task_stack()Naveen N. Rao2022-01-151-2/+3
* | | | | Merge tag 'sched_urgent_for_v5.17_rc2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-01-236-94/+122
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | sched: Avoid double preemption in __cond_resched_*lock*()Peter Zijlstra2022-01-181-9/+3
| * | | | sched/fair: Fix all kernel-doc warningsRandy Dunlap2022-01-181-3/+5
| * | | | sched/core: Accounting forceidle time for all tasks except idle taskCruz Zhao2022-01-182-3/+2
| * | | | sched/pelt: Relax the sync of load_sum with load_avgVincent Guittot2022-01-181-14/+22
| * | | | sched/pelt: Relax the sync of runnable_sum with runnable_avgVincent Guittot2022-01-181-14/+19
| * | | | sched/pelt: Continue to relax the sync of util_sum with util_avgVincent Guittot2022-01-181-7/+18
| * | | | sched/pelt: Relax the sync of util_sum with util_avgVincent Guittot2022-01-182-4/+16
| * | | | psi: Fix uaf issue when psi trigger is destroyed while being polledSuren Baghdasaryan2022-01-182-40/+37
| |/ / /
* | | | Merge tag 'perf_urgent_for_v5.17_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-01-231-100/+146
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | perf: Fix perf_event_read_local() timePeter Zijlstra2022-01-181-100/+146
| |/
* | Merge tag 'trace-v5.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2022-01-232-3/+10
|\ \
| * | ftrace: Fix assuming build time sort works for s390Steven Rostedt (Google)2022-01-232-3/+10
* | | Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-2/+2
|\ \ \
| * | | cpumask: replace cpumask_next_* with cpumask_first_* where appropriateYury Norov2022-01-151-2/+2
* | | | proc: remove PDE_DATA() completelyMuchun Song2022-01-222-6/+6
* | | | locking/rwlocks: introduce write_lock_nestedMinchan Kim2022-01-222-0/+22
* | | | sysctl: returns -EINVAL when a negative value is passed to proc_doulongvec_mi...Baokun Li2022-01-221-3/+4
* | | | kernel/sysctl.c: remove unused variable ten_thousandColin Ian King2022-01-221-3/+0
* | | | kprobe: move sysctl_kprobes_optimization to kprobes.cXiaoming Ni2022-01-222-16/+26
* | | | fs/coredump: move coredump sysctls into its own fileXiaoming Ni2022-01-221-2/+0
* | | | printk: fix build warning when CONFIG_PRINTK=nXiaoming Ni2022-01-222-1/+4
* | | | kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases()Luis Chamberlain2022-01-221-1/+1
* | | | fs: move namespace sysctls and declare fs base directoryLuis Chamberlain2022-01-221-14/+0
* | | | sysctl: add and use base directory declarer and registration helperLuis Chamberlain2022-01-221-31/+10
* | | | fs: move pipe sysctls to is own fileLuis Chamberlain2022-01-221-55/+6
* | | | fs: move fs/exec.c sysctls into its own fileLuis Chamberlain2022-01-221-66/+0
* | | | fs: move namei sysctls to its own fileLuis Chamberlain2022-01-221-36/+0