index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-02
objtool: Convert ANNOTATE_RETPOLINE_SAFE to ANNOTATE
Peter Zijlstra
1
-0
/
+1
2024-12-02
objtool: Convert ANNOTATE_NOENDBR to ANNOTATE
Peter Zijlstra
2
-13
/
+9
2024-12-02
objtool: Generic annotation infrastructure
Peter Zijlstra
1
-0
/
+18
2024-12-02
mm: introduce mmap_lock_speculate_{try_begin|retry}
Suren Baghdasaryan
1
-2
/
+31
2024-12-02
mm: convert mm_lock_seq to a proper seqcount
Suren Baghdasaryan
3
-27
/
+47
2024-12-02
seqlock: add raw_seqcount_try_begin
Suren Baghdasaryan
1
-0
/
+22
2024-12-02
Merge tag 'v6.13-rc1' into perf/core, to refresh the branch
Ingo Molnar
348
-2788
/
+7851
2024-12-02
pid: allow pid_max to be set per pid namespace
Christian Brauner
2
-4
/
+9
2024-12-02
cred: fold get_new_cred_many() into get_cred_many()
Christian Brauner
1
-15
/
+2
2024-12-02
cred: remove unused get_new_cred()
Christian Brauner
1
-13
/
+0
2024-12-02
tree-wide: s/revert_creds_light()/revert_creds()/g
Christian Brauner
1
-1
/
+1
2024-12-02
tree-wide: s/override_creds_light()/override_creds()/g
Christian Brauner
1
-1
/
+1
2024-12-02
cred: remove old {override,revert}_creds() helpers
Christian Brauner
1
-7
/
+0
2024-12-02
cred: return old creds from revert_creds_light()
Christian Brauner
1
-1
/
+4
2024-12-02
tree-wide: s/override_creds()/override_creds_light(get_new_cred())/g
Christian Brauner
1
-2
/
+3
2024-12-02
lib/crc-t10dif: add support for arch overrides
Eric Biggers
1
-0
/
+12
2024-12-02
lib/crc-t10dif: stop wrapping the crypto API
Eric Biggers
1
-5
/
+11
2024-12-02
jbd2: switch to using the crc32c library
Eric Biggers
1
-30
/
+3
2024-12-02
lib/crc32: make crc32c() go directly to lib
Eric Biggers
1
-2
/
+5
2024-12-02
lib/crc32: expose whether the lib is really optimized at runtime
Eric Biggers
1
-0
/
+15
2024-12-02
lib/crc32: improve support for arch-specific overrides
Eric Biggers
1
-7
/
+28
2024-12-02
lib/crc32: drop leading underscores from __crc32c_le_base
Eric Biggers
1
-1
/
+1
2024-12-02
Get rid of 'remove_new' relic from platform driver struct
Linus Torvalds
1
-11
/
+1
2024-12-02
Merge tag 'i2c-for-6.13-rc1-part3' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-0
/
+153
2024-12-02
Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+0
2024-12-01
printf: Remove unused 'bprintf'
Dr. David Alan Gilbert
1
-1
/
+0
2024-12-01
Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linux
Linus Torvalds
2
-8
/
+26
2024-12-01
Merge tag 'io_uring-6.13-20242901' of git://git.kernel.dk/linux
Linus Torvalds
1
-0
/
+1
2024-12-01
Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
5
-8
/
+8
2024-11-30
Merge tag 'rtc-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...
Linus Torvalds
2
-0
/
+12
2024-11-30
Merge tag 'ceph-for-6.13-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
4
-22
/
+2
2024-11-30
Merge tag 'nfs-for-6.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-1
/
+1
2024-11-30
Merge tag 'tty-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
3
-2
/
+11
2024-11-29
Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
11
-25
/
+124
2024-11-29
Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-51
/
+60
2024-11-29
Merge tag 'usb-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
5
-5
/
+31
2024-11-29
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linux
Linus Torvalds
1
-0
/
+5
2024-11-28
Merge tag 'trace-v6.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...
Linus Torvalds
3
-52
/
+36
2024-11-28
Merge tag 'net-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2
-0
/
+4
2024-11-28
Merge tag 'for-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...
Linus Torvalds
1
-28
/
+7
2024-11-28
HID: bpf: constify hid_ops
Thomas Weißschuh
1
-1
/
+1
2024-11-28
net: phy: fix phy_ethtool_set_eee() incorrectly enabling LPI
Russell King (Oracle)
1
-0
/
+2
2024-11-28
net: Comment copy_from_sockptr() explaining its behaviour
Michal Luczaj
1
-0
/
+2
2024-11-28
modpost: rename alias symbol for MODULE_DEVICE_TABLE()
Masahiro Yamada
1
-1
/
+1
2024-11-28
Merge tag 'acpi-6.13-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-11
/
+1
2024-11-28
Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-11
/
+16
2024-11-28
Merge tag 'soundwire-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-129
/
+118
2024-11-28
Merge tag 'phy-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...
Linus Torvalds
1
-1
/
+1
2024-11-28
Merge tag 'dmaengine-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-9
/
+3
2024-11-27
Merge tag 'vfio-v6.13-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
2
-0
/
+12
[prev]
[next]