index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PATCH] tick-management: dyntick / highres functionality
Thomas Gleixner
2007-02-16
15
-17
/
+1049
*
[PATCH] tick-management: broadcast functionality
Thomas Gleixner
2007-02-16
4
-11
/
+382
*
[PATCH] tick-management: core functionality
Thomas Gleixner
2007-02-16
4
-1
/
+312
*
[PATCH] clockevents: add core functionality
Thomas Gleixner
2007-02-16
6
-14
/
+497
*
[PATCH] i386, apic: clean up the APIC code
Thomas Gleixner
2007-02-16
5
-767
/
+816
*
[PATCH] Allow early access to the power management timer
Thomas Gleixner
2007-02-16
3
-12
/
+48
*
[PATCH] ACPI keep track of timer broadcasting
Thomas Gleixner
2007-02-16
2
-19
/
+48
*
[PATCH] ACPI: fix missing include for UP
Thomas Gleixner
2007-02-16
1
-0
/
+10
*
[PATCH] hrtimers: move and add documentation
Thomas Gleixner
2007-02-16
2
-0
/
+249
*
[PATCH] hrtimers: clean up callback tracking
Thomas Gleixner
2007-02-16
2
-10
/
+1
*
[PATCH] hrtimers; add state tracking
Thomas Gleixner
2007-02-16
2
-9
/
+67
*
[PATCH] hrtimers: cleanup locking
Thomas Gleixner
2007-02-16
2
-101
/
+126
*
[PATCH] hrtimers: namespace and enum cleanup
Thomas Gleixner
2007-02-16
9
-34
/
+40
*
[PATCH] Extend next_timer_interrupt() to use a reference jiffie
Thomas Gleixner
2007-02-16
3
-4
/
+22
*
[PATCH] Fix cascade lookup of next_timer_interrupt
Thomas Gleixner
2007-02-16
1
-70
/
+81
*
[PATCH] uninline irq_enter()
Ingo Molnar
2007-02-16
2
-6
/
+11
*
[PATCH] Mark TSC on GeodeLX reliable
Marcelo Tosatti
2007-02-16
2
-0
/
+23
*
[PATCH] clocksource: Add verification (watchdog) helper
Thomas Gleixner
2007-02-16
5
-78
/
+161
*
[PATCH] clocksource: Remove the update callback
Thomas Gleixner
2007-02-16
3
-37
/
+17
*
[PATCH] clocksource: fixup is_continous changes on MIPS
Thomas Gleixner
2007-02-16
1
-1
/
+1
*
[PATCH] clocksource: fixup is_continous changes on S390
Thomas Gleixner
2007-02-16
1
-1
/
+1
*
[PATCH] clocksource: fixup is_continous changes on AVR32
Thomas Gleixner
2007-02-16
1
-1
/
+1
*
[PATCH] clocksource: fixup is_continous changes on ARM
Thomas Gleixner
2007-02-16
4
-4
/
+4
*
[PATCH] clocksource: replace is_continuous by a flag field
Thomas Gleixner
2007-02-16
9
-11
/
+20
*
[PATCH] x86: rewrite SMP TSC sync code
Ingo Molnar
2007-02-16
12
-463
/
+295
*
[PATCH] Simplify the registration of clocksources
Thomas Gleixner
2007-02-16
3
-67
/
+62
*
[PATCH] i386 Remove useless code in tsc.c
Thomas Gleixner
2007-02-16
1
-38
/
+2
*
[PATCH] i386: use GTOD persistent clock support
John Stultz
2007-02-16
2
-97
/
+1
*
[PATCH] GTOD: persistent clock support
John Stultz
2007-02-16
4
-1
/
+50
*
[PATCH] Fix timeout overflow with jiffies
Ingo Molnar
2007-02-16
1
-2
/
+2
*
[PATCH] Fix multiple conversion bugs in msecs_to_jiffies
Ingo Molnar
2007-02-16
1
-1
/
+42
*
[PATCH] Uninline jiffies.h functions
Ingo Molnar
2007-02-16
2
-201
/
+230
*
[PATCH] HZ free ntp
john stultz
2007-02-16
4
-16
/
+36
*
[PATCH] Add a function to handle interrupt affinity setting
Thomas Gleixner
2007-02-16
3
-21
/
+51
*
[PATCH] Add irq flag to disable balancing for an interrupt
Thomas Gleixner
2007-02-16
5
-20
/
+35
*
[PATCH] vmi-versus-hrtimers
Andrew Morton
2007-02-16
1
-1
/
+1
*
[PATCH] correct CONFIG_GIGASET_M101 Makefile entry
Adrian Bunk
2007-02-16
1
-1
/
+1
*
[PATCH] uml: fix 2.6.20 hang
Jeff Dike
2007-02-16
1
-18
/
+20
*
[PATCH] __page_symlink retry loop error code fix
Dmitriy Monakhov
2007-02-16
1
-1
/
+2
*
[PATCH] pci_iomap_regions() error handling fix
Frederik Deweerdt
2007-02-16
1
-4
/
+4
*
[PATCH] GPIO core documentation
David Brownell
2007-02-16
1
-7
/
+10
*
sata_vsc: use default cache line size if non-zero
Nate Dailey
2007-02-15
1
-2
/
+6
*
sata_nv: handle SError status indication
Robert Hancock
2007-02-15
1
-1
/
+5
*
add delay around sl82c105_reset_engine calls
Olaf Hering
2007-02-15
1
-0
/
+3
*
ATA convert GSI to irq on ia64
Zhang, Yanmin
2007-02-15
2
-0
/
+13
*
libata: clear TF before IDENTIFYing
Tejun Heo
2007-02-15
1
-1
/
+10
*
libata: Add a host flag to indicate lack of IORDY capability
Alan Cox
2007-02-15
3
-3
/
+13
*
libata: fix drive side 80c cable check, take 3
Tejun Heo
2007-02-15
1
-1
/
+1
*
sata_promise: new EH conversion for 20619 chips, take 2
Mikael Pettersson
2007-02-15
1
-51
/
+4
*
sata_promise: fix missing PATA cable detection
Mikael Pettersson
2007-02-15
1
-1
/
+8
[next]