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-03-21
ebpf: add sched_act_type and map it to sk_filter's verifier ops
Daniel Borkmann
1
-0
/
+1
2015-03-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-7
/
+27
2015-03-20
Merge branches 'doc.2015.02.26a', 'earlycb.2015.03.03a', 'fixes.2015.03.03a',...
Paul E. McKenney
11
-308
/
+712
2015-03-20
rcu: Associate quiescent-state reports with grace period
Paul E. McKenney
1
-12
/
+22
2015-03-20
rcu: Yet another fix for preemption and CPU hotplug
Paul E. McKenney
1
-16
/
+27
2015-03-19
cpusets, isolcpus: exclude isolcpus from load balancing in cpusets
Rik van Riel
1
-2
/
+11
2015-03-19
sched, isolcpu: make cpu_isolated_map visible outside scheduler
Rik van Riel
1
-3
/
+3
2015-03-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-4
/
+26
2015-03-18
PM / sleep: add pm-trace support for suspending phase
Zhonghui Fu
1
-1
/
+1
2015-03-17
Merge branches 'perf-urgent-for-linus' and 'timers-urgent-for-linus' of git:/...
Linus Torvalds
1
-1
/
+1
2015-03-17
fs: add dirtytime_expire_seconds sysctl
Theodore Ts'o
1
-0
/
+8
2015-03-17
livepatch: Fix subtle race with coming and going modules
Petr Mladek
1
-4
/
+26
2015-03-16
Merge branch 'nohz/guest' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...
Ingo Molnar
2
-21
/
+40
2015-03-16
bpf: allow extended BPF programs access skb fields
Alexei Starovoitov
2
-17
/
+137
2015-03-16
ebpf: add helper for obtaining current processor id
Daniel Borkmann
2
-0
/
+13
2015-03-16
ebpf: add prandom helper for packet sampling
Daniel Borkmann
2
-0
/
+14
2015-03-15
genirq: Add irqchip_set_wake_parent
Marc Zyngier
1
-0
/
+16
2015-03-14
audit: Remove condition which always evaluates to false
Pranith Kumar
1
-3
/
+2
2015-03-13
perf: Fix context leak in put_event()
Leon Yu
1
-1
/
+1
2015-03-13
clocksource: Rename __clocksource_updatefreq_*() to __clocksource_update_freq...
John Stultz
1
-5
/
+6
2015-03-13
clocksource: Add some debug info about clocksources being registered
John Stultz
1
-0
/
+3
2015-03-13
clocksource: Mostly kill clocksource_register()
John Stultz
2
-49
/
+36
2015-03-13
clocksource: Improve clocksource watchdog reporting
John Stultz
1
-9
/
+9
2015-03-13
timekeeping: Add warnings when overflows or underflows are observed
John Stultz
1
-7
/
+57
2015-03-13
timekeeping: Try to catch clocksource delta underflows
John Stultz
1
-0
/
+7
2015-03-13
timekeeping: Add checks to cap clocksource reads to the 'max_cycles' value
John Stultz
1
-14
/
+35
2015-03-13
timekeeping: Add debugging checks to warn if we see delays
John Stultz
2
-0
/
+29
2015-03-13
fs: remove ki_nbytes
Christoph Hellwig
1
-1
/
+1
2015-03-13
kasan, module, vmalloc: rework shadow allocation for modules
Andrey Ryabinin
1
-2
/
+0
2015-03-13
rcu: Add diagnostics to grace-period cleanup
Paul E. McKenney
1
-0
/
+2
2015-03-13
rcu: Handle outgoing CPUs on exit from idle loop
Paul E. McKenney
2
-10
/
+33
2015-03-13
cpu: Make CPU-offline idle-loop transition point more precise
Paul E. McKenney
2
-2
/
+9
2015-03-13
rcu: Eliminate ->onoff_mutex from rcu_node structure
Paul E. McKenney
2
-17
/
+0
2015-03-13
rcu: Process offlining and onlining only at grace-period start
Paul E. McKenney
4
-53
/
+136
2015-03-13
rcu: Move rcu_report_unblock_qs_rnp() to common code
Paul E. McKenney
2
-38
/
+41
2015-03-13
rcu: Rework preemptible expedited bitmask handling
Paul E. McKenney
1
-23
/
+75
2015-03-12
ebpf: verifier: check that call reg with ARG_ANYTHING is initialized
Daniel Borkmann
1
-1
/
+4
2015-03-12
clocksource: Add 'max_cycles' to 'struct clocksource'
John Stultz
2
-13
/
+17
2015-03-12
clocksource: Simplify the logic around clocksource wrapping safety margins
John Stultz
2
-16
/
+14
2015-03-12
clocksource: Simplify the clocks_calc_max_nsecs() logic
John Stultz
1
-12
/
+3
2015-03-11
rcu: Remove event tracing from rcu_cpu_notify(), used by offline CPUs
Paul E. McKenney
1
-2
/
+0
2015-03-11
rcu: Provide diagnostic option to slow down grace-period initialization
Paul E. McKenney
1
-0
/
+10
2015-03-11
rcu: Detect stalls caused by failure to propagate up rcu_node tree
Paul E. McKenney
1
-2
/
+3
2015-03-11
rcu: Eliminate empty HOTPLUG_CPU ifdef
Paul E. McKenney
1
-4
/
+0
2015-03-11
rcu: Simplify sync_rcu_preempt_exp_init()
Paul E. McKenney
1
-4
/
+1
2015-03-11
rcu: Put all orphan-callback-related code under same comment
Paul E. McKenney
1
-1
/
+1
2015-03-11
rcu: Consolidate offline-CPU callback initialization
Paul E. McKenney
1
-4
/
+5
2015-03-11
smpboot: Add common code for notification from dying CPU
Paul E. McKenney
1
-0
/
+156
2015-03-10
sched/deadline: Add rq->clock update skip for dl task yield
Wanpeng Li
1
-0
/
+6
2015-03-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
10
-44
/
+137
[prev]
[next]