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-03-06
fsnotify: Fix misspelling of "writable"
Vicki Pfau
1
-2
/
+2
2024-03-06
iov_iter: get rid of 'copy_mc' flag
Linus Torvalds
1
-16
/
+0
2024-03-06
firmware: arm_scmi: Populate fast channel rate_limit
Pierre Gondois
1
-0
/
+4
2024-03-06
firmware: arm_scmi: Populate perf commands rate_limit
Pierre Gondois
1
-0
/
+4
2024-03-06
net: phy: Add phy_support_eee() indicating MAC support EEE
Andrew Lunn
1
-1
/
+2
2024-03-06
net: phy: Keep track of EEE configuration
Andrew Lunn
1
-0
/
+3
2024-03-06
net: phy: Add phydev->enable_tx_lpi to simplify adjust link callbacks
Andrew Lunn
1
-0
/
+2
2024-03-06
dpll: move all dpll<>netdev helpers to dpll code
Jakub Kicinski
2
-17
/
+13
2024-03-06
power: supply: core: fix charge_behaviour formatting
Thomas Weißschuh
1
-0
/
+1
2024-03-06
power: supply: core: add power_supply_for_each_device()
Sebastian Reichel
1
-2
/
+1
2024-03-05
Merge tag 'hyperv-fixes-signed-20240303' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-1
/
+21
2024-03-05
Merge tag 'v6.8-rc7' into gpio/for-next
Bartosz Golaszewski
27
-63
/
+125
2024-03-05
greybus: Avoid fake flexible array for response data
Kees Cook
1
-6
/
+2
2024-03-05
serial: port: Introduce a common helper to read properties
Andy Shevchenko
1
-0
/
+2
2024-03-05
serial: core: Add UPIO_UNKNOWN constant for unknown port type
Andy Shevchenko
1
-0
/
+1
2024-03-05
serial: core: Move struct uart_port::quirks closer to possible values
Andy Shevchenko
1
-2
/
+4
2024-03-05
serial: core: only stop transmit when HW fifo is empty
Jonas Gorski
1
-1
/
+2
2024-03-05
usb: typec: tcpm: add support to set tcpc connector orientatition
Marco Felsch
1
-0
/
+2
2024-03-05
usb: core: Set connect_type of ports based on DT node
Stephen Boyd
1
-0
/
+7
2024-03-05
usb: typec: pd: no opencoding of FIELD_GET
Oliver Neukum
2
-7
/
+9
2024-03-05
net: Re-use and set mono_delivery_time bit for userspace tstamp packets
Abhishek Chauhan
1
-3
/
+3
2024-03-05
mmc: core: Use a struct device* as in-param to mmc_of_parse_clk_phase()
Yang Xiwen
1
-1
/
+1
2024-03-05
net: introduce page_frag_cache_drain()
Yunsheng Lin
1
-0
/
+1
2024-03-05
mm/page_alloc: modify page_frag_alloc_align() to accept align as an argument
Yunsheng Lin
1
-4
/
+11
2024-03-05
tcp: align tcp_sock_write_rx group
Eric Dumazet
1
-1
/
+1
2024-03-05
modules: wait do_free_init correctly
Changbin Du
1
-0
/
+8
2024-03-05
mm: convert free_swap_cache() to take a folio
Matthew Wilcox (Oracle)
1
-4
/
+4
2024-03-05
mm: remove lru_to_page()
Matthew Wilcox (Oracle)
1
-1
/
+0
2024-03-05
memcg: remove mem_cgroup_uncharge_list()
Matthew Wilcox (Oracle)
1
-12
/
+0
2024-03-05
mm: use __page_cache_release() in folios_put()
Matthew Wilcox (Oracle)
1
-8
/
+8
2024-03-05
memcg: add mem_cgroup_uncharge_folios()
Matthew Wilcox (Oracle)
1
-2
/
+12
2024-03-05
mm: make folios_put() the basis of release_pages()
Matthew Wilcox (Oracle)
1
-6
/
+10
2024-03-05
mm: remove total_mapcount()
David Hildenbrand
1
-8
/
+1
2024-03-05
mm: thp: split huge page to any lower order pages
Zi Yan
1
-8
/
+13
2024-03-05
mm: page_owner: add support for splitting to any order in split page_owner
Zi Yan
1
-5
/
+8
2024-03-05
mm: memcg: make memcg huge page split support any order split
Zi Yan
1
-2
/
+2
2024-03-05
mm/page_owner: use order instead of nr in split_page_owner()
Zi Yan
1
-5
/
+4
2024-03-05
mm/memcg: use order instead of nr in split_page_memcg()
Zi Yan
1
-2
/
+2
2024-03-05
mm: enumerate all gfp flags
Suren Baghdasaryan
1
-28
/
+62
2024-03-05
mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL a...
Vlastimil Babka
1
-0
/
+9
2024-03-05
Merge branch 'kvm-arm64/vfio-normal-nc' of https://git.kernel.org/pub/scm/lin...
Alex Williamson
1
-0
/
+14
2024-03-05
bpf: struct_ops supports more than one page for trampolines.
Kui-Feng Lee
1
-1
/
+3
2024-03-05
of: make for_each_property_of_node() available to to !OF
Bartosz Golaszewski
1
-3
/
+3
2024-03-04
Merge tag 'vfs-6.9.rw_hint' of gitolite.kernel.org:pub/scm/linux/kernel/git/v...
Christian Brauner
4
-14
/
+30
2024-03-04
Merge tag 'reset-for-v6.9' of git://git.pengutronix.de/pza/linux into soc/late
Arnd Bergmann
3
-2
/
+21
2024-03-04
Merge tag 'omap-for-v6.9/dt-warnings-signed' of git://git.kernel.org/pub/scm/...
Arnd Bergmann
1
-0
/
+3
2024-03-04
tee: make tee_bus_type const
Ricardo B. Marliere
1
-1
/
+1
2024-03-04
Merge tag 'samsung-drivers-6.9-2' of https://git.kernel.org/pub/scm/linux/ker...
Arnd Bergmann
1
-1
/
+10
2024-03-04
Merge tag 'qcom-drivers-for-6.9' of https://git.kernel.org/pub/scm/linux/kern...
Arnd Bergmann
2
-1
/
+31
2024-03-04
Merge tag 'tegra-for-6.9-soc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Arnd Bergmann
1
-0
/
+1
[prev]
[next]