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
2019-02-06
function_graph: Support displaying relative timestamp
Changbin Du
4
-6
/
+32
2019-02-06
perf/aux: Make perf_event accessible to setup_aux()
Mathieu Poirier
1
-1
/
+1
2019-02-06
livepatch: Module coming and going callbacks can proceed with all listed patches
Petr Mladek
1
-20
/
+6
2019-02-06
livepatch: Introduce klp_for_each_patch macro
Petr Mladek
3
-5
/
+11
2019-02-06
livepatch: core: Return EOPNOTSUPP instead of ENOSYS
Alice Ferrazzi
1
-1
/
+1
2019-02-05
irqdesc: Add domain handler for NMIs
Julien Thierry
1
-0
/
+35
2019-02-05
genirq: Provide NMI handlers
Julien Thierry
1
-0
/
+54
2019-02-05
genirq: Provide NMI management for percpu_devid interrupts
Julien Thierry
1
-0
/
+177
2019-02-05
genirq: Provide basic NMI management for interrupt lines
Julien Thierry
3
-3
/
+233
2019-02-05
signal: Always attempt to allocate siginfo for SIGSTOP
Eric W. Biederman
1
-3
/
+2
2019-02-04
Merge tag 'v5.0-rc5' into rdma.git for-next
Jason Gunthorpe
23
-91
/
+234
2019-02-04
powerpc: Drop page_is_ram() and walk_system_ram_range()
Christophe Leroy
1
-4
/
+0
2019-02-04
genirq: export irq_chip_set_wake_parent symbol
Brian Masney
1
-0
/
+1
2019-02-04
sched/fair: Fix insertion in rq->leaf_cfs_rq_list
Vincent Guittot
1
-5
/
+28
2019-02-04
sched/fair: Add tmp_alone_branch assertion
Peter Zijlstra
1
-55
/
+71
2019-02-04
sched/core: Use READ_ONCE()/WRITE_ONCE() in move_queued_task()/task_rq_lock()
Andrea Parri
2
-7
/
+8
2019-02-04
sched/debug: Initialize sd_sysctl_cpus if !CONFIG_CPUMASK_OFFSTACK
Hidetoshi Seto
1
-0
/
+4
2019-02-04
sched/pelt: Skip updating util_est when utilization is higher than CPU's capacity
Vincent Guittot
2
-5
/
+16
2019-02-04
sched/fair: Update scale invariance of PELT
Vincent Guittot
7
-52
/
+170
2019-02-04
sched/fair: Move the rq_of() helper function
Vincent Guittot
2
-13
/
+16
2019-02-04
locking/qspinlock_stat: Track the no MCS node available case
Waiman Long
2
-7
/
+17
2019-02-04
locking/qspinlock: Handle > 4 slowpath nesting levels
Waiman Long
1
-0
/
+15
2019-02-04
sched/wake_q: Reduce reference counting for special users
Davidlohr Bueso
3
-21
/
+46
2019-02-04
locking/lockdep: Add debug_locks check in __lock_downgrade()
Waiman Long
1
-0
/
+3
2019-02-04
Merge tag 'v5.0-rc5' into locking/core to pick up fixes
Ingo Molnar
15
-55
/
+97
2019-02-04
sched/core: Convert task_struct.stack_refcount to refcount_t
Elena Reshetova
1
-3
/
+3
2019-02-04
sched/core: Convert task_struct.usage to refcount_t
Elena Reshetova
1
-2
/
+2
2019-02-04
sched/fair: Convert numa_group.refcount to refcount_t
Elena Reshetova
1
-6
/
+6
2019-02-04
sched/core: Convert signal_struct.sigcnt to refcount_t
Elena Reshetova
1
-3
/
+3
2019-02-04
sched/core: Convert sighand_struct.count to refcount_t
Elena Reshetova
1
-4
/
+4
2019-02-04
perf/ring_buffer: Convert ring_buffer.aux_refcount to refcount_t
Elena Reshetova
3
-5
/
+5
2019-02-04
perf/ring_buffer: Convert ring_buffer.refcount to refcount_t
Elena Reshetova
3
-4
/
+5
2019-02-04
perf: Convert perf_event_context.refcount to refcount_t
Elena Reshetova
1
-6
/
+6
2019-02-04
perf/uprobes: Convert to SPDX license identifier
Thomas Gleixner
1
-14
/
+1
2019-02-04
perf/hw_breakpoints: Convert to SPDX license identifier
Thomas Gleixner
1
-14
/
+1
2019-02-04
perf/core: Convert to SPDX license identifiers
Thomas Gleixner
3
-6
/
+3
2019-02-04
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
19
-66
/
+134
2019-02-04
perf/core: Don't WARN() for impossible ring-buffer sizes
Mark Rutland
1
-0
/
+3
2019-02-03
audit: remove audit_context when CONFIG_ AUDIT and not AUDITSYSCALL
Richard Guy Briggs
3
-166
/
+158
2019-02-03
Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-35
/
+6
2019-02-03
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-7
/
+7
2019-02-01
psi: fix aggregation idle shut-off
Johannes Weiner
3
-5
/
+45
2019-02-01
kernel/exit.c: release ptraced tasks before zap_pid_ns_processes
Andrei Vagin
1
-2
/
+10
2019-02-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
7
-30
/
+50
2019-02-01
bpf: introduce BPF_F_LOCK flag
Alexei Starovoitov
5
-14
/
+107
2019-02-01
bpf: add support for bpf_spin_lock to cgroup local storage
Alexei Starovoitov
3
-1
/
+6
2019-02-01
bpf: introduce bpf_spin_lock
Alexei Starovoitov
9
-19
/
+331
2019-02-01
dma-debug: add dumping facility via debugfs
Corentin Labbe
1
-0
/
+28
2019-02-01
dma: debug: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-75
/
+11
2019-02-01
dma-mapping: remove the default map_resource implementation
Christoph Hellwig
1
-0
/
+14
[prev]
[next]