index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-14
cgroup/cpuset: Disable cpuset_cpumask_can_shrink() test if not load balancing
Waiman Long
1
-4
/
+16
2024-11-14
tracing/ring-buffer: Clear all memory mapped CPU ring buffers on first recording
Steven Rostedt
1
-2
/
+26
2024-11-14
Revert: "ring-buffer: Do not have boot mapped buffers hook to CPU hotplug"
Steven Rostedt
1
-6
/
+3
2024-11-14
Merge branches 'for-next/gcs', 'for-next/probes', 'for-next/asm-offsets', 'fo...
Catalin Marinas
1
-0
/
+30
2024-11-14
Merge tag 'loongarch-kvm-6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
3
-5
/
+11
2024-11-14
Merge tag 'kvmarm-6.13' of https://git.kernel.org/pub/scm/linux/kernel/git/kv...
Paolo Bonzini
1
-1
/
+4
2024-11-14
dma-mapping: save base/size instead of pointer to shared DMA pool
Geert Uytterhoeven
1
-6
/
+8
2024-11-14
perf/core: Correct perf sampling with guest VMs
Colton Lewis
1
-4
/
+17
2024-11-14
perf/core: Hoist perf_instruction_pointer() and perf_misc_flags()
Colton Lewis
1
-0
/
+10
2024-11-13
bpf: Introduce range_tree data structure and use it in bpf arena
Alexei Starovoitov
4
-15
/
+304
2024-11-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
20
-109
/
+241
2024-11-13
genirq/proc: Use seq_put_decimal_ull_width() for decimal values
David Wang
1
-3
/
+6
2024-11-12
bpf: Add kernel symbol for struct_ops trampoline
Xu Kuohai
3
-4
/
+87
2024-11-12
bpf: Use function pointers count as struct_ops links count
Xu Kuohai
1
-10
/
+25
2024-11-12
bpf: Remove unused member rcu from bpf_struct_ops_map
Xu Kuohai
1
-1
/
+0
2024-11-12
bpf: Support private stack for struct_ops progs
Yonghong Song
2
-1
/
+10
2024-11-12
bpf: Enable private stack for eligible subprogs
Yonghong Song
1
-0
/
+11
2024-11-12
bpf: Find eligible subprogs for private stack support
Yonghong Song
2
-10
/
+91
2024-11-12
srcu: Check for srcu_read_lock_lite() across all CPUs
Paul E. McKenney
1
-5
/
+7
2024-11-12
rcutorture: Avoid printing cpu=-1 for no-fault RCU boost failure
Paul E. McKenney
1
-2
/
+7
2024-11-12
rcuscale: Add guest_os_delay module parameter
Paul E. McKenney
1
-0
/
+17
2024-11-12
refscale: Correct affinity check
Paul E. McKenney
1
-1
/
+1
2024-11-12
rcu/nocb: Fix missed RCU barrier on deoffloading
Zqiang
1
-1
/
+12
2024-11-12
rcu/kvfree: Fix data-race in __mod_timer / kvfree_call_rcu
Uladzislau Rezki (Sony)
1
-2
/
+12
2024-11-12
rcu/srcutiny: don't return before reenabling preemption
Michal Schmidt
1
-1
/
+1
2024-11-12
rcu-tasks: Remove open-coded one-byte cmpxchg() emulation
Paul E. McKenney
1
-16
/
+1
2024-11-12
rcutorture: Test start-poll primitives with interrupts disabled
Paul E. McKenney
1
-0
/
+10
2024-11-12
rcu: Permit start_poll_synchronize_rcu*() with interrupts disabled
Paul E. McKenney
1
-7
/
+0
2024-11-12
rcu: Allow short-circuiting of synchronize_rcu_tasks_rude()
Paul E. McKenney
1
-1
/
+2
2024-11-12
rcu: Add rcuog kthreads to RCU_NOCB_CPU help text
Paul E. McKenney
1
-10
/
+18
2024-11-12
rcu: Use the BITS_PER_LONG macro
Jinjie Ruan
1
-2
/
+1
2024-11-12
rcu: Use bitwise instead of arithmetic operator for flags
Hongbo Li
1
-11
/
+11
2024-11-12
sched/cpufreq: Ensure sd is rebuilt for EAS check
Christian Loehle
1
-2
/
+1
2024-11-12
cgroup/cpuset: Further optimize code if CONFIG_CPUSETS_V1 not set
Waiman Long
1
-20
/
+19
2024-11-12
cgroup/cpuset: Enforce at most one rebuild_sched_domains_locked() call per op...
Waiman Long
1
-16
/
+33
2024-11-12
cgroup/cpuset: Revert "Allow suppression of sched domain rebuild in update_cp...
Waiman Long
1
-25
/
+14
2024-11-12
tracing: Remove redundant check on field->field in histograms
Colin Ian King
1
-4
/
+1
2024-11-12
refscale: Add srcu_read_lock_lite() support using "srcu-lite"
Paul E. McKenney
1
-3
/
+34
2024-11-12
rcutorture: Add srcu_read_lock_lite() support to rcutorture.reader_flavor
Paul E. McKenney
1
-0
/
+7
2024-11-12
rcutorture: Add reader_flavor parameter for SRCU readers
Paul E. McKenney
1
-8
/
+22
2024-11-12
rcutorture: Expand RCUTORTURE_RDR_MASK_[12] to eight bits
Paul E. McKenney
1
-14
/
+14
2024-11-12
srcu: Allow inlining of __srcu_read_{,un}lock_lite()
Paul E. McKenney
1
-41
/
+0
2024-11-12
srcu: Add srcu_read_lock_lite() and srcu_read_unlock_lite()
Paul E. McKenney
1
-11
/
+71
2024-11-12
srcu: Create CPP macros for normal and NMI-safe SRCU readers
Paul E. McKenney
1
-10
/
+11
2024-11-12
srcu: Standardize srcu_data pointers to "sdp" and similar
Paul E. McKenney
1
-10
/
+10
2024-11-12
srcu: Bit manipulation changes for additional reader flavor
Paul E. McKenney
1
-3
/
+4
2024-11-12
srcu: Renaming in preparation for additional reader flavor
Paul E. McKenney
1
-11
/
+11
2024-11-11
kernel/reboot: replace sprintf() with sysfs_emit()
zhangguopeng
1
-4
/
+4
2024-11-11
hung_task: add detect count for hung tasks
Lance Yang
1
-0
/
+18
2024-11-11
Merge tag 'sched_ext-for-6.12-rc7-fixes' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
3
-21
/
+43
[prev]
[next]