summaryrefslogtreecommitdiffstats
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* docs, nvme: add a feature and quirk policy documentChristoph Hellwig2022-12-282-0/+78
* Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-1310-48/+293
|\
| * mm: add nodes= arg to memory.reclaimMina Almasry2022-12-111-6/+9
| * documentation/mm: update pmd_present() in arch_pgtable_helpers.rstAnshuman Khandual2022-11-301-1/+1
| * mm: document /sys/class/bdi/<bdi>/min_ratio_fine knobStefan Roesch2022-11-301-0/+15
| * mm: document /sys/class/bdi/<bdi>/max_ratio_fine knobStefan Roesch2022-11-301-0/+13
| * mm: document /sys/class/bdi/<bdi>/min_bytes knobStefan Roesch2022-11-301-0/+15
| * mm: document /sys/class/bdi/<bdi>/max_bytes knobStefan Roesch2022-11-301-0/+14
| * mm: document /sys/class/bdi/<bdi>/strict_limit knobStefan Roesch2022-11-301-0/+11
| * mm: anonymous shared memory namingPasha Tatashin2022-11-301-3/+5
| * docs: admin-guide: cgroup-v1: update description of inactive_fileJian Wen2022-11-301-1/+2
| * Docs/ABI/zram: document zram recompress sysfs knobsSergey Senozhatsky2022-11-301-0/+14
| * zram: add incompressible flag to read_block_state()Sergey Senozhatsky2022-11-301-4/+7
| * zram: add incompressible writebackSergey Senozhatsky2022-11-301-1/+6
| * documentation: add zram recompression documentationSergey Senozhatsky2022-11-301-0/+81
| * zram: add recompress flag to read_block_state()Sergey Senozhatsky2022-11-301-3/+6
| * mm,thp,rmap: subpages_mapcount COMPOUND_MAPPED if PMD-mappedHugh Dickins2022-11-301-4/+3
| * mm,thp,rmap: subpages_mapcount of PTE-mapped subpagesHugh Dickins2022-11-301-1/+2
| * mm,thp,rmap: lock_compound_mapcounts() on THP mapcountsHugh Dickins2022-11-301-7/+9
| * mm,thp,rmap: simplify compound page mapcount handlingHugh Dickins2022-11-301-18/+0
| * Docs/ABI/damon: document 'schemes/<s>/tried_regions' sysfs directorySeongJae Park2022-11-301-0/+32
| * Docs/admin-guide/mm/damon/usage: document schemes/<s>/tried_regions sysfs dir...SeongJae Park2022-11-301-3/+42
| * mm: vmscan: split khugepaged stats from direct reclaim statsJohannes Weiner2022-11-301-0/+6
| * Docs/admin-guide/mm/damon/usage: fix wrong usage example of init_regions fileSeongJae Park2022-11-301-5/+6
| * Docs/admin-guide/mm/damon/usage: describe the rules of sysfs region directoriesSeongJae Park2022-11-301-0/+3
* | Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-1382-673/+5425
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-12-133-3/+8
| |\ \
| | * | dt-bindings: FEC/i.MX DWMAC and INTMUX maintainerFlorian Fainelli2022-12-123-3/+8
| * | | dt-bindings: net: qcom,ipa: Add SM6350 compatibleLuca Weiss2022-12-121-0/+1
| * | | dt-bindings: net: dsa: hellcreek: Sync DSA maintainersKurt Kanzenbach2022-12-121-1/+1
| * | | Merge tag 'for-net-next-2022-12-12' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2022-12-127-13/+120
| |\ \ \
| | * | | dt-bindings: net: realtek-bluetooth: Add RTL8723DSSamuel Holland2022-12-121-0/+1
| | * | | dt-bindings: bluetooth: broadcom: add BCM43430A0 & BCM43430A1Luca Weiss2022-12-121-0/+2
| | * | | dt-bindings: net: Add Broadcom BCM4377 family PCIe BluetoothSven Peter2022-12-121-0/+81
| | * | | dt-bindings: net: Add generic Bluetooth controllerSven Peter2022-12-124-13/+35
| | * | | dt-bindings: net: broadcom-bluetooth: Add CYW4373A0 DT bindingMarek Vasut2022-12-121-0/+1
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski2022-12-121-2/+22
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | ipvs: run_estimation should control the kthread tasksJulian Anastasov2022-12-101-2/+2
| | * | | ipvs: add est_cpulist and est_nice sysctl varsJulian Anastasov2022-12-101-0/+20
| * | | | dt-bindings: net: Convert Socionext NetSec Ethernet to DT schemaRob Herring2022-12-122-56/+73
| * | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2022-12-125-2/+850
| |\ \ \ \
| | * | | | docs/bpf: Add documentation for BPF_MAP_TYPE_SK_STORAGEDonald Hunter2022-12-091-0/+155
| | * | | | bpf/docs: Document struct cgroup * kfuncsDavid Vernet2022-12-071-0/+115
| | * | | | bpf/docs: Document struct task_struct * kfuncsDavid Vernet2022-12-071-0/+83
| | * | | | bpf, docs: BPF Iterator DocumentSreevani Sreejith2022-12-042-0/+486
| | * | | | docs/bpf: Add KF_RCU documentationYonghong Song2022-12-041-0/+9
| | * | | | bpf, docs: Correct the example of BPF_XORZheng Yejian2022-12-021-2/+2
| * | | | | dt-bindings: can: renesas,rcar-canfd: Fix number of channels for R-Car V3UGeert Uytterhoeven2022-12-121-61/+72
| * | | | | Documentation: devlink: add devlink documentation for the etas_es58x driverVincent Mailhol2022-12-121-0/+36
| * | | | | net: devlink: add DEVLINK_INFO_VERSION_GENERIC_FW_BOOTLOADERVincent Mailhol2022-12-121-0/+5