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
2020-10-12
Merge tag 'core-static_call-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
17
-148
/
+687
2020-10-12
Merge tag 'locking-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
10
-448
/
+1050
2020-10-12
Merge tag 'sched-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
7
-108
/
+305
2020-10-12
Merge tag 'x86-irq-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-34
/
+67
2020-10-12
Merge tag 'irq-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
8
-11
/
+178
2020-10-12
Merge tag 'timers-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-20
/
+93
2020-10-12
Merge tag 'core-debugobjects-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
5
-8
/
+8
2020-10-12
Merge tag 'x86_cleanups_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2020-10-12
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
1
-5
/
+3
2020-10-12
kprobes: Replace rp->free_instance with freelist
Peter Zijlstra
1
-31
/
+23
2020-10-12
kprobes: Remove kretprobe hash
Peter Zijlstra
3
-167
/
+76
2020-10-12
module: statically initialize init section freeing data
Daniel Jordan
1
-10
/
+3
2020-10-12
perf/core: Fix race in the perf_mmap_close() function
Jiri Olsa
1
-3
/
+4
2020-10-12
Merge branch 'printk-rework' into for-linus
Petr Mladek
6
-573
/
+3038
2020-10-11
Merge tag 'irqchip-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core
Thomas Gleixner
7
-11
/
+177
2020-10-11
Merge tag 'perf-urgent-2020-10-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+3
2020-10-11
bpf: Allow for map-in-map with dynamic inner array map entries
Daniel Borkmann
3
-11
/
+18
2020-10-10
Merge branch 'irq/tegra-pmc' into irq/irqchip-next
Marc Zyngier
1
-4
/
+95
2020-10-10
genirq/irqdomain: Allow partial trimming of irq_data hierarchy
Marc Zyngier
1
-4
/
+95
2020-10-09
bpf: Track spill/fill of bounded scalars.
Yonghong Song
1
-1
/
+15
2020-10-09
bpf: Propagate scalar ranges through register assignments.
Alexei Starovoitov
1
-0
/
+50
2020-10-09
Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into locking/core
Ingo Molnar
6
-153
/
+345
2020-10-09
Merge branch 'locking/urgent' into locking/core, to pick up fixes
Ingo Molnar
50
-182
/
+319
2020-10-09
lockdep: Fix lockdep recursion
Peter Zijlstra
1
-40
/
+59
2020-10-09
lockdep: Fix usage_traceoverflow
Peter Zijlstra
2
-19
/
+20
2020-10-09
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
Ingo Molnar
20
-291
/
+1109
2020-10-09
perf: Fix task_function_call() error handling
Kajol Jain
1
-2
/
+3
2020-10-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-4
/
+13
2020-10-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-4
/
+4
2020-10-08
seccomp: Make duplicate listener detection non-racy
Jann Horn
1
-7
/
+31
2020-10-08
tracing: Fix synthetic print fmt check for use of __get_str()
Steven Rostedt (VMware)
1
-1
/
+1
2020-10-08
tracing: Remove a pointless assignment
Sudip Mukherjee
1
-1
/
+0
2020-10-08
ftrace: Format variable declarations of ftrace_allocate_records
Steven Rostedt (VMware)
1
-1
/
+2
2020-10-08
ftrace: Simplify the calculation of page number for ftrace_page->records
Wei Yang
1
-3
/
+4
2020-10-08
ftrace: Simplify the hash calculation
Steven Rostedt (VMware)
1
-4
/
+3
2020-10-08
ftrace: Use fls() to get the bits for dup_hash()
Wei Yang
1
-2
/
+3
2020-10-08
tracing: Change synthetic event string format to limit printed length
Steven Rostedt (VMware)
1
-1
/
+3
2020-10-08
tracing: Add README information for synthetic_events file
Tom Zanussi
1
-1
/
+6
2020-10-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
1
-4
/
+4
2020-10-08
bpf: Fix scalar32_min_max_or bounds tracking
Daniel Borkmann
1
-4
/
+4
2020-10-07
bpf: Fix build failure for kernel/trace/bpf_trace.c with CONFIG_NET=n
Yonghong Song
1
-0
/
+2
2020-10-07
kernel/bpf/verifier: Fix build when NET is not enabled
Randy Dunlap
1
-0
/
+4
2020-10-07
cpufreq: schedutil: Simplify sugov_fast_switch()
Rafael J. Wysocki
1
-6
/
+2
2020-10-07
dma-direct: simplify the DMA_ATTR_NO_KERNEL_MAPPING handling
Christoph Hellwig
1
-61
/
+39
2020-10-07
dma-direct: factor out a dma_direct_alloc_from_pool helper
Christoph Hellwig
1
-19
/
+20
2020-10-07
dma-direct check for highmem pages in dma_direct_alloc_pages
Christoph Hellwig
1
-0
/
+11
2020-10-06
usermodehelper: reset umask to default before executing user process
Linus Torvalds
1
-0
/
+9
2020-10-06
Merge branch 'irq/qcom-pdc-wakeup' into irq/irqchip-next
Marc Zyngier
2
-4
/
+33
2020-10-06
genirq/PM: Introduce IRQCHIP_ENABLE_WAKEUP_ON_SUSPEND flag
Maulik Shah
2
-4
/
+33
2020-10-06
dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>
Christoph Hellwig
3
-3
/
+1
[prev]
[next]