Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
dhowells
/
linux-fs
/
HEAD
3a86608
Linux 6.18-rc1
by Linus Torvalds
· 3 weeks ago
master
v6.18-rc1
3dd7b81
Merge tag 'i2c-for-6.18-rc1-hotfix' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 3 weeks ago
8765f46
Merge tag 'irq_urgent_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 3 weeks ago
67029a4
Merge tag 'trace-v6.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
by Linus Torvalds
· 3 weeks ago
c04022d
Merge tag 'kbuild-fixes-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linux
by Linus Torvalds
· 3 weeks ago
a8482d2
Revert "i2c: boardinfo: Annotate code used in init phase only"
by Wolfram Sang
· 3 weeks ago
98906f9
Merge tag 'rtc-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
by Linus Torvalds
· 3 weeks ago
2a6edd8
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 3 weeks ago
9591fdb
Merge tag 'x86_core_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 3 weeks ago
2f0a750
Merge tag 'x86_cleanups_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 3 weeks ago
6bb71f0
Merge tag 'slab-for-6.18-rc1-hotfix' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab
by Linus Torvalds
· 3 weeks ago
fbde105
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by Linus Torvalds
· 3 weeks ago
ae13bd2
Merge tag 'mm-nonmm-stable-2025-10-10-15-03' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
by Linus Torvalds
· 3 weeks ago
971370a
Merge tag 'mm-hotfixes-stable-2025-10-10-15-00' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
by Linus Torvalds
· 3 weeks ago
54b91e5
tracing: Stop fortify-string from warning in tracing_mark_raw_write()
by Steven Rostedt
· 3 weeks ago
fd6db58
slab: fix barn NULL pointer dereference on memoryless nodes
by Vlastimil Babka
· 3 weeks ago
bda745e
tracing: Fix tracing_mark_raw_write() to use buf and not ubuf
by Steven Rostedt
· 3 weeks ago
b0f2942
kbuild: Use '--strip-unneeded-symbol' for removing module device table symbols
by Nathan Chancellor
· 3 weeks ago
0739473
Merge tag 'for-6.18/hpfs-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 3 weeks ago
284fc30
Merge tag 'drm-next-2025-10-11-1' of https://gitlab.freedesktop.org/drm/kernel
by Linus Torvalds
· 3 weeks ago
1e5d41b
Merge tag 'drm-fixes-2025-10-11' of https://gitlab.freedesktop.org/drm/kernel
by Linus Torvalds
· 3 weeks ago
5ca5f00
Merge tag 'drm-misc-fixes-2025-10-09' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes
by Dave Airlie
· 3 weeks ago
f76b1683
Merge tag 'devicetree-fixes-for-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 3 weeks ago
ce74095
dt-bindings: bus: renesas-bsc: allow additional properties
by Wolfram Sang
· 3 weeks ago
f704538
dt-bindings: bus: allwinner,sun50i-a64-de2: don't check node names
by Wolfram Sang
· 3 weeks ago
8bd9238
Merge tag 'ceph-for-6.18-rc1' of https://github.com/ceph/ceph-client
by Linus Torvalds
· 3 weeks ago
91b436f
Merge tag 'v6.18-rc-part2-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 3 weeks ago
917167ed
Merge tag 'xtensa-20251010' of https://github.com/jcmvbkbc/linux-xtensa
by Linus Torvalds
· 3 weeks ago
1b1391b
Merge tag 'block-6.18-20251009' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
by Linus Torvalds
· 3 weeks ago
eba41c0
Merge tag 'io_uring-6.18-20251009' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
by Linus Torvalds
· 3 weeks ago
cfc5845
Merge patch series "kbuild: Fixes for fallout from recent modules.builtin.modinfo series"
by Nathan Chancellor
· 3 weeks ago
9338d66
s390/vmlinux.lds.S: Move .vmlinux.info to end of allocatable sections
by Nathan Chancellor
· 3 weeks ago
8ec3af9
kbuild: Add '.rel.*' strip pattern for vmlinux
by Nathan Chancellor
· 3 weeks ago
4b47a3a
kbuild: Restore pattern to avoid stripping .rela.dyn from vmlinux
by Nathan Chancellor
· 3 weeks ago
ffce84b
Merge branch 'bpf-avoid-rcu-context-warning-when-unpinning-htab-with-internal-structs'
by Alexei Starovoitov
· 3 weeks ago
accb9a7
selftests/bpf: Add test for unpinning htab with internal timer struct
by KaFai Wan
· 4 weeks ago
4f375ad
bpf: Avoid RCU context warning when unpinning htab with internal structs
by KaFai Wan
· 4 weeks ago
07ca98f
xsk: Harden userspace-supplied xdp_desc validation
by Alexander Lobakin
· 3 weeks ago
8cc8ea2
Merge tag 'parisc-for-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
by Linus Torvalds
· 3 weeks ago
fdfa38e
Merge tag 'sound-fix-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 3 weeks ago
06a88f4
Merge tag 'fbdev-for-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev
by Linus Torvalds
· 3 weeks ago
9976831
Merge tag 'gpio-fixes-for-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux
by Linus Torvalds
· 3 weeks ago
dcf50ca
Merge tag 'ntb-6.18' of https://github.com/jonmason/ntb
by Linus Torvalds
· 3 weeks ago
aac3190
Merge tag 'i2c-for-6.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 3 weeks ago
b30c32c
cifs: update internal version number
by Steve French
· 4 weeks ago
0ae4524
Merge tag 'v6.18-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 3 weeks ago
84d4e8b
Merge tag 'tpmdd-next-v6.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd
by Linus Torvalds
· 3 weeks ago
dc6b724
MAINTAINERS: Move DT patchwork to kernel.org
by Rob Herring (Arm)
· 3 weeks ago
b5f8aa8
gpio: wcd934x: mark the GPIO controller as sleeping
by Bartosz Golaszewski
· 5 weeks ago
a29ad21
tpm: Prevent local DOS via tpm/tpm0/ppi/*operations
by Denis Aleksandrov
· 7 weeks ago
207696b
tpm: use a map for tpm2_calc_ordinal_duration()
by Jarkko Sakkinen
· 6 weeks ago
8a81236
tpm_tis: Fix incorrect arguments in tpm_tis_probe_irq_single
by Gunnar Kudrjavets
· 6 weeks ago
64a7cfb
tpm: Use HMAC-SHA256 library instead of open-coded HMAC
by Eric Biggers
· 3 months ago
2c2615c
tpm: Compare HMAC values in constant time
by Eric Biggers
· 3 months ago
4bddf45
tpm: Disable TPM2_TCG_HMAC by default
by Jarkko Sakkinen
· 10 weeks ago
fa9fe87
cifs: Add comments for DeletePending assignments in open functions
by Pali Rohár
· 5 months ago
92210cc
cifs: Add fallback code path for cifs_mkdir_setinfo()
by Pali Rohár
· 10 months ago
88cae13
cifs: Allow fallback code in smb_set_file_info() also for directories
by Pali Rohár
· 10 months ago
057ac50
cifs: Query EA $LXMOD in cifs_query_path_info() for WSL reparse points
by Pali Rohár
· 5 months ago
15df2869
fbdev: Fix logic error in "offb" name match
by Finn Thain
· 3 weeks ago
f4edb5c
parisc: Fix iodc and device path return values on old machines
by Helge Deller
· 3 weeks ago
44ac7f5
parisc: Firmware: Fix returned path for PDC_MODULE_FIND on older machines
by Helge Deller
· 3 weeks ago
9db26d5
rtc: interface: Ensure alarm irq is enabled when UIE is enabled
by Esben Haabendal
· 6 months ago
1502fe0
rtc: tps6586x: Fix initial enable_irq/disable_irq balance
by Esben Haabendal
· 6 months ago
e0762fd
rtc: cpcap: Fix initial enable_irq/disable_irq balance
by Esben Haabendal
· 6 months ago
9ffe06b
rtc: isl12022: Fix initial enable_irq/disable_irq balance
by Esben Haabendal
· 6 months ago
795cda8
rtc: interface: Fix long-standing race when setting alarm
by Esben Haabendal
· 6 months ago
c4b6ddc
Merge tag 'amd-drm-next-6.18-2025-10-09' of https://gitlab.freedesktop.org/agd5f/linux into drm-next
by Dave Airlie
· 3 weeks ago
5472d60
Merge tag 'trace-v6.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
by Linus Torvalds
· 3 weeks ago
80b7065
Merge tag '9p-for-6.18-rc1' of https://github.com/martinetd/linux
by Linus Torvalds
· 3 weeks ago
18a7e21
Merge tag 'net-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by Linus Torvalds
· 3 weeks ago
9361cac
Merge tag 's390-6.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 3 weeks ago
f6db358
Merge tag 'slab-for-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab
by Linus Torvalds
· 3 weeks ago
7ae6152
smb: client: remove cfids_invalidation_worker
by Enzo Matsumiya
· 4 weeks ago
be3898a
smb: client: remove redudant assignment in cifs_strict_fsync()
by Paulo Alcantara
· 3 weeks ago
dba9f99
smb: client: fix race with fallocate(2) and AIO+DIO
by Paulo Alcantara
· 4 weeks ago
b95cd1b
smb: client: fix missing timestamp updates after utime(2)
by Paulo Alcantara
· 4 weeks ago
57ce9f7
smb: client: fix missing timestamp updates after ftruncate(2)
by Paulo Alcantara
· 4 weeks ago
110fee6
smb: client: fix missing timestamp updates with O_TRUNC
by Paulo Alcantara
· 4 weeks ago
0cc380d
cifs: Fix copy_to_iter return value check
by Fushuai Wang
· 4 weeks ago
68d2e2c
smb: client: batch SRV_COPYCHUNK entries to cut round trips
by Henrique Carvalho
· 4 weeks ago
1643cd5
smb: client: Omit an if branch in smb2_find_smb_tcon()
by Markus Elfring
· 3 weeks ago
eb4faf6
dt-bindings: i2c: hisilicon,hix5hd2: convert to DT schema
by Kael D'Alcamo
· 3 weeks ago
434689e
gpio: usbio: Add ACPI device-id for MTL-CVF devices
by Hans de Goede
· 4 weeks ago
fea8cdf
net: airoha: Fix loopback mode configuration for GDM2 port
by Lorenzo Bianconi
· 4 weeks ago
e6cc7ac0
Merge branch 'eth-fbnic-fix-xdp_tx-and-xdp-vs-qstats'
by Paolo Abeni
· 3 weeks ago
5d683e5
selftests: drv-net: pp_alloc_fail: add necessary optoins to config
by Jakub Kicinski
· 4 weeks ago
fbb467f
selftests: drv-net: pp_alloc_fail: lower traffic expectations
by Jakub Kicinski
· 4 weeks ago
0be740f
selftests: drv-net: fix linter warnings in pp_alloc_fail
by Jakub Kicinski
· 4 weeks ago
2eecd3a
eth: fbnic: fix reporting of alloc_failed qstats
by Jakub Kicinski
· 4 weeks ago
27ba925
selftests: drv-net: xdp: add test for interface level qstats
by Jakub Kicinski
· 4 weeks ago
1ad3f62
selftests: drv-net: xdp: rename netnl to ethnl
by Jakub Kicinski
· 4 weeks ago
858b78b
eth: fbnic: fix saving stats from XDP_TX rings on close
by Jakub Kicinski
· 4 weeks ago
613e9e8
eth: fbnic: fix accounting of XDP packets
by Jakub Kicinski
· 4 weeks ago
7e617d5
eth: fbnic: fix missing programming of the default descriptor
by Jakub Kicinski
· 4 weeks ago
2854378
Merge tag 'nf-25-10-08' of https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
by Paolo Abeni
· 3 weeks ago
6bb73db
crypto: essiv - Check ssize for decryption and in-place encryption
by Herbert Xu
· 4 weeks ago
ec714e3
Merge tag 'perf-tools-for-v6.18-1-2025-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools
by Linus Torvalds
· 3 weeks ago
37bfdbc
Merge tag 'pci-v6.18-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci
by Linus Torvalds
· 3 weeks ago
64cf7d0
tracing: Have trace_marker use per-cpu data to read user space
by Steven Rostedt
· 3 weeks ago
Next »