[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20160704093956.299369787@linutronix.de>
Date: Mon, 04 Jul 2016 09:50:14 -0000
From: Thomas Gleixner <tglx@...utronix.de>
To: LKML <linux-kernel@...r.kernel.org>
Cc: Ingo Molnar <mingo@...nel.org>,
Peter Zijlstra <peterz@...radead.org>,
Paul McKenney <paulmck@...ux.vnet.ibm.com>,
Frederic Weisbecker <fweisbec@...il.com>,
Chris Mason <clm@...com>,
Arjan van de Ven <arjan@...radead.org>, rt@...utronix.de,
Rik van Riel <riel@...hat.com>,
George Spelvin <linux@...encehorizons.net>,
Len Brown <lenb@...nel.org>,
Josh Triplett <josh@...htriplett.org>
Subject: [patch 4 00/22] timer: Refactor the timer wheel
This is the third version of the timer wheel rework series. The previous
versions can be found here:
V1: http://lkml.kernel.org/r/20160613070440.950649741@linutronix.de
V2: http://lkml.kernel.org/r/20160617121134.417319325@linutronix.de
V3: http://lkml.kernel.org/r/20160624140325.554996200@linutronix.de
The series is also available in git:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git WIP.timers
Changes vs. V3:
- Folded the delta fixes into the affected patches
Thanks,
tglx
---
arch/x86/kernel/apic/x2apic_uv_x.c | 4
arch/x86/kernel/cpu/mcheck/mce.c | 4
block/genhd.c | 5
drivers/cpufreq/powernv-cpufreq.c | 5
drivers/mmc/host/jz4740_mmc.c | 2
drivers/net/ethernet/tile/tilepro.c | 4
drivers/power/bq27xxx_battery.c | 5
drivers/tty/metag_da.c | 4
drivers/tty/mips_ejtag_fdc.c | 4
drivers/usb/host/ohci-hcd.c | 1
drivers/usb/host/xhci.c | 2
include/linux/list.h | 10
include/linux/timer.h | 34 -
kernel/signal.c | 24
kernel/time/tick-internal.h | 1
kernel/time/tick-sched.c | 45 -
kernel/time/timer.c | 1101 +++++++++++++++++++++---------------
lib/random32.c | 1
net/ipv4/inet_connection_sock.c | 7
net/ipv4/inet_timewait_sock.c | 5
20 files changed, 740 insertions(+), 528 deletions(-)
Powered by blists - more mailing lists