index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
2023-03-28
kthread: simplify kthread_use_mm refcounting
Nicholas Piggin
2023-03-28
fprobe: Skip exit_handler if entry_handler returns !0
Masami Hiramatsu (Google)
2023-03-28
fprobe: Add nr_maxactive to specify rethook_node pool size
Masami Hiramatsu (Google)
2023-03-28
fprobe: Pass entry_data to handlers
Masami Hiramatsu (Google)
2023-03-28
dma-debug: add cacheline to user/kernel space dump messages
Desnes Nunes
2023-03-28
dma-debug: small dma_debug_entry's comment and variable name updates
Desnes Nunes
2023-03-28
dma-direct: cleanup parameters to dma_direct_optimal_gfp_mask
Petr Tesarik
2023-03-27
rcutorture: Add RCU Tasks Trace and SRCU deadlock scenarios
Paul E. McKenney
2023-03-27
rcutorture: Add SRCU deadlock scenarios
Paul E. McKenney
2023-03-27
locking/lockdep: Improve the deadlock scenario print for sync and read lock
Boqun Feng
2023-03-27
locking: Reduce the number of locks in ww_mutex stress tests
Boqun Feng
2023-03-27
rcu: Annotate SRCU's update-side lockdep dependencies
Boqun Feng
2023-03-27
locking/lockdep: Introduce lock_sync()
Boqun Feng
2023-03-26
Merge tag 'sched_urgent_for_v6.3_rc4' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2023-03-26
Merge tag 'core_urgent_for_v6.3_rc4' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2023-03-25
bpf: Use bpf_mem_cache_alloc/free for bpf_local_storage
Martin KaFai Lau
2023-03-25
bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage_elem
Martin KaFai Lau
2023-03-25
bpf: Add a few bpf mem allocator functions
Martin KaFai Lau
2023-03-25
bpf: Treat KF_RELEASE kfuncs as KF_TRUSTED_ARGS
David Vernet
2023-03-25
bpf: Remove now-unnecessary NULL checks for KF_RELEASE kfuncs
David Vernet
2023-03-25
bpf: Only invoke kptr dtor following non-NULL xchg
David Vernet
2023-03-25
Merge tag 'xfs-6.3-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2023-03-24
kheaders: Use array declaration instead of char
Kees Cook
2023-03-24
Merge tag 'mm-hotfixes-stable-2023-03-24-17-09' of git://git.kernel.org/pub/s...
Linus Torvalds
2023-03-24
bpf: Check IS_ERR for the bpf_map_get() return value
Martin KaFai Lau
2023-03-24
module: already_uses() - reduce pr_debug output volume
Jim Cromie
2023-03-24
module: add section-size to move_module pr_debug
Jim Cromie
2023-03-24
module: add symbol-name to pr_debug Absolute symbol
Jim Cromie
2023-03-24
module: in layout_sections, move_module: add the modname
Jim Cromie
2023-03-24
module: fold usermode helper kmod into modules directory
Luis Chamberlain
2023-03-24
module: merge remnants of setup_load_info() to elf validation
Luis Chamberlain
2023-03-24
module: move more elf validity checks to elf_validity_check()
Luis Chamberlain
2023-03-24
module: add stop-grap sanity check on module memcpy()
Luis Chamberlain
2023-03-24
module: add sanity check for ELF module section
Luis Chamberlain
2023-03-24
module: rename check_module_license_and_versions() to check_export_symbol_ver...
Luis Chamberlain
2023-03-24
module: converge taint work together
Luis Chamberlain
2023-03-24
module: move signature taint to module_augment_kernel_taints()
Luis Chamberlain
2023-03-24
module: move tainting until after a module hits our linked list
Luis Chamberlain
2023-03-24
module: split taint adding with info checking
Luis Chamberlain
2023-03-24
module: split taint work out of check_modinfo_livepatch()
Luis Chamberlain
2023-03-24
module: rename set_license() to module_license_taint_check()
Luis Chamberlain
2023-03-24
module: move check_modinfo() early to early_mod_check()
Luis Chamberlain
2023-03-24
module: move early sanity checks into a helper
Luis Chamberlain
2023-03-24
module: add a for_each_modinfo_entry()
Luis Chamberlain
2023-03-24
module: rename next_string() to module_next_tag_pair()
Luis Chamberlain
2023-03-24
module: move get_modinfo() helpers all above
Luis Chamberlain
2023-03-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-03-24
kernel/ksysfs.c: use sysfs_emit for sysfs show handlers
Thomas Weißschuh
2023-03-24
Merge tag 'net-6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2023-03-24
trace,smp: Trace all smp_function_call*() invocations
Peter Zijlstra
[prev]
[next]