index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2019-11-25
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
-28
/
+58
2019-11-24
bpf: Simplify __bpf_arch_text_poke poke type handling
Daniel Borkmann
-15
/
+5
2019-11-24
bpf: Constant map key tracking for prog array pokes
Daniel Borkmann
-9
/
+111
2019-11-24
bpf: Add poke dependency tracking for prog array maps
Daniel Borkmann
-12
/
+200
2019-11-24
bpf: Add initial poke descriptor table for jit images
Daniel Borkmann
-0
/
+34
2019-11-24
bpf: Move owner type, jited info into array auxiliary data
Daniel Borkmann
-21
/
+43
2019-11-24
bpf: Move bpf_free_used_maps into sleepable section
Daniel Borkmann
-20
/
+23
2019-11-24
bpf: Provide better register bounds after jmp32 instructions
Yonghong Song
-0
/
+19
2019-11-24
xdp: Fix cleanup on map free for devmap_hash map type
Toke Høiland-Jørgensen
-28
/
+46
2019-11-23
mm/hmm: define the pre-processor related parts of hmm.h even if disabled
Jason Gunthorpe
-1
/
+0
2019-11-23
Revert "bpf: Emit audit messages upon successful prog load and unload"
Jakub Kicinski
-32
/
+1
2019-11-22
tracing: Use xarray for syscall trace events
Hassan Naveed
-7
/
+25
2019-11-22
tracing: Adding new functions for kernel access to Ftrace instances
Divya Indi
-22
/
+102
2019-11-22
tracing: Fix Kconfig indentation
Krzysztof Kozlowski
-4
/
+4
2019-11-22
ring-buffer: Fix typos in function ring_buffer_producer
Xianting Tian
-2
/
+2
2019-11-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-16
/
+36
2019-11-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
-1
/
+3
2019-11-22
Merge tag 'pm-5.4-final' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
-1
/
+7
2019-11-22
tracing: Remove unnecessary DEBUG_FS dependency
Kusanagi Kouichi
-1
/
+0
2019-11-21
dma-mapping: treat dev->bus_dma_mask as a DMA limit
Nicolas Saenz Julienne
-14
/
+13
2019-11-21
Merge branch 'for-next/zone-dma' of git://git.kernel.org/pub/scm/linux/kernel...
Christoph Hellwig
-7
/
+6
2019-11-21
Merge branch 'kvm-tsx-ctrl' into HEAD
Paolo Bonzini
-98
/
+508
2019-11-21
perf/core: Make the mlock accounting simple again
Alexander Shishkin
-7
/
+1
2019-11-21
sched/vtime: Bring up complete kcpustat accessor
Frederic Weisbecker
-20
/
+116
2019-11-21
sched/cputime: Support other fields on kcpustat_field()
Frederic Weisbecker
-11
/
+43
2019-11-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
-141
/
+1187
2019-11-21
time: Zero the upper 32-bits in __kernel_timespec on 32-bit
Dmitry Safonov
-1
/
+2
2019-11-20
bpf: Switch bpf_map_{area_alloc,area_mmapable_alloc}() to u64 size
Daniel Borkmann
-4
/
+7
2019-11-20
bpf: Emit audit messages upon successful prog load and unload
Daniel Borkmann
-1
/
+32
2019-11-20
dma-direct: exclude dma_direct_map_resource from the min_low_pfn check
Christoph Hellwig
-3
/
+3
2019-11-20
dma-direct: don't check swiotlb=force in dma_direct_map_resource
Christoph Hellwig
-1
/
+1
2019-11-20
dma-debug: clean up put_hash_bucket()
Dan Carpenter
-11
/
+9
2019-11-20
dma-mapping: drop the dev argument to arch_sync_dma_for_*
Christoph Hellwig
-7
/
+7
2019-11-20
Merge tag 'irqchip-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...
Thomas Gleixner
-0
/
+44
2019-11-20
fork: fix pidfd_poll()'s return type
Luc Van Oostenryck
-3
/
+3
2019-11-20
cpuidle: Pass exit latency limit to cpuidle_use_deepest_state()
Daniel Lezcano
-1
/
+7
2019-11-20
cpuidle: Allow idle injection to apply exit latency limit
Daniel Lezcano
-7
/
+7
2019-11-20
kcsan: Improve various small stylistic details
Ingo Molnar
-109
/
+100
2019-11-20
PM: QoS: Invalidate frequency QoS requests after removal
Rafael J. Wysocki
-1
/
+7
2019-11-20
futex: Prevent exit livelock
Thomas Gleixner
-15
/
+91
2019-11-20
futex: Provide distinct return value when owner is exiting
Thomas Gleixner
-7
/
+9
2019-11-20
futex: Add mutex around futex exit
Thomas Gleixner
-0
/
+16
2019-11-20
futex: Provide state handling for exec() as well
Thomas Gleixner
-4
/
+34
2019-11-20
futex: Sanitize exit state handling
Thomas Gleixner
-7
/
+10
2019-11-20
futex: Mark the begin of futex exit explicitly
Thomas Gleixner
-13
/
+37
2019-11-20
futex: Set task::futex_state to DEAD right after handling futex exit
Thomas Gleixner
-1
/
+1
2019-11-20
futex: Split futex_mm_release() for exit/exec
Thomas Gleixner
-4
/
+8
2019-11-20
exit/exec: Seperate mm_release()
Thomas Gleixner
-2
/
+12
2019-11-20
futex: Replace PF_EXITPIDONE with a state
Thomas Gleixner
-28
/
+15
2019-11-20
futex: Move futex exit handling into futex code
Thomas Gleixner
-26
/
+32
[prev]
[next]