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-02
mm: slab: fix comment for ARCH_KMALLOC_MINALIGN
Andrey Konovalov
1
-1
/
+1
2022-05-02
drm: handle kernel fences in drm_gem_plane_helper_prepare_fb v2
Christian König
2
-5
/
+1
2022-05-02
drm: introduce drm_writeback_connector_init_with_encoder() API
Abhinav Kumar
1
-0
/
+8
2022-05-02
drm: allow passing possible_crtcs to drm_writeback_connector_init()
Abhinav Kumar
1
-1
/
+2
2022-05-01
Merge tag 'v5.18-rc5' into devel
Linus Walleij
64
-377
/
+399
2022-05-01
fs-verity: define a function to return the integrity protected file digest
Mimi Zohar
1
-0
/
+18
2022-05-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+9
2022-05-01
Merge tag 'x86_urgent_for_v5.18_rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-6
/
+7
2022-05-01
net: phy: Add 10BASE-T1L support in phy-c45
Alexandru Tachici
3
-0
/
+83
2022-05-01
net: phy: Add BaseT1 auto-negotiation registers
Alexandru Tachici
1
-0
/
+40
2022-05-01
net: phy: Add 10-BaseT1L registers
Alexandru Tachici
1
-0
/
+25
2022-05-01
ethtool: Add 10base-T1L link mode entry
Alexandru Tachici
2
-1
/
+2
2022-05-01
soc: apple: Add RTKit IPC library
Sven Peter
1
-0
/
+155
2022-05-01
net: stmmac: disable Split Header (SPH) for Intel platforms
Tan Tee Min
1
-0
/
+1
2022-05-01
smp: Make softirq handling RT safe in flush_smp_call_function_queue()
Sebastian Andrzej Siewior
1
-0
/
+9
2022-05-01
sched: Fix missing prototype warnings
Thomas Gleixner
1
-0
/
+2
2022-04-30
Merge tag 'usb-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
1
-1
/
+1
2022-04-30
io_uring: add IORING_SETUP_TASKRUN_FLAG
Jens Axboe
1
-0
/
+7
2022-04-30
io_uring: use TWA_SIGNAL_NO_IPI if IORING_SETUP_COOP_TASKRUN is used
Jens Axboe
1
-0
/
+8
2022-04-30
task_work: allow TWA_SIGNAL without a rescheduling IPI
Jens Axboe
2
-2
/
+12
2022-04-30
net: lan966x: Fix compilation error
Horatiu Vultur
1
-0
/
+4
2022-04-30
net: ethernet: ocelot: remove the need for num_stats initializer
Colin Foster
1
-0
/
+10
2022-04-30
net: inline dev_queue_xmit()
Pavel Begunkov
1
-2
/
+12
2022-04-30
net: inline skb_zerocopy_iter_dgram
Pavel Begunkov
1
-14
/
+22
2022-04-30
net: inline sock_alloc_send_skb
Pavel Begunkov
1
-2
/
+8
2022-04-29
io_uring: return hint on whether more data is available after receive
Jens Axboe
1
-0
/
+2
2022-04-29
Merge branch 'tcp-pass-back-data-left-in-socket-after-receive' of git://git.kernel.org/pub/scm/linux/kernel/git/kuba/linux into for-5.19/io_uring-net
Jens Axboe
1
-1
/
+5
2022-04-29
Merge branch 'for-5.19/io_uring-socket' into for-5.19/io_uring-net
Jens Axboe
4
-21
/
+93
2022-04-29
Merge branch 'tcp-pass-back-data-left-in-socket-after-receive' of git://git.kernel.org/pub/scm/linux/kernel/git/kuba/linux
Jakub Kicinski
1
-1
/
+5
2022-04-29
tcp: pass back data left in socket after receive
Jens Axboe
1
-1
/
+5
2022-04-29
Merge tag 'soc-fixes-5.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
1
-0
/
+1
2022-04-29
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
Linus Torvalds
1
-1
/
+4
2022-04-29
taskstats: version 12 with thread group and exe info
Dr. Thomas Orgis
2
-4
/
+23
2022-04-29
ptrace: fix wrong comment of PT_DTRACE
Tiezhu Yang
1
-1
/
+1
2022-04-29
list: fix a data-race around ep->rdllist
Kuniyuki Iwashima
1
-3
/
+3
2022-04-29
pipe: make poll_usage boolean and annotate its access
Kuniyuki Iwashima
1
-1
/
+1
2022-04-29
vmcore: convert read_from_oldmem() to take an iov_iter
Matthew Wilcox (Oracle)
1
-6
/
+4
2022-04-29
vmcore: convert copy_oldmem_page() to take an iov_iter
Matthew Wilcox (Oracle)
1
-5
/
+4
2022-04-29
kasan: mark KASAN_VMALLOC flags as kasan_vmalloc_flags_t
Andrey Konovalov
1
-4
/
+4
2022-04-29
drm/i915/xehp: Add compute engine ABI
Matt Roper
1
-0
/
+9
2022-04-29
drm/i915/uapi: Add kerneldoc for engine class enum
Matt Roper
1
-6
/
+47
2022-04-29
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
1
-1
/
+1
2022-04-29
Merge branch 'kvm-fixes-for-5.18-rc5' into HEAD
Paolo Bonzini
1
-2
/
+7
2022-04-29
Merge branch 'kvm-fixes-for-5.18-rc5' into HEAD
Paolo Bonzini
1
-1
/
+9
2022-04-29
KVM: fix bad user ABI for KVM_EXIT_SYSTEM_EVENT
Paolo Bonzini
1
-1
/
+9
2022-04-29
SUNRPC: Ensure gss-proxy connects on setup
Trond Myklebust
1
-0
/
+1
2022-04-29
firmware: arm_ffa: Add ffa_dev_get_drvdata helper function
Sudeep Holla
1
-1
/
+6
2022-04-29
Merge tag 'renesas-r8a779g0-dt-binding-defs-tag' into renesas-clk-for-v5.19
Geert Uytterhoeven
2
-0
/
+135
2022-04-29
Merge tag 'renesas-r8a779g0-dt-binding-defs-tag' into renesas-arm-dt-for-v5.19
Geert Uytterhoeven
2
-0
/
+135
2022-04-29
sched/fair: Remove sched_trace_*() helper functions
Dietmar Eggemann
1
-14
/
+0
[prev]
[next]