index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2022-05-20
Merge tag 'irqchip-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...
Thomas Gleixner
-745
/
+651
2022-05-19
cgroup: remove the superfluous judgment
Shida Zhang
-1
/
+1
2022-05-19
blob_to_mnt(): kern_unmount() is needed to undo kern_mount()
Al Viro
-2
/
+2
2022-05-19
sched: Reverse sched_class layout
Peter Zijlstra
-13
/
+14
2022-05-19
sched/clock: Use try_cmpxchg64 in sched_clock_{local,remote}
Uros Bizjak
-2
/
+2
2022-05-19
mm: khugepaged: make khugepaged_enter() void function
Yang Shi
-3
/
+1
2022-05-19
kexec_file: Fix kexec_file.c build error for riscv platform
Liao Chang
-2
/
+2
2022-05-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-16
/
+21
2022-05-19
kernel/reboot: Add devm_register_restart_handler()
Dmitry Osipenko
-0
/
+22
2022-05-19
kernel/reboot: Add devm_register_power_off_handler()
Dmitry Osipenko
-0
/
+22
2022-05-19
reboot: Remove pm_power_off_prepare()
Dmitry Osipenko
-19
/
+0
2022-05-19
kernel/reboot: Add register_platform_power_off()
Dmitry Osipenko
-0
/
+55
2022-05-19
kernel/reboot: Add kernel_can_power_off()
Dmitry Osipenko
-1
/
+13
2022-05-19
kernel/reboot: Add stub for pm_power_off
Dmitry Osipenko
-0
/
+6
2022-05-19
kernel/reboot: Add do_kernel_power_off()
Dmitry Osipenko
-0
/
+13
2022-05-19
kernel/reboot: Wrap legacy power-off callbacks into sys-off handlers
Dmitry Osipenko
-2
/
+42
2022-05-19
kernel/reboot: Introduce sys-off handler API
Dmitry Osipenko
-0
/
+182
2022-05-19
notifier: Add blocking/atomic_notifier_chain_register_unique_prio()
Dmitry Osipenko
-19
/
+69
2022-05-19
notifier: Add atomic_notifier_call_chain_is_empty()
Dmitry Osipenko
-0
/
+13
2022-05-18
cgroup: Make cgroup_debug static
Xiu Jianfeng
-2
/
+1
2022-05-18
random32: use real rng for non-deterministic randomness
Jason A. Donenfeld
-2
/
+0
2022-05-17
audit,io_uring,io-wq: call __audit_uring_exit for dummy contexts
Julian Orth
-0
/
+6
2022-05-17
swiotlb: max mapping size takes min align mask into account
Tianyu Lan
-1
/
+12
2022-05-16
kcsan: test: use new suite_{init,exit} support
Marco Elver
-18
/
+13
2022-05-15
Merge tag 'sched-urgent-2022-05-15' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-15
/
+15
2022-05-15
Merge tag 'irq-urgent-2022-05-15' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-1
/
+0
2022-05-14
genirq/irq_sim: Make the irq_work always run in hard irq context
Sebastian Andrzej Siewior
-1
/
+1
2022-05-14
timers: Provide a better debugobjects hint for delayed works
Stephen Boyd
-1
/
+31
2022-05-13
bpf: Add MEM_UNINIT as a bpf_type_flag
Joanne Koong
-22
/
+10
2022-05-13
timekeeping: Add raw clock fallback for random_get_entropy()
Jason A. Donenfeld
-0
/
+15
2022-05-13
printk: stop including cache.h from printk.h
Peter Collingbourne
-0
/
+1
2022-05-13
bpf: Fix combination of jit blinding and pointers to bpf subprogs.
Alexei Starovoitov
-0
/
+10
2022-05-13
swiotlb: use the right nslabs-derived sizes in swiotlb_init_late
Christoph Hellwig
-8
/
+11
2022-05-13
swiotlb: use the right nslabs value in swiotlb_init_remap
Christoph Hellwig
-3
/
+4
2022-05-13
swiotlb: don't panic when the swiotlb buffer can't be allocated
Christoph Hellwig
-2
/
+4
2022-05-13
futex: Remove a PREEMPT_RT_FULL reference.
Sebastian Andrzej Siewior
-1
/
+1
2022-05-12
relay: remove redundant assignment to pointer buf
Colin Ian King
-1
/
+1
2022-05-12
kernel/crash_core.c: remove redundant check of ck_cmdline
lizhe
-3
/
+0
2022-05-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-15
/
+41
2022-05-12
Merge branch 'for-5.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-2
/
+5
2022-05-12
module: merge check_exported_symbol() into find_exported_symbol_in_section()
Masahiro Yamada
-15
/
+7
2022-05-12
module: do not binary-search in __ksymtab_gpl if fsa->gplok is false
Masahiro Yamada
-2
/
+3
2022-05-12
module: do not pass opaque pointer for symbol search
Masahiro Yamada
-7
/
+4
2022-05-12
module: show disallowed symbol name for inherit_taint()
Lecopzer Chen
-6
/
+6
2022-05-12
module: fix [e_shstrndx].sh_size=0 OOB access
Alexey Dobriyan
-0
/
+4
2022-05-12
module: Introduce module unload taint tracking
Aaron Tomlin
-0
/
+88
2022-05-12
module: Move module_assert_mutex_or_preempt() to internal.h
Aaron Tomlin
-11
/
+12
2022-05-12
module: Make module_flags_taint() accept a module's taints bitmap and usable ...
Aaron Tomlin
-4
/
+5
2022-05-12
stop_machine: Add stop_core_cpuslocked() for per-core operations
Peter Zijlstra
-0
/
+21
2022-05-11
bpf: Fix potential array overflow in bpf_trampoline_get_progs()
Yuntao Wang
-6
/
+12
[prev]
[next]