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
2007-11-10
[FUTEX] Fix address computation in compat code.
David Miller
1
-7
/
+19
2007-11-10
sched: proper prototype for kernel/sched.c:migration_init()
Adrian Bunk
1
-3
/
+1
2007-11-10
sched: avoid large irq-latencies in smp-balancing
Peter Zijlstra
2
-5
/
+18
2007-11-10
sched: fix copy_namespace() <-> sched_fork() dependency in do_fork
Srivatsa Vaddagiri
2
-4
/
+5
2007-11-10
sched: clean up the wakeup preempt check, #2
Ingo Molnar
1
-3
/
+2
2007-11-10
sched: clean up the wakeup preempt check
Ingo Molnar
1
-12
/
+13
2007-11-10
sched: wakeup preemption fix
Ingo Molnar
1
-4
/
+2
2007-11-10
sched: remove PREEMPT_RESTRICT
Ingo Molnar
2
-11
/
+3
2007-11-10
sched: turn off PREEMPT_RESTRICT
Ingo Molnar
1
-1
/
+1
2007-11-10
sched: cleanup, use NSEC_PER_MSEC and NSEC_PER_SEC
Eric Dumazet
2
-6
/
+6
2007-11-10
sched: reintroduce SMP tunings again
Ingo Molnar
2
-9
/
+37
2007-11-10
sched: restore deterministic CPU accounting on powerpc
Paul Mackerras
1
-7
/
+14
2007-11-10
sched: fix delay accounting regression
Balbir Singh
1
-5
/
+6
2007-11-10
sched: reintroduce the sched_min_granularity tunable
Peter Zijlstra
3
-12
/
+36
2007-11-10
sched: documentation: place_entity() comments
Peter Zijlstra
1
-2
/
+9
2007-11-10
sched: fix vslice
Peter Zijlstra
1
-0
/
+1
2007-11-06
time: fix inconsistent function names in comments
Li Zefan
3
-3
/
+3
2007-11-06
Dump stack during sysctl registration failure
Alexey Dobriyan
1
-0
/
+1
2007-11-05
kernel/futex.c: make 3 functions static
Adrian Bunk
1
-7
/
+4
2007-11-03
Merge branch 'v2.6.24-rc1-lockdep' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-3
/
+4
2007-10-31
[COMPAT]: Fix build on COMPAT platforms when CONFIG_NET is disabled.
David S. Miller
1
-0
/
+4
2007-10-30
Freezer: do not allow freezing processes to clear TIF_SIGPENDING
Rafael J. Wysocki
1
-1
/
+1
2007-10-30
sched: fix /proc/<PID>/stat stime/utime monotonicity, part 2
Balbir Singh
1
-0
/
+1
2007-10-29
sched: fix style in kernel/sched.c
Ingo Molnar
1
-9
/
+9
2007-10-29
sched: fix style of swap() macro in kernel/sched_fair.c
Ingo Molnar
1
-1
/
+1
2007-10-29
sched: report CPU usage in CFS cgroup directories
Paul Menage
1
-5
/
+33
2007-10-29
sched: move rcu_head to task_group struct
Srivatsa Vaddagiri
1
-4
/
+4
2007-10-29
sched: fix incorrect assumption that cpu 0 exists
James Bottomley
1
-2
/
+2
2007-10-29
sched: keep utime/stime monotonic
Peter Zijlstra
1
-0
/
+1
2007-10-29
sched: make kernel/sched.c:account_guest_time() static
Adrian Bunk
1
-1
/
+1
2007-10-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrt
Linus Torvalds
3
-5
/
+5
2007-10-29
x86 merge fallout: uml
Al Viro
1
-1
/
+1
2007-10-29
Quieten hrtimer printk: "Switched to high resolution mode .."
Michael Ellerman
1
-1
/
+1
2007-10-29
timer_list: Fix printk format strings
Vegard Nossum
1
-2
/
+4
2007-10-29
clockevents: unexport tick_nohz_get_sleep_length
Adrian Bunk
1
-2
/
+0
2007-10-28
lockdep: fix a typo in the __lock_acquire comment
Gautham R Shenoy
1
-1
/
+1
2007-10-25
sched: fix unconditional irq lock
Peter Zijlstra
1
-2
/
+3
2007-10-24
sched: isolate SMP balancing code a bit more
Peter Williams
4
-17
/
+12
2007-10-24
sched: reduce balance-tasks overhead
Peter Williams
4
-55
/
+130
2007-10-24
sched: make cpu_shares_{show,store}() static
Adrian Bunk
1
-2
/
+3
2007-10-24
sched: clean up some control group code
Paul Menage
1
-35
/
+18
2007-10-24
sched: document profile=sleep requiring CONFIG_SCHEDSTATS
Mel Gorman
1
-0
/
+5
2007-10-24
sched: use show_regs() to improve __schedule_bug() output
Satyam Sharma
1
-3
/
+11
2007-10-24
sched: clean up sched_domain_debug()
Ingo Molnar
1
-73
/
+73
2007-10-24
sched: fix fastcall mismatch in completion APIs
Ingo Molnar
1
-5
/
+5
2007-10-24
sched: fix sched_domain sysctl registration again
Milton Miller
1
-5
/
+20
2007-10-24
cgroup: kill unused variable
Jeff Garzik
1
-1
/
+0
2007-10-23
Fix synchronize_irq races with IRQ handler
Herbert Xu
1
-2
/
+18
2007-10-23
auditsc: fix kernel-doc param warnings
Randy Dunlap
1
-2
/
+2
2007-10-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi...
Linus Torvalds
1
-1
/
+0
[next]