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
2024-03-05
cpumap: Zero-initialise xdp_rxq_info struct before running XDP program
Toke Høiland-Jørgensen
2024-03-05
bpf: check bpf_func_state->callback_depth when pruning states
Eduard Zingerman
2024-03-05
Merge tag 'cgroup-for-6.8-rc7-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2024-03-05
serial: Lock console when calling into driver before registration
Peter Collingbourne
2024-03-04
crash_core: export vmemmap when CONFIG_SPARSEMEM_VMEMMAP is enabled
Huang Shijie
2024-03-04
modules: wait do_free_init correctly
Changbin Du
2024-03-04
sched/numa, mm: do not try to migrate memory to memoryless nodes
Byungchul Park
2024-03-04
bpf: struct_ops supports more than one page for trampolines.
Kui-Feng Lee
2024-03-04
bpf, net: validate struct_ops when updating value.
Kui-Feng Lee
2024-03-04
net: adopt skb_network_offset() and similar helpers
Eric Dumazet
2024-03-02
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2024-03-01
sched/idle: Conditionally handle tick broadcast in default_idle_call()
Thomas Gleixner
2024-03-01
Merge tag 'probes-fixes-v6.8-rc5' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-03-01
locking/rtmutex: Use try_cmpxchg_relaxed() in mark_rt_mutex_waiters()
Uros Bizjak
2024-03-01
pidfs: convert to path_from_stashed() helper
Christian Brauner
2024-03-01
pidfd: add pidfs
Christian Brauner
2024-03-01
fprobe: Fix to allocate entry_data_size buffer with rethook instances
Masami Hiramatsu (Google)
2024-02-29
bpf: Replace bpf_lpm_trie_key 0-length array with flexible array
Kees Cook
2024-02-29
workqueue: Drain BH work items on hot-unplugged CPUs
Tejun Heo
2024-02-29
cgroup/cpuset: Fix retval in update_cpumask()
Kamalesh Babulal
2024-02-29
cgroup/cpuset: Mark memory_spread_slab as obsolete
Xiongwei Song
2024-02-29
PM: suspend: Set mem_sleep_current during kernel command line setup
Maulik Shah
2024-02-29
tick/sched: Fix build failure for CONFIG_NO_HZ_COMMON=n
Arnd Bergmann
2024-02-28
cgroup/cpuset: Fix a memory leak in update_exclusive_cpumask()
Waiman Long
2024-02-28
pidfd: move struct pidfd_fops
Christian Brauner
2024-02-28
sched/topology: Rename SD_SHARE_PKG_RESOURCES to SD_SHARE_LLC
Alex Shi
2024-02-28
sched/fair: Check the SD_ASYM_PACKING flag in sched_use_asym_prio()
Alex Shi
2024-02-28
sched/fair: Rework sched_use_asym_prio() and sched_asym_prefer()
Alex Shi
2024-02-28
sched/fair: Remove unused parameter from sched_asym()
Alex Shi
2024-02-28
sched/topology: Remove duplicate descriptions from TOPOLOGY_SD_FLAGS
Alex Shi
2024-02-28
sched/fair: Simplify the update_sd_pick_busiest() logic
David Vernet
2024-02-28
sched/fair: Do strict inequality check for busiest misfit task group
David Vernet
2024-02-28
sched/fair: Remove unnecessary goto in update_sd_lb_stats()
David Vernet
2024-02-28
sched/fair: Take the scheduling domain into account in select_idle_core()
Keisuke Nishimura
2024-02-28
sched/fair: Take the scheduling domain into account in select_idle_smt()
Keisuke Nishimura
2024-02-28
sched/fair: Add READ_ONCE() and use existing helper function to access ->avg_irq
Shrikanth Hegde
2024-02-28
sched/fair: Use existing helper functions to access ->avg_rt and ->avg_dl
Shrikanth Hegde
2024-02-28
dma-direct: Leak pages on dma_set_decrypted() failure
Rick Edgecombe
2024-02-28
swiotlb: add debugfs to track swiotlb transient pool usage
ZhangPeng
2024-02-28
locking/percpu-rwsem: Trigger contention tracepoints only if contended
Namhyung Kim
2024-02-28
locking/rwsem: Clarify that RWSEM_READER_OWNED is just a hint
Waiman Long
2024-02-28
locking/qspinlock: Fix 'wait_early' set but not used warning
Waiman Long
2024-02-27
time: test: Fix incorrect format specifier
David Gow
2024-02-27
Merge branch 'x86/urgent' into x86/apic, to resolve conflicts
Ingo Molnar
2024-02-27
smp: Avoid 'setup_max_cpus' namespace collision/shadowing
Ingo Molnar
2024-02-26
Merge branches 'rcu-doc.2024.02.14a', 'rcu-nocb.2024.02.14a', 'rcu-exp.2024.0...
Boqun Feng
2024-02-26
timers: Assert no next dyntick timer look-up while CPU is offline
Frederic Weisbecker
2024-02-26
tick: Assume timekeeping is correctly handed over upon last offline idle call
Frederic Weisbecker
2024-02-26
tick: Shut down low-res tick from dying CPU
Frederic Weisbecker
2024-02-26
tick: Split nohz and highres features from nohz_mode
Frederic Weisbecker
[prev]
[next]