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
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-12
crypto: hash - prevent using keyed hashes without setting key
Eric Biggers
1
-0
/
+2
2018-01-12
crypto: hash - annotate algorithms taking optional key
Eric Biggers
1
-0
/
+6
2018-01-12
gpio: Export devm_gpiod_get_from_of_node() for consumers
Linus Walleij
1
-0
/
+17
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-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
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
livepatch: Remove immediate feature
Miroslav Benes
1
-4
/
+0
2018-01-10
scsi: ata: enhance the definition of SET MAX feature field value
chenxiang
1
-0
/
+2
2018-01-10
clk: Show symbolic clock flags in debugfs
Geert Uytterhoeven
1
-0
/
+2
2018-01-10
tuntap: fix for "tuntap: XDP transmission"
Stephen Rothwell
1
-2
/
+2
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
Merge tag 'mlx5-updates-2018-01-08' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
David S. Miller
3
-8
/
+56
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
2018-01-10
dma-mapping: move swiotlb arch helpers to a new header
Christoph Hellwig
1
-0
/
+32
2018-01-10
dma-mapping: take dma_pfn_offset into account in dma_max_pfn
Christoph Hellwig
1
-1
/
+1
2018-01-10
gpiolib: Export gpiochip_irqchip_irq_valid() to drivers
Stephen Boyd
1
-0
/
+3
2018-01-10
bpf: export function to write into verifier log buffer
Quentin Monnet
1
-0
/
+3
2018-01-10
sched/cpufreq: Move arch_scale_{freq,cpu}_capacity() outside of #ifdef CONFIG_SMP
Juri Lelli
1
-6
/
+6
2018-01-10
sched/cpufreq: Remove arch_scale_freq_capacity()'s 'sd' parameter
Juri Lelli
1
-1
/
+1
2018-01-10
sched/cpufreq: Change the worker kthread to SCHED_DEADLINE
Juri Lelli
1
-0
/
+1
2018-01-10
sched/cpufreq: Use the DEADLINE utilization signal
Juri Lelli
1
-2
/
+0
2018-01-10
sched/deadline: Implement "runtime overrun signal" support
Juri Lelli
1
-0
/
+4
[prev]
[next]