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-01-12
drm/bridge: Provide a way to embed timing info in bridges
Linus Walleij
1
-0
/
+33
2018-01-11
fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info()
Eric Biggers
2
-3
/
+2
2018-01-11
fscrypt: fix up fscrypt_fname_encrypted_size() for internal use
Eric Biggers
2
-9
/
+0
2018-01-11
fscrypt: define fscrypt_fname_alloc_buffer() to be for presented names
Eric Biggers
1
-1
/
+1
2018-01-11
fscrypt: move fscrypt_symlink_data to fscrypt_private.h
Eric Biggers
1
-9
/
+0
2018-01-11
fscrypt: remove fscrypt_fname_usr_to_disk()
Eric Biggers
2
-9
/
+0
2018-01-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-8
/
+18
2018-01-11
fscrypt: new helper function - fscrypt_get_symlink()
Eric Biggers
2
-0
/
+11
2018-01-11
fscrypt: new helper functions for ->symlink()
Eric Biggers
3
-0
/
+86
2018-01-11
fscrypt: trim down fscrypt.h includes
Eric Biggers
2
-6
/
+3
2018-01-11
fscrypt: move fscrypt_is_dot_dotdot() to fs/crypto/fname.c
Eric Biggers
1
-11
/
+0
2018-01-11
fscrypt: move fscrypt_valid_enc_modes() to fscrypt_private.h
Eric Biggers
1
-14
/
+0
2018-01-11
fscrypt: move fscrypt_operations declaration to fscrypt_supp.h
Eric Biggers
2
-18
/
+18
2018-01-11
fscrypt: split fscrypt_dummy_context_enabled() into supp/notsupp versions
Eric Biggers
3
-8
/
+11
2018-01-11
fscrypt: move fscrypt_ctx declaration to fscrypt_supp.h
Eric Biggers
2
-15
/
+16
2018-01-11
fscrypt: move fscrypt_info_cachep declaration to fscrypt_private.h
Eric Biggers
1
-1
/
+0
2018-01-11
fscrypt: move fscrypt_control_page() to supp/notsupp headers
Eric Biggers
3
-16
/
+13
2018-01-11
fscrypt: move fscrypt_has_encryption_key() to supp/notsupp headers
Eric Biggers
3
-10
/
+10
2018-01-12
Merge branch 'drm-next-4.16' of git://people.freedesktop.org/~agd5f/linux into drm-next
Dave Airlie
1
-11
/
+0
2018-01-11
Merge tag 'tee-drv-dynamic-shm+fixes-for-v4.16' of https://git.linaro.org/people/jens.wiklander/linux-tee into next/drivers
Olof Johansson
1
-1
/
+2
2018-01-12
Merge tag 'drm/tegra/for-4.16-rc1-fixes' of git://anongit.freedesktop.org/tegra/linux into drm-next
Dave Airlie
1
-18
/
+20
2018-01-11
Merge tag 'amlogic-dt64-3' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic into next/dt
Olof Johansson
1
-0
/
+71
2018-01-12
net/mlx5: Fix get vector affinity helper function
Saeed Mahameed
1
-1
/
+18
2018-01-12
{net,ib}/mlx5: Don't disable local loopback multicast traffic when needed
Eran Ben Elisha
1
-2
/
+3
2018-01-11
libfdt: remove unnecessary include directive from <linux/libfdt.h>
Masahiro Yamada
1
-1
/
+0
2018-01-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-0
/
+3
2018-01-11
sound: Remove unused register_sound_midi() and co
Takashi Iwai
1
-2
/
+0
2018-01-11
netfilter: nf_defrag: Skip defrag if NOTRACK is set
Subash Abhinov Kasiviswanathan
2
-0
/
+2
2018-01-11
livepatch: Remove immediate feature
Miroslav Benes
1
-4
/
+0
2018-01-10
RDMA/{cma, ucma}: Simplify and rename rdma_set_ib_paths
Parav Pandit
1
-4
/
+4
2018-01-10
scsi: ata: enhance the definition of SET MAX feature field value
chenxiang
1
-0
/
+2
2018-01-10
scsi: libsas: direct call probe and destruct
Jason Yan
2
-2
/
+2
2018-01-10
PCI: Add #defines for Completion Timeout Disable feature
Bjorn Helgaas
1
-0
/
+2
2018-01-10
clk: Show symbolic clock flags in debugfs
Geert Uytterhoeven
1
-0
/
+2
2018-01-10
net: sch: red: Change the name of the stats struct to be generic
Nogah Frankel
1
-5
/
+6
2018-01-10
tuntap: fix for "tuntap: XDP transmission"
Stephen Rothwell
1
-2
/
+2
2018-01-10
drm/ttm: remove ttm_bo_default_io_mem_pfn
Tan Xiaojun
1
-11
/
+0
2018-01-10
net: fix xdp_rxq_info build issue when CONFIG_SYSFS is not set
Jesper Dangaard Brouer
1
-3
/
+0
2018-01-10
net/dim: use struct net_dim_sample as arg to net_dim
Andy Gospodarek
1
-7
/
+3
2018-01-10
net/mlx5e: Move dynamic interrupt coalescing code to include/linux
Andy Gospodarek
1
-0
/
+377
2018-01-10
ipv6: Add support for non-equal-cost multipath
Ido Schimmel
1
-0
/
+1
2018-01-10
ipv6: Calculate hash thresholds for IPv6 nexthops
Ido Schimmel
2
-0
/
+8
2018-01-10
Merge tag 'mlx5-updates-2018-01-08' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
David S. Miller
4
-8
/
+58
2018-01-10
block: rearrange a few request fields for better cache layout
Jens Axboe
1
-13
/
+15
2018-01-10
block: convert REQ_ATOM_COMPLETE to stealing rq->__deadline bit
Jens Axboe
1
-2
/
+0
2018-01-10
block: add accessors for setting/querying request deadline
Jens Axboe
1
-1
/
+3
2018-01-10
block: remove REQ_ATOM_POLL_SLEPT
Jens Axboe
1
-0
/
+2
2018-01-10
block: Provide blk_status_t decoding for path errors
Keith Busch
1
-0
/
+28
2018-01-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-8
/
+18
2018-01-10
dma-mapping: move dma_mark_clean to dma-direct.h
Christoph Hellwig
1
-0
/
+9
[prev]
[next]