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-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
2019-11-08
Merge branches 'for-next/elf-hwcap-docs', 'for-next/smccc-conduit-cleanup', 'for-next/zone-dma', 'for-next/relax-icc_pmr_el1-sync', 'for-next/double-page-fault', 'for-next/misc', 'for-next/kselftest-arm64-signal' and 'for-next/kaslr-diagnostics' into for-next/core
Catalin Marinas
1
-7
/
+6
2019-11-08
ftrace: Separate out functionality from ftrace_location_range()
Steven Rostedt (VMware)
1
-15
/
+23
2019-11-08
ftrace: Separate out the copying of a ftrace_hash from __ftrace_hash_move()
Steven Rostedt (VMware)
1
-12
/
+17
2019-11-07
bpf: Add array support to btf_struct_access
Martin KaFai Lau
1
-29
/
+166
2019-11-07
dma-direct: remove the dma_handle argument to __dma_direct_alloc_pages
Christoph Hellwig
2
-3
/
+3
2019-11-07
dma-direct: remove __dma_direct_free_pages
Christoph Hellwig
2
-10
/
+5
2019-11-07
cgroup: freezer: don't change task and cgroups status unnecessarily
Honglei Wang
1
-0
/
+9
2019-11-07
cpufreq: Initialize the governors in core_initcall
Amit Kucheria
1
-1
/
+1
2019-11-06
bpf: Account for insn->off when doing bpf_probe_read_kernel
Martin KaFai Lau
1
-1
/
+1
2019-11-07
bpf, offload: Unlock on error in bpf_offload_dev_create()
Dan Carpenter
1
-1
/
+3
2019-11-06
hrtimer: Annotate lockless access to timer->state
Eric Dumazet
1
-4
/
+7
2019-11-06
cgroup: use cgroup->last_bstat instead of cgroup->bstat_pending for consistency
Tejun Heo
1
-20
/
+24
2019-11-06
module/ftrace: handle patchable-function-entry
Mark Rutland
1
-1
/
+1
2019-11-06
ftrace: add ftrace_init_nop()
Mark Rutland
1
-3
/
+3
2019-11-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2
-4
/
+7
2019-11-05
Merge tag 'for-linus-2019-11-05' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
Linus Torvalds
1
-1
/
+32
2019-11-05
clone3: validate stack arguments
Christian Brauner
1
-1
/
+32
2019-11-05
irq/irqdomain: Update __irq_domain_alloc_fwnode() function documentation
Yi Wang
1
-1
/
+1
2019-11-04
timekeeping/vsyscall: Update VDSO data unconditionally
Huacai Chen
1
-6
/
+3
2019-11-04
stacktrace: Don't skip first entry on noncurrent tasks
Jiri Slaby
1
-2
/
+4
2019-11-04
ftrace: Introduce PERMANENT ftrace_ops flag
Miroslav Benes
2
-3
/
+23
[prev]
[next]