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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-19
Merge branch 'for-6.11/block-limits' into for-6.11/block
Jens Axboe
1
-36
/
+83
2024-06-19
block: move the bounce flag into the features field
Christoph Hellwig
1
-2
/
+4
2024-06-19
block: move the skip_tagset_quiesce flag to queue_limits
Christoph Hellwig
1
-2
/
+4
2024-06-19
block: move the pci_p2pdma flag to queue_limits
Christoph Hellwig
1
-3
/
+4
2024-06-19
block: move the zone_resetall flag to queue_limits
Christoph Hellwig
1
-2
/
+4
2024-06-19
block: move the zoned flag into the features field
Christoph Hellwig
1
-3
/
+6
2024-06-19
block: move the poll flag to queue_limits
Christoph Hellwig
1
-1
/
+3
2024-06-19
block: move the dax flag to queue_limits
Christoph Hellwig
1
-2
/
+4
2024-06-19
block: move the nowait flag to queue_limits
Christoph Hellwig
1
-4
/
+5
2024-06-19
block: move the synchronous flag to queue_limits
Christoph Hellwig
1
-3
/
+4
2024-06-19
block: move the stable_writes flag to queue_limits
Christoph Hellwig
1
-3
/
+6
2024-06-19
block: move the io_stat flag setting to queue_limits
Christoph Hellwig
1
-4
/
+5
2024-06-19
block: move the add_random flag to queue_limits
Christoph Hellwig
1
-2
/
+3
2024-06-19
block: move the nonrot flag to queue_limits
Christoph Hellwig
1
-5
/
+5
2024-06-19
block: move cache control settings out of queue->flags
Christoph Hellwig
1
-6
/
+32
2024-06-17
block: Drop locking annotation for limits_lock
John Garry
1
-1
/
+0
2024-06-14
block: move integrity information into queue_limits
Christoph Hellwig
3
-34
/
+17
2024-06-14
block: invert the BLK_INTEGRITY_{GENERATE,VERIFY} flags
Christoph Hellwig
1
-2
/
+2
2024-06-14
block: bypass the STABLE_WRITES flag for protection information
Christoph Hellwig
1
-4
/
+8
2024-06-14
block: remove the blk_integrity_profile structure
Christoph Hellwig
3
-34
/
+18
2024-06-14
block: add special APIs for run-time disabling of discard and friends
Christoph Hellwig
1
-6
/
+22
2024-06-14
block: remove unused queue limits API
Christoph Hellwig
1
-24
/
+0
2024-06-08
Merge tag 'for-linus-2024060801' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+2
2024-06-08
Merge tag 'locking-urgent-2024-06-08' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-9
/
+9
2024-06-08
Merge tag 'mm-hotfixes-stable-2024-06-07-15-24' of git://git.kernel.org/pub/s...
Linus Torvalds
3
-6
/
+23
2024-06-07
Merge tag 'iommu-fixes-v6.10-rc2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2024-06-07
input: Add support for "Do Not Disturb"
Aseda Aboagye
1
-0
/
+1
2024-06-07
input: Add event code for accessibility key
Aseda Aboagye
1
-0
/
+1
2024-06-07
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
1
-1
/
+1
2024-06-07
Merge tag 'pci-v6.10-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-7
/
+0
2024-06-06
Merge tag 'net-6.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2
-3
/
+5
2024-06-06
mm/ksm: fix ksm_zero_pages accounting
Chengming Zhou
2
-4
/
+15
2024-06-06
mm: huge_mm: fix undefined reference to `mthp_stats' for CONFIG_SYSFS=n
Barry Song
1
-0
/
+6
2024-06-06
mm: drop the 'anon_' prefix for swap-out mTHP counters
Baolin Wang
1
-2
/
+2
2024-06-06
Merge tag 'acpi-6.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
1
-4
/
+2
2024-06-06
Merge tag 'pm-6.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
1
-137
/
+0
2024-06-05
locking/atomic: scripts: fix ${atomic}_sub_and_test() kerneldoc
Carlos Llamas
3
-9
/
+9
2024-06-05
rtnetlink: make the "split" NLM_DONE handling generic
Jakub Kicinski
1
-0
/
+1
2024-06-04
PCI: Revert the cfg_access_lock lockdep mechanism
Dan Williams
2
-7
/
+0
2024-06-04
iommu: Return right value in iommu_sva_bind_device()
Lu Baolu
1
-1
/
+1
2024-06-03
Merge tag 'i2c-host-6.10-pt2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Wolfram Sang
1
-1
/
+0
2024-06-02
net/tcp: Don't consider TCP_CLOSE in TCP_AO_ESTABLISHED
Dmitry Safonov
1
-3
/
+4
2024-06-01
Merge tag 'tty-6.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-49
/
+47
2024-06-01
Revert "VT: Use macros to define ioctls"
Greg Kroah-Hartman
1
-49
/
+47
2024-06-01
Merge tag 'drm-fixes-2024-06-01' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-3
/
+3
2024-06-01
Merge tag 'block-6.10-20240530' of git://git.kernel.dk/linux
Linus Torvalds
2
-10
/
+1
2024-05-31
Merge tag 'sound-6.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-1
/
+1
2024-05-31
block: Fix zone write plugging handling of devices with a runt zone
Damien Le Moal
1
-0
/
+1
2024-05-30
Merge tag 'net-6.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
8
-17
/
+31
2024-05-30
netdev: add qstat for csum complete
Jakub Kicinski
1
-0
/
+1
[next]