index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-01-17
4
-16
/
+320
|
\
|
*
module: fix signature check failures when using in-kernel decompression
Dmitry Torokhov
2022-01-14
1
-4
/
+5
|
*
kernel: Fix spelling mistake "compresser" -> "compressor"
Colin Ian King
2022-01-13
1
-1
/
+1
|
*
module: add in-kernel support for decompressing
Dmitry Torokhov
2022-01-11
4
-11
/
+315
|
*
module: Remove outdated comment
Yu Chen
2022-01-11
1
-1
/
+0
*
|
Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-01-17
11
-202
/
+172
|
\
\
|
*
|
ptrace: Remove second setting of PT_SEIZED in ptrace_attach
Eric W. Biederman
2022-01-08
1
-2
/
+0
|
*
|
taskstats: Cleanup the use of task->exit_code
Eric W. Biederman
2022-01-08
1
-4
/
+3
|
*
|
exit: Fix the exit_code for wait_task_zombie
Eric W. Biederman
2022-01-08
1
-1
/
+2
|
*
|
exit: Coredumps reach do_group_exit
Eric W. Biederman
2022-01-08
1
-2
/
+0
|
*
|
exit: Remove profile_handoff_task
Eric W. Biederman
2022-01-08
2
-26
/
+1
|
*
|
exit: Remove profile_task_exit & profile_munmap
Eric W. Biederman
2022-01-08
2
-51
/
+0
|
*
|
signal: clean up kernel-doc comments
Randy Dunlap
2022-01-08
1
-2
/
+3
|
*
|
signal: Remove the helper signal_group_exit
Eric W. Biederman
2022-01-08
2
-5
/
+11
|
*
|
signal: Rename group_exit_task group_exec_task
Eric W. Biederman
2022-01-08
1
-2
/
+2
|
*
|
signal: Remove SIGNAL_GROUP_COREDUMP
Eric W. Biederman
2022-01-08
1
-1
/
+1
|
*
|
signal: Make coredump handling explicit in complete_signal
Eric W. Biederman
2022-01-08
1
-1
/
+1
|
*
|
signal: Have prepare_signal detect coredumps using signal->core_state
Eric W. Biederman
2022-01-08
1
-2
/
+2
|
*
|
exit: Move force_uaccess back into do_exit
Eric W. Biederman
2022-01-08
1
-9
/
+14
|
*
|
exit: Guarantee make_task_dead leaks the tsk when calling do_task_exit
Eric W. Biederman
2022-01-08
1
-0
/
+2
|
*
|
kthread: Generalize pf_io_worker so it can point to struct kthread
Eric W. Biederman
2022-01-08
3
-17
/
+7
|
*
|
kthread: Never put_user the set_child_tid address
Eric W. Biederman
2021-12-22
1
-1
/
+1
|
*
|
kthread: Warn about failed allocations for the init kthread
Eric W. Biederman
2021-12-21
1
-1
/
+1
|
*
|
fork: Rename bad_fork_cleanup_threadgroup_lock to bad_fork_cleanup_delayacct
Eric W. Biederman
2021-12-20
1
-3
/
+3
|
*
|
fork: Stop protecting back_fork_cleanup_cgroup_lock with CONFIG_NUMA
Eric W. Biederman
2021-12-20
1
-1
/
+1
|
*
|
exit/kthread: Fix the kerneldoc comment for kthread_complete_and_exit
Eric W. Biederman
2021-12-14
1
-1
/
+1
|
*
|
exit/kthread: Move the exit code for kernel threads into struct kthread
Eric W. Biederman
2021-12-13
1
-2
/
+5
|
*
|
kthread: Ensure struct kthread is present for all kthreads
Eric W. Biederman
2021-12-13
3
-25
/
+26
|
*
|
exit: Rename complete_and_exit to kthread_complete_and_exit
Eric W. Biederman
2021-12-13
2
-9
/
+21
|
*
|
exit: Rename module_put_and_exit to module_put_and_kthread_exit
Eric W. Biederman
2021-12-13
1
-3
/
+3
|
*
|
exit: Implement kthread_exit
Eric W. Biederman
2021-12-13
1
-4
/
+19
|
*
|
exit: Stop exporting do_exit
Eric W. Biederman
2021-12-13
1
-1
/
+0
|
*
|
exit: Stop poorly open coding do_task_dead in make_task_dead
Eric W. Biederman
2021-12-13
1
-2
/
+1
|
*
|
exit: Move oops specific logic from do_exit into make_task_dead
Eric W. Biederman
2021-12-13
3
-41
/
+41
|
*
|
exit: Add and use make_task_dead.
Eric W. Biederman
2021-12-13
1
-0
/
+9
|
*
|
Merge SA_IMMUTABLE-fixes-for-v5.16-rc2
Eric W. Biederman
2021-12-03
2
-9
/
+31
|
|
\
\
|
*
|
|
signal: Requeue ptrace signals
Eric W. Biederman
2021-11-17
1
-1
/
+2
|
*
|
|
signal: Requeue signals in the appropriate queue
Eric W. Biederman
2021-11-17
1
-7
/
+14
|
*
|
|
signal: In get_signal test for signal_group_exit every time through the loop
Eric W. Biederman
2021-11-17
1
-10
/
+10
*
|
|
|
Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2022-01-16
1
-2
/
+48
|
\
\
\
\
|
*
|
|
|
swiotlb: Add CONFIG_HAS_IOMEM check around swiotlb_mem_remap()
Wei Liu
2022-01-04
1
-0
/
+7
|
*
|
|
|
swiotlb: Add swiotlb bounce buffer remap function for HV IVM
Tianyu Lan
2021-12-20
1
-2
/
+41
*
|
|
|
|
Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2022-01-16
17
-247
/
+800
|
\
\
\
\
\
|
*
|
|
|
|
tracing: Add ustring operation to filtering string pointers
Steven Rostedt
2022-01-14
1
-24
/
+57
|
*
|
|
|
|
tracing/osnoise: Properly unhook events if start_per_cpu_kthreads() fails
Nikita Yushchenko
2022-01-13
1
-4
/
+16
|
*
|
|
|
|
tracing: Remove duplicate warnings when calling trace_create_file()
Yuntao Wang
2022-01-13
1
-9
/
+3
|
*
|
|
|
|
tracing/kprobes: 'nmissed' not showed correctly for kretprobe
Xiangyang Zhang
2022-01-13
1
-1
/
+4
|
*
|
|
|
|
tracing: Add test for user space strings when filtering on string pointers
Steven Rostedt
2022-01-13
1
-3
/
+63
|
*
|
|
|
|
tracing: Have syscall trace events use trace_event_buffer_lock_reserve()
Steven Rostedt
2022-01-13
1
-4
/
+2
|
*
|
|
|
|
ftrace: Add test to make sure compiled time sorts work
Steven Rostedt (VMware)
2022-01-13
2
-0
/
+37
[next]