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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-28
x86/speculation: Rework SMT state change
Thomas Gleixner
1
-0
/
+2
2018-11-28
sched/smt: Expose sched_smt_present static key
Thomas Gleixner
1
-0
/
+18
2018-11-27
drm/dsc: Define the DSC 1.1 and 1.2 Line Buffer depth constants
Manasi Navare
1
-0
/
+3
2018-11-27
drm/dsc: Add helpers for DSC picture parameter set infoframes
Manasi Navare
1
-0
/
+21
2018-11-27
drm/dsc: Define Rate Control values that do not change over configurations
Srivatsa, Anusha
1
-0
/
+6
2018-11-27
sched, trace: Fix prev_state output in sched_switch tracepoint
Pavankumar Kondeti
1
-1
/
+11
2018-11-27
function_graph: Use new curr_ret_depth to manage depth instead of curr_ret_stack
Steven Rostedt (VMware)
1
-0
/
+1
2018-11-27
function_graph: Make ftrace_push_return_trace() static
Steven Rostedt (VMware)
1
-3
/
+0
2018-11-27
dt-bindings: clock: Introduce QCOM Graphics clock bindings
Amit Nischal
1
-0
/
+24
2018-11-27
netns: enable to dump full nsid translation table
Nicolas Dichtel
1
-0
/
+1
2018-11-27
netns: add support of NETNSA_TARGET_NSID
Nicolas Dichtel
1
-0
/
+1
2018-11-27
drm/dsc: Define VESA Display Stream Compression Capabilities
Manasi Navare
1
-1
/
+114
2018-11-27
drm/dsc: Define Display Stream Compression PPS infoframe
Manasi Navare
1
-0
/
+342
2018-11-27
drm/dsc: Modify DRM helper to return complete DSC color depth capabilities
Manasi Navare
1
-1
/
+2
2018-11-27
net: bridge: add no_linklocal_learn bool option
Nikolay Aleksandrov
1
-0
/
+3
2018-11-27
net: bridge: add support for user-controlled bool options
Nikolay Aleksandrov
2
-0
/
+19
2018-11-27
drm/v3d: Fix whitespace inconsistency in the header.
Eric Anholt
1
-2
/
+2
2018-11-27
serdev: make synchronous write helper interruptible
Johan Hovold
1
-1
/
+1
2018-11-27
dt-bindings: thermal: tegra-bpmp: Add Tegra194 support
Thierry Reding
1
-0
/
+15
2018-11-27
srcu: Use "ssp" instead of "sp" for srcu_struct pointer
Paul E. McKenney
3
-55
/
+55
2018-11-27
tracing: Replace synchronize_sched() and call_rcu_sched()
Paul E. McKenney
1
-1
/
+1
2018-11-27
Merge tag 'asoc-v4.20-rc4' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
Takashi Iwai
1
-1
/
+1
2018-11-27
Merge 4.20-rc4 into tty-next
Greg Kroah-Hartman
17
-111
/
+267
2018-11-27
drm: Improve dumb callback docs
Daniel Vetter
1
-2
/
+7
2018-11-27
dma-mapping: fix return type of dma_set_max_seg_size()
Niklas Söderlund
1
-2
/
+1
2018-11-26
virtio: add packed ring types and macros
Tiwei Bie
2
-0
/
+55
2018-11-26
bpf: btf: support proper non-jit func info
Yonghong Song
2
-3
/
+4
2018-11-26
bpf, ppc64: generalize fetching subprog into bpf_jit_get_func_addr
Daniel Borkmann
1
-0
/
+4
2018-11-26
RDMA/uverbs: Use uverbs_attr_bundle to pass udata for ioctl()
Jason Gunthorpe
1
-2
/
+6
2018-11-26
RDMA/uverbs: Use uverbs_attr_bundle to pass udata for write_ex
Jason Gunthorpe
1
-2
/
+2
2018-11-26
RDMA/uverbs: Add structure size info to write commands
Jason Gunthorpe
1
-3
/
+9
2018-11-26
RDMA/uverbs: Do not pass ib_uverbs_file to ioctl methods
Jason Gunthorpe
2
-4
/
+3
2018-11-26
RDMA/uverbs: Make write() handlers return 0 on success
Jason Gunthorpe
2
-10
/
+8
2018-11-26
RDMA/uverbs: Replace ib_uverbs_file with uverbs_attr_bundle for write
Jason Gunthorpe
3
-26
/
+34
2018-11-26
RDMA/uverbs: Add missing driver_data
Jason Gunthorpe
1
-3
/
+13
2018-11-26
audit: use current whenever possible
Paul Moore
1
-4
/
+2
2018-11-27
netfilter: add missing error handling code for register functions
Taehee Yoo
2
-2
/
+2
2018-11-26
arch: Make phys_initrd_start and phys_initrd_size global variables
Florian Fainelli
1
-0
/
+3
2018-11-26
net/mlx5: Device events, Use async events chain
Saeed Mahameed
2
-30
/
+2
2018-11-26
net/mlx5: Resource tables, Use async events chain
Saeed Mahameed
1
-2
/
+4
2018-11-26
net/mlx5: CmdIF, Use async events chain
Saeed Mahameed
1
-0
/
+2
2018-11-26
net/mlx5: FWPage, Use async events chain
Saeed Mahameed
1
-2
/
+3
2018-11-26
net/mlx5: Clock, Use async events chain
Saeed Mahameed
1
-1
/
+3
2018-11-26
net/mlx5: EQ, Introduce atomic notifier chain subscription API
Saeed Mahameed
2
-3
/
+23
2018-11-26
function_graph: Create function_graph_enter() to consolidate architecture code
Steven Rostedt (VMware)
1
-0
/
+3
2018-11-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
7
-37
/
+69
2018-11-26
Drivers: hv: vmbus: Remove the useless API vmbus_get_outgoing_channel()
Dexuan Cui
1
-17
/
+0
2018-11-26
firmware: add remote status update client support
Richard Gong
2
-2
/
+65
2018-11-26
firmware: add Intel Stratix10 service layer driver
Richard Gong
2
-0
/
+466
2018-11-26
block: sum requests in the plug structure
Jens Axboe
1
-0
/
+1
[prev]
[next]