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
2024-04-09
rcutorture: Dump # online CPUs on insufficient cb-flood laundering
Paul E. McKenney
-2
/
+2
2024-04-09
rcu: Add lockdep checks and kernel-doc header to rcu_softirq_qs()
Paul E. McKenney
-0
/
+28
2024-04-09
clockevents: Convert s[n]printf() to sysfs_emit()
Li Zhijian
-1
/
+1
2024-04-09
clocksource: Convert s[n]printf() to sysfs_emit()
Li Zhijian
-1
/
+1
2024-04-09
Merge tag 'v6.9-rc3' into locking/core, to pick up fixes
Ingo Molnar
-792
/
+1321
2024-04-08
workqueue: Add destroy_work_on_stack() in workqueue_softirq_dead()
Zqiang
-0
/
+1
2024-04-08
cgroup/cpuset: Make cpuset hotplug processing synchronous
Waiman Long
-135
/
+56
2024-04-08
PM: EM: Add em_dev_update_chip_binning()
Lukasz Luba
-0
/
+48
2024-04-08
PM: EM: Refactor em_adjust_new_capacity()
Lukasz Luba
-19
/
+39
2024-04-08
PM: s2idle: Make sure CPUs will wakeup directly on resume
Anna-Maria Behnsen
-0
/
+6
2024-04-08
clocksource: Make watchdog and suspend-timing multiplication overflow safe
Adrian Hunter
-22
/
+20
2024-04-08
timekeeping: Let timekeeping_cycles_to_ns() handle both under and overflow
Adrian Hunter
-18
/
+13
2024-04-08
timekeeping: Make delta calculation overflow safe
Adrian Hunter
-11
/
+29
2024-04-08
timekeeping: Prepare timekeeping_cycles_to_ns() for overflow safety
Adrian Hunter
-1
/
+11
2024-04-08
timekeeping: Fold in timekeeping_delta_to_ns()
Adrian Hunter
-12
/
+1
2024-04-08
timekeeping: Consolidate timekeeping helpers
Adrian Hunter
-6
/
+8
2024-04-08
timekeeping: Refactor timekeeping helpers
Adrian Hunter
-14
/
+6
2024-04-08
timekeeping: Reuse timekeeping_cycles_to_ns()
Adrian Hunter
-4
/
+1
2024-04-08
timekeeping: Tidy timekeeping_cycles_to_ns() slightly
Adrian Hunter
-3
/
+2
2024-04-08
timekeeping: Rename fast_tk_get_delta_ns() to __timekeeping_get_ns()
Adrian Hunter
-3
/
+3
2024-04-08
timekeeping: Move timekeeping helper functions
Adrian Hunter
-13
/
+13
2024-04-08
vdso: Add vdso_data:: Max_cycles
Adrian Hunter
-0
/
+6
2024-04-08
hrtimer: Remove unused function
Jiapeng Chong
-19
/
+1
2024-04-08
irqdomain: Check virq for 0 before use in irq_dispose_mapping()
Andy Shevchenko
-2
/
+3
2024-04-07
Merge tag 'timers-urgent-2024-04-07' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-16
/
+58
2024-04-05
bpf: Allow invoking kfuncs from BPF_PROG_TYPE_SYSCALL progs
David Vernet
-0
/
+2
2024-04-05
bpf: allow invoking bpf_for_each_map_elem with different maps
Philo Lu
-5
/
+1
2024-04-05
bpf: store both map ptr and state in bpf_insn_aux_data
Philo Lu
-20
/
+16
2024-04-05
bpf: fix perf_snapshot_branch_stack link failure
Arnd Bergmann
-1
/
+2
2024-04-05
timers/migration: Return early on deactivation
Anna-Maria Behnsen
-0
/
+27
2024-04-05
timers/migration: Fix ignored event due to missing CPU update
Frederic Weisbecker
-1
/
+4
2024-04-04
bpf: prevent r10 register from being marked as precise
Andrii Nakryiko
-2
/
+4
2024-04-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-11
/
+48
2024-04-04
Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
-8
/
+40
2024-04-04
bpf: inline bpf_get_branch_snapshot() helper
Andrii Nakryiko
-0
/
+55
2024-04-04
bpf: make bpf_get_branch_snapshot() architecture-agnostic
Andrii Nakryiko
-4
/
+0
2024-04-04
fsnotify: create a wrapper fsnotify_find_inode_mark()
Amir Goldstein
-2
/
+2
2024-04-04
bpf: Optimize emit_mov_imm64().
Alexei Starovoitov
-3
/
+10
2024-04-03
bpf: inline bpf_map_lookup_elem() helper for PERCPU_HASH map
Andrii Nakryiko
-0
/
+21
2024-04-03
bpf: inline bpf_map_lookup_elem() for PERCPU_ARRAY maps
Andrii Nakryiko
-0
/
+33
2024-04-03
bpf: inline bpf_get_smp_processor_id() helper
Andrii Nakryiko
-0
/
+24
2024-04-03
bpf: add special internal-only MOV instruction to resolve per-CPU addrs
Andrii Nakryiko
-0
/
+19
2024-04-03
bpf: Replace deprecated strncpy with strscpy
Justin Stitt
-4
/
+4
2024-04-02
swiotlb: do not set total_used to 0 in swiotlb_create_debugfs_files()
Dexuan Cui
-4
/
+0
2024-04-02
swiotlb: fix swiotlb_bounce() to do partial sync's correctly
Michael Kelley
-17
/
+13
2024-04-02
swiotlb: extend buffer pre-padding to alloc_align_mask if necessary
Petr Tesarik
-13
/
+46
2024-04-02
bpf: Improve program stats run-time calculation
Jose Fernandez
-1
/
+2
2024-04-02
bpf: Add a verbose message if map limit is reached
Anton Protopopov
-0
/
+2
2024-04-01
bitops: make BYTES_TO_BITS() treewide-available
Alexander Lobakin
-2
/
+0
2024-04-01
timers: Fix text inconsistencies and spelling
Randy Dunlap
-11
/
+11
[prev]
[next]