summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-01-13Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-12/+29
2022-01-12Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2022-01-12Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds2-36/+10
2022-01-12Merge tag 'dma-mapping-5.17' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-100/+140
2022-01-12module: add in-kernel support for decompressingDmitry Torokhov4-11/+315
2022-01-12module: Remove outdated commentYu Chen1-1/+0
2022-01-12Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds11-96/+40
2022-01-12Merge tag 'sched_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds11-180/+325
2022-01-12Merge tag 'audit-pr-20220110' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-6/+22
2022-01-12Merge tag 'selinux-pr-20220110' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-5/+13
2022-01-11bpf: Fix incorrect integer literal used for marking scratched stack.Christy Lee1-3/+3
2022-01-11Merge tag 'kcsan.2022.01.09a' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-110/+866
2022-01-11Merge tag 'rcu.2022.01.09a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds17-582/+873
2022-01-11Merge tag 'printk-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-46/+58
2022-01-11Merge branch 'for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-56/+45
2022-01-11Merge branch 'for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds3-42/+31
2022-01-11bpf: Fix mount source show for bpffsYafang Shao1-2/+12
2022-01-11Merge tag 'pm-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-2/+15
2022-01-11Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds30-548/+1469
2022-01-10Merge branch 'random-5.17-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-12/+5
2022-01-10Merge tag 'core_entry_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-5/+5
2022-01-10Merge tag 'core_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-7/+8
2022-01-10genirq/msi: Populate sysfs entry only onceThomas Gleixner1-6/+5
2022-01-10Merge branch 'workqueue/for-5.16-fixes' into workqueue/for-5.17Tejun Heo1-1/+21
2022-01-10Merge branches 'pm-cpuidle', 'pm-core' and 'pm-sleep'Rafael J. Wysocki2-2/+15
2022-01-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-0/+5
2022-01-10tracing: Add helper functions to simplify event_command.parse() callback hand...Tom Zanussi2-0/+366
2022-01-10tracing: Remove ops param from event_command reg()/unreg() callbacksTom Zanussi4-28/+20
2022-01-10tracing: Change event_trigger_ops func() to trigger()Tom Zanussi4-26/+37
2022-01-10tracing: Change event_command func() to parse()Tom Zanussi4-39/+44
2022-01-10Merge branch 'clocksource' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Thomas Gleixner1-10/+42
2022-01-08ptrace: Remove second setting of PT_SEIZED in ptrace_attachEric W. Biederman1-2/+0
2022-01-08taskstats: Cleanup the use of task->exit_codeEric W. Biederman1-4/+3
2022-01-08exit: Fix the exit_code for wait_task_zombieEric W. Biederman1-1/+2
2022-01-08exit: Coredumps reach do_group_exitEric W. Biederman1-2/+0
2022-01-08exit: Remove profile_handoff_taskEric W. Biederman2-26/+1
2022-01-08exit: Remove profile_task_exit & profile_munmapEric W. Biederman2-51/+0
2022-01-08signal: clean up kernel-doc commentsRandy Dunlap1-2/+3
2022-01-08signal: Remove the helper signal_group_exitEric W. Biederman2-5/+11
2022-01-08signal: Rename group_exit_task group_exec_taskEric W. Biederman1-2/+2
2022-01-08signal: Remove SIGNAL_GROUP_COREDUMPEric W. Biederman1-1/+1
2022-01-08signal: Make coredump handling explicit in complete_signalEric W. Biederman1-1/+1
2022-01-08signal: Have prepare_signal detect coredumps using signal->core_stateEric W. Biederman1-2/+2
2022-01-08exit: Move force_uaccess back into do_exitEric W. Biederman1-9/+14
2022-01-08exit: Guarantee make_task_dead leaks the tsk when calling do_task_exitEric W. Biederman1-0/+2
2022-01-08kthread: Generalize pf_io_worker so it can point to struct kthreadEric W. Biederman3-17/+7
2022-01-08Merge branch 'linus' into irq/core, to fix conflictIngo Molnar23-114/+237
2022-01-08Merge branch 'for-5.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-43/+97
2022-01-08cpuset: convert 'allowed' in __cpuset_node_allowed() to be booleanQi Zheng1-1/+1
2022-01-07livepatch: Avoid CPU hogging with cond_reschedDavid Vernet2-0/+3