summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-03-21mm: Add DEFINE_PAGE_VMA_WALK and DEFINE_FOLIO_VMA_WALKMatthew Wilcox (Oracle)
2022-03-21mm/truncate: Inline invalidate_complete_page() into its one callerMatthew Wilcox (Oracle)
2022-02-17mm/munlock: rmap call mlock_vma_page() munlock_vma_page()Hugh Dickins
2022-02-13Merge tag 'sched_urgent_for_v5.17_rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-02-13Merge tag 'perf_urgent_for_v5.17_rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-02-12Merge tag 'seccomp-v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-02-11Merge tag 'acpi-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2022-02-11Merge tag 'trace-v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-02-10seccomp: Invalidate seccomp mode to catch death failuresKees Cook
2022-02-10signal: HANDLER_EXIT should clear SIGNAL_UNKILLABLEKees Cook
2022-02-10Merge tag 'audit-pr-20220209' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-02-09audit: don't deref the syscall args when checking the openat2 open_how::flagsPaul Moore
2022-02-08tracing: Fix tp_printk option related with tp_printk_stop_on_bootJaeSang Yoo
2022-02-07PM: s2idle: ACPI: Fix wakeup interrupts handlingRafael J. Wysocki
2022-02-06perf: Fix list corruption in perf_cgroup_switch()Song Liu
2022-02-06sched/fair: Fix fault in reweight_entityTadeusz Struk
2022-02-06Merge tag 'perf_urgent_for_v5.17_rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-02-03gcc-plugins/stackleak: Use noinstr in favor of notraceKees Cook
2022-02-03Merge tag 'net-5.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-02-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-02-03printk: Fix incorrect __user type in proc_dointvec_minmax_sysadmin()Mickaël Salaün
2022-02-03Revert "module, async: async_synchronize_full() on module init iff async is u...Igor Pylypiv
2022-02-03Merge branch 'for-5.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-02-03cgroup/cpuset: Fix "suspicious RCU usage" lockdep warningWaiman Long
2022-02-02bpf: Use VM_MAP instead of VM_ALLOC for ringbufHou Tao
2022-02-02perf: Copy perf_event_attr::sig_data on modificationMarco Elver
2022-02-01Merge tag 'audit-pr-20220131' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-02-01cgroup-v1: Require capabilities to set release_agentEric W. Biederman
2022-01-30Merge tag 'perf_urgent_for_v5.17_rc2_p2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2022-01-30Merge tag 'sched_urgent_for_v5.17_rc2_p2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-01-30psi: fix "defined but not used" warnings when CONFIG_PROC_FS=nSuren Baghdasaryan
2022-01-28Merge tag 'pm-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2022-01-28Merge tag 'trace-v5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-01-28Merge branch 'ucount-rlimit-fixes-for-v5.17-rc2' of git://git.kernel.org/pub/...Linus Torvalds
2022-01-28Merge tag 'rcu-urgent.2022.01.26a' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-01-27tracing: Don't inc err_log entry count if entry allocation failsTom Zanussi
2022-01-27tracing: Propagate is_signed to expressionTom Zanussi
2022-01-27tracing: Fix smatch warning for do while check in event_hist_trigger_parse()Tom Zanussi
2022-01-27tracing: Fix smatch warning for null glob in event_hist_trigger_parse()Tom Zanussi
2022-01-27tracing/histogram: Fix a potential memory leak for kstrdup()Xiaoke Wang
2022-01-27ftrace: Have architectures opt-in for mcount build time sortingSteven Rostedt (Google)
2022-01-26ucount: Make get_ucount a safe get_user replacementEric W. Biederman
2022-01-26rcu-tasks: Fix computation of CPU-to-list shift countsPaul E. McKenney
2022-01-26cpuset: Fix the bug that subpart_cpus updated wrongly in update_cpumask()Tianchen Ding
2022-01-26perf/core: Fix cgroup event list managementNamhyung Kim
2022-01-26perf: Always wake the parent eventJames Clark
2022-01-25bpf: Fix possible race in inc_misses_counterHe Fengqing
2022-01-25sched/membarrier: Fix membarrier-rseq fence command missing from query bitmaskMathieu Desnoyers
2022-01-25audit: improve audit queue handling when "audit=1" on cmdlinePaul Moore
2022-01-25PM: hibernate: Remove register_nosave_region_late()Amadeusz Sławiński