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
2021-10-19
ASoC: Intel: Move soc_intel_is_foo() helpers to a generic header
Hans de Goede
1
-0
/
+65
2021-10-19
block: attempt direct issue of plug list
Jens Axboe
1
-0
/
+1
2021-10-19
block: change plugging to use a singly linked list
Jens Axboe
1
-3
/
+2
2021-10-19
block: move blk_mq_tag_to_rq() inline
Jens Axboe
1
-1
/
+35
2021-10-19
block: move bdev_read_only() into the header
Jens Axboe
1
-0
/
+5
2021-10-19
ethernet: add a helper for assigning port addresses
Jakub Kicinski
1
-0
/
+21
2021-10-19
RDMA/mlx5: Move struct mlx5_core_mkey to mlx5_ib
Aharon Landau
1
-13
/
+0
2021-10-19
RDMA/mlx5: Replace struct mlx5_core_mkey by u32 key
Aharon Landau
1
-8
/
+6
2021-10-19
RDMA/mlx5: Remove pd from struct mlx5_core_mkey
Aharon Landau
1
-1
/
+0
2021-10-19
RDMA/mlx5: Remove size from struct mlx5_core_mkey
Aharon Landau
1
-1
/
+0
2021-10-19
RDMA/mlx5: Remove iova from struct mlx5_core_mkey
Aharon Landau
1
-1
/
+0
2021-10-19
mmc: sdhci-pci: Remove dead code (struct sdhci_pci_data et al)
Andy Shevchenko
1
-18
/
+0
2021-10-19
Merge tag 'iio-for-5.16a-split-take4' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-next
Greg Kroah-Hartman
7
-15
/
+51
2021-10-19
counter: drop chrdev_lock
David Lechner
1
-7
/
+0
2021-10-19
ARM: 9121/1: amba: Drop unused functions about APB/AHB devices add
Wang Kefeng
1
-18
/
+0
2021-10-19
platform_data/mlxreg: Add new field for secured access
Vadim Pasternak
1
-0
/
+1
2021-10-19
platform/mellanox: mlxreg-hotplug: Extend logic for hotplug devices operations
Vadim Pasternak
1
-0
/
+24
2021-10-19
platform_data/mlxreg: Add new type to support modular systems
Vadim Pasternak
1
-0
/
+57
2021-10-19
iio: triggered-buffer: extend support to configure output buffers
Alexandru Ardelean
1
-2
/
+9
2021-10-19
iio: Add output buffer support
Mihail Chindris
2
-0
/
+18
2021-10-19
iio: core: Introduce iio_push_to_buffers_with_ts_unaligned()
Jonathan Cameron
2
-0
/
+8
2021-10-19
iio: adis: handle devices that cannot unmask the drdy pin
Nuno Sá
1
-0
/
+2
2021-10-19
iio: inkern: introduce devm_iio_map_array_register() short-hand function
Alexandru Ardelean
1
-0
/
+14
2021-10-19
Merge tag 'counter-for-5.16a-take2' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-next
Greg Kroah-Hartman
4
-389
/
+385
2021-10-18
mm/secretmem: fix NULL page->mapping dereference in page_is_secretmem()
Sean Christopherson
1
-1
/
+1
2021-10-18
elfcore: correct reference to CONFIG_UML
Lukas Bulwahn
1
-1
/
+1
2021-10-18
mm/migrate: fix CPUHP state to update node demotion order
Huang Ying
1
-0
/
+4
2021-10-18
mm/migrate: add CPU hotplug to demotion #ifdef
Dave Hansen
1
-1
/
+4
2021-10-18
net/mlx5: Introduce new uplink destination type
Maor Gottlieb
1
-0
/
+1
2021-10-18
net/mlx5: Add support to create match definer
Maor Gottlieb
2
-27
/
+253
2021-10-18
net/mlx5: Introduce port selection namespace
Maor Gottlieb
3
-2
/
+39
2021-10-18
tracing: Have all levels of checks prevent recursion
Steven Rostedt (VMware)
1
-40
/
+9
2021-10-18
ucounts: Fix signal ucount refcounting
Eric W. Biederman
1
-0
/
+2
2021-10-18
block: cache inode size in bdev
Jens Axboe
2
-4
/
+5
2021-10-18
block: add a sb_bdev_nr_blocks helper
Christoph Hellwig
1
-0
/
+6
2021-10-18
block: add a bdev_nr_bytes helper
Christoph Hellwig
1
-1
/
+6
2021-10-18
block: move the SECTOR_SIZE related definitions to blk_types.h
Christoph Hellwig
2
-17
/
+17
2021-10-18
block: add support for blk_mq_end_request_batch()
Jens Axboe
1
-0
/
+29
2021-10-18
sbitmap: add helper to clear a batch of tags
Jens Axboe
1
-0
/
+11
2021-10-18
block: add a struct io_comp_batch argument to fops->iopoll()
Jens Axboe
3
-4
/
+15
2021-10-18
block: provide helpers for rq_list manipulation
Jens Axboe
1
-0
/
+29
2021-10-18
block: remove some blk_mq_hw_ctx debugfs entries
Jens Axboe
1
-10
/
+0
2021-10-18
treewide: Replace 0-element memcpy() destinations with flexible arrays
Kees Cook
1
-15
/
+15
2021-10-18
treewide: Replace open-coded flex arrays in unions
Kees Cook
1
-2
/
+4
2021-10-18
stddef: Introduce DECLARE_FLEX_ARRAY() helper
Kees Cook
1
-0
/
+13
2021-10-18
string.h: Introduce memset_startat() for wiping trailing members and padding
Kees Cook
1
-0
/
+18
2021-10-18
string.h: Introduce memset_after() for wiping trailing members/padding
Kees Cook
1
-0
/
+17
2021-10-18
PCI: Remove unused pci_pool wrappers
Cai Huoqing
1
-11
/
+0
2021-10-18
rtc: add BSM parameter
Alexandre Belloni
1
-0
/
+2
2021-10-18
block: store elevator state in request
Jens Axboe
1
-0
/
+2
[prev]
[next]