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-06-17
Merge tag 'io_uring-5.19-2022-06-16' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-6
/
+0
2022-06-17
Merge tag 'fs_for_v5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
1
-0
/
+2
2022-06-17
dt-bindings: reset: add sama7g5 definitions
Claudiu Beznea
1
-0
/
+10
2022-06-17
Merge tag 'staging-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
Linus Torvalds
1
-344
/
+0
2022-06-17
Merge tag 'tty-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Linus Torvalds
1
-0
/
+1
2022-06-17
Merge branch 'rework/kthreads' into for-linus
Petr Mladek
1
-0
/
+5
2022-06-17
bpf: Fix non-static bpf_func_proto struct definitions
Joanne Koong
1
-3
/
+0
2022-06-17
soc: mediatek: mutex: add functions that operate registers by CMDQ
Moudy Ho
1
-0
/
+2
2022-06-17
soc: mediatek: mutex: add common interface for modules setting
Moudy Ho
1
-0
/
+25
2022-06-17
block: serialize all debugfs operations using q->debugfs_mutex
Christoph Hellwig
1
-4
/
+4
2022-06-17
net: pcs: xpcs: add CL37 1000BASE-X AN support
Ong Boon Leong
1
-0
/
+1
2022-06-17
net: make xpcs_do_config to accept advertising for pcs-xpcs and sja1105
Ong Boon Leong
1
-1
/
+1
2022-06-17
crypto: hisilicon/qm - modify event irq processing
Weili Qian
1
-1
/
+7
2022-06-17
ata: make transfer mode masks *unsigned int*
Sergey Shtylyov
1
-25
/
+24
2022-06-17
ata: libata: add qc->flags in ata_qc_complete_template tracepoint
Edward Wu
1
-0
/
+1
2022-06-16
Merge tag 'drm-fixes-2022-06-17' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2
-4
/
+5
2022-06-16
bpf: Add helpers to issue and check SYN cookies in XDP
Maxim Mikityanskiy
2
-0
/
+79
2022-06-16
bpf: Allow helpers to accept pointers with a fixed size
Maxim Mikityanskiy
1
-0
/
+13
2022-06-16
bpf: Fix documentation of th_len in bpf_tcp_{gen,check}_syncookie
Maxim Mikityanskiy
1
-4
/
+6
2022-06-16
linux/phy.h: add phydev_err_probe() wrapper for dev_err_probe()
Rasmus Villemoes
1
-0
/
+3
2022-06-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
15
-118
/
+103
2022-06-16
fs/kernel_read_file: allow to read files up-to ssize_t
Pasha Tatashin
2
-16
/
+17
2022-06-16
include/uapi/linux/swab.h: move explicit cast outside ternary
Justin Stitt
1
-3
/
+3
2022-06-16
include/linux/rbtree.h: replace kernel.h with the necessary inclusions
Andy Shevchenko
1
-1
/
+1
2022-06-16
net: set proper memcg for net_init hooks allocations
Vasily Averin
1
-1
/
+46
2022-06-16
mm: kmem: make mem_cgroup_from_obj() vmalloc()-safe
Roman Gushchin
1
-0
/
+6
2022-06-16
mm: kmemleak: remove kmemleak_not_leak_phys() and the min_count argument to kmemleak_alloc_phys()
Patrick Wang
1
-6
/
+2
2022-06-16
mm/highmem: delete memmove_page()
Fabio M. De Francesco
1
-13
/
+0
2022-06-16
mm/damon: remove obsolete comments of kdamond_stop
Chengming Zhou
1
-9
/
+8
2022-06-16
mm: avoid unnecessary page fault retires on shared memory types
Peter Xu
1
-0
/
+2
2022-06-16
bpf: implement sleepable uprobes by chaining gps
Delyan Kratunov
1
-0
/
+52
2022-06-16
bpf: move bpf_prog to bpf.h
Delyan Kratunov
2
-34
/
+36
2022-06-16
mm/memory-failure: disable unpoison once hw error happens
zhenwei pi
1
-0
/
+1
2022-06-16
mm: re-allow pinning of zero pfns
Alex Williamson
1
-1
/
+1
2022-06-16
scsi: iscsi: Make iscsi_unregister_transport() return void
Max Gurtovoy
1
-1
/
+1
2022-06-16
scsi: ufs: Export regulator functions
Stanley Chu
1
-0
/
+2
2022-06-16
scsi: ufs: ufs-mediatek: Introduce workaround for power mode change
CC Chou
1
-0
/
+1
2022-06-16
scsi: ufs: Export ufshcd_uic_change_pwr_mode()
Stanley Chu
1
-0
/
+1
2022-06-16
scsi: ufs: Rearrange addresses in increasing order
Alim Akhtar
1
-51
/
+51
2022-06-16
scsi: ufs: host: ufs-exynos: Use already existing definition
Alim Akhtar
1
-1
/
+0
2022-06-16
iosys-map: Fix typo in documentation
Lucas De Marchi
1
-1
/
+1
2022-06-17
Merge tag 'drm-misc-fixes-2022-06-16' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
Dave Airlie
2
-4
/
+5
2022-06-16
blk-mq: avoid to touch q->elevator without any protection
Ming Lei
1
-2
/
+2
2022-06-16
cgroup: Use separate src/dst nodes when preloading css_sets for migration
Tejun Heo
1
-1
/
+2
2022-06-16
Merge tag 'net-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
3
-84
/
+1
2022-06-16
Revert "net: Add a second bind table hashed by port and address"
Joanne Koong
3
-84
/
+1
2022-06-16
dt-bindings: efm32: remove bindings for deleted platform
Wolfram Sang
1
-43
/
+0
2022-06-16
Merge branch 'mlx5-next' into wip/leon-for-next
Leon Romanovsky
5
-32
/
+171
2022-06-16
dmaengine: dw-edma: Remove unused irq field in struct dw_edma_chip
Frank Li
1
-2
/
+0
2022-06-16
init: Initialize noop_backing_dev_info early
Jan Kara
1
-0
/
+2
[prev]
[next]