index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2008-09-23
clockevents: check broadcast device not tick device
Thomas Gleixner
1
-2
/
+2
2008-09-23
clockevents: prevent stale tick_next_period for onlining CPUs
Thomas Gleixner
1
-0
/
+3
2008-09-23
clockevents: prevent cpu online to interfere with nohz
Thomas Gleixner
3
-7
/
+12
2008-09-23
rcu: fix sparse shadowed variable warning
Harvey Harrison
1
-3
/
+3
2008-09-23
sched: clarify ifdef tangle
Andrew Morton
1
-3
/
+3
2008-09-23
sched: fix init_hrtick() section mismatch warning
Rakib Mullick
1
-1
/
+1
2008-09-22
sched: fix list traversal to use _rcu variant
Chris Friesen
1
-1
/
+1
2008-09-22
sched: turn off WAKEUP_OVERLAP
Ingo Molnar
1
-1
/
+1
2008-09-22
sched: wakeup preempt when small overlap
Peter Zijlstra
5
-13
/
+21
2008-09-20
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-0
/
+7
2008-09-20
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
4
-8
/
+19
2008-09-17
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp...
David S. Miller
24
-350
/
+557
2008-09-17
clockevents: make device shutdown robust
Thomas Gleixner
4
-8
/
+19
2008-09-14
Merge branch 'linus' into x86/iommu
Ingo Molnar
1
-22
/
+15
2008-09-14
cpuset: avoid changing cpuset's cpus when -errno returned
Li Zefan
1
-22
/
+15
2008-09-12
sysctl: Use header file for sysctl knob declarations on sparc.
David S. Miller
1
-3
/
+1
2008-09-12
sysctl: Use CONFIG_SPARC instead of __sparc__ for ifdef tests.
David S. Miller
1
-2
/
+2
2008-09-11
Merge commit 'v2.6.27-rc6' into sched/devel
Ingo Molnar
8
-165
/
+296
2008-09-11
sched: fix deadlock in setting scheduler parameter to zero
Hiroshi Shimamoto
1
-0
/
+6
2008-09-11
sched: fix 2.6.27-rc5 couldn't boot on tulsa machine randomly
Zhang, Yanmin
1
-0
/
+1
2008-09-10
Merge commit 'v2.6.27-rc6' into x86/unify-cpu-detect
Ingo Molnar
10
-168
/
+361
2008-09-10
Merge commit 'v2.6.27-rc6' into x86/iommu
Ingo Molnar
33
-341
/
+556
2008-09-10
Merge commit 'v2.6.27-rc6' into core/rcu
Ingo Molnar
46
-707
/
+1133
2008-09-10
clockevents: remove WARN_ON which was used to gather information
Thomas Gleixner
1
-10
/
+8
2008-09-09
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-136
/
+195
2008-09-08
kernel/cpu.c: create a CPU_STARTING cpu_chain notifier
Manfred Spraul
1
-0
/
+19
2008-09-07
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
6
-29
/
+103
2008-09-06
Merge branch 'sched/cpuset' into sched/urgent
Ingo Molnar
2
-136
/
+195
2008-09-06
sched: arch_reinit_sched_domains() must destroy domains to force rebuild
Max Krasnyansky
1
-6
/
+13
2008-09-06
kernel/cpu.c: Move the CPU_DYING notifiers
Manfred Spraul
1
-2
/
+3
2008-09-06
sched: fix __load_balance_iterator() for cfq with only one task
Gautham R Shenoy
1
-1
/
+1
2008-09-06
Merge branch 'linus' into sched/devel
Ingo Molnar
17
-163
/
+246
2008-09-06
ntp: fix calculation of the next jiffie to trigger RTC sync
Maciej W. Rozycki
1
-1
/
+1
2008-09-06
sched: compilation fix with gcc 3.4.6
Krzysztof Helt
1
-6
/
+4
2008-09-06
clockevents: broadcast fixup possible waiters
Thomas Gleixner
1
-1
/
+36
2008-09-05
sched: fix process time monotonicity
Balbir Singh
2
-3
/
+62
2008-09-05
sched_clock: fix NOHZ interaction
Peter Zijlstra
1
-0
/
+3
2008-09-05
clockevents: prevent endless loop lockup
Thomas Gleixner
3
-16
/
+34
2008-09-05
clockevents: prevent multiple init/shutdown
Thomas Gleixner
1
-7
/
+13
2008-09-05
clockevents: enforce reprogram in oneshot setup
Thomas Gleixner
1
-4
/
+14
2008-09-05
clockevents: prevent endless loop in periodic broadcast handler
Thomas Gleixner
1
-3
/
+8
2008-09-05
clockevents: prevent clockevent event_handler ending up handler_noop
Venkatesh Pallipadi
2
-2
/
+2
2008-09-05
Merge branch 'x86/core' into x86/unify-cpu-detect
Ingo Molnar
2
-1
/
+76
2008-09-04
Merge branch 'core/resources' into x86/core
Ingo Molnar
1
-0
/
+68
2008-09-04
IO resources: add reserve_region_with_split()
Yinghai Lu
1
-0
/
+68
2008-09-04
forgotten refcount on sysctl root table
Al Viro
1
-0
/
+1
2008-09-04
Merge branch 'linus' into x86/core
H. Peter Anvin
13
-157
/
+173
2008-09-04
Merge branch 'x86/cpu' into x86/core
H. Peter Anvin
20
-88
/
+135
2008-09-03
pm_qos_requirement might sleep
John Kacur
1
-16
/
+9
2008-09-03
pid_ns: (BUG 11391) change ->child_reaper when init->group_leader exits
Oleg Nesterov
2
-50
/
+34
[prev]
[next]