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-03
rcu: Move early boot callback tests earlier
Paul E. McKenney
1
-2
/
+2
2015-03-03
rcu: Move early-boot callbacks to no-CBs lists for no-CBs CPUs
Paul E. McKenney
2
-12
/
+13
2015-03-03
cgroup: Use kvfree in pidlist_free()
Bandan Das
1
-4
/
+1
2015-03-03
livepatch: fix RCU usage in klp_find_external_symbol()
Peter Zijlstra
1
-1
/
+2
2015-03-03
Revert "perf: Remove the extra validity check on nr_pages"
Kan Liang
1
-1
/
+1
2015-03-03
cpuidle: Clean up fallback handling in cpuidle_idle_call()
Rafael J. Wysocki
1
-14
/
+15
2015-03-02
cgroup: call cgroup_subsys->bind on cgroup subsys initialization
Vladimir Davydov
1
-0
/
+3
2015-03-02
cpuset: Fix cpuset sched_relax_domain_level
Jason Low
1
-3
/
+0
2015-03-02
cpuset: fix a warning when clearing configured masks in old hierarchy
Zefan Li
1
-2
/
+2
2015-03-02
cpuset: initialize effective masks when clone_children is enabled
Zefan Li
1
-0
/
+2
2015-03-02
clockevents: export clockevents_unbind_device instead of clockevents_unbind
Vitaly Kuznetsov
1
-1
/
+1
2015-03-01
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-0
/
+1
2015-03-01
cls_bpf: add initial eBPF support for programmable classifiers
Daniel Borkmann
1
-0
/
+2
2015-03-01
ebpf: move read-only fields to bpf_prog and shrink bpf_prog_aux
Daniel Borkmann
2
-6
/
+5
2015-03-01
ebpf: add sched_cls_type and map it to sk_filter's verifier ops
Daniel Borkmann
1
-2
/
+13
2015-03-01
ebpf: constify various function pointer structs
Daniel Borkmann
3
-9
/
+9
2015-03-01
ebpf: remove kernel test stubs
Daniel Borkmann
2
-81
/
+0
2015-03-01
locking/rtmutex: Set state back to running on error
Sebastian Andrzej Siewior
1
-0
/
+1
2015-03-01
idle / sleep: Avoid excessive disabling and enabling interrupts
Rafael J. Wysocki
1
-1
/
+0
2015-02-28
kernel/sys.c: fix UNAME26 for 4.0
Jon DeVree
1
-1
/
+2
2015-02-27
rcu: Tighten up affinity and check for sysidle
Paul E. McKenney
2
-7
/
+7
2015-02-26
rcu: Remove fastpath from __rcu_process_callbacks()
Alexander Gordeev
1
-11
/
+0
2015-02-26
rcu: Remove unnecessary condition check in rcu_qsctr_help()
Alexander Gordeev
1
-2
/
+1
2015-02-26
rcu: Fixes to NO_HZ_FULL sysidle accounting
Paul E. McKenney
1
-3
/
+3
2015-02-26
rcutorture: Make consistent use of variables
Paul E. McKenney
1
-1
/
+1
2015-02-26
rcu: Add Kconfig option to expedite grace periods during boot
Paul E. McKenney
1
-1
/
+10
2015-02-26
rcu: Update from rcu_expedited variable to rcu_gp_is_expedited()
Paul E. McKenney
3
-6
/
+7
2015-02-26
rcu: Add rcu_expedite_gp() and rcu_unexpedite_gp() to rcutorture
Paul E. McKenney
1
-0
/
+25
2015-02-26
rcu: Provide rcu_expedite_gp() and rcu_unexpedite_gp()
Paul E. McKenney
1
-0
/
+48
2015-02-26
rcu: Fix a couple of typos in rcu_all_qs() comment header
Paul E. McKenney
1
-2
/
+2
2015-02-26
rcu: Avoid clobbering early boot callbacks
Paul E. McKenney
1
-1
/
+2
2015-02-26
rcu: Refine diagnostics for lacking kthread for no-CBs callbacks
Paul E. McKenney
1
-1
/
+2
2015-02-26
rcu: Prevent early-boot RCU callbacks from splatting
Paul E. McKenney
1
-5
/
+15
2015-02-26
rcu: Wire ->rda pointers at compile time
Paul E. McKenney
1
-3
/
+3
2015-02-26
rcu: Abstract default callback-list initialization from init_callback_list()
Paul E. McKenney
1
-4
/
+14
2015-02-26
Merge tag 'v4.0-rc1' into perf/core, to refresh the tree
Ingo Molnar
114
-1577
/
+2832
2015-02-26
rcu_tree: Avoid touching rnp->completed when a new GP is started
Lai Jiangshan
1
-2
/
+2
2015-02-26
rcu: Consolidate rcu_synchronize and wakeme_after_rcu()
Paul E. McKenney
2
-26
/
+6
2015-02-26
PM / sleep: add configurable delay for pm_test
Brian Norris
1
-2
/
+11
2015-02-25
perf/x86/intel: Support task events with Intel CQM
Matt Fleming
1
-0
/
+2
2015-02-25
perf: Move cgroup init before PMU ->event_init()
Matt Fleming
1
-12
/
+16
2015-02-25
perf: Add ->count() function to read per-package counters
Matt Fleming
1
-1
/
+4
2015-02-25
perf: Make perf_cgroup_from_task() global
Matt Fleming
1
-27
/
+1
2015-02-24
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-5
/
+5
2015-02-24
locking: Remove ACCESS_ONCE() usage
Davidlohr Bueso
4
-19
/
+19
2015-02-24
Merge tag 'v4.0-rc1' into locking/core, to refresh the tree before merging ne...
Ingo Molnar
88
-857
/
+2124
2015-02-24
audit: reduce mmap_sem hold for mm->exe_file
Davidlohr Bueso
1
-8
/
+14
2015-02-24
audit: consolidate handling of mm->exe_file
Davidlohr Bueso
3
-16
/
+19
2015-02-23
audit: code clean up
Ameen Ali
1
-3
/
+2
2015-02-23
audit: don't reset working wait time accidentally with auditd
Richard Guy Briggs
1
-1
/
+2
[prev]
[next]