index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-28
s390/pci: Fix potential double remove of hotplug slot
Niklas Schnelle
1
-25
/
+9
2024-11-28
s390/pci: Fix leak of struct zpci_dev when zpci_add_device() fails
Niklas Schnelle
2
-6
/
+25
2024-11-28
s390/mm/hugetlbfs: Add missing includes
Heiko Carstens
1
-0
/
+2
2024-11-28
netfilter: nft_socket: remove WARN_ON_ONCE on maximum cgroup level
Pablo Neira Ayuso
1
-1
/
+1
2024-11-28
netfilter: x_tables: fix LED ID check in led_tg_check()
Dmitry Antipov
1
-1
/
+3
2024-11-28
ipvs: fix UB due to uninitialized stack access in ip_vs_protocol_init()
Jinghao Jia
1
-3
/
+1
2024-11-28
xfs: don't call xfs_bmap_same_rtgroup in xfs_bmap_add_extent_hole_delay
Christoph Hellwig
1
-4
/
+2
2024-11-28
xfs: Use xchg() in xlog_cil_insert_pcp_aggregate()
Uros Bizjak
1
-4
/
+1
2024-11-28
Documentation: tls_offload: fix typos and grammar
Leo Stone
1
-14
/
+15
2024-11-28
Fix spelling mistake
Vyshnav Ajith
1
-1
/
+1
2024-11-28
ntp: Remove invalid cast in time offset math
Marcelo Dalmas
1
-1
/
+1
2024-11-28
HID: i2c-hid: Revert to using power commands to wake on resume
Kenny Levinsen
1
-8
/
+12
2024-11-28
Merge branch 'net-fix-mcast-rcu-splats'
Paolo Abeni
2
-24
/
+84
2024-11-28
ipmr: fix tables suspicious RCU usage
Paolo Abeni
1
-13
/
+29
2024-11-28
ip6mr: fix tables suspicious RCU usage
Paolo Abeni
1
-11
/
+27
2024-11-28
ipmr: add debug check for mr table cleanup
Paolo Abeni
2
-0
/
+28
2024-11-28
selftests: rds: move test.py to TEST_FILES
Hangbin Liu
1
-3
/
+2
2024-11-28
dma-debug: fix physical address calculation for struct dma_debug_entry
Fedor Pchelkin
1
-5
/
+15
2024-11-28
net_sched: sch_fq: don't follow the fast path if Tx is behind now
Jakub Kicinski
1
-0
/
+6
2024-11-28
tcp: Fix use-after-free of nreq in reqsk_timer_handler().
Kuniyuki Iwashima
1
-1
/
+1
2024-11-28
net: phy: fix phy_ethtool_set_eee() incorrectly enabling LPI
Russell King (Oracle)
3
-13
/
+21
2024-11-28
Merge tag 'for-net-2024-11-26' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Abeni
2
-12
/
+28
2024-11-28
Merge branch 'net-fix-some-callers-of-copy_from_sockptr'
Paolo Abeni
3
-4
/
+7
2024-11-28
net: Comment copy_from_sockptr() explaining its behaviour
Michal Luczaj
1
-0
/
+2
2024-11-28
rxrpc: Improve setsockopt() handling of malformed user input
Michal Luczaj
1
-3
/
+4
2024-11-28
llc: Improve setsockopt() handling of malformed user input
Michal Luczaj
1
-1
/
+1
2024-11-28
ALSA: hda/realtek: Apply quirk for Medion E15433
Takashi Iwai
1
-0
/
+1
2024-11-28
kbuild: rename .tmp_vmlinux.kallsyms0.syms to .tmp_vmlinux0.syms
Sedat Dilek
1
-6
/
+6
2024-11-28
gitignore: Don't ignore 'tags' directory
Li Zhijian
1
-0
/
+1
2024-11-28
kbuild: add dependency from vmlinux to resolve_btfids
Thomas Weißschuh
1
-0
/
+3
2024-11-28
modpost: replace tdb_hash() with hash_str()
Masahiro Yamada
1
-15
/
+3
2024-11-28
kbuild: deb-pkg: add python3:native to build dependency
Masahiro Yamada
1
-1
/
+1
2024-11-28
genksyms: reduce indentation in export_symbol()
Masahiro Yamada
1
-36
/
+37
2024-11-28
modpost: improve error messages in device_id_check()
Masahiro Yamada
1
-37
/
+18
2024-11-28
modpost: rename alias symbol for MODULE_DEVICE_TABLE()
Masahiro Yamada
2
-11
/
+8
2024-11-28
modpost: rename variables in handle_moddevtable()
Masahiro Yamada
1
-11
/
+11
2024-11-28
modpost: move strstarts() to modpost.h
Masahiro Yamada
3
-3
/
+3
2024-11-28
modpost: convert do_usb_table() to a generic handler
Masahiro Yamada
1
-30
/
+9
2024-11-28
modpost: convert do_of_table() to a generic handler
Masahiro Yamada
1
-18
/
+2
2024-11-28
modpost: convert do_pnp_device_entry() to a generic handler
Masahiro Yamada
1
-21
/
+9
2024-11-28
modpost: convert do_pnp_card_entries() to a generic handler
Masahiro Yamada
1
-25
/
+14
2024-11-28
modpost: call module_alias_printf() from all do_*_entry() functions
Masahiro Yamada
1
-257
/
+181
2024-11-28
modpost: pass (struct module *) to do_*_entry() functions
Masahiro Yamada
1
-59
/
+59
2024-11-28
modpost: remove DEF_FIELD_ADDR_VAR() macro
Masahiro Yamada
1
-8
/
+1
2024-11-28
modpost: deduplicate MODULE_ALIAS() for all drivers
Masahiro Yamada
1
-33
/
+15
2024-11-28
modpost: introduce module_alias_printf() helper
Masahiro Yamada
3
-28
/
+93
2024-11-28
modpost: remove unnecessary check in do_acpi_entry()
Masahiro Yamada
1
-1
/
+1
2024-11-28
modpost: remove incorrect code in do_eisa_entry()
Masahiro Yamada
1
-4
/
+1
2024-11-28
setlocalversion: add -e option
Masahiro Yamada
1
-4
/
+8
2024-11-28
setlocalversion: work around "git describe" performance
Rasmus Villemoes
1
-16
/
+38
[prev]
[next]