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
*
iommu: observability of the IOMMU allocations
Pasha Tatashin
2024-04-15
3
-0
/
+36
*
iommu/tegra-smmu: use page allocation function provided by iommu-pages.h
Pasha Tatashin
2024-04-15
1
-8
/
+10
*
iommu/sun50i: use page allocation function provided by iommu-pages.h
Pasha Tatashin
2024-04-15
1
-3
/
+4
*
iommu/rockchip: use page allocation function provided by iommu-pages.h
Pasha Tatashin
2024-04-15
1
-6
/
+8
*
iommu/exynos: use page allocation function provided by iommu-pages.h
Pasha Tatashin
2024-04-15
1
-6
/
+8
*
iommu/io-pgtable-dart: use page allocation function provided by iommu-pages.h
Pasha Tatashin
2024-04-15
1
-23
/
+14
*
iommu/io-pgtable-arm: use page allocation function provided by iommu-pages.h
Pasha Tatashin
2024-04-15
1
-9
/
+6
*
iommu/amd: use page allocation function provided by iommu-pages.h
Pasha Tatashin
2024-04-15
5
-79
/
+62
*
iommu/dma: use iommu_put_pages_list() to releae freelist
Pasha Tatashin
2024-04-15
1
-3
/
+4
*
iommu/vt-d: add wrapper functions for page allocations
Pasha Tatashin
2024-04-15
7
-63
/
+201
*
Linux 6.9-rc4
v6.9-rc4
Linus Torvalds
2024-04-14
1
-1
/
+1
*
Merge tag 'pull-sysfs-annotation-fix' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2024-04-14
1
-1
/
+8
|
\
|
*
kernfs: annotate different lockdep class for of->mutex of writable files
Amir Goldstein
2024-04-14
1
-1
/
+8
*
|
Merge tag 'x86-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-04-14
11
-140
/
+131
|
\
\
|
*
|
x86/cpu/amd: Move TOPOEXT enablement into the topology parser
Thomas Gleixner
2024-04-12
2
-15
/
+21
|
*
|
x86/cpu/amd: Make the NODEID_MSR union actually work
Thomas Gleixner
2024-04-12
1
-3
/
+3
|
*
|
x86/cpu/amd: Make the CPUID 0x80000008 parser correct
Thomas Gleixner
2024-04-12
1
-6
/
+18
|
*
|
x86/bugs: Replace CONFIG_SPECTRE_BHI_{ON,OFF} with CONFIG_MITIGATION_SPECTRE_BHI
Josh Poimboeuf
2024-04-12
2
-15
/
+4
|
*
|
x86/bugs: Remove CONFIG_BHI_MITIGATION_AUTO and spectre_bhi=auto
Josh Poimboeuf
2024-04-12
4
-21
/
+1
|
*
|
x86/bugs: Clarify that syscall hardening isn't a BHI mitigation
Josh Poimboeuf
2024-04-11
3
-11
/
+9
|
*
|
x86/bugs: Fix BHI handling of RRSBA
Josh Poimboeuf
2024-04-11
1
-12
/
+18
|
*
|
x86/bugs: Rename various 'ia32_cap' variables to 'x86_arch_cap_msr'
Ingo Molnar
2024-04-11
3
-42
/
+42
|
*
|
x86/bugs: Cache the value of MSR_IA32_ARCH_CAPABILITIES
Josh Poimboeuf
2024-04-11
1
-15
/
+7
|
*
|
x86/bugs: Fix BHI documentation
Josh Poimboeuf
2024-04-11
2
-12
/
+15
|
*
|
x86/cpu: Actually turn off mitigations by default for SPECULATION_MITIGATIONS=n
Sean Christopherson
2024-04-10
1
-1
/
+2
|
*
|
x86/topology: Don't update cpu_possible_map in topo_set_cpuids()
Thomas Gleixner
2024-04-10
1
-2
/
+5
|
*
|
x86/bugs: Fix return type of spectre_bhi_state()
Daniel Sneddon
2024-04-10
1
-1
/
+1
|
*
|
Merge branch 'linus' into x86/urgent, to pick up dependent commits
Ingo Molnar
2024-04-10
33
-87
/
+463
|
|
\
\
|
*
|
|
x86/apic: Force native_apic_mem_read() to use the MOV instruction
Adam Dunlap
2024-04-08
1
-1
/
+2
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'timers-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2024-04-14
7
-124
/
+147
|
\
\
\
|
*
|
|
selftests: kselftest: Fix build failure with NOLIBC
Oleg Nesterov
2024-04-12
1
-0
/
+5
|
*
|
|
selftests: timers: Fix abs() warning in posix_timers test
John Stultz
2024-04-12
1
-1
/
+1
|
*
|
|
selftests: kselftest: Mark functions that unconditionally call exit() as __no...
Nathan Chancellor
2024-04-12
1
-6
/
+9
|
*
|
|
selftests: timers: Fix posix_timers ksft_print_msg() warning
John Stultz
2024-04-12
1
-1
/
+1
|
*
|
|
selftests: timers: Fix valid-adjtimex signed left-shift undefined behavior
John Stultz
2024-04-10
1
-37
/
+36
|
*
|
|
bug: Fix no-return-statement warning with !CONFIG_BUG
Adrian Hunter
2024-04-10
1
-1
/
+4
|
*
|
|
timekeeping: Use READ/WRITE_ONCE() for tick_do_timer_cpu
Thomas Gleixner
2024-04-10
2
-22
/
+31
|
*
|
|
selftests/timers/posix_timers: Reimplement check_timer_distribution()
Oleg Nesterov
2024-04-09
2
-56
/
+60
|
*
|
|
irqflags: Explicitly ignore lockdep_hrtimer_exit() argument
Arnd Bergmann
2024-04-08
1
-1
/
+1
|
|
/
/
*
|
|
Merge tag 'perf-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2024-04-14
1
-0
/
+1
|
\
\
\
|
*
|
|
perf/x86: Fix out of range data
Namhyung Kim
2024-04-10
1
-0
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'locking-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2024-04-14
2
-5
/
+5
|
\
\
\
|
*
|
|
locking: Make rwsem_assert_held_write_nolockdep() build with PREEMPT_RT=y
Sebastian Andrzej Siewior
2024-04-08
2
-5
/
+5
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'irq-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-04-14
1
-1
/
+7
|
\
\
\
|
*
|
|
irqchip/gic-v3-its: Fix VSYNC referencing an unmapped VPE on GIC v4.1
Nianyao Tang
2024-04-09
1
-1
/
+7
|
|
/
/
*
|
|
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2024-04-14
5
-15
/
+40
|
\
\
\
|
*
|
|
vhost: correct misleading printing information
Xianting Tian
2024-04-08
1
-1
/
+1
|
*
|
|
vhost-vdpa: change ioctl # for VDPA_GET_VRING_SIZE
Michael S. Tsirkin
2024-04-08
1
-7
/
+8
|
*
|
|
virtio: store owner from modules with register_virtio_driver()
Krzysztof Kozlowski
2024-04-08
3
-5
/
+9
|
*
|
|
vhost: Add smp_rmb() in vhost_enable_notify()
Gavin Shan
2024-04-08
1
-1
/
+11
[next]