summaryrefslogtreecommitdiffstats
path: root/kernel/kexec_core.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-07-22bcachefs: More informative error message in reattach_inode()Kent Overstreet1-2/+5
2024-07-20cifs: Fix missing fscache invalidationDavid Howells1-0/+6
2024-07-20io_uring: fix error pbuf checkingPavel Begunkov1-1/+3
2024-07-20io_uring: fix lost getsockopt completionsPavel Begunkov1-1/+1
2024-07-20LoongArch: Make the users of larch_insn_gen_break() constantOleg Nesterov3-4/+7
2024-07-20LoongArch: Check TIF_LOAD_WATCH to enable user space watchpointTiezhu Yang2-1/+4
2024-07-20LoongArch: Use rustc option -Zdirect-access-external-dataWANG Rui1-1/+2
2024-07-20LoongArch: Add support for relocating the kernel with RELR relocationXi Ruoyao5-0/+33
2024-07-20LoongArch: Remove a redundant checking in relocatorXi Ruoyao1-3/+1
2024-07-20LoongArch: Use correct API to map cmdline in relocate_kernel()Huacai Chen1-1/+3
2024-07-20LoongArch: Automatically disable KASLR for hibernationHuacai Chen1-0/+26
2024-07-20LoongArch: Add ACPI standard hardware register based S3 supportJiaxun Yang2-6/+18
2024-07-20LoongArch: Add architectural preparation for CPUFreqHuacai Chen3-0/+19
2024-07-20LoongArch: Add writecombine support for DMW-based ioremap()Huacai Chen7-17/+37
2024-07-20LoongArch: Add ARCH_HAS_DEBUG_VM_PGTABLE supportHuacai Chen2-1/+2
2024-07-20LoongArch: Add ARCH_HAS_PTE_DEVMAP supportHuacai Chen3-2/+24
2024-07-20LoongArch: Add RANDOMIZE_KSTACK_OFFSET supportJinjie Ruan2-1/+22
2024-07-20LoongArch: Add irq_work support via self IPIsHuacai Chen5-1/+34
2024-07-20LoongArch: Always enumerate MADT and setup logical-physical CPU mappingHuacai Chen3-11/+22
2024-07-20LoongArch: Define __ARCH_WANT_NEW_STAT in unistd.hHuacai Chen2-2/+2
2024-07-19cifs: Add a tracepoint to track credits involved in R/W requestsDavid Howells7-23/+173
2024-07-19cifs: Fix setting of zero_point after DIO writeDavid Howells1-5/+10
2024-07-19cifs: Fix missing error code setDavid Howells1-0/+2
2024-07-19cifs: Fix server re-repick on subrequest retryDavid Howells1-3/+0
2024-07-19cifs: fix noisy message on copy_file_rangeSteve French1-1/+1
2024-07-19blk-cgroup: move congestion_count to struct blkcgXiu Jianfeng3-10/+10
2024-07-19sbitmap: fix io hung due to race on sbitmap_word::clearedYang Yang2-7/+34
2024-07-19block: avoid polling configuration errorshexue1-1/+4
2024-07-19block: Catch possible entries missing from rqf_name[]John Garry2-0/+2
2024-07-19block: Simplify definition of RQF_NAME()John Garry1-1/+1
2024-07-19block: Use enum to define RQF_x bit indexesJohn Garry1-32/+54
2024-07-19block: Catch possible entries missing from cmd_flag_name[]John Garry2-0/+3
2024-07-19block: Catch possible entries missing from alloc_policy_name[]John Garry2-2/+7
2024-07-19block: Catch possible entries missing from hctx_flag_name[]John Garry2-4/+9
2024-07-19block: Catch possible entries missing from hctx_state_name[]John Garry2-7/+11
2024-07-19block: Catch possible entries missing from blk_queue_flag_name[]John Garry1-0/+2
2024-07-19block: Make QUEUE_FLAG_x as an enumJohn Garry1-13/+16
2024-07-19block: Relocate BLK_MQ_MAX_DEPTHJohn Garry1-2/+1
2024-07-19block: Relocate BLK_MQ_CPU_WORK_BATCHJohn Garry2-2/+2
2024-07-19block: remove QUEUE_FLAG_STOPPEDChristoph Hellwig2-3/+0
2024-07-19block: Add missing entry to hctx_flag_name[]John Garry1-2/+3
2024-07-19block: Add zone write plugging entry to rqf_name[]John Garry1-0/+1
2024-07-19block: Add missing entries from cmd_flag_name[]John Garry1-1/+6
2024-07-19btrfs: change BTRFS_MOUNT_* flags to 64bit typeQu Wenruo5-42/+46
2024-07-19PCI: loongson: Enable MSI in LS7A Root ComplexHuacai Chen1-0/+13
2024-07-19eth: fbnic: don't build the driver when skb has more than 21 fragsJakub Kicinski1-0/+1
2024-07-19dm vdo: fix a minor formatting issue in vdo.rstMasatake YAMATO1-0/+1
2024-07-19dm vdo int-map: fix kerneldoc formattingMatthew Sakai1-1/+1
2024-07-19dm vdo repair: add missing kerneldoc fieldsMatthew Sakai1-3/+5
2024-07-19dm: Constify struct dm_block_validatorChristophe JAILLET12-44/+46