index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
1
-3
/
+17
2016-11-21
PM / sleep / ACPI: Use the ACPI_FADT_LOW_POWER_S0 flag
Rafael J. Wysocki
1
-2
/
+2
2016-11-21
PM / sleep: System sleep state selection interface rework
Rafael J. Wysocki
3
-31
/
+132
2016-11-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-23
/
+47
2016-11-21
bpf, mlx5: fix mlx5e_create_rq taking reference on prog
Daniel Borkmann
1
-0
/
+1
2016-11-21
perf/core: Fix address filter parser
Alexander Shishkin
1
-0
/
+2
2016-11-21
sched/wake_q: Rename WAKE_Q to DEFINE_WAKE_Q
Waiman Long
4
-11
/
+11
2016-11-20
audit: fix formatting of AUDIT_CONFIG_CHANGE events
Steve Grubb
4
-10
/
+6
2016-11-20
audit: skip sessionid sentinel value when auto-incrementing
Richard Guy Briggs
1
-1
/
+4
2016-11-18
lockdep: Limit static allocations if PROVE_LOCKING_SMALL is defined
Babu Moger
1
-3
/
+17
2016-11-18
netns: make struct pernet_operations::id unsigned int
Alexey Dobriyan
1
-1
/
+1
2016-11-17
kernel/printk: Block cpuhotplug callback when tasks are frozen
Thomas Gleixner
1
-2
/
+4
2016-11-17
Merge branch 'x86/cpufeature' into x86/asm, to pick up dependency
Ingo Molnar
4
-22
/
+11
2016-11-16
cpufreq: schedutil: irq-work and mutex are only used in slow path
Viresh Kumar
1
-5
/
+8
2016-11-16
cpufreq: schedutil: move slow path from workqueue to SCHED_FIFO task
Viresh Kumar
1
-7
/
+78
2016-11-16
cpufreq: schedutil: enable fast switch earlier
Viresh Kumar
1
-6
/
+11
2016-11-16
cpufreq: schedutil: Avoid indented labels
Viresh Kumar
1
-3
/
+3
2016-11-16
bpf: fix range arithmetic for bpf map access
Josef Bacik
1
-23
/
+47
2016-11-16
genirq/affinity: Use default affinity mask for reserved vectors
Thomas Gleixner
1
-2
/
+2
2016-11-16
genirq/affinity: Take reserved vectors into account when spreading irqs
Christoph Hellwig
1
-3
/
+5
2016-11-16
bpf: Fix compilation warning in __bpf_lru_list_rotate_inactive
Martin KaFai Lau
1
-1
/
+1
2016-11-16
sched/fair: Fix task group initialization
Vincent Guittot
1
-1
/
+1
2016-11-16
sched/fair: Propagate asynchrous detach
Vincent Guittot
1
-0
/
+6
2016-11-16
sched/fair: Propagate load during synchronous attach/detach
Vincent Guittot
2
-1
/
+188
2016-11-16
sched/fair: Factorize PELT update
Vincent Guittot
1
-51
/
+25
2016-11-16
sched/fair: Fix hierarchical order in rq->leaf_cfs_rq_list
Vincent Guittot
3
-7
/
+49
2016-11-16
sched/fair: Factorize attach/detach entity
Vincent Guittot
1
-22
/
+31
2016-11-16
sched/fair: Fix incorrect comment for capacity_margin
Morten Rasmussen
1
-1
/
+1
2016-11-16
sched/fair: Avoid pulling tasks from non-overloaded higher capacity groups
Morten Rasmussen
1
-0
/
+25
2016-11-16
sched/fair: Add per-CPU min capacity to sched_group_capacity
Morten Rasmussen
3
-7
/
+16
2016-11-16
sched/fair: Consider spare capacity in find_idlest_group()
Morten Rasmussen
1
-5
/
+45
2016-11-16
sched/fair: Compute task/cpu utilization at wake-up correctly
Morten Rasmussen
1
-4
/
+35
2016-11-16
sched/cpuacct: Avoid %lld seq_printf warning
Martin Schwidefsky
1
-1
/
+1
2016-11-16
Merge branch 'linus' into sched/core, to pick up fixes
Ingo Molnar
7
-30
/
+39
2016-11-16
locking/core: Remove cpu_relax_lowlatency() users
Christian Borntraeger
5
-12
/
+12
2016-11-16
locking/core, stop_machine: Yield the CPU during stop machine()
Christian Borntraeger
1
-1
/
+1
2016-11-16
posix-timers: Make them configurable
Nicolas Pitre
9
-8
/
+164
2016-11-16
posix_cpu_timers: Move the add_device_randomness() call to a proper place
Nicolas Pitre
2
-4
/
+4
2016-11-16
timer: Move sys_alarm from timer.c to itimer.c
Nicolas Pitre
2
-14
/
+14
2016-11-15
ftrace: Provide API to use global filtering for ftrace ops
Joel Fernandes
1
-0
/
+17
2016-11-15
tracing: Add new trace_marker_raw
Steven Rostedt
4
-31
/
+181
2016-11-15
bpf: Add BPF_MAP_TYPE_LRU_PERCPU_HASH
Martin KaFai Lau
2
-8
/
+129
2016-11-15
bpf: Add BPF_MAP_TYPE_LRU_HASH
Martin KaFai Lau
1
-14
/
+252
2016-11-15
bpf: Refactor codes handling percpu map
Martin KaFai Lau
1
-26
/
+21
2016-11-15
bpf: Add percpu LRU list
Martin KaFai Lau
2
-19
/
+151
2016-11-15
bpf: LRU List
Martin KaFai Lau
3
-1
/
+648
2016-11-15
Merge tag 'trace-v4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
1
-1
/
+23
2016-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
8
-38
/
+23
2016-11-15
perf/core: Do not set cpuctx->cgrp for unscheduled cgroups
David Carrillo-Cisneros
1
-0
/
+11
2016-11-15
sched/cputime: Simplify task_cputime()
Stanislaw Gruszka
2
-44
/
+17
[prev]
[next]