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-04-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
7
-34
/
+94
2015-04-02
ftrace/x86: Let dynamic trampolines call ops->func even for dynamic fops
Steven Rostedt (Red Hat)
1
-8
/
+14
2015-04-02
timer: Further simplify the SMP and HOTPLUG logic
Peter Zijlstra
1
-8
/
+15
2015-04-02
timer: Don't initialize 'tvec_base' on hotplug
Viresh Kumar
1
-55
/
+43
2015-04-02
timer: Allocate per-cpu tvec_base's statically
Peter Zijlstra
1
-29
/
+19
2015-04-02
sched/deadline: Support DL task migration during CPU hotplug
Wanpeng Li
1
-0
/
+57
2015-04-02
sched/core: Check for available DL bandwidth in cpuset_cpu_inactive()
Juri Lelli
1
-28
/
+28
2015-04-02
sched/deadline: Always enqueue on previous rq when dl_task_timer() fires
Juri Lelli
1
-2
/
+2
2015-04-02
sched/core: Remove unused argument from init_[rt|dl]_rq()
Abel Vesa
4
-7
/
+7
2015-04-02
watchdog: Add watchdog enable/disable all functions
Stephane Eranian
1
-0
/
+28
2015-04-02
Merge branch 'perf/urgent' into perf/core, before applying dependent patches
Ingo Molnar
4
-32
/
+70
2015-04-02
perf: Add ITRACE_START record to indicate that tracing has started
Alexander Shishkin
1
-0
/
+41
2015-04-02
perf: Add wakeup watermark control to the AUX area
Alexander Shishkin
3
-5
/
+24
2015-04-02
perf: Support overwrite mode for the AUX area
Alexander Shishkin
2
-15
/
+34
2015-04-02
perf: Add API for PMUs to write to the AUX area
Alexander Shishkin
3
-3
/
+145
2015-04-02
perf: Add AUX record
Alexander Shishkin
2
-0
/
+37
2015-04-02
perf: Add a pmu capability for "exclusive" events
Alexander Shishkin
1
-2
/
+117
2015-04-02
perf: Add a capability for AUX_NO_SG pmus to do software double buffering
Alexander Shishkin
1
-1
/
+14
2015-04-02
perf: Support high-order allocations for AUX space
Alexander Shishkin
1
-6
/
+50
2015-04-02
perf: Add AUX area to ring buffer for raw data streams
Peter Zijlstra
3
-29
/
+232
2015-04-02
perf: Add data_{offset,size} to user_page
Alexander Shishkin
1
-0
/
+2
2015-04-02
bpf: Fix the build on BPF_SYSCALL=y && !CONFIG_TRACING kernels, make it more ...
Ingo Molnar
2
-1
/
+9
2015-04-02
clockevents: Fix cpu_down() race for hrtimer based broadcasting
Preeti U Murthy
2
-8
/
+13
2015-04-02
tracing: Allow BPF programs to call bpf_trace_printk()
Alexei Starovoitov
1
-0
/
+78
2015-04-02
tracing: Allow BPF programs to call bpf_ktime_get_ns()
Alexei Starovoitov
1
-0
/
+14
2015-04-02
tracing, perf: Implement BPF programs attached to kprobes
Alexei Starovoitov
5
-1
/
+204
2015-04-02
tracing: Add kprobe flag
Alexei Starovoitov
1
-1
/
+1
2015-04-02
tick: Further simplify tick-internal.h
Ingo Molnar
1
-39
/
+40
2015-04-01
Merge tag 'lazytime_fix' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...
Linus Torvalds
1
-0
/
+8
2015-04-01
arm/bL_switcher: Kill tick suspend hackery
Thomas Gleixner
3
-1
/
+16
2015-04-01
tick/xen: Provide and use tick_suspend_local() and tick_resume_local()
Thomas Gleixner
3
-26
/
+61
2015-04-01
tick: Make tick_resume_broadcast_oneshot() static
Thomas Gleixner
2
-5
/
+4
2015-04-01
clockevents: Make suspend/resume calls explicit
Thomas Gleixner
4
-17
/
+27
2015-04-01
clockevents: Remove extra local_irq_save() in clockevents_exchange_device()
Thomas Gleixner
1
-5
/
+2
2015-04-01
tick: Move core only declarations and functions to core
Thomas Gleixner
6
-4
/
+88
2015-04-01
tick: Simplify tick-internal.h
Thomas Gleixner
1
-96
/
+49
2015-04-01
tick: Move clocksource related stuff to timekeeping.h
Thomas Gleixner
5
-9
/
+9
2015-04-01
clockevents: Remove CONFIG_GENERIC_CLOCKEVENTS_BUILD
Thomas Gleixner
4
-15
/
+4
2015-03-31
Merge tag 'v4.0-rc6' into timers/core, before applying new patches
Ingo Molnar
15
-85
/
+250
2015-03-30
ring-buffer: Remove duplicate use of '&' in recursive code
Steven Rostedt (Red Hat)
1
-4
/
+1
2015-03-29
tc: bpf: generalize pedit action
Alexei Starovoitov
1
-0
/
+2
2015-03-28
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+9
2015-03-28
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+2
2015-03-28
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+10
2015-03-28
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2
-30
/
+59
2015-03-27
clockevents: Don't validate dev->mode against CLOCK_EVT_MODE_UNUSED for new i...
Viresh Kumar
1
-1
/
+2
2015-03-27
clockevents: Manage device's state separately for the core
Viresh Kumar
5
-68
/
+76
2015-03-27
clockevents: Handle tick device's resume separately
Viresh Kumar
5
-13
/
+26
2015-03-27
perf: Add per event clockid support
Peter Zijlstra
1
-3
/
+74
2015-03-27
Merge branch 'perf/core' into perf/timer, before applying new changes
Ingo Molnar
3
-141
/
+160
[prev]
[next]