aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/admin-guide
AgeCommit message (Expand)AuthorFilesLines
2023-04-29Merge tag 'xfs-6.4-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-3/+4
2023-04-29Merge tag 'cgroup-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-1/+1
2023-04-28Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+4
2023-04-28Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-9/+8
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-5/+33
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+6
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-9/+14
2023-04-27Merge tag 'tty-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-3/+33
2023-04-26Merge tag 'for-6.4/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+4
2023-04-26Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-3/+0
2023-04-26riscv: Allow to downgrade paging mode from the command lineAlexandre Ghiti1-1/+4
2023-04-25Merge tag 'pm-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2-24/+47
2023-04-25Merge tag 'gpio-updates-for-v6.4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2023-04-25Merge tag 'media/v6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2-42/+45
2023-04-25Merge tag 'slab-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds1-3/+3
2023-04-25Merge tag 'core-entry-2023-04-24' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+4
2023-04-24Merge tag 'docs-6.4' of git://git.lwn.net/linuxLinus Torvalds9-186/+1275
2023-04-21mm: add new KSM process and sysfs knobsStefan Roesch1-1/+4
2023-04-19module: add debugging auto-load duplicate module supportLuis Chamberlain1-0/+6
2023-04-20xfs: Extend table marker on deprecated mount options tableBagas Sanjaya1-3/+3
2023-04-19dm flakey: add an "error_reads" optionMikulas Patocka1-0/+4
2023-04-18LoongArch: Make WriteCombine configurable for ioremap()Huacai Chen2-0/+7
2023-04-16ptrace: Provide set/get interface for syscall user dispatchGregory Price1-0/+4
2023-04-15media: i2c: Drop unused vs6624 camera sensor driverLaurent Pinchart1-1/+0
2023-04-15media: i2c: Drop unused sr030pc30 camera sensor driverLaurent Pinchart1-1/+0
2023-04-15media: i2c: Drop unused s5k6aa camera sensor driverLaurent Pinchart1-1/+0
2023-04-15media: i2c: Drop unused noon010pc30 camera sensor driverLaurent Pinchart1-1/+0
2023-04-15media: i2c: Drop unused mt9t001 camera sensor driverLaurent Pinchart1-1/+0
2023-04-15media: i2c: Drop unused mt9m032 camera sensor driverLaurent Pinchart1-1/+0
2023-04-15media: i2c: Drop unused m5mols camera sensor driverLaurent Pinchart1-1/+0
2023-04-15media: i2c: Drop unused ad9389b video encoder driverLaurent Pinchart1-1/+0
2023-04-15media: Documentation: admin-guide: cec.rst: document NTP issueHans Verkuil1-0/+9
2023-04-14docs: cgroup-v1/cpusets: update libcgroup project linkKamalesh Babulal1-1/+1
2023-04-14Merge back cpufreq changes for 6.4-rc1.Rafael J. Wysocki2-24/+47
2023-04-11xfs: deprecate the ascii-ci featureDarrick J. Wong1-0/+1
2023-04-10docs: move m68k architecture documentation under Documentation/arch/Jonathan Corbet1-1/+1
2023-04-10Merge 6.3-rc6 into tty-nextGreg Kroah-Hartman3-99/+2
2023-04-06ext4: Remove the logic to trim inode PAsOjaswin Mujoo1-3/+0
2023-04-05mm: userfaultfd: add UFFDIO_CONTINUE_MODE_WP to install WP PTEsAxel Rasmussen1-0/+8
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2-4/+4
2023-04-05mm/uffd: UFFD_FEATURE_WP_UNPOPULATEDPeter Xu1-0/+17
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman3-99/+2
2023-03-30docs: move x86 documentation into Documentation/arch/Jonathan Corbet6-12/+12
2023-03-29Documentation: kernel-parameters: Remove meye entryBagas Sanjaya1-3/+0
2023-03-29mm, pagemap: remove SLOB and SLQB from comments and documentationVlastimil Babka1-3/+3
2023-03-24kernel/smp: Make csdlock_debug= resettablePaul E. McKenney1-6/+7
2023-03-24locking/csd_lock: Remove added data from CSD lock debuggingPaul E. McKenney1-4/+0
2023-03-24locking/csd_lock: Add Kconfig option for csd_debug defaultPaul E. McKenney1-2/+4
2023-03-23docs: describe how to quickly build a trimmed kernelThorsten Leemhuis2-0/+1093
2023-03-23Documentation: kernel-parameters: sort all "no..." parametersRandy Dunlap1-128/+128
2023-03-20media: admin-guide/media/cec.rst: update CEC debugging docHans Verkuil1-34/+36
2023-03-17Documentation: cpufreq: amd-pstate: Update amd_pstate status sysfs for guidedWyes Karny1-7/+24
2023-03-17cpufreq: amd-pstate: Add guided autonomous modeWyes Karny1-5/+10
2023-03-17Documentation: cpufreq: amd-pstate: Move amd_pstate param to alphabetical orderWyes Karny1-17/+18
2023-03-14Documentation: kernel-parameters: sort NFS parametersRandy Dunlap1-37/+37
2023-03-14docs: admin: unicode: update information on state of lanana.org documentLukas Bulwahn1-5/+4
2023-03-12Documentation/security-bugs: move from admin-guide/ to process/Vegard Nossum3-99/+2
2023-03-10driver core: Add fw_devlink.sync_state command line paramSaravana Kannan1-0/+14
2023-03-09Documentation/serial-console: Document the behavior when the last console= pa...Petr Mladek1-3/+33
2023-03-06gpiolib: remove legacy gpio_export()Arnd Bergmann1-1/+1
2023-03-06driver core: remove CONFIG_SYSFS_DEPRECATED and CONFIG_SYSFS_DEPRECATED_V2Greg Kroah-Hartman1-9/+0
2023-03-05Merge tag 'x86-urgent-2023-03-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+16
2023-02-27Documentation/hw-vuln: Document the interaction between IBRS and STIBPKP Singh1-5/+16
2023-02-26Merge tag 'media/v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds11-451/+2
2023-02-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+6
2023-02-24Merge tag 'pci-v6.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+3
2023-02-24Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-5/+7
2023-02-23Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds1-3/+22
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds7-32/+115
2023-02-23Merge tag 'bootconfig-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+5
2023-02-23Merge tag 'printk-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+1
2023-02-23Merge tag 'trace-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds1-0/+29
2023-02-22Merge tag 'xfs-6.3-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2023-02-22Merge tag 'ata-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds3-312/+66
2023-02-22Merge tag 'docs-6.3' of git://git.lwn.net/linuxLinus Torvalds45-163/+750
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-0/+7
2023-02-22Allow forcing unconditional bootconfig processingPaul E. McKenney1-1/+5
2023-02-21Merge tag 'x86_cpu_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-6/+6
2023-02-21Merge tag 'thermal-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-0/+354
2023-02-21Merge tag 'pm-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2-4/+81
2023-02-21Merge tag 'rcu.2023.02.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+11
2023-02-21Merge tag 'cgroup-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-124/+146
2023-02-21Merge tag 'timers-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+10
2023-02-21Merge tag 'x86_cache_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2023-02-20Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+3
2023-02-20Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+1
2023-02-20Merge tag 'arm-boardfile-remove-6.3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-67/+0
2023-02-20Merge tag 'kvmarm-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini1-1/+6
2023-02-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+1
2023-02-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-0/+93
2023-02-15Documentation: amd-pstate: disambiguate user space sectionsBagas Sanjaya1-4/+4
2023-02-15Documentation/hw-vuln: Fix rST warningPaolo Bonzini1-2/+1
2023-02-15Merge git://git.linuxtv.org/media_stage into media_treeMauro Carvalho Chehab1-2/+2
2023-02-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-0/+93
2023-02-13Docs/admin-guide/mm/damon/usage: add DAMON debugfs interface deprecation noticeSeongJae Park1-7/+13
2023-02-13Documentation: powerclamp: Fix numbered lists formattingBagas Sanjaya1-5/+8
2023-02-13Documentation: powerclamp: Escape wildcard in cpumask descriptionBagas Sanjaya1-1/+1
2023-02-13Documentation: admin-guide: Add toctree entry for thermal docsBagas Sanjaya2-1/+9
2023-02-11arm64: Add ARM64_HAS_NESTED_VIRT cpufeatureJintack Lim1-1/+6
2023-02-10mm: memcontrol: add new kernel parameter cgroup.memory=nobpfYafang Shao1-0/+1
2023-02-10Documentation/hw-vuln: Add documentation for Cross-Thread Return PredictionsTom Lendacky2-0/+93
2023-02-09xfs: allow setting full range of panic tagsDonald Douwsma1-1/+1
2023-02-09net: introduce default_rps_mask netns attributePaolo Abeni1-0/+6
2023-02-09thermal: intel: powerclamp: Add two module parametersSrinivas Pandruvada1-0/+22
2023-02-09Documentation: admin-guide: Move intel_powerclamp documentationSrinivas Pandruvada2-0/+321
2023-02-09Merge back cpufreq material for 6.3-rc1.Rafael J. Wysocki2-2/+79
2023-02-08Merge tag 'v6.2-rc7' into media_treeMauro Carvalho Chehab2-12/+7
2023-02-07tracing: Allow boot instances to have snapshot buffersSteven Rostedt (Google)1-0/+9
2023-02-07tracing: Add enabling of events to boot instancesSteven Rostedt (Google)1-0/+14
2023-02-07tracing: Add creation of instances at boot command lineSteven Rostedt (Google)1-0/+6
2023-02-06clocksource: Enable TSC watchdog checking of HPET and PMTMR only when requestedPaul E. McKenney1-0/+6
2023-02-06Merge 6.2-rc7 into tty-nextGreg Kroah-Hartman1-9/+6
2023-02-06media: docs: admin-guide: media: align HDMI CEC node names with dtschemaKrzysztof Kozlowski1-2/+2
2023-02-03Documentation: amd-pstate: introduce new global sysfs attributesPerry Yuan1-0/+29
2023-02-03Documentation: introduce amd pstate active mode kernel command line optionsPerry Yuan1-0/+7
2023-02-03Documentation: amd-pstate: add amd pstate driver mode introductionPerry Yuan1-2/+24
2023-02-03Documentation: amd-pstate: add EPP profiles introductionPerry Yuan1-0/+19
2023-02-02kexec: introduce sysctl parameters kexec_load_limit_*Ricardo Ribalda1-0/+18
2023-02-02Documentation: sysctl: correct kexec_load_disabledRicardo Ribalda1-3/+4
2023-02-02Docs/admin-guide/mm/damon/usage: update DAMOS actions/filters supports of eac...SeongJae Park1-13/+28
2023-02-02Merge branch 'stall.2023.01.09a' into HEADPaul E. McKenney1-0/+6
2023-02-02x86/tsc: Add option to force frequency recalibration with HW timerFeng Tang1-0/+4
2023-02-02printk: Document that CONFIG_BOOT_PRINTK_DELAY required for boot_delay=Bjorn Helgaas1-2/+4
2023-02-02Documentation: admin-guide: correct spellingRandy Dunlap25-41/+41
2023-02-02docs: add workload-tracing document to admin-guideShuah Khan2-0/+617
2023-02-02docs/admin-guide/mm: remove useless markupMike Rapoport (IBM)15-45/+13
2023-01-31Sync mm-stable with mm-hotfixes-stable to pick up dependent patchesAndrew Morton1-9/+6
2023-01-31Revert "mm: add nodes= arg to memory.reclaim"Michal Hocko1-9/+6
2023-01-31docs: ftrace: always use canonical ftrace pathRoss Zwisler3-5/+5
2023-01-31Doc/damon: fix the data path errorHui Su2-4/+4
2023-01-31Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar1-3/+1
2023-01-31drivers/block: Remove PARIDE core and high-level protocolsOndrej Zary3-364/+63
2023-01-31ata: pata_parport: add driver (PARIDE replacement)Ondrej Zary1-0/+52
2023-01-25x86/cpu: Support AMD Automatic IBRSKim Phillips2-6/+6
2023-01-23x86/resctrl: Include new features in command line optionsBabu Moger1-1/+1
2023-01-22Merge 6.2-rc5 into tty-nextGreg Kroah-Hartman1-3/+1
2023-01-22media: tm6000: remove deprecated driverHans Verkuil2-87/+0
2023-01-22media: zr364xx: remove deprecated driverHans Verkuil4-115/+0
2023-01-22media: stkwebcam: remove deprecated driverHans Verkuil2-2/+0
2023-01-22media: fsl-viu: remove deprecated driverHans Verkuil1-1/+0
2023-01-22media: cpia2: remove deprecated driverHans Verkuil4-149/+0
2023-01-22media: meye: remove this deprecated driverHans Verkuil3-95/+0
2023-01-19x86/vsyscall: Fix documentation to reflect the default modeSohil Mehta1-4/+4
2023-01-19earlycon: Let users set the clock frequencyRicardo Ribalda1-5/+7
2023-01-18Docs/admin-guide/mm/numaperf: increase depth of subsectionsSeongJae Park1-4/+4
2023-01-18selftests/vm: rename selftests/vm to selftests/mmSeongJae Park1-3/+3
2023-01-18tools/vm: rename tools/vm to tools/mmSeongJae Park2-3/+3
2023-01-18Docs/admin-guide/mm/damon/usage: document DAMOS filters of sysfsSeongJae Park1-2/+46
2023-01-18Docs/admin-guide/damon/reclaim: document 'skip_anon' parameterSeongJae Park1-0/+9
2023-01-18mm: memcontrol: deprecate charge movingJohannes Weiner1-2/+11
2023-01-14ata: libata: cleanup fua support detectionDamien Le Moal1-0/+3
2023-01-12PCI/AER: Configure ECRC only if AER is nativeVidya Sagar1-1/+3
2023-01-12media: davinci: remove vpbe supportArnd Bergmann3-67/+0
2023-01-11Docs/admin-guide/mm/zswap: remove zsmalloc's lack of writeback warningNhat Pham1-3/+1
2023-01-05rcu: Add RCU stall diagnosis informationZhen Lei1-0/+6
2023-01-05docs: cgroup-v1: use numbered lists for user interface setupBagas Sanjaya2-15/+13
2023-01-05docs: cgroup-v1: add internal cross-referencesBagas Sanjaya1-13/+30
2023-01-05docs: cgroup-v1: make swap extension subsections subsectionsBagas Sanjaya1-2/+4
2023-01-05docs: cgroup-v1: use bullet lists for list of stat file tablesBagas Sanjaya1-47/+46
2023-01-05docs: cgroup-v1: move hierarchy of accounting captionBagas Sanjaya1-2/+2
2023-01-05docs: cgroup-v1: fix footnotesBagas Sanjaya1-17/+19
2023-01-05docs: cgroup-v1: use code block for locking order schemaBagas Sanjaya1-1/+1
2023-01-05docs: cgroup-v1: wrap remaining admonitions in admonition blocksBagas Sanjaya1-1/+1
2023-01-05docs: cgroup-v1: replace custom note constructs with appropriate admonition b...Bagas Sanjaya1-27/+31
2023-01-05sched/documentation: Document the util clamp featureQais Yousef1-0/+3
2023-01-03rcu: Allow expedited RCU CPU stall warnings to dump task stacksPaul E. McKenney1-0/+5
2023-01-03docs: gdbmacros: print newest recordJohn Ogness1-1/+1
2023-01-02Documentation: admin: move OOO entries in kernel-parameters.txtRandy Dunlap1-61/+61
2022-12-19Merge tag 'iommu-updates-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+22
2022-12-19Merge tag 'loongarch-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds1-4/+4
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-0/+5
2022-12-15Merge tag 'trace-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds1-0/+19
2022-12-15Merge tag '6.2-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds1-1/+1
2022-12-14Merge tag 'riscv-for-linus-6.2-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+29
2022-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+19
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-19/+164
2022-12-14LoongArch: Add unaligned access supportHuacai Chen1-4/+4
2022-12-13Merge tag 'drm-next-2022-12-13' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-5/+13
2022-12-13Merge tag 'media/v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds8-29/+552
2022-12-13Merge tag 'for-6.2/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+8
2022-12-12Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2022-12-12Merge tag 'docs-6.2' of git://git.lwn.net/linuxLinus Torvalds5-155/+101
2022-12-12Merge tag 'linux-kselftest-next-6.2-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-18/+172
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-10/+8
2022-12-12Merge tag 'x86_splitlock_for_6.2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+23
2022-12-12Merge tag 's390-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-0/+11
2022-12-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds5-53/+445
2022-12-12Merge branches 'arm/allwinner', 'arm/exynos', 'arm/mediatek', 'arm/rockchip',...Joerg Roedel1-5/+22
2022-12-11mm: add nodes= arg to memory.reclaimMina Almasry1-6/+9
2022-12-08Fix path in cifs/usage.rstVolker Lendecke1-1/+1
2022-12-06Merge branch 'for-next/perf' into for-next/coreWill Deacon4-44/+439
2022-12-03Documentation: Fixed a typo in bootconfig.rstKushagra Verma1-1/+1
2022-12-02Documentation: kdump: describe VMCOREINFO export for RISCV64Xianting Tian1-0/+29
2022-12-02dm init: add dm-mod.waitfor to wait for asynchronously probed block devicesPeter Korsgaard1-0/+8
2022-12-02panic: Introduce warn_limitKees Cook1-0/+10
2022-12-02exit: Allow oops_limit to be disabledKees Cook1-2/+3
2022-12-02powerpc/64s/hash: add stress_hpt kernel boot option to increase hash faultsNicholas Piggin1-0/+5
2022-12-01exit: Put an upper limit on how often we can oopsJann Horn1-0/+8
2022-11-30docs: admin-guide: cgroup-v1: update description of inactive_fileJian Wen1-1/+2
2022-11-30zram: add incompressible flag to read_block_state()Sergey Senozhatsky1-4/+7