index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2019-02-04
powerpc: Drop page_is_ram() and walk_system_ram_range()
Christophe Leroy
-4
/
+0
2019-02-04
genirq: export irq_chip_set_wake_parent symbol
Brian Masney
-0
/
+1
2019-02-04
sched/fair: Fix insertion in rq->leaf_cfs_rq_list
Vincent Guittot
-5
/
+28
2019-02-04
sched/fair: Add tmp_alone_branch assertion
Peter Zijlstra
-55
/
+71
2019-02-04
sched/core: Use READ_ONCE()/WRITE_ONCE() in move_queued_task()/task_rq_lock()
Andrea Parri
-7
/
+8
2019-02-04
sched/debug: Initialize sd_sysctl_cpus if !CONFIG_CPUMASK_OFFSTACK
Hidetoshi Seto
-0
/
+4
2019-02-04
sched/pelt: Skip updating util_est when utilization is higher than CPU's capa...
Vincent Guittot
-5
/
+16
2019-02-04
sched/fair: Update scale invariance of PELT
Vincent Guittot
-52
/
+170
2019-02-04
sched/fair: Move the rq_of() helper function
Vincent Guittot
-13
/
+16
2019-02-04
locking/qspinlock_stat: Track the no MCS node available case
Waiman Long
-7
/
+17
2019-02-04
locking/qspinlock: Handle > 4 slowpath nesting levels
Waiman Long
-0
/
+15
2019-02-04
sched/wake_q: Reduce reference counting for special users
Davidlohr Bueso
-21
/
+46
2019-02-04
locking/lockdep: Add debug_locks check in __lock_downgrade()
Waiman Long
-0
/
+3
2019-02-04
Merge tag 'v5.0-rc5' into locking/core to pick up fixes
Ingo Molnar
-55
/
+97
2019-02-04
sched/core: Convert task_struct.stack_refcount to refcount_t
Elena Reshetova
-3
/
+3
2019-02-04
sched/core: Convert task_struct.usage to refcount_t
Elena Reshetova
-2
/
+2
2019-02-04
sched/fair: Convert numa_group.refcount to refcount_t
Elena Reshetova
-6
/
+6
2019-02-04
sched/core: Convert signal_struct.sigcnt to refcount_t
Elena Reshetova
-3
/
+3
2019-02-04
sched/core: Convert sighand_struct.count to refcount_t
Elena Reshetova
-4
/
+4
2019-02-04
perf/ring_buffer: Convert ring_buffer.aux_refcount to refcount_t
Elena Reshetova
-5
/
+5
2019-02-04
perf/ring_buffer: Convert ring_buffer.refcount to refcount_t
Elena Reshetova
-4
/
+5
2019-02-04
perf: Convert perf_event_context.refcount to refcount_t
Elena Reshetova
-6
/
+6
2019-02-04
perf/uprobes: Convert to SPDX license identifier
Thomas Gleixner
-14
/
+1
2019-02-04
perf/hw_breakpoints: Convert to SPDX license identifier
Thomas Gleixner
-14
/
+1
2019-02-04
perf/core: Convert to SPDX license identifiers
Thomas Gleixner
-6
/
+3
2019-02-04
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
-66
/
+134
2019-02-04
perf/core: Don't WARN() for impossible ring-buffer sizes
Mark Rutland
-0
/
+3
2019-02-03
audit: remove audit_context when CONFIG_ AUDIT and not AUDITSYSCALL
Richard Guy Briggs
-166
/
+158
2019-02-03
Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-35
/
+6
2019-02-03
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-7
/
+7
2019-02-01
psi: fix aggregation idle shut-off
Johannes Weiner
-5
/
+45
2019-02-01
kernel/exit.c: release ptraced tasks before zap_pid_ns_processes
Andrei Vagin
-2
/
+10
2019-02-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
-30
/
+50
2019-02-01
bpf: introduce BPF_F_LOCK flag
Alexei Starovoitov
-14
/
+107
2019-02-01
bpf: add support for bpf_spin_lock to cgroup local storage
Alexei Starovoitov
-1
/
+6
2019-02-01
bpf: introduce bpf_spin_lock
Alexei Starovoitov
-19
/
+331
2019-02-01
dma-debug: add dumping facility via debugfs
Corentin Labbe
-0
/
+28
2019-02-01
dma: debug: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
-76
/
+12
2019-02-01
dma-mapping: remove the default map_resource implementation
Christoph Hellwig
-0
/
+14
2019-02-01
pipe: stop using ->can_merge
Jann Horn
-3
/
+0
2019-01-31
audit: remove unused actx param from audit_rule_match
Richard Guy Briggs
-10
/
+13
2019-01-31
bpf: Fix syscall's stackmap lookup potential deadlock
Martin KaFai Lau
-2
/
+10
2019-01-31
bpf: fix potential deadlock in bpf_prog_register
Alexei Starovoitov
-12
/
+2
2019-01-31
bpf: fix lockdep false positive in percpu_freelist
Alexei Starovoitov
-14
/
+35
2019-01-31
bpf: run bpf programs with preemption disabled
Alexei Starovoitov
-1
/
+1
2019-01-31
cgroup/pids: turn cgroup_subsys->free() into cgroup_subsys->release() to fix ...
Oleg Nesterov
-8
/
+12
2019-01-31
async: Add support for queueing on specific NUMA node
Alexander Duyck
-24
/
+29
2019-01-31
workqueue: Provide queue_work_node to queue work near a given NUMA node
Alexander Duyck
-0
/
+84
2019-01-31
relay: check return of create_buf_file() properly
Greg Kroah-Hartman
-1
/
+3
2019-01-31
bpf, cgroups: clean up kerneldoc warnings
Valdis Kletnieks
-2
/
+3
[prev]
[next]