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-08-09
sched: fix bug in balance_tasks()
Peter Williams
4
-53
/
+26
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: simplify move_tasks()
Peter Williams
4
-47
/
+56
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-08
fix oops in __audit_signal_info()
Al Viro
1
-11
/
+11
2007-08-07
take sched_debug.c out of nasal demon territory
Al Viro
1
-6
/
+6
2007-08-04
Kill some obsolete sub-thread-ptrace stuff
Oleg Nesterov
2
-10
/
+2
2007-08-04
serial: fix 8250 early console setup
Daniel Ritz
1
-1
/
+1
2007-08-02
[PATCH] sched: reduce debug code
Ingo Molnar
4
-20
/
+38
2007-08-02
[PATCH] sched: use schedstat_set() API
Ingo Molnar
1
-11
/
+2
2007-08-02
[PATCH] sched: add schedstat_set() API
Ingo Molnar
1
-0
/
+2
2007-08-02
[PATCH] sched: move load-calculation functions
Ingo Molnar
1
-66
/
+66
2007-08-02
[PATCH] sched: ->task_new cleanup
Ingo Molnar
3
-16
/
+9
2007-08-02
[PATCH] sched: uninline inc/dec_nr_running()
Ingo Molnar
1
-2
/
+2
2007-08-02
[PATCH] sched: uninline calc_delta_mine()
Ingo Molnar
1
-1
/
+1
2007-08-02
[PATCH] sched: calc_delta_mine(): use fixed limit
Ingo Molnar
1
-1
/
+1
2007-08-02
[PATCH] sched: tidy up left over smpnice code
Peter Williams
1
-15
/
+1
2007-08-02
[PATCH] sched: remove cache_hot_time
Ingo Molnar
1
-2
/
+0
2007-08-02
genirq: temporary fix for level-triggered IRQ resend
Thomas Gleixner
1
-0
/
+9
2007-08-01
Fix a use after free bug in kernel->userspace relay file support
Jesper Juhl
1
-1
/
+2
2007-08-01
kthread: silence bogus section mismatch warning
Satyam Sharma
1
-10
/
+2
2007-08-01
futex: pass nr_wake2 to futex_wake_op
Andreas Schwab
1
-1
/
+3
2007-08-01
Fix leak on /proc/lockdep_stats
Alexey Dobriyan
1
-1
/
+1
2007-08-01
Fix leaks on /proc/{*/sched,sched_debug,timer_list,timer_stats}
Alexey Dobriyan
3
-3
/
+3
2007-08-01
sched: fix kernel-doc warnings
Randy Dunlap
1
-2
/
+4
2007-07-31
modules: better error messages when modules fail to load due to a sysfs problem.
Greg Kroah-Hartman
1
-1
/
+6
2007-07-30
ACPI: restore CONFIG_ACPI_SLEEP
Len Brown
1
-1
/
+1
2007-07-30
Introduce CONFIG_SUSPEND for suspend-to-Ram and standby
Rafael J. Wysocki
4
-19
/
+61
2007-07-30
Replace CONFIG_SOFTWARE_SUSPEND with CONFIG_HIBERNATION
Rafael J. Wysocki
5
-7
/
+7
2007-07-29
audit: fix two bugs in the new execve audit code
Peter Zijlstra
1
-2
/
+4
2007-07-29
rip some includes from linux/interrupt.h
Al Viro
1
-0
/
+1
2007-07-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched
Linus Torvalds
3
-9
/
+200
2007-07-26
Fix ThinkPad T42 poweroff failure introduced by by "PM: Introduce pm_power_of...
Rafael J. Wysocki
2
-0
/
+4
2007-07-26
kernel-doc fix for kmod.c
Randy Dunlap
1
-4
/
+4
2007-07-26
[PATCH] sched: debug feature - make the sched-domains tree runtime-tweakable
Nick Piggin
1
-0
/
+122
2007-07-26
[PATCH] sched: mark sysrq_sched_debug_show() static
Josh Triplett
1
-1
/
+1
2007-07-26
[PATCH] sched: make cpu_clock() not use the rq clock
Ingo Molnar
1
-4
/
+3
2007-07-26
[PATCH] sched: remove unused rq->load_balance_class
Satoru Takeuchi
1
-2
/
+0
2007-07-26
[PATCH] sched: arch preempt notifier mechanism
Avi Kivity
2
-2
/
+74
2007-07-25
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...
Linus Torvalds
1
-1
/
+1
2007-07-25
Cache xtime every call to update_wall_time
john stultz
2
-7
/
+23
2007-07-25
Cleanup non-arch xtime uses, use get_seconds() or current_kernel_time().
john stultz
5
-19
/
+19
2007-07-25
ACPI: Kconfig: remove CONFIG_ACPI_SLEEP from source
Len Brown
1
-1
/
+1
[prev]
[next]