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
2017-11-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-1
/
+1
2017-11-02
signal: Fix name of SIGEMT in #if defined() check
Andrew Clayton
1
-1
/
+1
2017-11-01
watchdog/hardlockup/perf: Use atomics to track in-use cpu counter
Don Zickus
1
-3
/
+5
2017-11-01
watchdog/harclockup/perf: Revert a33d44843d45 ("watchdog/hardlockup/perf: Sim...
Thomas Gleixner
1
-2
/
+5
2017-11-01
irq/core: Fix boot crash when the irqaffinity= boot parameter is passed on CP...
Rakib Mullick
1
-4
/
+2
2017-11-01
futex: Fix more put_pi_state() vs. exit_pi_state_list() races
Peter Zijlstra
1
-3
/
+20
2017-11-01
bpf: remove SK_REDIRECT from UAPI
John Fastabend
1
-4
/
+12
2017-10-31
irq/work: Don't reinvent the wheel but use existing llist API
Byungchul Park
1
-5
/
+1
2017-10-30
workqueue: Fix NULL pointer dereference
Li Bin
1
-1
/
+2
2017-10-30
perf/cgroup: Fix perf cgroup hierarchy support
Tejun Heo
1
-2
/
+4
2017-10-29
genirq: Document vcpu_info usage for percpu_devid interrupts
Christoffer Dall
1
-1
/
+2
2017-10-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-3
/
+12
2017-10-29
bpf: rename sk_actions to align with bpf infrastructure
John Fastabend
1
-1
/
+2
2017-10-29
bpf: bpf_compute_data uses incorrect cb structure
John Fastabend
1
-2
/
+10
2017-10-27
perf/core: Rewrite event timekeeping
Peter Zijlstra
1
-256
/
+129
2017-10-27
perf/core: Fix perf_event_read()
Peter Zijlstra
1
-16
/
+39
2017-10-27
perf/core: Remove wrong barrier
Peter Zijlstra
1
-5
/
+0
2017-10-27
perf/core: Rename 'enum perf_event_active_state'
Peter Zijlstra
1
-1
/
+1
2017-10-27
perf/core: Make sure to update ctx time before using it
Peter Zijlstra
1
-2
/
+10
2017-10-27
perf/core: Fix __perf_read_group_add() locking
Peter Zijlstra
1
-2
/
+2
2017-10-27
perf/core: Update ctx time before detaching events
Peter Zijlstra
1
-0
/
+1
2017-10-27
perf/core: Fix perf_event_read_value() locking
Peter Zijlstra
1
-2
/
+14
2017-10-27
perf/bpf: Extend the perf_event_read_local() interface, a.k.a. "bpf: perf eve...
Yonghong Song
3
-4
/
+15
2017-10-27
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
9
-59
/
+111
2017-10-27
sched/isolation: Add basic isolcpus flags
Frederic Weisbecker
1
-1
/
+25
2017-10-27
sched/isolation: Move isolcpus= handling to the housekeeping code
Frederic Weisbecker
4
-56
/
+62
2017-10-27
sched/isolation: Handle the nohz_full= parameter
Frederic Weisbecker
2
-22
/
+33
2017-10-27
sched/isolation: Introduce housekeeping flags
Frederic Weisbecker
6
-19
/
+24
2017-10-27
sched/isolation: Split out new CONFIG_CPU_ISOLATION=y config from CONFIG_NO_H...
Frederic Weisbecker
1
-1
/
+1
2017-10-27
sched/isolation: Rename is_housekeeping_cpu() to housekeeping_cpu()
Frederic Weisbecker
2
-4
/
+4
2017-10-27
sched/isolation: Use its own static key
Frederic Weisbecker
1
-4
/
+9
2017-10-27
sched/isolation: Make the housekeeping cpumask private
Frederic Weisbecker
1
-1
/
+35
2017-10-27
sched/isolation, watchdog: Use housekeeping_cpumask() instead of ad-hoc version
Frederic Weisbecker
1
-8
/
+3
2017-10-27
sched/isolation: Move housekeeping related code to its own file
Frederic Weisbecker
8
-18
/
+39
2017-10-26
sched/idle: Micro-optimize the idle loop
Cheng Jian
1
-1
/
+2
2017-10-25
workqueue: Remove now redundant lock acquisitions wrt. workqueue flushes
Byungchul Park
1
-16
/
+3
2017-10-25
locking/lockdep: Introduce CONFIG_BOOTPARAM_LOCKDEP_CROSSRELEASE_FULLSTACK=y
Byungchul Park
1
-0
/
+4
2017-10-25
locking/lockdep: Add a boot parameter allowing unwind in cross-release and di...
Byungchul Park
1
-2
/
+17
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
8
-11
/
+11
2017-10-25
locking/atomics, workqueue: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()
Mark Rutland
1
-2
/
+2
2017-10-25
locking/qrwlock: Prevent slowpath writers getting held up by fastpath
Will Deacon
1
-15
/
+5
2017-10-25
locking/qrwlock: Use atomic_cond_read_acquire() when spinning in qrwlock
Will Deacon
1
-38
/
+12
2017-10-25
locking/qrwlock: Use 'struct qrwlock' instead of 'struct __qrwlock'
Will Deacon
1
-24
/
+2
2017-10-24
locking/barriers: Convert users of lockless_dereference() to READ_ONCE()
Will Deacon
3
-4
/
+4
2017-10-24
Merge tag 'v4.14-rc6' into locking/core, to pick up fixes
Ingo Molnar
21
-172
/
+292
2017-10-24
sched/isolcpus: Fix "isolcpus=" boot parameter handling when !CONFIG_CPUMASK_...
Rakib Mullick
1
-2
/
+2
2017-10-24
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
9
-67
/
+196
2017-10-23
Merge branch 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-22
/
+15
2017-10-22
Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+5
2017-10-22
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-3
/
+12
[prev]
[next]