index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-10
seccomp: make function __get_seccomp_filter static
Colin Ian King
1
-1
/
+1
2017-10-10
workqueue: replace pool->manager_arb mutex with a flag
Tejun Heo
1
-22
/
+15
2017-10-10
audit: Record fanotify access control decisions
Steve Grubb
1
-0
/
+6
2017-10-10
locking/core: Remove {read,spin,write}_can_lock()
Will Deacon
1
-4
/
+2
2017-10-10
locking/rwsem: Add down_read_killable()
Kirill Tkhai
1
-0
/
+16
2017-10-10
sched/rt: Simplify the IPI based RT balancing logic
Steven Rostedt (Red Hat)
3
-208
/
+138
2017-10-10
sched/fair: Fix usage of find_idlest_group() when the local group is idlest
Brendan Jackman
1
-1
/
+1
2017-10-10
sched/fair: Fix usage of find_idlest_group() when no groups are allowed
Brendan Jackman
1
-0
/
+5
2017-10-10
sched/fair: Fix find_idlest_group() when local group is not allowed
Brendan Jackman
1
-2
/
+3
2017-10-10
sched/fair: Remove unnecessary comparison with -1
Brendan Jackman
1
-1
/
+1
2017-10-10
sched/fair: Move select_task_rq_fair() slow-path into its own function
Brendan Jackman
1
-35
/
+48
2017-10-10
sched/fair: Force balancing on NOHZ balance if local group has capacity
Brendan Jackman
1
-2
/
+5
2017-10-10
sched/fair: Sync task util before slow-path wakeup
Brendan Jackman
1
-1
/
+10
2017-10-10
sched/fair: Search a task from the tail of the queue
Uladzislau Rezki
1
-8
/
+16
2017-10-10
sched/topology: Introduce NUMA identity node sched domain
Suravee Suthikulpanit
1
-3
/
+15
2017-10-10
sched/topology: Restore SD_PREFER_SIBLING on MC domains
Peter Zijlstra
1
-0
/
+1
2017-10-10
sched/deadline: Rename __dl_clear() to __dl_sub()
Peter Zijlstra
2
-6
/
+6
2017-10-10
sched/deadline: Fix switching to -deadline
Luca Abeni
1
-7
/
+4
2017-10-10
sched/headers: Remove duplicate prototype of __dl_clear_params()
luca abeni
1
-1
/
+0
2017-10-10
sched/debug: Rename task-state printing helpers
Peter Zijlstra
2
-10
/
+10
2017-10-10
sched/idle: Move quiet_vmstate() into the NOHZ code
Peter Zijlstra
2
-1
/
+2
2017-10-10
Merge branch 'sched/urgent' into sched/core, to pick up fixes
Ingo Molnar
25
-831
/
+927
2017-10-10
sched/core: Ensure load_balance() respects the active_mask
Peter Zijlstra
1
-0
/
+7
2017-10-10
sched/core: Address more wake_affine() regressions
Peter Zijlstra
2
-0
/
+43
2017-10-10
sched/core: Fix wake_affine() performance regression
Peter Zijlstra
2
-111
/
+16
2017-10-10
perf/core: Fix cgroup time when scheduling descendants
leilei.lin
1
-1
/
+1
2017-10-10
perf/core: Avoid freeing static PMU contexts when PMU is unregistered
Will Deacon
1
-0
/
+8
2017-10-10
locking/lockdep: Fix stacktrace mess
Peter Zijlstra
1
-28
/
+20
2017-10-09
net: defer call to cgroup_sk_alloc()
Eric Dumazet
1
-11
/
+0
2017-10-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
7
-517
/
+375
2017-10-09
waitid(): Add missing access_ok() checks
Kees Cook
1
-0
/
+6
2017-10-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-0
/
+6
2017-10-09
rcutorture: Dump writer stack if stalled
Paul E. McKenney
2
-0
/
+7
2017-10-09
rcutorture: Add interrupt-disable capability to stall-warning tests
Paul E. McKenney
1
-5
/
+13
2017-10-09
rcu: Suppress RCU CPU stall warnings while dumping trace
Paul E. McKenney
2
-0
/
+18
2017-10-09
rcu: Turn off tracing before dumping trace
Paul E. McKenney
1
-1
/
+3
2017-10-09
rcu: Make RCU CPU stall warnings check for irq-disabled CPUs
Paul E. McKenney
3
-13
/
+103
2017-10-09
sched,rcu: Make cond_resched() provide RCU quiescent state
Paul E. McKenney
2
-20
/
+6
2017-10-09
sched: Make resched_cpu() unconditional
Paul E. McKenney
1
-2
/
+1
2017-10-09
irq_work: Map irq_work_on_queue() to irq_work_on() in !SMP
Paul E. McKenney
1
-3
/
+6
2017-10-09
rcu: Create call_rcu_tasks() kthread at boot time
Paul E. McKenney
1
-19
/
+5
2017-10-09
rcu: Fix up pending cbs check in rcu_prepare_for_idle
Neeraj Upadhyay
1
-1
/
+1
2017-10-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-0
/
+1
2017-10-09
netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'
Shmulik Ladkani
1
-0
/
+1
2017-10-09
Merge back suspend/resume/hibernate material for v4.15.
Rafael J. Wysocki
3
-90
/
+77
2017-10-09
genirq/cpuhotplug: Enforce affinity setting on startup of managed irqs
Thomas Gleixner
2
-1
/
+4
2017-10-09
genirq/cpuhotplug: Add sanity check for effective affinity mask
Thomas Gleixner
1
-1
/
+27
2017-10-09
genirq: Warn when effective affinity is not updated
Thomas Gleixner
1
-0
/
+14
2017-10-07
bpf: Append prog->aux->name in bpf_get_prog_name()
Martin KaFai Lau
1
-2
/
+15
2017-10-07
bpf: Change bpf_obj_name_cpy() to better ensure map's name is init by 0
Martin KaFai Lau
1
-3
/
+2
[prev]
[next]