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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-11
lockdep: Delete local_irq_enable_in_hardirq()
Thomas Gleixner
1
-18
/
+0
2022-05-11
nvme: add vectored-io support for uring-cmd
Anuj Gupta
1
-0
/
+1
2022-05-11
nvme: wire-up uring-cmd support for io-passthru on char-device.
Kanchan Joshi
1
-0
/
+25
2022-05-11
fs,io_uring: add infrastructure for uring-cmd
Jens Axboe
3
-8
/
+48
2022-05-11
HID: amd_sfh: Move bus declaration outside of amd-sfh
Basavaraj Natikar
1
-0
/
+1
2022-05-11
net: warn if transport header was not set
Eric Dumazet
1
-0
/
+2
2022-05-11
net: add CONFIG_DEBUG_NET
Eric Dumazet
1
-0
/
+6
2022-05-11
net: add include/net/net_debug.h
Eric Dumazet
2
-140
/
+152
2022-05-11
Merge tag 'mlx5-updates-2022-05-09' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
David S. Miller
1
-1
/
+4
2022-05-10
bpf, x86: Attach a cookie to fentry/fexit/fmod_ret/lsm.
Kui-Feng Lee
2
-0
/
+10
2022-05-11
Merge tag 'drm-msm-next-2022-05-09' of https://gitlab.freedesktop.org/drm/msm into drm-next
Dave Airlie
4
-1
/
+46
2022-05-10
scsi: target: iscsi: Rename iscsi_session to iscsit_session
Max Gurtovoy
2
-6
/
+6
2022-05-10
scsi: target: iscsi: Rename iscsi_conn to iscsit_conn
Max Gurtovoy
2
-55
/
+55
2022-05-10
scsi: target: iscsi: Rename iscsi_cmd to iscsit_cmd
Max Gurtovoy
2
-63
/
+63
2022-05-11
Merge tag 'drm-intel-next-2022-05-06' of git://anongit.freedesktop.org/drm/drm-intel into drm-next
Dave Airlie
2
-78
/
+35
2022-05-10
bpf, x86: Create bpf_tramp_run_ctx on the caller thread's stack
Kui-Feng Lee
1
-4
/
+13
2022-05-10
bpf, x86: Generate trampolines from bpf_tramp_links
Kui-Feng Lee
3
-12
/
+26
2022-05-10
skbuff: render the checksum comment to documentation
Jakub Kicinski
1
-95
/
+124
2022-05-10
skbuff: rewrite the doc for data-only skbs
Jakub Kicinski
1
-12
/
+30
2022-05-10
skbuff: add a basic intro doc
Jakub Kicinski
1
-0
/
+40
2022-05-10
ftrace: Add ftrace_lookup_symbols function
Jiri Olsa
1
-0
/
+6
2022-05-10
kallsyms: Make kallsyms_on_each_symbol generally available
Jiri Olsa
1
-1
/
+6
2022-05-10
bpf: Add bpf_link iterator
Dmitrii Dolgov
1
-0
/
+1
2022-05-10
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-7
/
+7
2022-05-10
bpf: Add source ip in "struct bpf_tunnel_key"
Kaixi Fan
1
-0
/
+4
2022-05-10
randomize_kstack: Improve docs on requirements/rationale
Kees Cook
1
-3
/
+24
2022-05-10
ASoC: SOF: ipc: introduce cont_update_posn in sof_ipc_stream_params struct
YC Hung
2
-2
/
+3
2022-05-10
net/mlx5: Expose mlx5_sriov_blocking_notifier_register / unregister APIs
Yishai Hadas
1
-0
/
+12
2022-05-10
loop: remove most the top-of-file boilerplate comment from the UAPI header
Christoph Hellwig
1
-6
/
+1
2022-05-10
virtio: fix virtio transitional ids
Shunsuke Mie
1
-7
/
+7
2022-05-10
fpga: fix for coding style issues
Nava kishore Manne
1
-3
/
+3
2022-05-10
ptp: Support late timestamp determination
Gerhard Engleder
2
-3
/
+32
2022-05-10
ptp: Pass hwtstamp to ptp_convert_timestamp()
Gerhard Engleder
1
-4
/
+3
2022-05-10
ptp: Request cycles for TX timestamp
Gerhard Engleder
1
-1
/
+6
2022-05-10
ptp: Add cycles support for virtual clocks
Gerhard Engleder
1
-0
/
+31
2022-05-09
net/mlx5: Lag, add debugfs to query hardware lag state
Mark Bloch
1
-0
/
+1
2022-05-09
net/mlx5: Support devices with more than 2 ports
Mark Bloch
1
-1
/
+1
2022-05-09
net/mlx5: Lag, expose number of lag ports
Mark Bloch
1
-0
/
+1
2022-05-09
net/mlx5: Add exit route when waiting for FW
Gavin Li
1
-0
/
+1
2022-05-09
fs: Remove aops->freepage
Matthew Wilcox (Oracle)
1
-1
/
+0
2022-05-09
fs: Add free_folio address space operation
Matthew Wilcox (Oracle)
1
-0
/
+1
2022-05-09
fs: Change try_to_free_buffers() to take a folio
Matthew Wilcox (Oracle)
2
-6
/
+2
2022-05-09
jbd2: Convert jbd2_journal_try_to_free_buffers to take a folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-05-09
fs: Remove last vestiges of releasepage
Matthew Wilcox (Oracle)
2
-2
/
+1
2022-05-09
iomap: Convert to release_folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-05-09
fs: Add aops->release_folio
Matthew Wilcox (Oracle)
1
-0
/
+1
2022-05-09
VFS: add FMODE_CAN_ODIRECT file flag
NeilBrown
1
-0
/
+3
2022-05-09
mm: submit multipage write for SWP_FS_OPS swap-space
NeilBrown
1
-0
/
+7
2022-05-09
nfs: rename nfs_direct_IO and use as ->swap_rw
NeilBrown
1
-1
/
+1
2022-05-09
mm: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-space
NeilBrown
1
-0
/
+1
[prev]
[next]