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
2023-01-19
mm: new primitive kvmemdup()
Hao Sun
1
-0
/
+1
2023-01-19
mm/swap: convert deactivate_page() to folio_deactivate()
Vishal Moola (Oracle)
1
-1
/
+1
2023-01-19
mm/memory: add vm_normal_folio()
Vishal Moola (Oracle)
1
-0
/
+2
2023-01-19
maple_tree: remove the redundant code
Vernon Yang
1
-4
/
+0
2023-01-19
maple_tree: remove extra space and blank line
Vernon Yang
1
-2
/
+0
2023-01-19
kasan: allow sampling page_alloc allocations for HW_TAGS
Andrey Konovalov
1
-5
/
+9
2023-01-19
mm/damon/core: implement damos filter
SeongJae Park
1
-0
/
+51
2023-01-19
mm: swap: convert mark_page_lazyfree() to folio_mark_lazyfree()
Kefeng Wang
1
-1
/
+1
2023-01-19
buffer: add b_folio as an alias of b_page
Matthew Wilcox (Oracle)
1
-1
/
+4
2023-01-19
mm/hugetlb: introduce hugetlb_walk()
Peter Xu
1
-0
/
+37
2023-01-19
mm/hugetlb: make walk_hugetlb_range() safe to pmd unshare
Peter Xu
1
-1
/
+10
2023-01-19
mm/hugetlb: move swap entry handling into vma lock when faulted
Peter Xu
1
-2
/
+4
2023-01-19
mm/hugetlb: document huge_pte_offset usage
Peter Xu
1
-0
/
+32
2023-01-19
mm/memfd: add MFD_NOEXEC_SEAL and MFD_EXEC
Jeff Xu
1
-0
/
+19
2023-01-19
mm: move folio_set_compound_order() to mm/internal.h
Sidhartha Kumar
1
-16
/
+0
2023-01-19
Sync with v6.2-rc4
Andrew Morton
5
-9
/
+9
2023-01-19
HID: bpf: rework how programs are attached and stored in the kernel
Benjamin Tissoires
1
-0
/
+7
2023-01-18
iomap: Rename page_ops to folio_ops
Andreas Gruenbacher
1
-4
/
+4
2023-01-18
iomap: Rename page_prepare handler to get_folio
Andreas Gruenbacher
1
-3
/
+3
2023-01-18
iomap/gfs2: Get page in page_prepare handler
Andreas Gruenbacher
1
-4
/
+5
2023-01-18
iomap: Add iomap_get_folio helper
Andreas Gruenbacher
1
-0
/
+1
2023-01-18
iomap: Rename page_done handler to put_folio
Andreas Gruenbacher
1
-6
/
+6
2023-01-18
iomap/gfs2: Unlock and put folio in page_done handler
Andreas Gruenbacher
1
-3
/
+4
2023-01-18
net/mlx5: Add hardware extended range support for PTP adjtime and adjphase
Rahul Rameshbabu
1
-1
/
+3
2023-01-18
fs: port vfs_*() helpers to struct mnt_idmap
Christian Brauner
1
-16
/
+16
2023-01-18
cpuidle, arm64: Fix the ARM64 cpuidle logic
Peter Zijlstra
1
-7
/
+15
2023-01-18
perf/core: Introduce perf_prepare_header()
Namhyung Kim
1
-1
/
+15
2023-01-18
perf/core: Add perf_sample_save_brstack() helper
Namhyung Kim
1
-26
/
+40
2023-01-18
perf/core: Add perf_sample_save_raw_data() helper
Namhyung Kim
1
-5
/
+28
2023-01-18
perf/core: Add perf_sample_save_callchain() helper
Namhyung Kim
1
-1
/
+15
2023-01-18
perf/core: Save the dynamic parts of sample data size
Namhyung Kim
1
-0
/
+2
2023-01-18
Merge tag 'v6.2-rc4' into perf/core, to pick up fixes
Ingo Molnar
17
-19
/
+233
2023-01-18
arch_topology: Build cacheinfo from primary CPU
Pierre Gondois
1
-0
/
+1
2023-01-18
ACPI: PPTT: Update acpi_find_last_cache_level() to acpi_get_cache_info()
Pierre Gondois
1
-3
/
+6
2023-01-18
driver core: bus.h: document bus notifiers better
Greg Kroah-Hartman
1
-14
/
+28
2023-01-18
Merge tag 'i2c-fwnode-api-2023017' of https://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
1
-3
/
+21
2023-01-18
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-1
/
+1
2023-01-18
Merge tag 'regmap-mdio-c45-rework' of https://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
1
-0
/
+8
2023-01-18
cacheinfo: Use RISC-V's init_cache_level() as generic OF implementation
Pierre Gondois
1
-0
/
+1
2023-01-17
software node: Remove unused APIs
Andy Shevchenko
1
-3
/
+0
2023-01-17
platform: Provide a remove callback that returns no value
Uwe Kleine-König
1
-0
/
+11
2023-01-17
genirq/affinity: Move group_cpus_evenly() into lib/
Ming Lei
1
-0
/
+14
2023-01-17
USB: fix misleading usb_set_intfdata() kernel doc
Johan Hovold
1
-8
/
+7
2023-01-17
usb: typec: tcpci: Add callback for evaluating contaminant presence
Badhri Jagan Sridharan
1
-0
/
+7
2023-01-17
usb: typec: tcpm: Add callbacks to mitigate wakeups due to contaminant
Badhri Jagan Sridharan
1
-0
/
+8
2023-01-17
USB: Improve usb_fill_* documentation
Ricardo Ribalda
1
-4
/
+23
2023-01-17
usb: acpi: add helper to check port lpm capability using acpi _DSM
Mathias Nyman
1
-0
/
+3
2023-01-17
efi: efivars: make efivar_supports_writes() return bool
Johan Hovold
1
-1
/
+1
2023-01-17
efi: efivars: drop kobject from efivars_register()
Johan Hovold
1
-4
/
+7
2023-01-17
Drivers: hv: Make remove callback of hyperv driver void returned
Dawei Li
1
-1
/
+1
[prev]
[next]