index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
xxhash.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-02-28
exfat: fix the newly allocated clusters are not freed in error handling
Yuezhang Mo
1
-10
/
+8
2023-02-28
exfat: don't print error log in normal case
Yuezhang Mo
1
-2
/
+3
2023-02-28
exfat: remove unneeded code from exfat_alloc_cluster()
Yuezhang Mo
1
-8
/
+1
2023-02-28
vc_screen: don't clobber return value in vcs_read
Thomas Weißschuh
1
-3
/
+4
2023-02-28
vfs: avoid duplicating creds in faccessat if possible
Mateusz Guzik
1
-1
/
+37
2023-02-28
capability: add cap_isidentical
Mateusz Guzik
1
-0
/
+10
2023-02-28
vc_screen: modify vcs_size() handling in vcs_read()
George Kennedy
1
-3
/
+1
2023-02-27
kunit: Fix 'hooks.o' build by recursing into kunit
David Gow
2
-9
/
+5
2023-02-27
tcp: tcp_check_req() can be called from process context
Eric Dumazet
1
-2
/
+5
2023-02-27
net: phy: c45: fix network interface initialization failures on xtensa, arm:c...
Oleksij Rempel
1
-1
/
+1
2023-02-27
xen-netback: remove unused variables pending_idx and index
Tom Rix
1
-5
/
+0
2023-02-27
xfs: restore old agirotor behavior
Darrick J. Wong
1
-1
/
+2
2023-02-27
ARM: dts: spear320-hmi: correct STMPE GPIO compatible
Krzysztof Kozlowski
1
-1
/
+1
2023-02-27
ARM: dts: aspeed: p10bmc: Update battery node name
Eddie James
3
-3
/
+3
2023-02-27
arm64: defconfig: Add IOSCHED_BFQ to the default configs
Linus Walleij
1
-0
/
+1
2023-02-27
arm64: defconfig: Fix unintentional disablement of PCI on i.MX
Mark Brown
1
-1
/
+1
2023-02-27
net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchy
Pedro Tammela
1
-2
/
+2
2023-02-27
exfat: handle unreconized benign secondary entries
Namjae Jeon
3
-25
/
+81
2023-02-27
exfat: fix inode->i_blocks for non-512 byte sector size device
Yuezhang Mo
4
-9
/
+5
2023-02-27
exfat: redefine DIR_DELETED as the bad cluster number
Sungjong Seo
1
-1
/
+1
2023-02-27
exfat: fix reporting fs error when reading dir beyond EOF
Yuezhang Mo
1
-1
/
+1
2023-02-27
exfat: fix unexpected EOF while reading dir
Yuezhang Mo
1
-4
/
+1
2023-02-26
Documentation: simplify and clarify DCO contribution example language
Linus Torvalds
1
-1
/
+1
2023-02-26
net: dsa: ocelot_ext: remove unnecessary phylink.h include
Russell King (Oracle)
1
-1
/
+0
2023-02-26
net: mscc: ocelot: fix duplicate driver name error
Vladimir Oltean
2
-2
/
+2
2023-02-26
net: dsa: felix: fix internal MDIO controller resource length
Vladimir Oltean
1
-1
/
+1
2023-02-26
net: dsa: seville: ignore mscc-miim read errors from Lynx PCS
Vladimir Oltean
3
-6
/
+9
2023-02-26
net/sched: act_sample: fix action bind logic
Pedro Tammela
1
-2
/
+9
2023-02-26
net/sched: act_mpls: fix action bind logic
Pedro Tammela
1
-29
/
+37
2023-02-26
net/sched: act_pedit: fix action bind logic
Pedro Tammela
1
-27
/
+31
2023-02-26
wifi: wext: warn about usage only once
Johannes Berg
1
-2
/
+2
2023-02-26
wifi: mt76: usb: fix use-after-free in mt76u_free_rx_queue
Lorenzo Bianconi
1
-0
/
+1
2023-02-26
qede: avoid uninitialized entries in coal_entry array
Michal Schmidt
1
-14
/
+7
2023-02-26
nfc: fix memory leak of se_io context in nfc_genl_se_io
Fedor Pchelkin
3
-0
/
+16
2023-02-26
ice: remove unnecessary CONFIG_ICE_GNSS
Jacob Keller
3
-6
/
+4
2023-02-26
net/sched: cls_api: Move call to tcf_exts_miss_cookie_base_destroy()
Nathan Chancellor
1
-1
/
+1
2023-02-26
media: imx-mipi-csis: Check csis_fmt validity before use
Marek Vasut
1
-0
/
+3
2023-02-26
media: v4l2-subdev.c: clear stream field
Hans Verkuil
1
-0
/
+15
2023-02-26
kbuild: rpm-pkg: remove unneeded KERNELRELEASE from modules/headers_install
Masahiro Yamada
1
-2
/
+2
2023-02-26
docs: kbuild: remove description of KBUILD_LDS_MODULE
Sangmoon Kim
1
-4
/
+0
2023-02-26
.gitattributes: use 'dts' diff driver for *.dtso files
Masahiro Yamada
1
-4
/
+4
2023-02-26
kbuild: deb-pkg: improve the usability of source package
Masahiro Yamada
2
-5
/
+20
2023-02-26
kbuild: deb-pkg: fix binary-arch and clean in debian/rules
Masahiro Yamada
1
-4
/
+2
2023-02-26
kbuild: tar-pkg: use tar rules in scripts/Makefile.package
Masahiro Yamada
2
-57
/
+24
2023-02-26
kbuild: make perf-tar*-src-pkg work without relying on git
Masahiro Yamada
1
-33
/
+64
2023-02-26
kbuild: deb-pkg: switch over to source format 3.0 (quilt)
Masahiro Yamada
2
-24
/
+19
2023-02-26
kbuild: deb-pkg: make .orig tarball a hard link if possible
Masahiro Yamada
1
-1
/
+5
2023-02-26
kbuild: deb-pkg: hide KDEB_SOURCENAME from Makefile
Masahiro Yamada
2
-9
/
+16
2023-02-26
kbuild: srcrpm-pkg: create source package without cleaning
Masahiro Yamada
2
-32
/
+8
2023-02-26
kbuild: rpm-pkg: build binary packages from source rpm
Masahiro Yamada
1
-5
/
+3
[next]