index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2007-08-09
sched: remove the 'u64 now' parameter from dequeue_entity()
Ingo Molnar
1
-5
/
+4
2007-08-09
sched: remove the 'u64 now' parameter from enqueue_entity()
Ingo Molnar
1
-5
/
+4
2007-08-09
sched: remove the 'u64 now' parameter from enqueue_sleeper()
Ingo Molnar
1
-3
/
+2
2007-08-09
sched: remove the 'u64 now' parameter from __enqueue_sleeper()
Ingo Molnar
1
-3
/
+2
2007-08-09
sched: remove the 'u64 now' parameter from update_stats_curr_end()
Ingo Molnar
1
-2
/
+2
2007-08-09
sched: remove the 'u64 now' parameter from update_stats_dequeue()
Ingo Molnar
1
-2
/
+2
2007-08-09
sched: remove the 'u64 now' parameter from update_stats_curr_start()
Ingo Molnar
1
-2
/
+2
2007-08-09
sched: remove the 'u64 now' parameter from update_stats_wait_end()
Ingo Molnar
1
-3
/
+3
2007-08-09
sched: remove the 'u64 now' parameter from __update_stats_wait_end()
Ingo Molnar
1
-2
/
+2
2007-08-09
sched: remove the 'u64 now' parameter from update_stats_enqueue()
Ingo Molnar
1
-4
/
+3
2007-08-09
sched: remove the 'u64 now' parameter from update_stats_wait_start()
Ingo Molnar
1
-3
/
+3
2007-08-09
sched: remove the 'u64 now' parameter from update_curr()
Ingo Molnar
1
-7
/
+7
2007-08-09
sched: remove the 'u64 now' parameter from print_cfs_rq()
Ingo Molnar
3
-6
/
+6
2007-08-09
sched: remove 'now' use from assignments
Ingo Molnar
3
-16
/
+17
2007-08-09
sched: remove __rq_clock()
Ingo Molnar
1
-7
/
+0
2007-08-09
sched: eliminate __rq_clock() use
Ingo Molnar
2
-4
/
+13
2007-08-09
sched: remove rq_clock()
Ingo Molnar
1
-6
/
+0
2007-08-09
sched: eliminate rq_clock() use
Ingo Molnar
2
-17
/
+40
2007-08-09
sched: add [__]update_rq_clock(rq)
Ingo Molnar
1
-8
/
+22
2007-08-09
sched: fix bug in balance_tasks()
Peter Williams
5
-54
/
+27
2007-08-09
sched: document nice levels
Ingo Molnar
1
-0
/
+108
2007-08-09
sched: remove binary sysctls from kernel.sched_domain
Alexey Dobriyan
1
-17
/
+21
2007-08-09
sched: delta_exec accounting fix
Ingo Molnar
1
-3
/
+3
2007-08-09
sched: clean up delta_mine
Ingo Molnar
1
-2
/
+1
2007-08-09
sched: schedule() speedup
Ingo Molnar
1
-10
/
+9
2007-08-09
sched: uninline rq_clock()
Ingo Molnar
1
-1
/
+1
2007-08-09
sched: mark print_cfs_stats static
Josh Triplett
1
-1
/
+1
2007-08-09
sched: clean up sched_getaffinity()
Ulrich Drepper
1
-3
/
+1
2007-08-09
sched: mention CONFIG_SCHED_DEBUG in documentation
Thomas Voegtle
1
-1
/
+1
2007-08-09
sched: simplify move_tasks()
Peter Williams
5
-49
/
+58
2007-08-09
sched: reorder update_cpu_load(rq) with the ->task_tick() call
Ingo Molnar
1
-1
/
+1
2007-08-09
sched: batch sleeper bonus
Ingo Molnar
1
-1
/
+1
2007-08-09
[SPARC64]: Fix memory leak when cpu hotplugging.
David S. Miller
4
-65
/
+28
2007-08-09
[SPARC64]: Do not assume sun4v chips have load-twin/store-init support.
David S. Miller
13
-37
/
+604
2007-08-08
fix oops in __audit_signal_info()
Al Viro
1
-11
/
+11
2007-08-08
[SPARC64]: Fix hard-coding of cpu type output in /proc/cpuinfo on sun4v.
David S. Miller
1
-8
/
+40
2007-08-08
[SPARC]: Centralize find_in_proplist() instead of duplicating N times.
David S. Miller
6
-36
/
+39
2007-08-08
[TCP]: H-TCP maxRTT estimation at startup
Stephen Hemminger
1
-3
/
+1
2007-08-08
[NETFILTER]: nf_nat: add symbolic dependency on IPv4 conntrack
Patrick McHardy
3
-1
/
+9
2007-08-08
[NETFILTER]: ctnetlink: return EEXIST instead of EINVAL for existing nat'ed c...
Pablo Neira Ayuso
1
-8
/
+9
2007-08-08
[NETFILTER]: ipt_recent: avoid a possible NULL pointer deref in recent_seq_op...
Jesper Juhl
1
-1
/
+6
2007-08-08
Merge branch 'fixes-davem' of master.kernel.org:/pub/scm/linux/kernel/git/lin...
David S. Miller
4
-10
/
+20
2007-08-08
[NET] net/core/utils: fix sparse warning
Johannes Berg
1
-0
/
+1
2007-08-08
[NetLabel]: add missing rcu_dereference() calls in the LSM domain mapping has...
Paul Moore
1
-4
/
+6
2007-08-08
drivers/net/ibmveth.c: memset fix
Mariusz Kozlowski
1
-2
/
+1
2007-08-08
phy layer: fix phy_mii_ioctl for autonegotiation
Domen Puncer
1
-2
/
+2
2007-08-08
ehea: Eliminated some compiler warnings
Thomas Klein
1
-15
/
+10
2007-08-08
ehea: Simplify resource usage check
Thomas Klein
1
-12
/
+6
2007-08-08
ehea: Fix workqueue handling
Thomas Klein
2
-1
/
+2
2007-08-08
ibmveth: Fix rx pool deactivate oops
Brian King
2
-13
/
+14
[prev]
[next]