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
2015-05-08
futex: Implement lockless wakeups
Davidlohr Bueso
1
-16
/
+17
2015-05-08
sched: Implement lockless wake-queues
Peter Zijlstra
1
-0
/
+46
2015-05-08
sched, timer: Use the atomic task_cputime in thread_group_cputimer
Jason Low
2
-16
/
+16
2015-05-08
sched, timer: Replace spinlocks with atomics in thread_group_cputimer(), to i...
Jason Low
3
-42
/
+55
2015-05-08
sched/numa: Document usages of mm->numa_scan_seq
Jason Low
1
-0
/
+13
2015-05-08
sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()...
Jason Low
11
-24
/
+24
2015-05-08
sched/core: Remove unnecessary down/up conversion
Nicholas Mc Guire
1
-2
/
+2
2015-05-08
signals, sched: Change all uses of JOBCTL_* from 'int' to 'long'
Palmer Dabbelt
1
-3
/
+3
2015-05-08
sched: Move the loadavg code to a more obvious location
Peter Zijlstra
5
-219
/
+217
2015-05-08
Merge branch 'sched/urgent' into sched/core, before applying new patches
Ingo Molnar
2
-33
/
+33
2015-05-08
perf: Annotate inherited event ctx->mutex recursion
Peter Zijlstra
1
-8
/
+33
2015-05-08
sched/core: Remove __cpuinit section tag that crept back in
Paul Gortmaker
1
-1
/
+1
2015-05-08
sched/core: Fix regression in cpuset_cpu_inactive() for suspend
Omar Sandoval
1
-16
/
+12
2015-05-08
sched: Handle priority boosted tasks proper in setscheduler()
Thomas Gleixner
2
-17
/
+21
2015-05-08
Merge branch 'sched/urgent' into sched/core
Ingo Molnar
1
-4
/
+0
2015-05-07
nohz: Fix !HIGH_RES_TIMERS hang
Thomas Gleixner
1
-6
/
+3
2015-05-07
nohz: Set isolcpus when nohz_full is set
Chris Metcalf
1
-0
/
+3
2015-05-07
context_tracking: Inherit TIF_NOHZ through forks instead of context switches
Frederic Weisbecker
2
-26
/
+19
2015-05-07
context_tracking: Protect against recursion
Frederic Weisbecker
1
-0
/
+29
2015-05-07
tracing: Make ftrace_print_array_seq compute buf_len
Alex Bennée
1
-1
/
+2
2015-05-06
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-7
/
+9
2015-05-05
tick: hrtimer-broadcast: Prevent endless restarting when broadcast device is ...
Andreas Sandberg
1
-3
/
+7
2015-05-05
genirq: Fix type inconsistency
Nicholas Mc Guire
1
-1
/
+1
2015-05-05
genirq: Fix unnecessary automatic type conversion
Nicholas Mc Guire
1
-1
/
+1
2015-05-05
genirq: MSI: Constify irq_domain_ops
Krzysztof Kozlowski
1
-1
/
+1
2015-05-05
timer: Use timer->base for flag checks
Joonwoo Park
1
-1
/
+1
2015-05-05
tick-broadcast: Fix the printing of broadcast masks
Preeti U Murthy
1
-4
/
+4
2015-05-05
tick: broadcast: Simplify oneshot logic and shorten lock region
Thomas Gleixner
1
-25
/
+17
2015-05-05
tick: broadcast: Prevent livelock from event handler
Thomas Gleixner
1
-28
/
+25
2015-05-04
sched / idle: Eliminate the "reflect" check from cpuidle_idle_call()
Rafael J. Wysocki
1
-44
/
+46
2015-05-04
sched / idle: Move the default idle call code to a separate function
Rafael J. Wysocki
1
-19
/
+24
2015-05-04
perf: Remove unused function perf_mux_hrtimer_cancel()
Thomas Gleixner
1
-28
/
+0
2015-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-6
/
+6
2015-05-01
Merge tag 'pm+acpi-4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-14
/
+2
2015-04-30
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-15
/
+0
2015-04-30
modsign: change default key details
David Howells
1
-3
/
+3
2015-04-30
workqueue: Allow modifying low level unbound workqueue cpumask
Lai Jiangshan
1
-9
/
+118
2015-04-29
livepatch: x86: make kASLR logic more accurate
Jiri Kosina
1
-2
/
+3
2015-04-29
cpuidle: Run tick_broadcast_exit() with disabled interrupts
Rafael J. Wysocki
1
-14
/
+2
2015-04-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
1
-1
/
+1
2015-04-28
bpf: fix 64-bit divide
Alexei Starovoitov
1
-6
/
+6
2015-04-27
workqueue: Create low-level unbound workqueues cpumask
Frederic Weisbecker
1
-2
/
+27
2015-04-27
workqueue: split apply_workqueue_attrs() into 3 stages
Lai Jiangshan
1
-84
/
+115
2015-04-27
x86: pvclock: Really remove the sched notifier for cross-cpu migrations
Paolo Bonzini
1
-15
/
+0
2015-04-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
8
-19
/
+19
2015-04-24
clockevents: Shutdown detached clockevent device
Viresh Kumar
1
-5
/
+1
2015-04-24
genirq: Set IRQCHIP_SKIP_SET_WAKE flag for dummy_irq_chip
Roger Quadros
1
-0
/
+1
2015-04-23
cgroup: fix some comment typos
Chen Hanxiao
1
-2
/
+2
2015-04-23
kexec: allocate the kexec control page with KEXEC_CONTROL_MEMORY_GFP
Martin Schwidefsky
1
-1
/
+1
2015-04-23
sched: debug: Remove the cfs bandwidth timer_active printout
Thomas Gleixner
1
-2
/
+0
[prev]
[next]