index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf/bpf: Change the !CONFIG_BPF_SYSCALL stubs to static inlines
Ingo Molnar
2024-04-12
1
-7
/
+7
*
selftest/bpf: Test a perf BPF program that suppresses side effects
Kyle Huey
2024-04-12
2
-0
/
+152
*
perf/bpf: Allow a BPF program to suppress all sample side effects
Kyle Huey
2024-04-12
1
-2
/
+4
*
perf/bpf: Remove unneeded uses_default_overflow_handler()
Kyle Huey
2024-04-12
3
-20
/
+9
*
perf/bpf: Call BPF handler directly, not through overflow machinery
Kyle Huey
2024-04-12
2
-21
/
+12
*
perf/bpf: Remove #ifdef CONFIG_BPF_SYSCALL from struct perf_event members
Kyle Huey
2024-04-12
1
-2
/
+0
*
perf/bpf: Create bpf_overflow_handler() stub for !CONFIG_BPF_SYSCALL
Kyle Huey
2024-04-12
1
-0
/
+6
*
perf/bpf: Reorder bpf_overflow_handler() ahead of __perf_event_overflow()
Kyle Huey
2024-04-12
1
-91
/
+92
*
perf/x86/rapl: Add support for Intel Lunar Lake
Zhang Rui
2024-04-10
1
-0
/
+1
*
perf/x86/rapl: Add support for Intel Arrow Lake
Zhang Rui
2024-04-10
1
-0
/
+2
*
perf/core: Reduce PMU access to adjust sample freq
Namhyung Kim
2024-04-10
1
-1
/
+2
*
perf/core: Optimize perf_adjust_freq_unthr_context()
Namhyung Kim
2024-04-10
2
-26
/
+50
*
perf/x86/amd: Don't reject non-sampling events with configured LBR
Andrii Nakryiko
2024-04-03
1
-4
/
+0
*
perf/x86/amd: Support capturing LBR from software events
Andrii Nakryiko
2024-04-03
1
-0
/
+35
*
perf/x86/amd: Avoid taking branches before disabling LBR
Andrii Nakryiko
2024-04-03
2
-8
/
+14
*
perf/x86/amd: Ensure amd_pmu_core_disable_all() is always inlined
Andrii Nakryiko
2024-04-03
1
-1
/
+1
*
Merge tag 'v6.9-rc2' into perf/core, to pick up dependent commits
Ingo Molnar
2024-04-03
2060
-26762
/
+55248
|
\
|
*
Linux 6.9-rc2
v6.9-rc2
Linus Torvalds
2024-03-31
1
-1
/
+1
|
*
Merge tag 'kbuild-fixes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-03-31
31
-87
/
+66
|
|
\
|
|
*
kconfig: Fix typo HEIGTH to HEIGHT
Isak Ellmer
2024-03-31
8
-14
/
+14
|
|
*
Documentation/llvm: Note s390 LLVM=1 support with LLVM 18.1.0 and newer
Nathan Chancellor
2024-03-31
1
-1
/
+1
|
|
*
kbuild: Disable KCSAN for autogenerated *.mod.c intermediaries
Borislav Petkov (AMD)
2024-03-31
1
-1
/
+1
|
|
*
kbuild: make -Woverride-init warnings more consistent
Arnd Bergmann
2024-03-31
13
-23
/
+18
|
|
*
modpost: do not make find_tosym() return NULL
Masahiro Yamada
2024-03-28
1
-2
/
+5
|
|
*
export.h: remove include/asm-generic/export.h
Masahiro Yamada
2024-03-28
1
-11
/
+0
|
|
*
kconfig: do not reparent the menu inside a choice block
Masahiro Yamada
2024-03-28
4
-13
/
+18
|
|
*
MIPS: move unselectable FIT_IMAGE_FDT_EPM5 out of the "System type" choice
Masahiro Yamada
2024-03-26
1
-9
/
+9
|
|
*
cxl: remove CONFIG_CXL_PMU entry in drivers/cxl/Kconfig
Masahiro Yamada
2024-03-26
1
-13
/
+0
|
*
|
Merge tag 'edac_urgent_for_v6.9_rc2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2024-03-31
2
-18
/
+43
|
|
\
\
|
|
*
|
RAS: Avoid build errors when CONFIG_DEBUG_FS=n
Yazen Ghannam
2024-03-26
1
-0
/
+4
|
|
*
|
RAS/AMD/FMPM: Safely handle saved records of various sizes
Yazen Ghannam
2024-03-25
1
-18
/
+37
|
|
*
|
RAS/AMD/FMPM: Avoid NULL ptr deref in get_saved_records()
Yazen Ghannam
2024-03-25
1
-1
/
+3
|
|
|
/
|
*
|
Merge tag 'irq_urgent_for_v6.9_rc2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-03-31
4
-4
/
+12
|
|
\
\
|
|
*
|
irqchip/armada-370-xp: Suppress unused-function warning
Arnd Bergmann
2024-03-26
1
-1
/
+1
|
|
*
|
genirq: Introduce IRQF_COND_ONESHOT and use it in pinctrl-amd
Rafael J. Wysocki
2024-03-25
3
-3
/
+11
|
|
|
/
|
*
|
Merge tag 'perf_urgent_for_v6.9_rc2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2024-03-31
7
-16
/
+62
|
|
\
\
|
|
*
|
perf/x86/amd/core: Define a proper ref-cycles event for Zen 4 and later
Sandipan Das
2024-03-26
1
-0
/
+15
|
|
*
|
perf/x86/amd/core: Update and fix stalled-cycles-* events for Zen 2 and later
Sandipan Das
2024-03-26
1
-3
/
+17
|
|
*
|
perf/x86/amd/lbr: Use freeze based on availability
Sandipan Das
2024-03-25
4
-8
/
+21
|
|
*
|
x86/cpufeatures: Add new word for scattered features
Sandipan Das
2024-03-25
4
-5
/
+9
|
|
|
/
|
*
|
Merge tag 'timers_urgent_for_v6.9_rc2' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-03-31
1
-8
/
+27
|
|
\
\
|
|
*
|
MAINTAINERS: Add co-maintainers for time[rs]
Thomas Gleixner
2024-03-27
1
-8
/
+27
|
|
|
/
|
*
|
Merge tag 'objtool_urgent_for_v6.9_rc2' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2024-03-31
1
-1
/
+1
|
|
\
\
|
|
*
|
objtool: Fix compile failure when using the x32 compiler
Mikulas Patocka
2024-03-30
1
-1
/
+1
|
*
|
|
Merge tag 'x86_urgent_for_v6.9_rc2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-03-31
16
-64
/
+64
|
|
\
\
\
|
|
*
|
|
x86/build: Use obj-y to descend into arch/x86/virt/
Masahiro Yamada
2024-03-30
3
-4
/
+2
|
|
*
|
|
x86/sev: Skip ROM range scans and validation for SEV-SNP guests
Kevin Loughlin
2024-03-26
8
-31
/
+39
|
|
*
|
|
x86/vdso: Fix rethunk patching for vdso-image-x32.o too
Borislav Petkov (AMD)
2024-03-26
1
-0
/
+1
|
|
*
|
|
x86/nmi: Upgrade NMI backtrace stall checks & messages
Paul E. McKenney
2024-03-26
1
-10
/
+14
|
|
*
|
|
x86/percpu: Disable named address spaces for KCSAN
Uros Bizjak
2024-03-25
1
-0
/
+2
[next]