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-10-21
uprobe: avoid out-of-bounds memory access of fetching args
Qiao Ma
-3
/
+6
2024-10-20
Merge tag 'sched_urgent_for_v6.12_rc4' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-70
/
+128
2024-10-19
module: Reformat struct for code style
Matthew Maurer
-1
/
+6
2024-10-19
module: Additional validation in elf_validity_cache_strtab
Matthew Maurer
-1
/
+37
2024-10-19
module: Factor out elf_validity_cache_strtab
Matthew Maurer
-3
/
+20
2024-10-19
module: Group section index calculations together
Matthew Maurer
-17
/
+51
2024-10-19
module: Factor out elf_validity_cache_index_str
Matthew Maurer
-9
/
+28
2024-10-19
module: Factor out elf_validity_cache_index_sym
Matthew Maurer
-29
/
+44
2024-10-19
module: Factor out elf_validity_cache_index_mod
Matthew Maurer
-62
/
+67
2024-10-19
module: Factor out elf_validity_cache_index_info
Matthew Maurer
-14
/
+68
2024-10-19
module: Factor out elf_validity_cache_secstrings
Matthew Maurer
-37
/
+69
2024-10-19
module: Factor out elf_validity_cache_sechdrs
Matthew Maurer
-43
/
+82
2024-10-19
module: Factor out elf_validity_ehdr
Matthew Maurer
-23
/
+47
2024-10-19
module: Take const arg in validate_section_offset
Matthew Maurer
-1
/
+1
2024-10-19
Merge tag 'ftrace-v6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-8
/
+23
2024-10-19
ring-buffer: Use str_low_high() helper in ring_buffer_producer()
Thorsten Blum
-2
/
+2
2024-10-19
ring-buffer: Reorganize kerneldoc parameter names
Julia Lawall
-1
/
+1
2024-10-19
ring-buffer: Limit time with disabled interrupts in rb_check_pages()
Petr Pavlu
-26
/
+72
2024-10-18
fgraph: Allocate ret_stack_list with proper size
Steven Rostedt
-1
/
+2
2024-10-18
fgraph: Use CPU hotplug mechanism to initialize idle shadow stacks
Steven Rostedt
-7
/
+21
2024-10-18
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
-59
/
+89
2024-10-18
sched_ext: improve WAKE_SYNC behavior for default idle CPU selection
Andrea Righi
-13
/
+33
2024-10-17
locking/pvqspinlock: Convert fields of 'enum vcpu_state' to uppercase
Qiuxu Zhuo
-18
/
+18
2024-10-17
lockdep: Use info level for lockdep initial info messages
Jiri Slaby (SUSE)
-11
/
+11
2024-10-17
lockdep: Add lockdep_cleanup_dead_cpu()
David Woodhouse
-0
/
+25
2024-10-17
futex: Use atomic64_try_cmpxchg_relaxed() in get_inode_sequence_number()
Uros Bizjak
-2
/
+2
2024-10-17
futex: Use atomic64_inc_return() in get_inode_sequence_number()
Uros Bizjak
-1
/
+1
2024-10-17
bpf: Fix print_reg_state's constant scalar dump
Daniel Borkmann
-2
/
+1
2024-10-17
bpf: Fix incorrect delta propagation between linked registers
Daniel Borkmann
-5
/
+6
2024-10-17
bpf: Fix iter/task tid filtering
Jordan Rome
-1
/
+1
2024-10-17
Merge tag 'net-6.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-0
/
+3
2024-10-17
sched_ext: Use btf_ids to resolve task_struct
Tianchen Ding
-9
/
+2
2024-10-17
Merge branch 'linus' into sched/urgent, to resolve conflict
Ingo Molnar
-182
/
+257
2024-10-16
genirq: Unexport nr_irqs
Bart Van Assche
-2
/
+1
2024-10-16
genirq: Switch to irq_get_nr_irqs()
Bart Van Assche
-2
/
+3
2024-10-16
genirq: Introduce irq_get_nr_irqs() and irq_set_nr_irqs()
Bart Van Assche
-0
/
+23
2024-10-16
bpf: Prevent tailcall infinite loop caused by freplace
Leon Hwang
-13
/
+68
2024-10-16
bpf: Add bpf_task_from_vpid() kfunc
Juntong Deng
-0
/
+20
2024-10-16
mm/bpf: Add bpf_get_kmem_cache() kfunc
Namhyung Kim
-0
/
+6
2024-10-16
printk: Improve memory usage logging during boot
Isaac J. Manjarres
-4
/
+22
2024-10-15
Merge tag 'sched_ext-for-6.12-rc3-fixes' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
-85
/
+101
2024-10-16
timers: Add a warning to usleep_range_state() for wrong order of arguments
Anna-Maria Behnsen
-0
/
+3
2024-10-16
timers: Update function descriptions of sleep/delay related functions
Anna-Maria Behnsen
-6
/
+47
2024-10-16
timers: Update schedule_[hr]timeout*() related function descriptions
Anna-Maria Behnsen
-25
/
+41
2024-10-16
timers: Move *sleep*() and timeout functions into a separate file
Anna-Maria Behnsen
-313
/
+318
2024-10-16
time: Remove '%' from numeric constant in kernel-doc comment
Wang Jinchao
-8
/
+8
2024-10-15
Merge tag 'trace-ringbuffer-v6.12-rc3' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-21
/
+29
2024-10-15
bpf: Fix truncation bug in coerce_reg_to_size_sx()
Dimitar Kanaliev
-4
/
+4
2024-10-15
vdso: Remove timekeeper argument of __arch_update_vsyscall()
Thomas Weißschuh
-1
/
+1
2024-10-15
ring-buffer: Fix reader locking when changing the sub buffer order
Petr Pavlu
-18
/
+26
[prev]
[next]