index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
clocksource
/
timer-owl.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-08-26
genirq: Fix software resend lockup and nested resend
Johan Hovold
1
-1
/
+6
2023-08-26
LoongArch: Fix hw_breakpoint_control() for watchpoints
Huacai Chen
1
-2
/
+1
2023-08-26
LoongArch: Ensure FP/SIMD registers in the core dump file is up to date
Huacai Chen
2
-4
/
+22
2023-08-26
x86/microcode: Remove remaining references to CONFIG_MICROCODE_AMD
Lukas Bulwahn
3
-4
/
+2
2023-08-26
LoadPin: Annotate struct dm_verity_loadpin_trusted_root_digest with __counted_by
Kees Cook
2
-3
/
+2
2023-08-26
kallsyms: Change func signature for cleanup_symbol_name()
Yonghong Song
1
-6
/
+4
2023-08-25
lib/clz_ctz.c: Fix __clzdi2() and __ctzdi2() for 32-bit kernels
Helge Deller
1
-26
/
+6
2023-08-25
kallsyms: Fix kallsyms_selftest failure
Yonghong Song
2
-32
/
+8
2023-08-25
LoongArch: Put the body of play_dead() into arch_cpu_idle_dead()
Tiezhu Yang
3
-10
/
+1
2023-08-25
LoongArch: Add identifier names to arguments of die() declaration
Tiezhu Yang
1
-1
/
+1
2023-08-25
LoongArch: Return earlier in die() if notify_die() returns NOTIFY_STOP
Tiezhu Yang
1
-2
/
+4
2023-08-25
LoongArch: Do not kill the task in die() if notify_die() returns NOTIFY_STOP
Tiezhu Yang
2
-7
/
+7
2023-08-25
LoongArch: Remove <asm/export.h>
Masahiro Yamada
1
-1
/
+0
2023-08-25
LoongArch: Replace #include <asm/export.h> with #include <linux/export.h>
Masahiro Yamada
8
-8
/
+8
2023-08-25
LoongArch: Remove unneeded #include <asm/export.h>
Masahiro Yamada
3
-3
/
+0
2023-08-25
LoongArch: Replace -ffreestanding with finer-grained -fno-builtin's
WANG Xuerui
1
-1
/
+1
2023-08-25
LoongArch: Remove redundant "source drivers/firmware/Kconfig"
Xi Ruoyao
1
-2
/
+0
2023-08-25
x86/sev: Make enc_dec_hypercall() accept a size instead of npages
Steve Rutherford
3
-13
/
+10
2023-08-25
drivers/perf: hisi: Update HiSilicon PMU maintainers
Jijie Shao
1
-2
/
+2
2023-08-25
scsi: snic: Fix double free in snic_tgt_create()
Zhu Wang
1
-2
/
+1
2023-08-25
scsi: core: raid_class: Remove raid_component_add()
Zhu Wang
2
-52
/
+0
2023-08-24
shmem: fix smaps BUG sleeping while atomic
Hugh Dickins
1
-2
/
+4
2023-08-24
selftests: cachestat: catch failing fsync test on tmpfs
Andre Przywara
1
-15
/
+47
2023-08-24
selftests: cachestat: test for cachestat availability
Andre Przywara
1
-1
/
+19
2023-08-24
maple_tree: disable mas_wr_append() when other readers are possible
Liam R. Howlett
1
-0
/
+7
2023-08-24
madvise:madvise_free_pte_range(): don't use mapcount() against large folio fo...
Yin Fengwei
1
-1
/
+1
2023-08-24
madvise:madvise_free_huge_pmd(): don't use mapcount() against large folio for...
Yin Fengwei
1
-1
/
+1
2023-08-24
madvise:madvise_cold_or_pageout_pte_range(): don't use mapcount() against lar...
Yin Fengwei
1
-2
/
+2
2023-08-24
riscv: Fix build errors using binutils2.37 toolchains
Mingzheng Xing
1
-4
/
+4
2023-08-24
sched/eevdf/doc: Modify the documented knob to base_slice_ns as well
Shrikanth Hegde
1
-1
/
+1
2023-08-24
perf/x86/uncore: Remove unnecessary ?: operator around pcibios_err_to_errno()...
Ilpo Järvinen
1
-1
/
+1
2023-08-24
x86/platform/uv: Refactor code using deprecated strncpy() interface to use st...
Justin Stitt
1
-3
/
+2
2023-08-24
x86/hpet: Refactor code using deprecated strncpy() interface to use strscpy()
Justin Stitt
1
-1
/
+1
2023-08-24
x86/platform/uv: Refactor code using deprecated strcpy()/strncpy() interfaces...
Justin Stitt
1
-8
/
+4
2023-08-24
NFSD: Fix a thinko introduced by recent trace point changes
Chuck Lever
1
-0
/
+1
2023-08-24
locks: fix KASAN: use-after-free in trace_event_raw_event_filelock_lock
Will Shiu
1
-1
/
+1
2023-08-24
fs/locks: Fix typo
Jakub Wilk
1
-1
/
+1
2023-08-24
selftests: add OFD lock tests
Stas Sergeev
2
-0
/
+137
2023-08-24
ASoC: amd: yc: Fix a non-functional mic on Lenovo 82SJ
Mario Limonciello
1
-1
/
+1
2023-08-24
x86/efistub: Fix PCI ROM preservation in mixed mode
Mikel Rychliski
1
-1
/
+1
2023-08-24
x86/fpu: Set X86_FEATURE_OSXSAVE feature after enabling OSXSAVE in CR4
Feng Tang
1
-0
/
+7
2023-08-24
x86/fpu: Invalidate FPU state correctly on exec()
Rick Edgecombe
2
-3
/
+2
2023-08-24
selftests: bonding: add macvlan over bond testing
Hangbin Liu
2
-1
/
+101
2023-08-24
selftest: bond: add new topo bond_topo_2d1c.sh
Hangbin Liu
4
-113
/
+167
2023-08-24
bonding: fix macvlan over alb bond support
Hangbin Liu
2
-13
/
+4
2023-08-24
rtnetlink: Reject negative ifindexes in RTM_NEWLINK
Ido Schimmel
1
-0
/
+3
2023-08-23
drm/i915: Fix HPD polling, reenabling the output poll work as needed
Imre Deak
1
-2
/
+2
2023-08-23
drm: Add an HPD poll helper to reschedule the poll work
Imre Deak
2
-22
/
+47
2023-08-23
gpio: sim: pass the GPIO device's software node to irq domain
Bartosz Golaszewski
1
-1
/
+1
2023-08-23
gpio: sim: dispose of irq mappings before destroying the irq_sim domain
Bartosz Golaszewski
1
-0
/
+13
[next]