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
2013-05-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
1
-0
/
+2
2013-05-01
Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-5
/
+17
2013-04-30
sched: Avoid prev->stime underflow
Stanislaw Gruszka
1
-7
/
+7
2013-04-30
sched: Do not account bogus utime
Stanislaw Gruszka
1
-0
/
+9
2013-04-30
sched: Avoid cputime scaling overflow
Stanislaw Gruszka
1
-22
/
+35
2013-04-30
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-3
/
+3
2013-04-30
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
12
-279
/
+757
2013-04-30
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-5
/
+109
2013-04-30
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
10
-451
/
+719
2013-04-30
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
5
-111
/
+432
2013-04-30
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-469
/
+435
2013-04-30
tracing: Fix small merge bug
Steven Rostedt
1
-1
/
+1
2013-04-30
Merge branch 'akpm' (incoming from Andrew)
Linus Torvalds
3
-11
/
+28
2013-04-30
Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
3
-520
/
+343
2013-04-30
Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
6
-883
/
+1985
2013-04-30
Merge branch 'for-3.10-async' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-22
/
+18
2013-04-30
kernel/: rename random32() to prandom_u32()
Akinobu Mita
2
-2
/
+2
2013-04-30
printk: fix failure to return error in devkmsg_poll()
Nicolas Kaiser
1
-1
/
+2
2013-04-30
early_printk: consolidate random copies of identical code
Thomas Gleixner
1
-7
/
+23
2013-04-30
printk/tracing: rework console tracing
zhangwei(Jovi)
1
-1
/
+1
2013-04-30
Merge branch 'akpm' (incoming from Andrew)
Linus Torvalds
11
-127
/
+239
2013-04-30
mem hotunplug: fix kfree() of bootmem memory
Yasuaki Ishimatsu
1
-13
/
+55
2013-04-30
resource: add release_mem_region_adjustable()
Toshi Kani
1
-0
/
+103
2013-04-30
resource: add __adjust_resource() for internal use
Toshi Kani
1
-13
/
+22
2013-04-30
mm: replace hardcoded 3% with admin_reserve_pages knob
Andrew Shewmaker
1
-0
/
+7
2013-04-30
mm: limit growth of 3% hardcoded other user reserve
Andrew Shewmaker
1
-0
/
+7
2013-04-30
kernel/cpuset.c: use register_hotmemory_notifier()
Andrew Morton
1
-5
/
+7
2013-04-30
kexec, vmalloc: export additional vmalloc layer information
Atsushi Kumagai
1
-1
/
+2
2013-04-30
mm, vmalloc: export vmap_area_list, instead of vmlist
Joonsoo Kim
1
-1
/
+1
2013-04-30
fs: don't compile in drop_caches.c when CONFIG_SYSCTL=n
Josh Triplett
1
-1
/
+0
2013-04-30
cgroup: remove css_get_next
Michal Hocko
1
-49
/
+0
2013-04-30
mm,kexec: use common help functions to free reserved pages
Jiang Liu
1
-6
/
+2
2013-04-30
kernel/audit_tree.c: tree will leak memory when failure occurs in audit_trim_...
Chen Gang
1
-1
/
+1
2013-04-30
kernel/auditfilter.c: tree and watch will memory leak when failure occurs
Chen Gang
1
-0
/
+4
2013-04-30
audit: remove unnecessary #if CONFIG_AUDIT
Gao feng
1
-2
/
+0
2013-04-30
audit: remove duplicate export of audit_enabled
Gao feng
1
-1
/
+0
2013-04-30
audit: don't check if kauditd is valid every time
Gao feng
1
-6
/
+6
2013-04-30
kernel/auditsc.c: use kzalloc instead of kmalloc+memset
Rakib Mullick
1
-10
/
+4
2013-04-30
kthread: kill task_get_live_kthread()
Oleg Nesterov
1
-13
/
+7
2013-04-30
kthread: introduce to_live_kthread()
Oleg Nesterov
1
-10
/
+16
2013-04-30
Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
26
-1248
/
+4013
2013-04-29
fix a leak in /proc/schedstats
Al Viro
1
-6
/
+1
2013-04-29
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
5
-72
/
+165
2013-04-29
nohz: Protect smp_processor_id() in tick_nohz_task_switch()
Li Zhong
1
-3
/
+4
2013-04-28
cpuset: fix compile warning when CONFIG_SMP=n
Li Zefan
1
-7
/
+0
2013-04-28
Merge branch 'pm-assorted'
Rafael J. Wysocki
1
-5
/
+17
2013-04-27
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+2
2013-04-27
cpuset: fix cpu hotplug vs rebuild_sched_domains() race
Li Zefan
1
-1
/
+9
2013-04-27
cpuset: use rebuild_sched_domains() in cpuset_hotplug_workfn()
Li Zhong
1
-11
/
+2
2013-04-27
Merge branch 'timers/nohz-v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Ingo Molnar
1
-1
/
+3
[prev]
[next]