Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
63e5c39859a41591662466028c4d1281c033c05a
/
kernel
63e5c39
Merge branches 'sched/urgent' and 'sched/rt' into sched/devel
by Ingo Molnar
· 16 years ago
6956985
sched: rework wakeup preemption
by Peter Zijlstra
· 16 years ago
006c75f
sched: clarify ifdef tangle
by Andrew Morton
· 16 years ago
fa74820
sched: fix init_hrtick() section mismatch warning
by Rakib Mullick
· 16 years ago
caea8a0
sched: fix list traversal to use _rcu variant
by Chris Friesen
· 16 years ago
f681bbd
sched: turn off WAKEUP_OVERLAP
by Ingo Molnar
· 16 years ago
15afe09
sched: wakeup preempt when small overlap
by Peter Zijlstra
· 16 years ago
b4df9d8
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
902f2ac
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
2344abb
clockevents: make device shutdown robust
by Thomas Gleixner
· 16 years ago
4e74339
cpuset: avoid changing cpuset's cpus when -errno returned
by Li Zefan
· 16 years ago
09b22a2
Merge commit 'v2.6.27-rc6' into sched/devel
by Ingo Molnar
· 16 years ago
ec5d498
sched: fix deadlock in setting scheduler parameter to zero
by Hiroshi Shimamoto
· 16 years ago
baf2573
sched: fix 2.6.27-rc5 couldn't boot on tulsa machine randomly
by Zhang, Yanmin
· 16 years ago
61c22c3
clockevents: remove WARN_ON which was used to gather information
by Thomas Gleixner
· 16 years ago
e1d7bf1
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
f532522
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
291c54f
Merge branch 'sched/cpuset' into sched/urgent
by Ingo Molnar
· 16 years ago
dfb512e
sched: arch_reinit_sched_domains() must destroy domains to force rebuild
by Max Krasnyansky
· 16 years ago
3ba3557
kernel/cpu.c: Move the CPU_DYING notifiers
by Manfred Spraul
· 16 years ago
38736f4
sched: fix __load_balance_iterator() for cfq with only one task
by Gautham R Shenoy
· 16 years ago
7f79d85
Merge branch 'linus' into sched/devel
by Ingo Molnar
· 16 years ago
4ff4b9e
ntp: fix calculation of the next jiffie to trigger RTC sync
by Maciej W. Rozycki
· 16 years ago
c8bfff6
sched: compilation fix with gcc 3.4.6
by Krzysztof Helt
· 16 years ago
7300711
clockevents: broadcast fixup possible waiters
by Thomas Gleixner
· 16 years ago
4904862
sched: fix process time monotonicity
by Balbir Singh
· 16 years ago
56c7426
sched_clock: fix NOHZ interaction
by Peter Zijlstra
· 16 years ago
1fb9b7d
clockevents: prevent endless loop lockup
by Thomas Gleixner
· 16 years ago
9c17bcd
clockevents: prevent multiple init/shutdown
by Thomas Gleixner
· 16 years ago
7205656
clockevents: enforce reprogram in oneshot setup
by Thomas Gleixner
· 16 years ago
d4496b3
clockevents: prevent endless loop in periodic broadcast handler
by Thomas Gleixner
· 16 years ago
7c1e768
clockevents: prevent clockevent event_handler ending up handler_noop
by Venkatesh Pallipadi
· 16 years ago
b380b0d
forgotten refcount on sysctl root table
by Al Viro
· 16 years ago
9d35935
pm_qos_requirement might sleep
by John Kacur
· 16 years ago
950bbab
pid_ns: (BUG 11391) change ->child_reaper when init->group_leader exits
by Oleg Nesterov
· 16 years ago
add0d4d
pid_ns: zap_pid_ns_processes: fix the ->child_reaper changing
by Oleg Nesterov
· 16 years ago
99039e1
Merge branch 'audit.b57' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current
by Linus Torvalds
· 16 years ago
cbaed69
softlockup: minor cleanup, don't check task->state twice
by Oleg Nesterov
· 16 years ago
6781f4a
kernel/resource.c: fix new kernel-doc warning
by Randy Dunlap
· 16 years ago
c4bacef
[PATCH] audit: Moved variable declaration to beginning of function
by Cordelia
· 16 years ago
bef69ea
Resource handling: add 'insert_resource_expand_to_fit()' function
by Linus Torvalds
· 16 years ago
316d967
Don't trigger softlockup detector on network fs blocked tasks
by Andi Kleen
· 16 years ago
66833d5
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
0234bf1
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
e52c885
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
41108eb
ftrace: disable tracing for hibernation
by Rafael J. Wysocki
· 16 years ago
cc2991c
sched: rt-bandwidth accounting fix
by Peter Zijlstra
· 16 years ago
7940ca3
sched: extract walk_tg_tree(), fix
by Ingo Molnar
· 16 years ago
aef745f
sched: clean up __might_sleep()
by Ingo Molnar
· 16 years ago
29cbef4
make might_sleep() display the oopsing process
by Joe Korty
· 16 years ago
aec0a51
sched: call resched_task() conditionally from new task wake up path
by Bharata B Rao
· 16 years ago
f3ade83
sched: fix sched_rt_rq_enqueue() resched idle
by John Blackwood
· 16 years ago
f42ac38
ftrace: disable tracing for suspend to ram
by Steven Rostedt
· 16 years ago
2633f0e
exit signals: use of uninitialized field notify_count
by Steve VanDeBogart
· 16 years ago
7487017
lockdep: fix invalid list_del_rcu in zap_class
by Zhu Yi
· 16 years ago
04148b7
lockstat: repair erronous contention statistics
by Joe Korty
· 16 years ago
2189459
lockstat: fix numerical output rounding error
by Joe Korty
· 16 years ago
65eb3dc
sched: add kernel doc for the completion, fix kernel-doc-nano-HOWTO.txt
by Kevin Diggs
· 16 years ago
3cf430b
Merge branch 'linus' into sched/devel
by Ingo Molnar
· 16 years ago
f73be6d
smp: have smp_call_function_single() detect invalid CPUs
by H. Peter Anvin
· 16 years ago
cc556c5
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
ffb4ba7
[module] Don't let gcc inline load_module()
by Linus Torvalds
· 16 years ago
354879b
sched_clock: fix cpu_clock()
by Peter Zijlstra
· 16 years ago
7a8fc9b
removed unused #include <linux/version.h>'s
by Adrian Bunk
· 16 years ago
43cc071
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
05f57f5
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
93dcf55
wait_task_inactive: "improve" the returned value for ->nvcsw == 0
by Oleg Nesterov
· 16 years ago
f31e11d
wait_task_inactive(): don't consider task->nivcsw
by Oleg Nesterov
· 16 years ago
94d3d82
sched: do_wait_for_common: use signal_pending_state()
by Oleg Nesterov
· 16 years ago
3c4fbe5
nohz: fix wrong event handler after online an offlined cpu
by Miao Xie
· 16 years ago
01dcb04
rcu: fix synchronize_rcu() so that kernel-doc works
by Randy Dunlap
· 16 years ago
efc2dea
sched: enable LB_BIAS by default
by Peter Zijlstra
· 16 years ago
2d70b68
fix setpriority(PRIO_PGRP) thread iterator breakage
by Ken Chen
· 16 years ago
1b04624
tracehook: fix SA_NOCLDWAIT
by Roland McGrath
· 16 years ago
9a7e0b1
sched: rt-bandwidth fixes
by Peter Zijlstra
· 16 years ago
eb75580
sched: extract walk_tg_tree()
by Peter Zijlstra
· 16 years ago
0b148fa
sched: rt-bandwidth group disable fixes
by Peter Zijlstra
· 16 years ago
6f0d5c3
sched: rt-bandwidth accounting fix
by Peter Zijlstra
· 16 years ago
af4491e
sched: rt-bandwidth for user grouping interface
by Peter Zijlstra
· 16 years ago
6951b12
lockdep: fix spurious 'inconsistent lock state' warning
by Dmitry Baryshkov
· 16 years ago
406703f
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
c100548
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
71ef2a4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6
by Linus Torvalds
· 16 years ago
df60a84
lockdep: fix build if CONFIG_PROVE_LOCKING not defined
by Stephen Hemminger
· 16 years ago
55cd534
sched: scale sysctl_sched_shares_ratelimit with nr_cpus
by Peter Zijlstra
· 16 years ago
be4de35
completions: uninline try_wait_for_completion and completion_done
by Dave Chinner
· 16 years ago
8c5a1cf
kexec: use a mutex for locking rather than xchg()
by Andrew Morton
· 16 years ago
3122c33
kexec jump: fix for ftrace
by Huang Ying
· 16 years ago
73bd9c7
kexec jump: in sync with hibernation implementation
by Huang Ying
· 16 years ago
ca195b7
kexec jump: remove duplication of kexec_restart_prepare()
by Huang Ying
· 16 years ago
163f687
kexec jump: rename KEXEC_CONTROL_CODE_SIZE to KEXEC_CONTROL_PAGE_SIZE
by Huang Ying
· 16 years ago
7ade3fc
kexec jump: clean up #ifdef and comments
by Huang Ying
· 16 years ago
4cd69b9
kexec: fix compilation warning on xchg(&kexec_lock, 0) in kernel_kexec()
by Huang Ying
· 16 years ago
f1679d0
sched: fix rt-bandwidth hotplug race
by Peter Zijlstra
· 16 years ago
5cd9c58
security: Fix setting of PF_SUPERPRIV by __capable()
by David Howells
· 16 years ago
cf41714
sched, cpuset: rework sched domains and CPU hotplug handling (v4)
by Max Krasnyansky
· 16 years ago
09f2724
sched: fix the race between walk_tg_tree and sched_create_group
by Zhang, Yanmin
· in the future
2df8b1d
lockdep: use WARN() in kernel/lockdep.c
by Arjan van de Ven
· 16 years ago
c72f457
lockdep: spin_lock_nest_lock(), checkpatch fixes
by Andrew Morton
· 16 years ago
73909f7
Merge commit 'v2.6.27-rc3' into core/urgent
by Ingo Molnar
· 16 years ago
Next »