aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-10-23kernel/utsname_sysctl.c: Fix hostname pollingGravatar Linus Torvalds 1-0/+1
2022-10-23Merge tag 'perf_urgent_for_v6.1_rc2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-39/+116
2022-10-23Merge tag 'sched_urgent_for_v6.1_rc2' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 4-29/+35
2022-10-21Merge tag 'block-6.1-2022-10-20' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-43/+39
2022-10-21Merge tag 'mm-hotfixes-stable-2022-10-20' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-2/+16
2022-10-20gcov: support GCC 12.1 and newer compilersGravatar Martin Liska 1-2/+16
2022-10-20blktrace: remove unnessary stop block trace in 'blk_trace_shutdown'Gravatar Ye Bin 1-3/+1
2022-10-20blktrace: fix possible memleak in '__blk_trace_remove'Gravatar Ye Bin 1-2/+2
2022-10-20blktrace: introduce 'blk_trace_{start,stop}' helperGravatar Ye Bin 1-38/+36
2022-10-17Merge tag 'cgroup-for-6.1-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-21/+80
2022-10-17sched: Introduce struct balance_callback to avoid CFI mismatchesGravatar Kees Cook 4-20/+26
2022-10-17sched/core: Fix comparison in sched_group_cookie_match()Gravatar Lin Shengwang 1-9/+9
2022-10-17bpf: Fix sample_flags for bpf_perf_event_outputGravatar Sumanth Korikkar 1-0/+2
2022-10-17perf: Fix missing SIGTRAPsGravatar Peter Zijlstra 2-39/+114
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 7-11/+11
2022-10-14Merge tag 'sched-psi-2022-10-14' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 4-83/+308
2022-10-13Merge tag 'trace-v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Gravatar Linus Torvalds 6-123/+146
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 14-82/+101
2022-10-12tracing: Fix reading strings from synthetic eventsGravatar Steven Rostedt (Google) 1-6/+17
2022-10-12tracing: Add "(fault)" name injection to kernel probesGravatar Steven Rostedt (Google) 1-6/+25
2022-10-12tracing: Move duplicate code of trace_kprobe/eprobe.c into headerGravatar Steven Rostedt (Google) 3-110/+106
2022-10-12Merge tag 'irq-core-2022-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+24
2022-10-12ring-buffer: Fix kernel-docGravatar Jiapeng Chong 1-3/+3
2022-10-12ftrace: Fix char print issue in print_ip_ins()Gravatar Zheng Yejian 1-4/+1
2022-10-11mm: cgroup: fix comments for get from fd/file helpersGravatar Yosry Ahmed 1-1/+3
2022-10-11fork: remove duplicate included header filesGravatar Xu Panda 1-1/+0
2022-10-11treewide: use get_random_bytes() when possibleGravatar Jason A. Donenfeld 1-1/+1
2022-10-11treewide: use get_random_u32() when possibleGravatar Jason A. Donenfeld 5-5/+5
2022-10-11treewide: use prandom_u32_max() when possible, part 1Gravatar Jason A. Donenfeld 3-5/+5
2022-10-11bpf: cgroup_iter: support cgroup1 using cgroup fdGravatar Yosry Ahmed 1-1/+1
2022-10-11cgroup: add cgroup_v1v2_get_from_[fd/file]()Gravatar Yosry Ahmed 1-6/+44
2022-10-10Merge tag 'gfs2-nopid-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+1
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 21-88/+318
2022-10-10Revert "cgroup: enable cgroup_get_from_file() on cgroup1"Gravatar Tejun Heo 1-0/+5
2022-10-10Merge tag 'acpi-6.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 1-0/+17
2022-10-10Merge tag 'dma-mapping-6.1-2022-10-10' of git://git.infradead.org/users/hch/d...Gravatar Linus Torvalds 1-17/+23
2022-10-10cgroup: Reorganize css_set_lock and kernfs path processingGravatar Michal Koutný 1-13/+27
2022-10-10Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linuxGravatar Linus Torvalds 2-6/+5
2022-10-10Merge tag 'trace-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Gravatar Linus Torvalds 17-358/+1114
2022-10-10Merge tag 'sysctl-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 2-33/+32
2022-10-10module: tracking: Keep a record of tainted unloaded modules onlyGravatar Aaron Tomlin 1-0/+3
2022-10-10Merge tag 'modules-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-1/+69
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-3/+3
2022-10-10Merge tag 'livepatching-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-3/+35
2022-10-10Merge tag 'printk-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-15/+4
2022-10-10Merge tag 'cgroup-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 5-342/+663
2022-10-10Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-0/+5
2022-10-10Merge tag 'locking-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 7-43/+55
2022-10-10Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 7-187/+896
2022-10-10Merge branches 'acpi-apei', 'acpi-wakeup', 'acpi-reboot' and 'acpi-thermal'Gravatar Rafael J. Wysocki 1-0/+17