1. 01 Jun, 2022 4 commits
  2. 17 May, 2022 5 commits
  3. 12 May, 2022 1 commit
  4. 09 May, 2022 10 commits
  5. 01 May, 2022 1 commit
  6. 28 Apr, 2022 8 commits
  7. 22 Apr, 2022 4 commits
  8. 20 Apr, 2022 2 commits
  9. 16 Apr, 2022 5 commits
    • Jui-Tse Huang's avatar
      docs/scheduler: fix unit error · 6c757e9f
      Jui-Tse Huang authored
      The unit mentioned in the documentation of scheduler statistics is
      outdated which may mislead the readers.
      
      The unit of statistics that is reported by /proc/schedstat is modified
      to nanosecond, and the unit of statistics that is reported by
      /proc/PID/schedstat is provided as well to make the context consistent.
      
      The rq_cpu_time and the rq_sched_info.run_delay of a run queue, and the
      sched_info.run_delay of a task are all updated based on the clock of the
      run queue, while the se.sum_exec_runtime of a task is updated based on
      the clock_task of the run queue of the task. Both the clock and
      clock_task are relied on the return value of the function sched_clock()
      which is in the unit of nanosecond.
      Signed-off-by: default avatarJui-Tse Huang <juitse.huang@gmail.com>
      Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
      6c757e9f
    • Randy Dunlap's avatar
      docs/admin: alphabetize parts of kernel-parameters.txt (part 2) · 389cfd96
      Randy Dunlap authored
      Alphabetize several of the kernel boot parameters in
      kernel-parameters.txt.
      Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
      Cc: Jonathan Corbet <corbet@lwn.net>
      Cc: linux-doc@vger.kernel.org
      Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
      389cfd96
    • Randy Dunlap's avatar
      Docs/admin: alphabetize some kernel-parameters (part 1) · d2fc83c1
      Randy Dunlap authored
      Move some out-of-place kernel parameters into their correct
      locations.
      
      Move one out-of-order keyword/legend in kernel-parameters.rst.
      
      Add some missing keyword legends in kernel-parameters.rst:
        HIBERNATION HYPER_V
      and drop some obsolete/removed keyword legends:
       EIDE IOSCHED OSS TS XT
      
      Correct the location of the setup.h file.
      Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
      Cc: Jonathan Corbet <corbet@lwn.net>
      Cc: linux-doc@vger.kernel.org
      Cc: "Rafael J. Wysocki" <rafael@kernel.org>
      Cc: Pavel Machek <pavel@ucw.cz>
      Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
      d2fc83c1
    • Randy Dunlap's avatar
      Docs: admin/kernel-parameters: edit a few boot options · 59bdbbd5
      Randy Dunlap authored
      Clean up some of admin-guide/kernel-parameters.txt:
      
      a. "smt" should be "smt=" (S390)
      b. (dropped)
      c. Sparc supports the vdso= boot option
      d. make the tp_printk options (2) formatting similar to other options
         by adding spacing
      e. add "trace_clock=" with a reference to Documentation/trace/ftrace.rst
      f. use [IA-64] as documented instead of [ia64]
      g. fix formatting and text for test_suspend=
      h. fix formatting for swapaccount=
      i. fix formatting and grammar for video.brightness_switch_enabled=
      Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
      Cc: Heiko Carstens <hca@linux.ibm.com>
      Cc: Vasily Gorbik <gor@linux.ibm.com>
      Cc: Alexander Gordeev <agordeev@linux.ibm.com>
      Cc: Christian Borntraeger <borntraeger@linux.ibm.com>
      Cc: Sven Schnelle <svens@linux.ibm.com>
      Cc: linux-s390@vger.kernel.org
      Cc: Steven Rostedt <rostedt@goodmis.org>
      Cc: Ingo Molnar <mingo@redhat.com>
      Cc: "David S. Miller" <davem@davemloft.net>
      Cc: sparclinux@vger.kernel.org
      Cc: Michael Ellerman <mpe@ellerman.id.au>
      Cc: linux-ia64@vger.kernel.org
      Cc: "Rafael J. Wysocki" <rafael@kernel.org>
      Cc: Pavel Machek <pavel@ucw.cz>
      Cc: Len Brown <lenb@kernel.org>
      Cc: linux-pm@vger.kernel.org
      Cc: linux-acpi@vger.kernel.org
      Cc: Johannes Weiner <hannes@cmpxchg.org>
      Cc: Andrew Morton <akpm@linux-foundation.org>
      Cc: Jonathan Corbet <corbet@lwn.net>
      Cc: linux-doc@vger.kernel.org
      Acked-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
      Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
      59bdbbd5
    • Akihiko Odaki's avatar
      x86/efi: Remove references of EFI earlyprintk from documentation · 82850028
      Akihiko Odaki authored
      x86 EFI earlyprink was removed with commit 69c1f396 ("efi/x86:
      Convert x86 EFI earlyprintk into generic earlycon implementation").
      Signed-off-by: default avatarAkihiko Odaki <akihiko.odaki@gmail.com>
      Reviewed-by: default avatarArd Biesheuvel <ardb@kernel.org>
      Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
      82850028