Linux kernel source tree
Go to file
Judith Mendez 314413317b clocksource/drivers/timer-ti-dm: Don't fail probe if int not found
Some timers may not have an interrupt routed to the A53 GIC, but the
timer PWM functionality can still be used by Linux Kernel. Therefore,
do not fail probe if interrupt is not found and ti,timer-pwm exists.

Signed-off-by: Judith Mendez <jm@ti.com>
Link: https://lore.kernel.org/r/20241011175203.1040568-1-jm@ti.com
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
2024-11-13 13:49:33 +01:00
arch KVM: x86/xen: Initialize hrtimer in kvm_xen_init_vcpu() 2024-11-07 02:47:05 +01:00
block
certs
crypto
Documentation timers/Documentation: Cleanup delay/sleep documentation 2024-10-16 00:36:48 +02:00
drivers clocksource/drivers/timer-ti-dm: Don't fail probe if int not found 2024-11-13 13:49:33 +01:00
fs fs/aio: Switch to use hrtimer_setup_sleeper_on_stack() 2024-11-07 02:47:06 +01:00
include clocksource/drivers/dw_apb: Remove unused dw_apb_clockevent functions 2024-11-13 13:49:33 +01:00
init signal: Provide ignored_posix_timers list 2024-11-07 02:14:45 +01:00
io_uring io_uring: Switch to use hrtimer_setup_on_stack() 2024-11-07 02:47:06 +01:00
ipc
kernel hrtimers: Delete hrtimer_init_on_stack() 2024-11-07 02:47:07 +01:00
lib timekeeping: Remove CONFIG_DEBUG_TIMEKEEPING 2024-11-02 10:14:31 +01:00
LICENSES
mm mm/damon/core: Use generic upper bound recommondation for usleep_range() 2024-10-16 00:36:47 +02:00
net net: pktgen: Switch to use hrtimer_setup_sleeper_on_stack() 2024-11-07 02:47:06 +01:00
rust
samples
scripts checkpatch: Remove links to outdated documentation 2024-10-16 00:36:47 +02:00
security
sound iopoll/regmap/phy/snd: Fix comment referencing outdated timer documentation 2024-10-16 00:36:47 +02:00
tools timekeeping: Remove CONFIG_DEBUG_TIMEKEEPING 2024-11-02 10:14:31 +01:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS timers: Move *sleep*() and timeout functions into a separate file 2024-10-16 00:36:46 +02:00
Makefile Linux 6.12-rc1 2024-09-29 15:06:19 -07:00
README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the reStructuredText markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.