summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/timer-owl.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-08-26genirq: Fix software resend lockup and nested resendJohan Hovold1-1/+6
2023-08-26LoongArch: Fix hw_breakpoint_control() for watchpointsHuacai Chen1-2/+1
2023-08-26LoongArch: Ensure FP/SIMD registers in the core dump file is up to dateHuacai Chen2-4/+22
2023-08-26x86/microcode: Remove remaining references to CONFIG_MICROCODE_AMDLukas Bulwahn3-4/+2
2023-08-26LoadPin: Annotate struct dm_verity_loadpin_trusted_root_digest with __counted_byKees Cook2-3/+2
2023-08-26kallsyms: Change func signature for cleanup_symbol_name()Yonghong Song1-6/+4
2023-08-25lib/clz_ctz.c: Fix __clzdi2() and __ctzdi2() for 32-bit kernelsHelge Deller1-26/+6
2023-08-25kallsyms: Fix kallsyms_selftest failureYonghong Song2-32/+8
2023-08-25LoongArch: Put the body of play_dead() into arch_cpu_idle_dead()Tiezhu Yang3-10/+1
2023-08-25LoongArch: Add identifier names to arguments of die() declarationTiezhu Yang1-1/+1
2023-08-25LoongArch: Return earlier in die() if notify_die() returns NOTIFY_STOPTiezhu Yang1-2/+4
2023-08-25LoongArch: Do not kill the task in die() if notify_die() returns NOTIFY_STOPTiezhu Yang2-7/+7
2023-08-25LoongArch: Remove <asm/export.h>Masahiro Yamada1-1/+0
2023-08-25LoongArch: Replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada8-8/+8
2023-08-25LoongArch: Remove unneeded #include <asm/export.h>Masahiro Yamada3-3/+0
2023-08-25LoongArch: Replace -ffreestanding with finer-grained -fno-builtin'sWANG Xuerui1-1/+1
2023-08-25LoongArch: Remove redundant "source drivers/firmware/Kconfig"Xi Ruoyao1-2/+0
2023-08-25x86/sev: Make enc_dec_hypercall() accept a size instead of npagesSteve Rutherford3-13/+10
2023-08-25drivers/perf: hisi: Update HiSilicon PMU maintainersJijie Shao1-2/+2
2023-08-25scsi: snic: Fix double free in snic_tgt_create()Zhu Wang1-2/+1
2023-08-25scsi: core: raid_class: Remove raid_component_add()Zhu Wang2-52/+0
2023-08-24shmem: fix smaps BUG sleeping while atomicHugh Dickins1-2/+4
2023-08-24selftests: cachestat: catch failing fsync test on tmpfsAndre Przywara1-15/+47
2023-08-24selftests: cachestat: test for cachestat availabilityAndre Przywara1-1/+19
2023-08-24maple_tree: disable mas_wr_append() when other readers are possibleLiam R. Howlett1-0/+7
2023-08-24madvise:madvise_free_pte_range(): don't use mapcount() against large folio fo...Yin Fengwei1-1/+1
2023-08-24madvise:madvise_free_huge_pmd(): don't use mapcount() against large folio for...Yin Fengwei1-1/+1
2023-08-24madvise:madvise_cold_or_pageout_pte_range(): don't use mapcount() against lar...Yin Fengwei1-2/+2
2023-08-24riscv: Fix build errors using binutils2.37 toolchainsMingzheng Xing1-4/+4
2023-08-24sched/eevdf/doc: Modify the documented knob to base_slice_ns as wellShrikanth Hegde1-1/+1
2023-08-24perf/x86/uncore: Remove unnecessary ?: operator around pcibios_err_to_errno()...Ilpo Järvinen1-1/+1
2023-08-24x86/platform/uv: Refactor code using deprecated strncpy() interface to use st...Justin Stitt1-3/+2
2023-08-24x86/hpet: Refactor code using deprecated strncpy() interface to use strscpy()Justin Stitt1-1/+1
2023-08-24x86/platform/uv: Refactor code using deprecated strcpy()/strncpy() interfaces...Justin Stitt1-8/+4
2023-08-24NFSD: Fix a thinko introduced by recent trace point changesChuck Lever1-0/+1
2023-08-24locks: fix KASAN: use-after-free in trace_event_raw_event_filelock_lockWill Shiu1-1/+1
2023-08-24fs/locks: Fix typoJakub Wilk1-1/+1
2023-08-24selftests: add OFD lock testsStas Sergeev2-0/+137
2023-08-24ASoC: amd: yc: Fix a non-functional mic on Lenovo 82SJMario Limonciello1-1/+1
2023-08-24x86/efistub: Fix PCI ROM preservation in mixed modeMikel Rychliski1-1/+1
2023-08-24x86/fpu: Set X86_FEATURE_OSXSAVE feature after enabling OSXSAVE in CR4Feng Tang1-0/+7
2023-08-24x86/fpu: Invalidate FPU state correctly on exec()Rick Edgecombe2-3/+2
2023-08-24selftests: bonding: add macvlan over bond testingHangbin Liu2-1/+101
2023-08-24selftest: bond: add new topo bond_topo_2d1c.shHangbin Liu4-113/+167
2023-08-24bonding: fix macvlan over alb bond supportHangbin Liu2-13/+4
2023-08-24rtnetlink: Reject negative ifindexes in RTM_NEWLINKIdo Schimmel1-0/+3
2023-08-23drm/i915: Fix HPD polling, reenabling the output poll work as neededImre Deak1-2/+2
2023-08-23drm: Add an HPD poll helper to reschedule the poll workImre Deak2-22/+47
2023-08-23gpio: sim: pass the GPIO device's software node to irq domainBartosz Golaszewski1-1/+1
2023-08-23gpio: sim: dispose of irq mappings before destroying the irq_sim domainBartosz Golaszewski1-0/+13