index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-20
rcutorture: Allow rcutorture without RCU Tasks Trace
Paul E. McKenney
3
-53
/
+71
2022-04-20
rcu: Make the TASKS_RCU Kconfig option be selected
Paul E. McKenney
3
-1
/
+4
2022-04-20
rcu: Use IRQ_WORK_INIT_HARD() to avoid rcu_read_unlock() hangs
Zqiang
1
-1
/
+7
2022-04-20
rcu_sync: Fix comment to properly reflect rcu_sync_exit() behavior
David Vernet
1
-1
/
+1
2022-04-20
rcu: Check for successful spawn of ->boost_kthread_task
Zqiang
1
-1
/
+2
2022-04-20
rcu: Fix preemption mode check on synchronize_rcu[_expedited]()
Frederic Weisbecker
1
-1
/
+3
2022-04-20
rcu: Print number of online CPUs in RCU CPU stall-warning messages
Paul E. McKenney
1
-4
/
+4
2022-04-20
rcu: Add comments to final rcu_gp_cleanup() "if" statement
Paul E. McKenney
1
-5
/
+20
2022-04-20
kernel/smp: Provide boot-time timeout for CSD lock diagnostics
Paul E. McKenney
1
-2
/
+5
2022-04-19
bpf: Fix usage of trace RCU in local storage.
KP Singh
3
-14
/
+23
2022-04-19
bpf: Ensure type tags precede modifiers in BTF
Kumar Kartikeya Dwivedi
1
-0
/
+54
2022-04-19
perf/core: Fix perf_mmap fail when CONFIG_PERF_USE_VMALLOC enabled
Zhipeng Xie
3
-6
/
+6
2022-04-19
sched/pelt: Fix attach_entity_load_avg() corner case
kuyo chang
1
-5
/
+5
2022-04-19
bpf: Move rcu lock management out of BPF_PROG_RUN routines
Stanislav Fomichev
2
-18
/
+111
2022-04-19
Merge branch irq/gpio-immutable into irq/irqchip-next
Marc Zyngier
1
-0
/
+1
2022-04-19
gpio: Don't fiddle with irqchips marked as immutable
Marc Zyngier
1
-0
/
+1
2022-04-18
Merge drm/drm-next into drm-misc-next
Paul Cercueil
10
-715
/
+615
2022-04-18
swiotlb: remove swiotlb_init_with_tbl and swiotlb_init_late_with_tbl
Christoph Hellwig
1
-57
/
+20
2022-04-18
swiotlb: provide swiotlb_init variants that remap the buffer
Christoph Hellwig
1
-3
/
+33
2022-04-18
swiotlb: pass a gfp_mask argument to swiotlb_init_late
Christoph Hellwig
1
-5
/
+2
2022-04-18
swiotlb: add a SWIOTLB_ANY flag to lift the low memory restriction
Christoph Hellwig
1
-2
/
+9
2022-04-18
swiotlb: make the swiotlb_init interface more useful
Christoph Hellwig
1
-16
/
+19
2022-04-18
swiotlb: rename swiotlb_late_init_with_default_size
Christoph Hellwig
1
-4
/
+2
2022-04-18
swiotlb: simplify swiotlb_max_segment
Christoph Hellwig
1
-17
/
+3
2022-04-18
swiotlb: make swiotlb_exit a no-op if SWIOTLB_FORCE is set
Christoph Hellwig
1
-0
/
+3
2022-04-18
dma-direct: use is_swiotlb_active in dma_direct_map_page
Christoph Hellwig
1
-1
/
+1
2022-04-17
Merge tag 'timers-urgent-2022-04-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-7
/
+10
2022-04-17
Merge tag 'smp-urgent-2022-04-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-19
/
+19
2022-04-17
Merge tag 'irq-urgent-2022-04-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+3
2022-04-16
Merge tag 'dma-mapping-5.18-2' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-1
/
+2
2022-04-15
irq_work: use kasan_record_aux_stack_noalloc() record callstack
Zqiang
1
-1
/
+1
2022-04-15
ftrace: Fix build warning
YueHaibing
1
-2
/
+2
2022-04-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
8
-712
/
+612
2022-04-14
Merge tag 'tai-for-tracing' into timers/core
Thomas Gleixner
11
-715
/
+632
2022-04-14
timekeeping: Introduce fast accessor to clock tai
Kurt Kanzenbach
1
-0
/
+17
2022-04-14
genirq: Take the proposed affinity at face value if force==true
Marc Zyngier
1
-2
/
+8
2022-04-14
ELF: Remove elf_core_copy_kernel_regs()
Brian Gerst
1
-1
/
+1
2022-04-14
dma-direct: avoid redundant memory sync for swiotlb
Chao Gao
1
-1
/
+2
2022-04-14
bpf: Remove unnecessary type castings
Yu Zhe
2
-3
/
+3
2022-04-13
Merge branch 'pr/bpf-sysctl' into bpf-next
Daniel Borkmann
2
-79
/
+87
2022-04-13
Merge remote-tracking branch 'bpf-next/pr/bpf-sysctl' into sysctl-next
Luis Chamberlain
2
-79
/
+87
2022-04-13
bpf: Move BPF sysctls from kernel/sysctl.c to BPF core
Yan Zhu
2
-79
/
+87
2022-04-13
cpu/hotplug: Initialise all cpuhp_cpu_state structs earlier
Steven Price
1
-9
/
+13
2022-04-13
Merge branch 'smp/urgent' into smp/core
Thomas Gleixner
2
-19
/
+19
2022-04-13
cpu/hotplug: Remove the 'cpu' member of cpuhp_cpu_state
Steven Price
1
-18
/
+18
2022-04-13
smp: Fix offline cpu check in flush_smp_call_function_queue()
Nadav Amit
1
-1
/
+1
2022-04-13
PM: hibernate: Don't mark comment as kernel-doc
Haowen Bai
1
-1
/
+1
2022-04-13
PM: hibernate: Fix some kernel-doc comments
Yang Li
1
-3
/
+7
2022-04-13
PM: sleep: enable dynamic debug support within pm_pr_dbg()
David Cohen
1
-29
/
+0
2022-04-13
PM: sleep: Narrow down -DDEBUG on kernel/power/ files
David Cohen
2
-4
/
+5
[prev]
[next]