index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'bkl/procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...
Linus Torvalds
2010-05-20
8
-16
/
+55
|
\
|
*
sunrpc: Include missing smp_lock.h
Frederic Weisbecker
2010-05-17
1
-0
/
+1
|
*
procfs: Kill the bkl in ioctl
Frederic Weisbecker
2010-05-17
1
-2
/
+2
|
*
procfs: Push down the bkl from ioctl
Frederic Weisbecker
2010-05-17
3
-13
/
+40
|
*
procfs: Use generic_file_llseek in /proc/vmcore
Frederic Weisbecker
2010-04-09
1
-0
/
+1
|
*
procfs: Use generic_file_llseek in /proc/kmsg
Frederic Weisbecker
2010-04-09
1
-0
/
+1
|
*
procfs: Use generic_file_llseek in /proc/kcore
Frederic Weisbecker
2010-04-09
1
-0
/
+1
|
*
procfs: Kill BKL in llseek on proc base
Arnd Bergmann
2010-04-09
1
-1
/
+9
*
|
Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2010-05-20
14
-343
/
+376
|
\
\
|
*
|
clocksource: Add clocksource_register_hz/khz interface
John Stultz
2010-05-10
2
-1
/
+66
|
*
|
posix-cpu-timers: Optimize run_posix_cpu_timers()
Stanislaw Gruszka
2010-05-10
1
-51
/
+29
|
*
|
Merge branch 'linus' into timers/core
Thomas Gleixner
2010-05-10
5707
-20877
/
+100812
|
|
\
\
|
*
|
|
time: Remove xtime_cache
John Stultz
2010-04-13
2
-20
/
+16
|
*
|
|
mqueue: Convert message queue timeout to use hrtimers
Carsten Emde
2010-04-06
1
-49
/
+25
|
*
|
|
hrtimers: Provide schedule_hrtimeout for CLOCK_REALTIME
Carsten Emde
2010-04-06
2
-26
/
+43
|
*
|
|
timers: Introduce the concept of timer slack for legacy timers
Arjan van de Ven
2010-04-06
2
-1
/
+65
|
*
|
|
ntp: Remove tickadj
John Stultz
2010-03-23
1
-4
/
+0
|
*
|
|
ntp: Make time_adjust static
John Stultz
2010-03-23
2
-2
/
+1
|
*
|
|
Merge branch 'linus' into timers/core
Ingo Molnar
2010-03-15
1501
-47055
/
+59626
|
|
\
\
\
|
*
|
|
|
time: Add xtime, wall_to_monotonic to feature-removal-schedule
John Stultz
2010-03-13
1
-0
/
+10
|
*
|
|
|
timer: Try to survive timer callback preempt_count leak
Thomas Gleixner
2010-03-12
1
-3
/
+9
|
*
|
|
|
timer: Split out timer function call
Thomas Gleixner
2010-03-12
1
-36
/
+36
|
*
|
|
|
timer: Print function name for timer callbacks modifying preemption count
Uwe Kleine-König
2010-03-12
1
-5
/
+2
|
*
|
|
|
time: Clean up warp_clock()
John Stultz
2010-03-12
1
-6
/
+5
|
*
|
|
|
cpu-timers: Avoid iterating over all threads in fastpath_timer_check()
Stanislaw Gruszka
2010-03-12
1
-7
/
+7
|
*
|
|
|
cpu-timers: Change SIGEV_NONE timer implementation
Stanislaw Gruszka
2010-03-12
1
-22
/
+6
|
*
|
|
|
cpu-timers: Return correct previous timer reload value
Stanislaw Gruszka
2010-03-12
1
-2
/
+3
|
*
|
|
|
cpu-timers: Cleanup arm_timer()
Stanislaw Gruszka
2010-03-12
1
-69
/
+35
|
*
|
|
|
cpu-timers: Simplify RLIMIT_CPU handling
Stanislaw Gruszka
2010-03-12
1
-48
/
+27
*
|
|
|
|
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2010-05-20
1
-3
/
+5
|
\
\
\
\
\
|
*
|
|
|
|
cs5535-clockevt: Free timer in IRQ setup error path
Jens Rottmann
2010-03-12
1
-3
/
+5
|
|
/
/
/
/
*
|
|
|
|
Merge branch 'timers-for-linus-hpet' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2010-05-20
3
-12
/
+26
|
\
\
\
\
\
|
*
|
|
|
|
x86, hpet: Add reference to chipset erratum documentation for disable-hpet-ms...
Andreas Herrmann
2010-05-17
1
-0
/
+3
|
*
|
|
|
|
x86, hpet: Restrict read back to affected ATI chipsets
Thomas Gleixner
2010-04-29
3
-12
/
+23
*
|
|
|
|
|
Merge branch 'timers-for-linus-cleanups' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2010-05-20
21
-310
/
+137
|
\
\
\
\
\
\
|
*
|
|
|
|
|
avr32: Fix typo in read_persistent_clock()
Peter Huewe
2010-04-27
1
-1
/
+1
|
*
|
|
|
|
|
sparc: Convert sparc to use read/update_persistent_clock
John Stultz
2010-03-13
2
-14
/
+6
|
*
|
|
|
|
|
cris: Convert cris to use read/update_persistent_clock
John Stultz
2010-03-13
4
-82
/
+18
|
*
|
|
|
|
|
m68k: Convert m68k to use read/update_persistent_clock
John Stultz
2010-03-13
1
-4
/
+7
|
*
|
|
|
|
|
m32r: Convert m32r to use read/update_peristent_clock
John Stultz
2010-03-13
1
-40
/
+7
|
*
|
|
|
|
|
blackfin: Convert blackfin to use read/update_persistent_clock
John Stultz
2010-03-13
2
-39
/
+13
|
*
|
|
|
|
|
ia64: Convert ia64 to use read/update_persistent_clock
John Stultz
2010-03-13
1
-7
/
+5
|
*
|
|
|
|
|
avr32: Convert avr32 to use read/update_persistent_clock
John Stultz
2010-03-13
1
-6
/
+6
|
*
|
|
|
|
|
h8300: Convert h8300 to use read/update_persistent_clock
John Stultz
2010-03-13
1
-3
/
+7
|
*
|
|
|
|
|
frv: Convert frv to use read/update_persistent_clock
John Stultz
2010-03-13
1
-27
/
+7
|
*
|
|
|
|
|
mn10300: Convert mn10300 to use read/update_persistent_clock
John Stultz
2010-03-13
3
-26
/
+8
|
*
|
|
|
|
|
alpha: Convert alpha to use read/update_persistent_clock
John Stultz
2010-03-13
2
-54
/
+50
|
*
|
|
|
|
|
xtensa: Fix unnecessary setting of xtime
John Stultz
2010-03-13
1
-5
/
+0
|
*
|
|
|
|
|
time: Clean up direct xtime usage in xen
John Stultz
2010-03-13
1
-3
/
+3
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2010-05-20
7
-34
/
+165
|
\
\
\
\
\
\
[next]