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-11-13
perf/core: Fix missing static inline on perf_cgroup_switch()
Ben Dooks (Codethink)
1
-1
/
+1
2019-11-13
perf/core: Consistently fail fork on allocation failures
Alexander Shishkin
1
-1
/
+1
2019-11-13
perf/aux: Disallow aux_output for kernel events
Alexander Shishkin
1
-0
/
+7
2019-11-13
perf/core: Reattach a misplaced comment
Alexander Shishkin
1
-4
/
+3
2019-11-13
perf/aux: Fix the aux_output group inheritance fix
Alexander Shishkin
1
-1
/
+1
2019-11-13
perf/core: Disallow uncore-cgroup events
Peter Zijlstra
1
-0
/
+9
2019-11-13
sched/pelt: Fix update of blocked PELT ordering
Vincent Guittot
1
-9
/
+20
2019-11-13
sched/core: Avoid spurious lock dependencies
Peter Zijlstra
1
-1
/
+2
2019-11-12
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+26
2019-11-12
cgroup: use cgrp->kn->id as the cgroup ID
Tejun Heo
4
-55
/
+29
2019-11-12
kernfs: use 64bit inos if ino_t is 64bit
Tejun Heo
1
-4
/
+17
2019-11-12
kernfs: combine ino/id lookup functions into kernfs_find_and_get_node_by_id()
Tejun Heo
1
-1
/
+1
2019-11-12
kernfs: convert kernfs_node->id from union kernfs_node_id to u64
Tejun Heo
4
-40
/
+34
2019-11-12
sched/Kconfig: Fix spelling mistake in user-visible help text
Srivatsa S. Bhat (VMware)
1
-1
/
+1
2019-11-12
time: Fix spelling mistake in comment
Mukesh Ojha
1
-1
/
+1
2019-11-12
time: Optimize ns_to_timespec64()
Arnd Bergmann
1
-9
/
+12
2019-11-12
ntp/y2038: Remove incorrect time_t truncation
Arnd Bergmann
1
-1
/
+1
2019-11-11
cpuidle: Use nanoseconds as the unit of time
Rafael J. Wysocki
1
-1
/
+1
2019-11-11
Merge branch 'for-5.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Linus Torvalds
1
-1
/
+1
2019-11-11
kheaders: explain why include/config/autoconf.h is excluded from md5sum
Masahiro Yamada
1
-2
/
+9
2019-11-11
kheaders: remove the last bashism to allow sh to run it
Masahiro Yamada
2
-7
/
+8
2019-11-11
kheaders: optimize header copy for in-tree builds
Masahiro Yamada
1
-7
/
+9
2019-11-11
kheaders: optimize md5sum calculation for in-tree builds
Masahiro Yamada
1
-16
/
+16
2019-11-11
kheaders: remove unneeded 'cat' command piped to 'head' / 'tail'
Masahiro Yamada
1
-4
/
+4
2019-11-11
dma-debug: increase HASH_SIZE
Eric Dumazet
1
-2
/
+2
2019-11-11
dma-debug: reorder struct dma_debug_entry fields
Eric Dumazet
1
-7
/
+7
2019-11-11
dma-mapping: merge the generic remapping helpers into dma-direct
Christoph Hellwig
2
-61
/
+48
2019-11-11
dma-direct: provide mmap and get_sgtable method overrides
Christoph Hellwig
4
-47
/
+75
2019-11-11
stacktrace: Get rid of unneeded '!!' pattern
Jiri Slaby
1
-2
/
+2
2019-11-11
irq_work: Slightly simplify IRQ_WORK_PENDING clearing
Frederic Weisbecker
1
-4
/
+3
2019-11-11
irq_work: Fix irq_work_claim() memory ordering
Frederic Weisbecker
1
-15
/
+7
2019-11-11
irq_work: Convert flags to atomic_t
Frederic Weisbecker
4
-12
/
+12
2019-11-11
sched/core: Further clarify sched_class::set_next_task()
Peter Zijlstra
6
-11
/
+17
2019-11-11
sched/fair: Use mul_u32_u32()
Peter Zijlstra
1
-2
/
+1
2019-11-11
sched/core: Simplify sched_class::pick_next_task()
Peter Zijlstra
7
-35
/
+16
2019-11-11
sched/core: Optimize pick_next_task()
Peter Zijlstra
4
-5
/
+8
2019-11-11
sched/core: Make pick_next_task_idle() more consistent
Peter Zijlstra
2
-4
/
+5
2019-11-11
sched/fair: Better document newidle_balance()
Peter Zijlstra
1
-0
/
+5
2019-11-11
Merge tag 'v5.4-rc7' into sched/core, to pick up fixes
Ingo Molnar
46
-350
/
+836
2019-11-11
Merge tag 'v5.4-rc7' into perf/core, to pick up fixes
Ingo Molnar
17
-89
/
+224
2019-11-10
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-6
/
+3
2019-11-10
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
7
-59
/
+113
2019-11-10
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2019-11-10
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+4
2019-11-10
audit_get_nd(): don't unlock parent too early
Al Viro
1
-1
/
+1
2019-11-10
cgroup: don't put ERR_PTR() into fc->root
Al Viro
1
-2
/
+3
2019-11-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
3
-5
/
+39
2019-11-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2
-4
/
+7
2019-11-08
sched: Fix pick_next_task() vs 'change' pattern race
Peter Zijlstra
7
-58
/
+112
2019-11-08
sched/core: Fix compilation error when cgroup not selected
Qais Yousef
1
-1
/
+1
[prev]
[next]