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
nocache-cleanup
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-04-15
rcu-tasks: Fix show_rcu_tasks_trace_gp_kthread buffer overflow
Nikita Kiryushin
1
-1
/
+1
2024-04-15
rcu-tasks: Fix the comments for tasks_rcu_exit_srcu_stall_timer
Zqiang
1
-1
/
+1
2024-04-15
rcu-tasks: Replace exit_tasks_rcu_start() initialization with WARN_ON_ONCE()
Paul E. McKenney
1
-2
/
+1
2024-04-15
rcu: Inform KCSAN of one-byte cmpxchg() in rcu_trc_cmpxchg_need_qs()
Paul E. McKenney
1
-1
/
+9
2024-04-15
rcu: Make hotplug operations track GP state, not flags
Paul E. McKenney
3
-10
/
+10
2024-04-15
rcu: Mark loads from rcu_state.n_online_cpus
Paul E. McKenney
2
-3
/
+7
2024-04-15
rcu: Mark writes to rcu_sync ->gp_count field
Paul E. McKenney
1
-2
/
+6
2024-04-15
rcu: Bring diagnostic read of rcu_state.gp_flags into alignment
Paul E. McKenney
1
-1
/
+1
2024-04-15
rcu: Remove redundant READ_ONCE() of rcu_state.gp_flags in tree.c
Paul E. McKenney
1
-7
/
+4
2024-04-15
rcu: Make Tiny RCU explicitly disable preemption
Paul E. McKenney
1
-0
/
+2
2024-04-15
rcu: Remove redundant BH disabling in TINY_RCU
Paul E. McKenney
1
-2
/
+0
2024-04-15
rcu: Create NEED_TASKS_RCU to factor out enablement logic
Paul E. McKenney
1
-1
/
+5
2024-04-15
srcu: Make Tiny SRCU explicitly disable preemption
Paul E. McKenney
1
-5
/
+26
2024-04-15
rcu: Make TINY_RCU depend on !PREEMPT_RCU rather than !PREEMPTION
Paul E. McKenney
1
-1
/
+1
2024-04-14
perf/bpf: Mark perf_event_set_bpf_handler() and perf_event_free_bpf_handler()...
Ingo Molnar
1
-4
/
+4
2024-04-14
perf/ring_buffer: Trigger IO signals for watermark_wakeup
Kyle Huey
1
-0
/
+4
2024-04-14
perf: Move perf_event_fasync() to perf_event.h
Kyle Huey
1
-8
/
+0
2024-04-14
Merge branch 'linus' into perf/core, to pick up perf/urgent fixes
Ingo Molnar
15
-90
/
+215
2024-04-14
Merge tag 'x86-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+2
2024-04-14
Merge tag 'timers-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-22
/
+31
2024-04-14
Merge tag 'dma-maping-6.9-2024-04-14' of git://git.infradead.org/users/hch/dm...
Linus Torvalds
1
-33
/
+58
2024-04-12
bpf: Fix a verifier verbose message
Anton Protopopov
1
-2
/
+1
2024-04-12
Merge tag 'trace-v6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
3
-4
/
+8
2024-04-12
watchdog/softlockup: Report the most frequent interrupts
Bitao Hu
1
-4
/
+112
2024-04-12
watchdog/softlockup: Low-overhead detection of interrupt storm
Bitao Hu
1
-1
/
+98
2024-04-12
genirq: Avoid summation loops for /proc/interrupts
Bitao Hu
3
-9
/
+15
2024-04-12
genirq: Provide a snapshot mechanism for interrupt statistics
Bitao Hu
2
-0
/
+29
2024-04-12
genirq: Convert kstat_irqs to a struct
Bitao Hu
3
-9
/
+7
2024-04-12
perf/bpf: Change the !CONFIG_BPF_SYSCALL stubs to static inlines
Ingo Molnar
1
-7
/
+7
2024-04-12
perf/bpf: Allow a BPF program to suppress all sample side effects
Kyle Huey
1
-2
/
+4
2024-04-12
perf/bpf: Call BPF handler directly, not through overflow machinery
Kyle Huey
1
-16
/
+11
2024-04-12
perf/bpf: Create bpf_overflow_handler() stub for !CONFIG_BPF_SYSCALL
Kyle Huey
1
-0
/
+6
2024-04-12
perf/bpf: Reorder bpf_overflow_handler() ahead of __perf_event_overflow()
Kyle Huey
1
-91
/
+92
2024-04-12
locking/pvqspinlock: Use try_cmpxchg() in qspinlock_paravirt.h
Uros Bizjak
1
-8
/
+8
2024-04-12
locking/pvqspinlock: Use try_cmpxchg_acquire() in trylock_clear_pending()
Uros Bizjak
1
-18
/
+13
2024-04-12
ftrace: Choose RCU Tasks based on TASKS_RCU rather than PREEMPTION
Paul E. McKenney
1
-2
/
+1
2024-04-12
bpf: Choose RCU Tasks based on TASKS_RCU rather than PREEMPTION
Paul E. McKenney
1
-1
/
+1
2024-04-12
mm: replace set_pte_at_notify() with just set_pte_at()
Paolo Bonzini
1
-3
/
+3
2024-04-12
padata: Disable BH when taking works lock on MT path
Herbert Xu
1
-4
/
+4
2024-04-11
ring-buffer: Only update pages_touched when a new page is touched
Steven Rostedt (Google)
1
-3
/
+3
2024-04-11
tracing: hide unused ftrace_event_id_fops
Arnd Bergmann
1
-0
/
+4
2024-04-11
tracing: Fix FTRACE_RECORD_RECURSION_SIZE Kconfig entry
Prasad Pandit
1
-1
/
+1
2024-04-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-22
/
+70
2024-04-11
Merge tag 'pm-6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
1
-0
/
+6
2024-04-11
locking/mutex: Introduce devm_mutex_init()
George Stark
1
-0
/
+12
2024-04-11
tracing: Select new NEED_TASKS_RCU Kconfig option
Paul E. McKenney
1
-2
/
+2
2024-04-11
rcu: Add data structures for synchronize_rcu()
Uladzislau Rezki (Sony)
1
-0
/
+14
2024-04-11
treewide: Use sysfs_bin_attr_simple_read() helper
Lukas Wunner
1
-12
/
+1
2024-04-11
locking/qspinlock: Use atomic_try_cmpxchg_relaxed() in xchg_tail()
Uros Bizjak
1
-8
/
+5
2024-04-11
printk: Add function to replay kernel log on consoles
Sreenath Vijayan
1
-24
/
+53
[prev]
[next]