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-01-31
ipv4: Make ip_idents_reserve static
David Ahern
1
-1
/
+0
2022-01-31
phy: make phy_set_max_speed() *void*
Sergey Shtylyov
1
-1
/
+1
2022-01-30
Merge tag 'v5.17-rc2' into tty-next
Greg Kroah-Hartman
32
-104
/
+206
2022-01-30
Merge tag 'v5.17-rc2' into char-misc-next
Greg Kroah-Hartman
32
-104
/
+206
2022-01-30
iio: adc: qcom-vadc-common: Re-use generic struct u32_fract
Andy Shevchenko
1
-12
/
+3
2022-01-30
math.h: Introduce data types for fractional numbers
Andy Shevchenko
1
-0
/
+12
2022-01-30
psi: fix "no previous prototype" warnings when CONFIG_CGROUPS=n
Suren Baghdasaryan
1
-6
/
+5
2022-01-30
mm, kasan: use compare-exchange operation to set KASAN page tag
Peter Collingbourne
1
-5
/
+12
2022-01-30
mm: page->mapping folio->mapping should have the same offset
Wei Yang
1
-0
/
+1
2022-01-30
include/linux/sysctl.h: fix register_sysctl_mount_point() return type
Andrew Morton
1
-1
/
+1
2022-01-30
dt-bindings: pinctrl: Add dt-bindings for Sunplus SP7021
Wells Lu
2
-0
/
+210
2022-01-30
dt-bindings: gpio: Add a header file for Amlogic Meson S4
Qianggui Song
1
-0
/
+99
2022-01-29
ipv4: drop fragmentation code from ip_options_build()
Jakub Kicinski
1
-1
/
+1
2022-01-29
Merge tag 'tty-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Linus Torvalds
1
-0
/
+35
2022-01-29
Merge tag 'usb-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
1
-0
/
+6
2022-01-29
dt-bindings: imx: Add clock binding for i.MXRT1050
Giulio Benetti
1
-0
/
+72
2022-01-29
Merge tag 'block-5.17-2022-01-28' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+1
2022-01-29
Merge tag 'fixes-v5.17-lsm-ceph-null' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
Linus Torvalds
1
-1
/
+1
2022-01-28
Merge tag 'for-net-next-2022-01-28' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
Jakub Kicinski
2
-0
/
+33
2022-01-28
i2c: smbus: Use device_*() functions instead of of_*()
Akhil R
1
-3
/
+3
2022-01-28
device property: Add fwnode_irq_get_byname
Akhil R
1
-0
/
+1
2022-01-28
ASoC DPCM lockdep fixes
Mark Brown
1
-0
/
+15
2022-01-28
block: add bio_start_io_acct_time() to control start_time
Mike Snitzer
1
-0
/
+1
2022-01-28
security, lsm: dentry_init_security() Handle multi LSM registration
Vivek Goyal
1
-1
/
+1
2022-01-28
Merge tag 'pm-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-10
/
+1
2022-01-28
media: lirc: report ir receiver overflow
Sean Young
1
-4
/
+7
2022-01-28
media: rc-core: rename ir_raw_event_reset to ir_raw_event_overflow
Sean Young
1
-3
/
+3
2022-01-28
media: lirc: remove unused lirc features
Sean Young
1
-4
/
+0
2022-01-28
Merge tag 'trace-v5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
2
-6
/
+8
2022-01-28
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+1
2022-01-28
ASoC: hdmi-codec: Fix OOB memory accesses
Dmitry Osipenko
1
-1
/
+3
2022-01-28
ASoC: soc-pcm: Fix DPCM lockdep warning due to nested stream locks
Takashi Iwai
1
-0
/
+15
2022-01-28
Merge tag 'fsnotify_for_v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
1
-6
/
+43
2022-01-28
Merge tag 'fs_for_v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
1
-1
/
+1
2022-01-28
ax25: add refcount in ax25_dev to avoid UAF bugs
Duoming Zhou
1
-0
/
+10
2022-01-28
media: v4l2-fwnode: Move bus config structure to v4l2_mediabus.h
Laurent Pinchart
2
-55
/
+55
2022-01-28
media: v4l2-subdev: Drop .set_mbus_config() operation
Laurent Pinchart
2
-21
/
+7
2022-01-28
SUNRPC: add netns refcount tracker to struct rpc_xprt
Eric Dumazet
1
-0
/
+1
2022-01-28
SUNRPC: add netns refcount tracker to struct svc_xprt
Eric Dumazet
1
-0
/
+1
2022-01-28
ethtool: add header/data split indication
Jakub Kicinski
2
-0
/
+9
2022-01-28
net: mii: remove mii_lpa_mod_linkmode_lpa_sgmii()
Jakub Kicinski
1
-33
/
+0
2022-01-28
media: memory: mtk-smi: Get rid of mtk_smi_larb_get/put
Yong Wu
1
-20
/
+0
2022-01-28
KVM: x86: add system attribute to retrieve full set of supported xsave states
Paolo Bonzini
1
-0
/
+1
2022-01-28
net: mac802154: Explain the use of ieee802154_wake/stop_queue()
Miquel Raynal
1
-0
/
+12
2022-01-28
crypto: sm3 - make dependent on sm3 library
Tianjia Zhang
1
-10
/
+0
2022-01-28
crypto: sm3 - create SM3 stand-alone library
Tianjia Zhang
1
-0
/
+32
2022-01-27
ipv6: partially inline ipv6_fixup_options
Pavel Begunkov
1
-2
/
+10
2022-01-27
udp6: pass flow in ip6_make_skb together with cork
Pavel Begunkov
1
-1
/
+1
2022-01-27
Merge tag 'mlx5-updates-2022-01-27' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
Jakub Kicinski
1
-7
/
+0
2022-01-27
tracing/perf: Avoid -Warray-bounds warning for __rel_loc macro
Kees Cook
2
-3
/
+4
[prev]
[next]