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
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
-84
/
+113
2022-05-10
skbuff: rewrite the doc for data-only skbs
Jakub Kicinski
1
-10
/
+28
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
2022-05-09
mm: move responsibility for setting SWP_FS_OPS to ->swap_activate
NeilBrown
1
-0
/
+6
2022-05-09
mm: drop swap_dirty_folio
NeilBrown
1
-1
/
+0
2022-05-09
mm: create new mm/swap.h header file
NeilBrown
1
-121
/
+0
2022-05-09
mm/swap: remember PG_anon_exclusive via a swp pte bit
David Hildenbrand
2
-0
/
+31
2022-05-09
mm/gup: trigger FAULT_FLAG_UNSHARE when R/O-pinning a possibly shared anonymous page
David Hildenbrand
1
-0
/
+39
2022-05-09
mm: support GUP-triggered unsharing of anonymous pages
David Hildenbrand
1
-0
/
+8
2022-05-09
mm/rmap: fail try_to_migrate() early when setting a PMD migration entry fails
David Hildenbrand
1
-2
/
+2
2022-05-09
mm: remember exclusively mapped anonymous pages with PG_anon_exclusive
David Hildenbrand
3
-4
/
+76
2022-05-09
mm/page-flags: reuse PG_mappedtodisk as PG_anon_exclusive for PageAnon() pages
David Hildenbrand
1
-1
/
+38
2022-05-09
mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()
David Hildenbrand
1
-1
/
+2
2022-05-09
mm/rmap: pass rmap flags to hugepage_add_anon_rmap()
David Hildenbrand
1
-1
/
+1
2022-05-09
mm/rmap: remove do_page_add_anon_rmap()
David Hildenbrand
1
-2
/
+0
2022-05-09
mm/rmap: convert RMAP flags to a proper distinct rmap_t type
David Hildenbrand
1
-4
/
+18
2022-05-09
mm/rmap: split page_dup_rmap() into page_dup_file_rmap() and page_try_dup_anon_rmap()
David Hildenbrand
2
-5
/
+49
[prev]
[next]