summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* mm: Add DEFINE_PAGE_VMA_WALK and DEFINE_FOLIO_VMA_WALKMatthew Wilcox (Oracle)2022-03-211-5/+1
* mm/truncate: Inline invalidate_complete_page() into its one callerMatthew Wilcox (Oracle)2022-03-211-1/+1
* mm/munlock: rmap call mlock_vma_page() munlock_vma_page()Hugh Dickins2022-02-171-5/+2
* Merge tag 'sched_urgent_for_v5.17_rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-02-131-5/+6
|\
| * sched/fair: Fix fault in reweight_entityTadeusz Struk2022-02-061-5/+6
* | Merge tag 'perf_urgent_for_v5.17_rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-02-131-2/+2
|\ \
| * | perf: Fix list corruption in perf_cgroup_switch()Song Liu2022-02-061-2/+2
* | | Merge tag 'seccomp-v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-02-122-2/+13
|\ \ \
| * | | seccomp: Invalidate seccomp mode to catch death failuresKees Cook2022-02-101-0/+10
| * | | signal: HANDLER_EXIT should clear SIGNAL_UNKILLABLEKees Cook2022-02-101-2/+3
| | |/ | |/|
* | | Merge tag 'acpi-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2022-02-113-4/+5
|\ \ \
| * | | PM: s2idle: ACPI: Fix wakeup interrupts handlingRafael J. Wysocki2022-02-073-4/+5
* | | | Merge tag 'trace-v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-02-111-0/+4
|\ \ \ \
| * | | | tracing: Fix tp_printk option related with tp_printk_stop_on_bootJaeSang Yoo2022-02-081-0/+4
* | | | | Merge tag 'audit-pr-20220209' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-02-101-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | audit: don't deref the syscall args when checking the openat2 open_how::flagsPaul Moore2022-02-091-1/+1
* | | | | Merge tag 'perf_urgent_for_v5.17_rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-02-061-0/+16
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | perf: Copy perf_event_attr::sig_data on modificationMarco Elver2022-02-021-0/+16
| | |_|/ | |/| |
* | | | gcc-plugins/stackleak: Use noinstr in favor of notraceKees Cook2022-02-031-3/+2
* | | | Merge tag 'net-5.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-02-033-4/+5
|\ \ \ \
| * \ \ \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-02-033-4/+5
| |\ \ \ \
| | * | | | bpf: Use VM_MAP instead of VM_ALLOC for ringbufHou Tao2022-02-021-1/+1
| | * | | | bpf: Fix possible race in inc_misses_counterHe Fengqing2022-01-251-2/+3
| | * | | | bpf: Fix renaming task_getsecid_subj->current_getsecid_subj.Alexei Starovoitov2022-01-241-1/+1
* | | | | | printk: Fix incorrect __user type in proc_dointvec_minmax_sysadmin()Mickaël Salaün2022-02-031-1/+1
* | | | | | Revert "module, async: async_synchronize_full() on module init iff async is u...Igor Pylypiv2022-02-032-23/+5
* | | | | | Merge branch 'for-5.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-02-032-14/+65
|\ \ \ \ \ \
| * | | | | | cgroup/cpuset: Fix "suspicious RCU usage" lockdep warningWaiman Long2022-02-031-0/+10
| * | | | | | cgroup-v1: Require capabilities to set release_agentEric W. Biederman2022-02-011-0/+14
| * | | | | | cpuset: Fix the bug that subpart_cpus updated wrongly in update_cpumask()Tianchen Ding2022-01-261-2/+1
| * | | | | | cgroup/cpuset: Make child cpusets restrict parents on v1 hierarchyMichal Koutný2022-01-121-12/+40
* | | | | | | Merge tag 'audit-pr-20220131' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-02-011-19/+43
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | / / | | |_|_|/ / | |/| | | |
| * | | | | audit: improve audit queue handling when "audit=1" on cmdlinePaul Moore2022-01-251-19/+43
* | | | | | 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
|\ \ \ \ \ \ \