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
2021-10-18
mm/migrate: add CPU hotplug to demotion #ifdef
Dave Hansen
1
-1
/
+4
2021-10-19
ALSA: memalloc: Drop superfluous snd_dma_buffer_sync() declaration
Takashi Iwai
1
-3
/
+0
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
scsi: target: Replace lun_tg_pt_gp_lock with rcu in I/O path
Mike Christie
1
-1
/
+1
2021-10-18
scsi: target: Fix ordered tag handling
Mike Christie
1
-2
/
+4
2021-10-18
bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAG
Yonghong Song
1
-4
/
+4
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
2
-17
/
+17
2021-10-18
treewide: Replace open-coded flex arrays in unions
Kees Cook
4
-10
/
+16
2021-10-18
stddef: Introduce DECLARE_FLEX_ARRAY() helper
Kees Cook
2
-0
/
+29
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
KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCK
Oliver Upton
1
-1
/
+6
2021-10-18
PCI: Remove unused pci_pool wrappers
Cai Huoqing
1
-11
/
+0
2021-10-18
rtc: add BSM parameter
Alexandre Belloni
2
-1
/
+10
2021-10-18
rtc: add correction parameter
Alexandre Belloni
1
-0
/
+1
2021-10-18
rtc: expose correction feature
Alexandre Belloni
1
-1
/
+2
2021-10-18
rtc: add parameter ioctl
Alexandre Belloni
1
-0
/
+18
2021-10-18
rtc: add alarm related features
Alexandre Belloni
1
-1
/
+3
2021-10-18
block: store elevator state in request
Jens Axboe
1
-0
/
+2
2021-10-18
block: improve layout of struct request
Jens Axboe
1
-44
/
+46
2021-10-18
block: don't bother iter advancing a fully done bio
Jens Axboe
1
-2
/
+22
2021-10-18
iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable
Andreas Gruenbacher
1
-1
/
+1
2021-10-18
gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}
Andreas Gruenbacher
1
-54
/
+3
2021-10-18
PCI: Remove struct pci_dev->driver
Uwe Kleine-König
1
-1
/
+0
2021-10-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
10
-70
/
+175
2021-10-18
net: dsa: tag_rtl8_4: add realtek 8 byte protocol 4 tag
Alvin Šipraga
1
-0
/
+2
2021-10-18
net: dsa: allow reporting of standard ethtool stats for slave devices
Alvin Šipraga
1
-0
/
+6
2021-10-18
ether: add EtherType for proprietary Realtek protocols
Alvin Šipraga
1
-0
/
+1
2021-10-18
ALSA: uapi: Fix a C++ style comment in asound.h
Takashi Iwai
1
-1
/
+1
2021-10-18
ALSA: firewire: Fix C++ style comments in uapi header
Takashi Iwai
1
-33
/
+37
2021-10-18
ASoC: soc-component: add snd_soc_component_is_codec()
Kuninori Morimoto
1
-0
/
+5
2021-10-18
Merge tag 'v5.15-rc6' into regulator-5.16
Mark Brown
73
-589
/
+368
2021-10-18
Merge tag 'v5.15-rc6' into asoc-5.16
Mark Brown
73
-589
/
+368
2021-10-18
mctp: Be explicit about struct sockaddr_mctp padding
Jeremy Kerr
1
-0
/
+2
2021-10-18
mctp: unify sockaddr_mctp types
Jeremy Kerr
2
-3
/
+4
2021-10-18
block: cache request queue in bdev
Pavel Begunkov
2
-1
/
+2
2021-10-18
block: switch polling to be bio based
Christoph Hellwig
6
-32
/
+16
[prev]
[next]