index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-09
bpf: return EOPNOTSUPP when map lookup isn't supported
Prashant Bhole
4
-4
/
+4
2018-10-09
bpf: error handling when map_lookup_elem isn't supported
Prashant Bhole
1
-2
/
+7
2018-10-09
bpf: btf: Fix a missing check bug
Wenwen Wang
1
-0
/
+3
2018-10-09
resource: Clean it up a bit
Borislav Petkov
1
-29
/
+26
2018-10-09
resource: Fix find_next_iomem_res() iteration issue
Bjorn Helgaas
1
-54
/
+42
2018-10-09
resource: Include resource end in walk_*() interfaces
Bjorn Helgaas
1
-2
/
+2
2018-10-09
smp,cpumask: introduce on_each_cpu_cond_mask
Rik van Riel
2
-7
/
+24
2018-10-09
smp: use __cpumask_set_cpu in on_each_cpu_cond
Rik van Riel
1
-1
/
+1
2018-10-09
dma-direct: respect DMA_ATTR_NO_WARN
Christoph Hellwig
1
-0
/
+3
2018-10-09
printk: Give error on attempt to set log buffer length to over 2G
He Zhe
1
-6
/
+12
2018-10-09
futex: Replace spin_is_locked() with lockdep
Lance Roy
1
-2
/
+2
2018-10-09
locking/lockdep: Make class->ops a percpu counter and move it under CONFIG_DE...
Waiman Long
3
-4
/
+36
2018-10-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
7
-184
/
+767
2018-10-09
genirq: Fix grammar s/an /a /
Geert Uytterhoeven
1
-1
/
+1
2018-10-09
dma-direct: document the zone selection logic
Christoph Hellwig
1
-1
/
+8
2018-10-08
bpf: allow offload of programs with BPF-to-BPF function calls
Quentin Monnet
1
-7
/
+3
2018-10-08
bpf: add verifier callback to get stack usage info for offloaded progs
Quentin Monnet
2
-0
/
+21
2018-10-08
dma-debug: Check for drivers mapping invalid addresses in dma_map_single()
Stephen Boyd
1
-0
/
+16
2018-10-08
signal: In sigqueueinfo prefer sig not si_signo
Eric W. Biederman
1
-57
/
+84
2018-10-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
8
-29
/
+118
2018-10-06
Merge branch 'core/core' into x86/build, to prevent conflicts
Ingo Molnar
2
-55
/
+54
2018-10-06
kexec: Allocate decrypted control pages for kdump if SME is enabled
Lianbo Jiang
1
-0
/
+6
2018-10-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Greg Kroah-Hartman
2
-2
/
+13
2018-10-05
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
1
-7
/
+4
2018-10-05
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Greg Kroah-Hartman
4
-16
/
+95
2018-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2
-2
/
+13
2018-10-05
bpf: 32-bit RSH verification must truncate input before the ALU op
Jann Horn
1
-1
/
+9
2018-10-05
printk: Add KBUILD_MODNAME and remove a redundant print prefix
He Zhe
1
-1
/
+3
2018-10-05
printk: Correct wrong casting
He Zhe
1
-2
/
+3
2018-10-05
printk: Fix panic caused by passing log_buf_len to command line
He Zhe
1
-1
/
+6
2018-10-05
cpu/SMT: State SMT is disabled even with nosmt and without "=force"
Borislav Petkov
1
-0
/
+1
2018-10-05
dma-direct: fix return value of dma_direct_supported
Alexander Duyck
1
-3
/
+1
2018-10-04
clocksource: Provide clocksource_arch_init()
Thomas Gleixner
2
-0
/
+6
2018-10-04
cgroup: Fix dom_cgrp propagation when enabling threaded mode
Tejun Heo
1
-9
/
+16
2018-10-04
sched/core: Fix comment regarding nr_iowait_cpu() and get_iowait_load()
Rafael J. Wysocki
1
-4
/
+4
2018-10-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-0
/
+9
2018-10-03
signal: Use a smaller struct siginfo in the kernel
Eric W. Biederman
1
-18
/
+64
2018-10-03
signal: Distinguish between kernel_siginfo and siginfo
Eric W. Biederman
4
-61
/
+108
2018-10-03
signal: Introduce copy_siginfo_from_user and use it's return value
Eric W. Biederman
2
-16
/
+21
2018-10-03
signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZE
Eric W. Biederman
1
-3
/
+0
2018-10-03
signal: Fail sigqueueinfo if si_signo != sig
Eric W. Biederman
1
-2
/
+4
2018-10-03
signal/sparc: Move EMT_TAGOVF into the generic siginfo.h
Eric W. Biederman
1
-1
/
+1
2018-10-03
locking/ww_mutex: Fix runtime warning in the WW mutex selftest
Guenter Roeck
1
-4
/
+6
2018-10-03
locking/lockdep: Add a faster path in __lock_release()
Waiman Long
1
-3
/
+14
2018-10-03
locking/lockdep: Eliminate redundant IRQs check in __lock_acquire()
Waiman Long
1
-8
/
+7
2018-10-03
locking/lockdep: Remove add_chain_cache_classes()
Waiman Long
1
-70
/
+0
2018-10-03
bpf: Add helper to retrieve socket in BPF
Joe Stringer
1
-1
/
+7
2018-10-03
bpf: Add reference tracking to verifier
Joe Stringer
1
-19
/
+287
2018-10-03
bpf: Macrofy stack state copy
Joe Stringer
1
-46
/
+60
2018-10-03
bpf: Add PTR_TO_SOCKET verifier type
Joe Stringer
1
-14
/
+106
[prev]
[next]