index
:
litmus-rt-budgetable-locks.git/.git
update_litmus_2019
Unnamed repository; edit this file 'description' to name the repository.
Zelin Tong
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
*
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2017-11-05
|
\
|
*
Merge branch 'linus' into perf/urgent, to pick up dependent commits
Ingo Molnar
2017-11-03
|
|
\
|
*
|
perf/cgroup: Fix perf cgroup hierarchy support
Tejun Heo
2017-10-30
*
|
|
Merge branch 'linus' into core/urgent, to pick up dependent commits
Ingo Molnar
2017-11-04
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2017-11-02
|
|
\
\
|
|
*
|
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
|
*
|
|
futex: futex_wake_op, do not fail on invalid op
Jiri Slaby
2017-11-02
|
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2017-11-01
|
|
\
\
\
|
|
*
|
|
signal: Fix name of SIGEMT in #if defined() check
Andrew Clayton
2017-11-01
|
*
|
|
|
bpf: remove SK_REDIRECT from UAPI
John Fastabend
2017-10-31
*
|
|
|
|
watchdog/hardlockup/perf: Use atomics to track in-use cpu counter
Don Zickus
2017-11-01
*
|
|
|
|
watchdog/harclockup/perf: Revert a33d44843d45 ("watchdog/hardlockup/perf: Sim...
Thomas Gleixner
2017-11-01
*
|
|
|
|
futex: Fix more put_pi_state() vs. exit_pi_state_list() races
Peter Zijlstra
2017-11-01
|
/
/
/
/
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2017-10-29
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
bpf: rename sk_actions to align with bpf infrastructure
John Fastabend
2017-10-28
|
*
|
|
bpf: bpf_compute_data uses incorrect cb structure
John Fastabend
2017-10-28
*
|
|
|
Merge branch 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-10-23
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
workqueue: replace pool->manager_arb mutex with a flag
Tejun Heo
2017-10-10
*
|
|
|
Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2017-10-22
|
\
\
\
\
|
*
|
|
|
cpu/hotplug: Reset node state after operation
Thomas Gleixner
2017-10-21
*
|
|
|
|
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2017-10-22
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
Merge tag 'irqchip-4.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Thomas Gleixner
2017-10-16
|
|
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
genirq: generic chip: remove irq_gc_mask_disable_reg_and_ack()
Doug Berger
2017-10-13
|
|
*
|
|
genirq: generic chip: Add irq_gc_mask_disable_and_ack_set()
Doug Berger
2017-10-13
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2017-10-21
|
\
\
\
\
\
|
*
|
|
|
|
bpf: fix pattern matches for direct packet access
Daniel Borkmann
2017-10-21
|
*
|
|
|
|
bpf: fix off by one for range markings with L{T, E} patterns
Daniel Borkmann
2017-10-21
|
*
|
|
|
|
bpf: devmap fix arithmetic overflow in bitmap_size calculation
John Fastabend
2017-10-21
|
*
|
|
|
|
bpf: require CAP_NET_ADMIN when using devmap
John Fastabend
2017-10-20
|
*
|
|
|
|
bpf: require CAP_NET_ADMIN when using sockmap maps
John Fastabend
2017-10-20
|
*
|
|
|
|
bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb region
John Fastabend
2017-10-20
|
*
|
|
|
|
bpf: enforce TCP only support for sockmap
John Fastabend
2017-10-20
|
*
|
|
|
|
bpf: do not test for PCPU_MIN_UNIT_SIZE before percpu allocations
Daniel Borkmann
2017-10-19
|
*
|
|
|
|
bpf: fix splat for illegal devmap percpu allocation
Daniel Borkmann
2017-10-19
|
*
|
|
|
|
bpf: disallow arithmetic operations on context pointer
Jakub Kicinski
2017-10-18
|
*
|
|
|
|
Revert "net: defer call to cgroup_sk_alloc()"
Eric Dumazet
2017-10-10
|
*
|
|
|
|
net: defer call to cgroup_sk_alloc()
Eric Dumazet
2017-10-09
*
|
|
|
|
|
waitid(): Avoid unbalanced user_access_end() on access_ok() error
Kees Cook
2017-10-20
*
|
|
|
|
|
doc: Fix various RCU docbook comment-header problems
Paul E. McKenney
2017-10-19
*
|
|
|
|
|
membarrier: Provide register expedited private command
Mathieu Desnoyers
2017-10-19
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2017-10-14
|
\
\
\
\
\
|
*
|
|
|
|
sched/core: Ensure load_balance() respects the active_mask
Peter Zijlstra
2017-10-10
|
*
|
|
|
|
sched/core: Address more wake_affine() regressions
Peter Zijlstra
2017-10-10
|
*
|
|
|
|
sched/core: Fix wake_affine() performance regression
Peter Zijlstra
2017-10-10
|
|
/
/
/
/
*
|
|
|
|
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2017-10-14
|
\
\
\
\
\
|
*
|
|
|
|
perf/core: Fix cgroup time when scheduling descendants
leilei.lin
2017-10-10
|
*
|
|
|
|
perf/core: Avoid freeing static PMU contexts when PMU is unregistered
Will Deacon
2017-10-10
*
|
|
|
|
|
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2017-10-14
|
\
\
\
\
\
\
|
*
|
|
|
|
|
locking/lockdep: Fix stacktrace mess
Peter Zijlstra
2017-10-10
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2017-10-14
|
\
\
\
\
\
\
[next]