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
2022-04-22
sched/fair: Move calculate of avg_load to a better location
zgpeng
-2
/
+3
2022-04-22
psi: Fix trigger being fired unexpectedly at initial
Hailong Liu
-1
/
+2
2022-04-22
signal: Deliver SIGTRAP on perf event asynchronously if blocked
Marco Elver
-4
/
+18
2022-04-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
-30
/
+35
2022-04-21
kcov: don't generate a warning on vm_insert_page()'s failure
Aleksandr Nogikh
-2
/
+5
2022-04-21
workqueue: Restrict kworker in the offline CPU pool running on housekeeping CPUs
Zqiang
-1
/
+1
2022-04-21
ftrace: fix building with SYSCTL=y but DYNAMIC_FTRACE=n
Luis Chamberlain
-0
/
+6
2022-04-21
latencytop: move sysctl to its own file
liaohua
-22
/
+29
2022-04-21
ftrace: fix building with SYSCTL=n but DYNAMIC_FTRACE=y
Luis Chamberlain
-37
/
+34
2022-04-21
bpf: Move check_ptr_off_reg before check_map_access
Kumar Kartikeya Dwivedi
-38
/
+38
2022-04-21
bpf: Make btf_find_field more generic
Kumar Kartikeya Dwivedi
-31
/
+89
2022-04-20
rcuscale: Allow rcuscale without RCU Tasks Rude/Trace
Paul E. McKenney
-3
/
+11
2022-04-20
rcuscale: Allow rcuscale without RCU Tasks
Paul E. McKenney
-2
/
+11
2022-04-20
refscale: Allow refscale without RCU Tasks Rude/Trace
Paul E. McKenney
-3
/
+11
2022-04-20
refscale: Allow refscale without RCU Tasks
Paul E. McKenney
-2
/
+11
2022-04-20
rcutorture: Allow rcutorture without RCU Tasks Rude
Paul E. McKenney
-9
/
+26
2022-04-20
rcutorture: Allow rcutorture without RCU Tasks
Paul E. McKenney
-7
/
+25
2022-04-20
rcutorture: Allow rcutorture without RCU Tasks Trace
Paul E. McKenney
-53
/
+71
2022-04-20
rcu: Make the TASKS_RCU Kconfig option be selected
Paul E. McKenney
-1
/
+4
2022-04-20
rcu: Use IRQ_WORK_INIT_HARD() to avoid rcu_read_unlock() hangs
Zqiang
-1
/
+7
2022-04-20
rcu_sync: Fix comment to properly reflect rcu_sync_exit() behavior
David Vernet
-1
/
+1
2022-04-20
rcu: Check for successful spawn of ->boost_kthread_task
Zqiang
-1
/
+2
2022-04-20
rcu: Fix preemption mode check on synchronize_rcu[_expedited]()
Frederic Weisbecker
-1
/
+3
2022-04-20
rcu: Print number of online CPUs in RCU CPU stall-warning messages
Paul E. McKenney
-4
/
+4
2022-04-20
rcu: Add comments to final rcu_gp_cleanup() "if" statement
Paul E. McKenney
-5
/
+20
2022-04-20
kernel/smp: Provide boot-time timeout for CSD lock diagnostics
Paul E. McKenney
-2
/
+5
2022-04-19
bpf: Fix usage of trace RCU in local storage.
KP Singh
-14
/
+23
2022-04-19
bpf: Ensure type tags precede modifiers in BTF
Kumar Kartikeya Dwivedi
-0
/
+54
2022-04-19
perf/core: Fix perf_mmap fail when CONFIG_PERF_USE_VMALLOC enabled
Zhipeng Xie
-6
/
+6
2022-04-19
sched/pelt: Fix attach_entity_load_avg() corner case
kuyo chang
-5
/
+5
2022-04-19
bpf: Move rcu lock management out of BPF_PROG_RUN routines
Stanislav Fomichev
-18
/
+111
2022-04-19
Merge branch irq/gpio-immutable into irq/irqchip-next
Marc Zyngier
-0
/
+1
2022-04-19
gpio: Don't fiddle with irqchips marked as immutable
Marc Zyngier
-0
/
+1
2022-04-18
Merge drm/drm-next into drm-misc-next
Paul Cercueil
-715
/
+615
2022-04-18
swiotlb: remove swiotlb_init_with_tbl and swiotlb_init_late_with_tbl
Christoph Hellwig
-57
/
+20
2022-04-18
swiotlb: provide swiotlb_init variants that remap the buffer
Christoph Hellwig
-3
/
+33
2022-04-18
swiotlb: pass a gfp_mask argument to swiotlb_init_late
Christoph Hellwig
-5
/
+2
2022-04-18
swiotlb: add a SWIOTLB_ANY flag to lift the low memory restriction
Christoph Hellwig
-2
/
+9
2022-04-18
swiotlb: make the swiotlb_init interface more useful
Christoph Hellwig
-16
/
+19
2022-04-18
swiotlb: rename swiotlb_late_init_with_default_size
Christoph Hellwig
-4
/
+2
2022-04-18
swiotlb: simplify swiotlb_max_segment
Christoph Hellwig
-17
/
+3
2022-04-18
swiotlb: make swiotlb_exit a no-op if SWIOTLB_FORCE is set
Christoph Hellwig
-0
/
+3
2022-04-18
dma-direct: use is_swiotlb_active in dma_direct_map_page
Christoph Hellwig
-1
/
+1
2022-04-17
Merge tag 'timers-urgent-2022-04-17' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-7
/
+10
2022-04-17
Merge tag 'smp-urgent-2022-04-17' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-19
/
+19
2022-04-17
Merge tag 'irq-urgent-2022-04-17' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-2
/
+3
2022-04-16
Merge tag 'dma-mapping-5.18-2' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
-1
/
+2
2022-04-15
irq_work: use kasan_record_aux_stack_noalloc() record callstack
Zqiang
-1
/
+1
2022-04-15
ftrace: Fix build warning
YueHaibing
-2
/
+2
2022-04-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
-712
/
+612
[prev]
[next]