index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
parallel-perf.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-10
LoongArch: ftrace: Use RCU in all users of __module_text_address().
Sebastian Andrzej Siewior
1
-5
/
+4
2025-03-10
LoongArch/orc: Use RCU in all users of __module_address().
Sebastian Andrzej Siewior
1
-3
/
+1
2025-03-10
arm64: module: Use RCU in all users of __module_text_address().
Sebastian Andrzej Siewior
1
-4
/
+3
2025-03-10
ARM: module: Use RCU in all users of __module_text_address().
Sebastian Andrzej Siewior
1
-3
/
+1
2025-03-10
module: Use RCU in all users of __module_text_address().
Sebastian Andrzej Siewior
1
-11
/
+5
2025-03-10
module: Use RCU in all users of __module_address().
Sebastian Andrzej Siewior
3
-13
/
+4
2025-03-10
module: Use RCU in search_module_extables().
Sebastian Andrzej Siewior
1
-14
/
+9
2025-03-10
module: Allow __module_address() to be called from RCU section.
Sebastian Andrzej Siewior
2
-14
/
+1
2025-03-10
module: Use RCU in __is_module_percpu_address().
Sebastian Andrzej Siewior
1
-5
/
+1
2025-03-10
module: Use RCU in find_symbol().
Sebastian Andrzej Siewior
2
-25
/
+19
2025-03-10
module: Remove module_assert_mutex_or_preempt() from try_add_tainted_module().
Sebastian Andrzej Siewior
1
-2
/
+0
2025-03-10
module: Use RCU in module_kallsyms_on_each_symbol().
Sebastian Andrzej Siewior
1
-4
/
+2
2025-03-10
module: Use RCU in __find_kallsyms_symbol_value().
Sebastian Andrzej Siewior
1
-13
/
+4
2025-03-10
module: Use RCU in find_module_all().
Sebastian Andrzej Siewior
5
-14
/
+8
2025-03-10
module: Use RCU in module_get_kallsym().
Sebastian Andrzej Siewior
1
-4
/
+2
2025-03-10
module: Use RCU in find_kallsyms_symbol().
Sebastian Andrzej Siewior
1
-4
/
+3
2025-03-10
module: Use proper RCU assignment in add_kallsyms().
Sebastian Andrzej Siewior
1
-17
/
+14
2025-03-10
module: Begin to move from RCU-sched to RCU.
Sebastian Andrzej Siewior
2
-9
/
+8
2025-03-10
tests/module: nix-ify
Joel Granados
1
-1
/
+1
2025-03-09
Linux 6.14-rc6
v6.14-rc6
Linus Torvalds
1
-1
/
+1
2025-03-08
x86/microcode/AMD: Add some forgotten models to the SHA check
Borislav Petkov (AMD)
1
-0
/
+6
2025-03-08
LoongArch: KVM: Fix GPA size issue about VM
Bibo Mao
2
-1
/
+11
2025-03-08
LoongArch: KVM: Reload guest CSR registers after sleep
Bibo Mao
1
-0
/
+7
2025-03-08
LoongArch: KVM: Add interrupt checking for AVEC
Bibo Mao
1
-1
/
+1
2025-03-08
LoongArch: Set hugetlb mmap base address aligned with pmd size
Bibo Mao
1
-1
/
+5
2025-03-08
LoongArch: Set max_pfn with the PFN of the last page
Bibo Mao
1
-0
/
+3
2025-03-08
LoongArch: Use polling play_dead() when resuming from hibernation
Huacai Chen
1
-1
/
+46
2025-03-08
LoongArch: Eliminate superfluous get_numa_distances_cnt()
Yuli Wang
1
-12
/
+0
2025-03-08
LoongArch: Convert unreachable() to BUG()
Tiezhu Yang
1
-2
/
+2
2025-03-08
x86/mm: Define PTRS_PER_PMD for assembly code too
Ingo Molnar
1
-4
/
+4
2025-03-07
virt: sev-guest: Move SNP Guest Request data pages handling under snp_cmd_mutex
Alexey Kardashevskiy
3
-24
/
+39
2025-03-07
virt: sev-guest: Allocate request data dynamically
Nikunj A Dadhania
1
-9
/
+15
2025-03-07
x86/amd_nb: Use rdmsr_safe() in amd_get_mmconfig_range()
Andrew Cooper
1
-6
/
+3
2025-03-06
fs/pipe: add simpler helpers for common cases
Linus Torvalds
7
-23
/
+49
2025-03-06
block: Name the RQF flags enum
Breno Leitao
1
-1
/
+1
2025-03-06
bcachefs: copygc now skips non-rw devices
Kent Overstreet
1
-13
/
+12
2025-03-06
bcachefs: Fix bch2_dev_journal_alloc() spuriously failing
Kent Overstreet
1
-27
/
+32
2025-03-06
x86/boot: Sanitize boot params before parsing command line
Ard Biesheuvel
1
-0
/
+2
2025-03-06
fs/pipe: fix pipe buffer index use in FUSE
Linus Torvalds
1
-7
/
+6
2025-03-06
fs/pipe: do not open-code pipe head/tail logic in FIONREAD
Linus Torvalds
1
-4
/
+3
2025-03-06
fs/pipe: express 'pipe_empty()' in terms of 'pipe_occupancy()'
Linus Torvalds
1
-6
/
+6
2025-03-06
usb: typec: ucsi: Fix NULL pointer access
Andrei Kuchynski
1
-6
/
+7
2025-03-06
usb: quirks: Add DELAY_INIT and NO_LPM for Prolific Mass Storage Card Reader
Miao Li
1
-0
/
+4
2025-03-06
gpio: rcar: Fix missing of_node_put() call
Fabrizio Castro
1
-1
/
+6
2025-03-06
btrfs: fix a leaked chunk map issue in read_one_chunk()
Haoxiang Li
1
-0
/
+1
2025-03-06
kbuild: install-extmod-build: Fix build when specifying KBUILD_OUTPUT
Inochi Amaoto
1
-1
/
+1
2025-03-06
net: ipv6: fix missing dst ref drop in ila lwtunnel
Justin Iurman
1
-0
/
+1
2025-03-06
net: ipv6: fix dst ref loop in ila lwtunnel
Justin Iurman
1
-1
/
+2
2025-03-06
mctp i3c: handle NULL header address
Matt Johnston
1
-0
/
+3
2025-03-06
sched/rt: Update limit of sched_rt sysctl in documentation
Shrikanth Hegde
1
-0
/
+3
[next]