index
:
linux-stable.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
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: add overcommit_kbytes sysctl variable
Jerome Marchand
2014-01-21
1
-3
/
+8
*
fsnotify: remove pointless NULL initializers
Jan Kara
2014-01-21
2
-5
/
+0
*
fsnotify: remove .should_send_event callback
Jan Kara
2014-01-21
2
-20
/
+1
*
fsnotify: do not share events between notification groups
Jan Kara
2014-01-21
2
-10
/
+12
*
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2014-01-20
8
-254
/
+190
|
\
|
*
Merge branch 'fortglx/3.14/time' of git://git.linaro.org/people/john.stultz/l...
Ingo Molnar
2014-01-12
4
-27
/
+29
|
|
\
|
|
*
timekeeping: Remove comment that's mostly out of date
John Stultz
2013-12-23
1
-10
/
+0
|
|
*
timekeeper: fix comment typo for tk_setup_internals()
Yijing Wang
2013-12-23
1
-1
/
+2
|
|
*
timekeeping: Fix missing timekeeping_update in suspend path
John Stultz
2013-12-23
1
-0
/
+2
|
|
*
timekeeping: Fix CLOCK_TAI timer/nanosleep delays
John Stultz
2013-12-23
1
-2
/
+2
|
|
*
tick/timekeeping: Call update_wall_time outside the jiffies lock
John Stultz
2013-12-23
4
-15
/
+7
|
|
*
timekeeping: Avoid possible deadlock from clock_was_set_delayed
John Stultz
2013-12-23
1
-2
/
+16
|
|
*
timekeeping: Fix potential lost pv notification of time change
John Stultz
2013-12-23
1
-9
/
+11
|
|
*
timekeeping: Fix lost updates to tai adjustment
John Stultz
2013-12-23
1
-1
/
+2
|
*
|
Merge branch 'linus' into timers/core
Ingo Molnar
2014-01-12
26
-170
/
+226
|
|
\
\
|
|
|
/
|
|
/
|
|
*
|
posix-timers: Convert abuses of BUG_ON to WARN_ON
Frederic Weisbecker
2013-12-09
1
-5
/
+5
|
*
|
posix-timers: Remove remaining uses of tasklist_lock
Frederic Weisbecker
2013-12-09
1
-32
/
+44
|
*
|
posix-timers: Use sighand lock instead of tasklist_lock on timer deletion
Frederic Weisbecker
2013-12-09
1
-6
/
+11
|
*
|
posix-timers: Use sighand lock instead of tasklist_lock for task clock sample
Frederic Weisbecker
2013-12-09
1
-3
/
+13
|
*
|
posix-timers: Consolidate posix_cpu_clock_get()
Frederic Weisbecker
2013-12-09
1
-34
/
+30
|
*
|
posix-timers: Remove useless clock sample on timers cleanup
Frederic Weisbecker
2013-12-09
1
-23
/
+7
|
*
|
posix-timers: Remove dead task special case
Frederic Weisbecker
2013-12-09
1
-45
/
+25
|
*
|
posix-timers: Cleanup reaped target handling
Frederic Weisbecker
2013-12-09
1
-6
/
+0
|
*
|
posix-timers: Remove dead process posix cpu timers caching
Frederic Weisbecker
2013-12-09
1
-34
/
+1
|
*
|
posix-timers: Remove dead thread posix cpu timers caching
Frederic Weisbecker
2013-12-09
1
-18
/
+16
|
*
|
Merge branch 'timers/core-v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Ingo Molnar
2013-12-04
6
-47
/
+35
|
|
\
\
|
|
*
|
posix-timers: Fix full dynticks CPUs kick on timer rescheduling
Frederic Weisbecker
2013-12-02
1
-11
/
+7
|
|
*
|
posix-timers: Spare workqueue if there is no full dynticks CPU to kick
Frederic Weisbecker
2013-12-02
1
-1
/
+2
|
|
*
|
context_tracking: Wrap static key check into more intuitive function name
Frederic Weisbecker
2013-12-02
1
-4
/
+4
|
|
*
|
nohz: Convert a few places to use local per cpu accesses
Frederic Weisbecker
2013-12-02
4
-31
/
+22
*
|
|
|
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2014-01-20
24
-323
/
+3087
|
\
\
\
\
|
*
|
|
|
sched: Fix __sched_setscheduler() nice test
Peter Zijlstra
2014-01-16
1
-1
/
+2
|
*
|
|
|
sched: Move SCHED_RESET_ON_FORK into attr::sched_flags
Peter Zijlstra
2014-01-16
1
-14
/
+28
|
*
|
|
|
sched: Fix up attr::sched_priority warning
Peter Zijlstra
2014-01-16
1
-2
/
+1
|
*
|
|
|
sched: Fix up scheduler syscall LTP fails
Peter Zijlstra
2014-01-16
1
-3
/
+11
|
*
|
|
|
sched: Preserve the nice level over sched_setscheduler() and sched_setparam()...
Peter Zijlstra
2014-01-16
1
-2
/
+4
|
*
|
|
|
sched/core: Fix htmldocs warnings
Juri Lelli
2014-01-16
1
-2
/
+2
|
*
|
|
|
sched/deadline: No need to check p if dl_se is valid
Juri Lelli
2014-01-16
1
-2
/
+1
|
*
|
|
|
sched/deadline: Remove unused variables
Peter Zijlstra
2014-01-16
1
-11
/
+0
|
*
|
|
|
sched/deadline: Fix sparse static warnings
Fengguang Wu
2014-01-16
1
-3
/
+3
|
*
|
|
|
sched/preempt: Fix up missed PREEMPT_NEED_RESCHED folding
Peter Zijlstra
2014-01-13
2
-9
/
+11
|
*
|
|
|
sched/preempt, locking: Rework local_bh_{dis,en}able()
Peter Zijlstra
2014-01-13
1
-29
/
+6
|
*
|
|
|
sched/clock: Fix up clear_sched_clock_stable()
Peter Zijlstra
2014-01-13
1
-1
/
+12
|
*
|
|
|
sched/clock, x86: Use a static_key for sched_clock_stable
Peter Zijlstra
2014-01-13
4
-10
/
+37
|
*
|
|
|
sched/clock: Remove local_irq_disable() from the clocks
Peter Zijlstra
2014-01-13
1
-28
/
+6
|
*
|
|
|
locking: Optimize lock_bh functions
Peter Zijlstra
2014-01-13
1
-2
/
+2
|
*
|
|
|
sched: Factor out the on_null_domain() checks in trigger_load_balance()
Daniel Lezcano
2014-01-13
1
-3
/
+5
|
*
|
|
|
sched: Pass 'struct rq' to nohz_idle_balance()
Daniel Lezcano
2014-01-13
1
-6
/
+5
|
*
|
|
|
sched: Pass 'struct rq' to rebalance_domains()
Daniel Lezcano
2014-01-13
1
-4
/
+4
|
*
|
|
|
sched: Remove unused parameter from nohz_balancer_kick()
Daniel Lezcano
2014-01-13
1
-4
/
+2
[next]