Linux kernel source tree
Go to file
Dr. David Alan Gilbert 1d58f7f3a1 clocksource/drivers/dw_apb: Remove unused dw_apb_clockevent functions
dw_apb_clockevent_pause(), dw_apb_clockevent_resume() and
dw_apb_clockevent_stop() have been unused since 2021's
commit 1b79fc4f2b ("x86/apb_timer: Remove driver for deprecated
platform")

Remove them.

(Some of the other clockevent functions are still called by
dw_apb_timer_of.c  so I guess it is still in use?)

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Link: https://lore.kernel.org/r/20241025203101.241709-1-linux@treblig.org
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 for-6.12/block-20240925 2024-09-25 14:56:40 -07:00
certs
crypto
Documentation timers/Documentation: Cleanup delay/sleep documentation 2024-10-16 00:36:48 +02:00
drivers clocksource/drivers/dw_apb: Remove unused dw_apb_clockevent functions 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 [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
scripts checkpatch: Remove links to outdated documentation 2024-10-16 00:36:47 +02:00
security One bugfix patch, one preparation patch, and one conversion patch. 2024-09-27 12:03:48 -07:00
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 x86: 2024-09-28 09:20:14 -07:00
.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.