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
2012-03-16
time: Remove bogus comments
Thomas Gleixner
1
-6
/
+0
2012-03-16
time: Fix change_clocksource locking
John Stultz
1
-0
/
+7
2012-03-16
ntp: Fix integer overflow when setting time
Sasha Levin
1
-1
/
+1
2012-02-15
Merge branch 'fortglx/3.4/time' of git://git.linaro.org/people/jstultz/linux ...
Thomas Gleixner
2
-174
/
+247
2012-02-15
timer: Fix bad idle check on irq entry
Frederic Weisbecker
1
-1
/
+1
2012-02-15
nohz: Remove ts->Einidle checks before restarting the tick
Frederic Weisbecker
1
-5
/
+6
2012-02-15
nohz: Remove update_ts_time_stat from tick_nohz_start_idle
Michal Hocko
1
-5
/
+1
2012-02-15
clockevents: Leave the broadcast device in shutdown mode when not needed
Suresh Siddha
1
-0
/
+4
2012-02-14
Merge tag 'for-linus' of git://github.com/rustyrussell/linux
Linus Torvalds
1
-1
/
+2
2012-02-14
module: make module param bint handle nul value
Dave Young
1
-1
/
+2
2012-02-11
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-3
/
+9
2012-02-10
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-5
/
+14
2012-02-10
relay: prevent integer overflow in relay_open()
Dan Carpenter
1
-2
/
+8
2012-02-07
perf: Fix double start/stop in x86_pmu_start()
Stephane Eranian
1
-5
/
+14
2012-02-07
block: strip out locking optimization in put_io_context()
Tejun Heo
1
-1
/
+1
2012-02-05
Merge tag 'pm-fixes-for-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-6
/
+31
2012-02-05
PM / Freezer: Thaw only kernel threads if freezing of kernel threads fails
Srivatsa S. Bhat
2
-4
/
+27
2012-02-04
kprobes: fix a memory leak in function pre_handler_kretprobe()
Jiang Liu
1
-1
/
+5
2012-02-03
Fix race in process_vm_rw_core
Christopher Yeoh
1
-0
/
+20
2012-02-02
Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus', 'sched-urgen...
Linus Torvalds
6
-56
/
+124
2012-02-02
PM / Hibernate: Thaw kernel threads in SNAPSHOT_CREATE_IMAGE ioctl path
Srivatsa S. Bhat
1
-2
/
+4
2012-01-29
PM / Hibernate: Fix s2disk regression related to freezing workqueues
Rafael J. Wysocki
2
-0
/
+28
2012-01-27
sched/rt: Fix task stack corruption under __ARCH_WANT_INTERRUPTS_ON_CTXSW
Chanho Min
1
-0
/
+5
2012-01-27
perf: Fix broken interrupt rate throttling
Stephane Eranian
1
-38
/
+66
2012-01-27
sched: Fix ancient race in do_exit()
Yasunori Goto
1
-0
/
+16
2012-01-27
time: Move common updates to a function
Thomas Gleixner
1
-22
/
+17
2012-01-27
time: Reorder so the hot data is together
Thomas Gleixner
1
-2
/
+2
2012-01-27
time: Remove most of xtime_lock usage in timekeeping.c
John Stultz
1
-29
/
+15
2012-01-27
ntp: Add ntp_lock to replace xtime_locking
John Stultz
1
-19
/
+44
2012-01-27
ntp: Access tick_length variable via ntp_tick_length()
John Stultz
2
-4
/
+11
2012-01-27
ntp: Cleanup timex.h
John Stultz
1
-1
/
+12
2012-01-27
time: Add timekeeper lock
John Stultz
1
-44
/
+82
2012-01-27
time: Cleanup global variables and move them to the top
John Stultz
1
-12
/
+12
2012-01-27
time: Move raw_time into timekeeper structure
John Stultz
1
-13
/
+10
2012-01-27
time: Move xtime into timekeeeper structure
John Stultz
1
-44
/
+47
2012-01-27
time: Move wall_to_monotonic into the timekeeper structure
John Stultz
1
-32
/
+37
2012-01-27
time: Move total_sleep_time into the timekeeper structure
John Stultz
1
-9
/
+15
2012-01-27
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-3
/
+1
2012-01-27
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-4
/
+4
2012-01-27
bugs, x86: Fix printk levels for panic, softlockups and stack dumps
Prarit Bhargava
1
-1
/
+1
2012-01-26
sched/nohz: Fix nohz cpu idle load balancing state with cpu hotplug
Suresh Siddha
1
-5
/
+29
2012-01-26
sched/s390: Fix compile error in sched/core.c
Christian Borntraeger
1
-0
/
+1
2012-01-26
sched: Fix rq->nr_uninterruptible update race
Peter Zijlstra
1
-12
/
+6
2012-01-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-0
/
+25
2012-01-24
Merge tag 'pm-fixes-for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+2
2012-01-23
Merge branch 'kernel-doc' from Randy Dunlap
Linus Torvalds
2
-4
/
+4
2012-01-23
kernel-doc: fix kernel-doc warnings in sched
Randy Dunlap
1
-2
/
+1
2012-01-23
kernel-doc: fix new warnings in auditsc.c
Randy Dunlap
1
-2
/
+3
2012-01-23
kprobes: initialize before using a hlist
Ananth N Mavinakayanahalli
1
-1
/
+1
2012-01-23
net: introduce res_counter_charge_nofail() for socket allocations
Glauber Costa
1
-0
/
+25
[next]