summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-01-30hexagon: fix using plain integer as NULL pointer warning in cmpxchgWillem de Bruijn
2025-01-30Merge tag 'uml-for-linus-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-01-30Merge tag 'ubifs-for-linus-6.14-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-01-30Merge tag 'rtc-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds
2025-01-30Merge tag 'i2c-for-6.14-rc1-take2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-01-30Merge tag 'perf-tools-fixes-for-v6.14-2025-01-30' of git://git.kernel.org/pub...Linus Torvalds
2025-01-30Merge tag 'audit-pr-20250130' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-01-31Merge tag 'amd-drm-fixes-6.14-2025-01-29' of https://gitlab.freedesktop.org/a...Dave Airlie
2025-01-30Merge tag 'acpi-6.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-01-30Merge tag 'pm-6.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2025-01-30Merge branch 'pm-sleep'Rafael J. Wysocki
2025-01-30Merge branch 'pm-cpuidle'Rafael J. Wysocki
2025-01-30Merge tag 'net-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-01-30Merge tag 'docs-6.14-2' of git://git.lwn.net/linuxLinus Torvalds
2025-01-30Merge tag 's390-6.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2025-01-30Merge tag 's390-6.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2025-01-30Merge tag 'gpio-fixes-for-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-01-30Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-01-30Merge tag 'nf-25-01-30' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2025-01-30MAINTAINERS: add Neal to TCP maintainersJakub Kicinski
2025-01-30net: revert RTNL changes in unregister_netdevice_many_notify()Eric Dumazet
2025-01-30net: hsr: fix fill_frame_info() regression vs VLAN packetsEric Dumazet
2025-01-30kbuild: Use -fzero-init-padding-bits=allKees Cook
2025-01-30stackinit: Add union initialization to selftestsKees Cook
2025-01-30stackinit: Add old-style zero-init syntax to struct testsKees Cook
2025-01-30Merge tag 'ntfs3_for_6.14' of https://github.com/Paragon-Software-Group/linux...Linus Torvalds
2025-01-30Merge tag 'bcachefs-2025-01-29' of git://evilpiepirate.org/bcachefsLinus Torvalds
2025-01-30io_uring/net: don't retry connect operation on EPOLLERRJens Axboe
2025-01-30Merge branch 'mptcp-blackhole-only-if-1st-syn-retrans-w-o-mpc-is-accepted'Paolo Abeni
2025-01-30doc: mptcp: sysctl: blackhole_timeout is per-netnsMatthieu Baerts (NGI0)
2025-01-30mptcp: blackhole only if 1st SYN retrans w/o MPC is acceptedMatthieu Baerts (NGI0)
2025-01-30ALSA: hda/realtek: Workaround for resume on Dell Venue 11 Pro 7130Takashi Iwai
2025-01-30netfilter: nf_tables: reject mismatching sum of field_len with set key lengthPablo Neira Ayuso
2025-01-30Merge branch 'fix-missing-rtnl-lock-in-suspend-path'Paolo Abeni
2025-01-30net: sh_eth: Fix missing rtnl lock in suspend/resume pathKory Maincent
2025-01-30net: ravb: Fix missing rtnl lock in suspend/resume pathKory Maincent
2025-01-30Merge tag 'for-net-2025-01-29' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni
2025-01-30debugfs: Fix the missing initializations in __debugfs_file_get()Al Viro
2025-01-29selftests/net: Add test for loading devbound XDP program in generic modeToke Høiland-Jørgensen
2025-01-29net: xdp: Disallow attaching device-bound programs in generic modeToke Høiland-Jørgensen
2025-01-29tcp: correct handling of extreme memory squeezeJon Maloy
2025-01-29bgmac: reduce max frame size to support just MTU 1500Rafał Miłecki
2025-01-29Merge branch 'vsock-transport-reassignment-and-error-handling-issues'Jakub Kicinski
2025-01-29vsock/test: Add test for connect() retriesMichal Luczaj
2025-01-29vsock/test: Add test for UAF due to socket unbindingMichal Luczaj
2025-01-29vsock/test: Introduce vsock_connect_fd()Michal Luczaj
2025-01-29vsock/test: Introduce vsock_bind()Michal Luczaj
2025-01-29vsock: Allow retrying on connect() failureMichal Luczaj
2025-01-29vsock: Keep the binding until socket destructionMichal Luczaj
2025-01-29riscv: add a warning when physical memory address overflowsYunhui Cui