summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86_tdx_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-284-42/+51
|\
| * x86/tdx: Drop flags from __tdx_hypercall()Kirill A. Shutemov2023-03-224-42/+51
* | Merge tag 'x86_fpu_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-282-0/+103
|\ \
| * | Documentation/x86: Explain the state component permission for guestsChang S. Bae2023-03-221-0/+29
| * | Documentation/x86: Add the AMX enabling exampleChang S. Bae2023-03-221-0/+55
| * | x86/arch_prctl: Add AMX feature numbers as ABI constantsChang S. Bae2023-03-221-0/+3
| * | Documentation/x86: Explain the purpose for dynamic featuresChang S. Bae2023-03-221-0/+16
| |/
* | Merge tag 'x86_cache_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-04-281-24/+19
|\ \
| * | x86/resctrl: Avoid redundant counter read in __mon_event_count()Peter Newman2023-03-151-24/+19
* | | Merge tag 'x86_cleanups_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-04-289-63/+12
|\ \ \
| * | | x86/boot: Centralize __pa()/__va() definitionsKirill A. Shutemov2023-04-043-10/+9
| * | | x86: Simplify one-level sysctl registration for itmt_kern_tableLuis Chamberlain2023-03-221-10/+1
| * | | x86: Simplify one-level sysctl registration for abi_table2Luis Chamberlain2023-03-221-10/+1
| * | | x86/platform/intel-mid: Remove unused definitions from intel-mid.hAndy Shevchenko2023-03-221-21/+0
| * | | x86/uaccess: Remove memcpy_page_flushcache()Ira Weiny2023-03-162-11/+0
| * | | x86/entry: Change stale function name in comment to error_return()Jingyu Wang2023-03-061-1/+1
* | | | Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-04-2768-377/+1032
|\ \ \ \
| * | | | mailmap: add entries for Paul MackerrasPaul Mackerras2023-04-271-0/+2
| * | | | libgcc: add forward declarations for generic library routinesGeert Uytterhoeven2023-04-271-0/+7
| * | | | mailmap: add entry for OleksandrOleksandr Natalenko2023-04-211-0/+1
| * | | | ocfs2: reduce ioctl stack usageArnd Bergmann2023-04-211-11/+26
| * | | | fs/proc: add Kthread flag to /proc/$pid/statusChunguang Wu2023-04-212-0/+4
| * | | | ia64: fix an addr to taddr in huge_pte_offset()Hugh Dickins2023-04-211-1/+1
| * | | | checkpatch: introduce proper bindings license checkDmitry Rokosov2023-04-181-1/+6
| * | | | epoll: rename global epmutexDavidlohr Bueso2023-04-181-11/+11
| * | | | scripts/gdb: add GDB convenience functions $lx_dentry_name() and $lx_i_dentry()Glenn Washburn2023-04-181-0/+37
| * | | | scripts/gdb: create linux/vfs.py for VFS related GDB helpersGlenn Washburn2023-04-184-15/+32
| * | | | uapi/linux/const.h: prefer ISO-friendly __typeof__Kevin Brodsky2023-04-181-1/+1
| * | | | delayacct: track delays from IRQ/SOFTIRQYang Yang2023-04-186-15/+58
| * | | | scripts/gdb: timerlist: convert int chunks to strAmjad Ouled-Ameur2023-04-181-1/+1
| * | | | scripts/gdb: print interruptsFlorian Fainelli2023-04-183-0/+247
| * | | | scripts/gdb: raise error with reduced debugging informationFlorian Fainelli2023-04-182-1/+6
| * | | | scripts/gdb: add a Radix Tree ParserKieran Bingham2023-04-183-0/+99
| * | | | lib/rbtree: use '+' instead of '|' for setting color.Noah Goldstein2023-04-182-3/+3
| * | | | proc/stat: remove arch_idle_time()Heiko Carstens2023-04-181-26/+0
| * | | | checkpatch: check for misuse of the link tagsMatthieu Baerts2023-04-181-1/+12
| * | | | checkpatch: allow Closes tags with linksMatthieu Baerts2023-04-181-5/+5
| * | | | checkpatch: use a list of "link" tagsMatthieu Baerts2023-04-181-4/+20
| * | | | checkpatch: don't print the next line if not definedMatthieu Baerts2023-04-181-1/+1
| * | | | docs: process: allow Closes tags with linksMatthieu Baerts2023-04-182-13/+35
| * | | | scripts/gdb: fix lx-timerlist for HRTIMER_MAX_CLOCK_BASES printingPeng Liu2023-04-181-1/+2
| * | | | scripts/gdb: fix lx-timerlist for Python3Peng Liu2023-04-182-2/+7
| * | | | scripts/gdb: fix lx-timerlist for struct timequeue_head changePeng Liu2023-04-181-2/+1
| * | | | lib/test-string_helpers: replace UNESCAPE_ANY by UNESCAPE_ALL_MASKAndy Shevchenko2023-04-081-1/+1
| * | | | scripts/gdb: bail early if there are no generic PDFlorian Fainelli2023-04-081-1/+3
| * | | | scripts/gdb: bail early if there are no clocksFlorian Fainelli2023-04-081-0/+2
| * | | | kexec: remove unnecessary arch_kexec_kernel_image_load()Bjorn Helgaas2023-04-082-9/+3
| * | | | x86/kexec: remove unnecessary arch_kexec_kernel_image_load()Bjorn Helgaas2023-04-083-16/+0
| * | | | rapidio/tsi721: remove redundant pci_clear_masterCai Huoqing2023-04-081-3/+0
| * | | | kernel.h: split the hexadecimal related helpers to hex.hAndy Shevchenko2023-04-082-28/+36