summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * irqdomain: Constify parameter in is_fwnode_irqchip()Herve Codina2024-06-171-1/+1
| * irqdomain: Introduce irq_domain_instantiate()Herve Codina2024-06-172-7/+53
| * irqdomain: Introduce irq_domain_free()Herve Codina2024-06-171-6/+10
| * irqdomain: Fixed unbalanced fwnode get and putHerve Codina2024-06-171-5/+2
| * irqchip/gic-v3: Enable non-coherent redistributors/ITSes ACPI probingLorenzo Pieralisi2024-06-064-0/+31
| * irqchip/renesas-rzg2l: Add support for RZ/Five SoCLad Prabhakar2024-06-051-3/+145
| * dt-bindings: interrupt-controller: renesas,rzg2l-irqc: Document RZ/Five SoCLad Prabhakar2024-06-051-7/+10
| * irqdomain: Add missing parameter descriptions in kernel-doc commentsHerve Codina2024-06-051-0/+27
| * genirq/debugfs: Print irqdomain flags as human-readable stringsJinjie Ruan2024-06-033-10/+27
| * genirq/proc: Simplify irqdesc::kstat_irqs handling furtherAdrian Huang2024-06-031-5/+2
* | Merge tag 'loongarch-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds2024-07-2232-51/+256
|\ \
| * | LoongArch: Make the users of larch_insn_gen_break() constantOleg Nesterov2024-07-203-4/+7
| * | LoongArch: Check TIF_LOAD_WATCH to enable user space watchpointTiezhu Yang2024-07-202-1/+4
| * | LoongArch: Use rustc option -Zdirect-access-external-dataWANG Rui2024-07-201-1/+2
| * | LoongArch: Add support for relocating the kernel with RELR relocationXi Ruoyao2024-07-205-0/+33
| * | LoongArch: Remove a redundant checking in relocatorXi Ruoyao2024-07-201-3/+1
| * | LoongArch: Use correct API to map cmdline in relocate_kernel()Huacai Chen2024-07-201-1/+3
| * | LoongArch: Automatically disable KASLR for hibernationHuacai Chen2024-07-201-0/+26
| * | LoongArch: Add ACPI standard hardware register based S3 supportJiaxun Yang2024-07-202-6/+18
| * | LoongArch: Add architectural preparation for CPUFreqHuacai Chen2024-07-203-0/+19
| * | LoongArch: Add writecombine support for DMW-based ioremap()Huacai Chen2024-07-207-17/+37
| * | LoongArch: Add ARCH_HAS_DEBUG_VM_PGTABLE supportHuacai Chen2024-07-202-1/+2
| * | LoongArch: Add ARCH_HAS_PTE_DEVMAP supportHuacai Chen2024-07-203-2/+24
| * | LoongArch: Add RANDOMIZE_KSTACK_OFFSET supportJinjie Ruan2024-07-202-1/+22
| * | LoongArch: Add irq_work support via self IPIsHuacai Chen2024-07-205-1/+34
| * | LoongArch: Always enumerate MADT and setup logical-physical CPU mappingHuacai Chen2024-07-203-11/+22
| * | LoongArch: Define __ARCH_WANT_NEW_STAT in unistd.hHuacai Chen2024-07-202-2/+2
| * | Merge tag 'asm-generic-6.11' into loongarch-nextHuacai Chen2024-07-1786-1275/+1228
| |\ \
* | \ \ Merge tag 'thermal-6.11-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-07-224-29/+37
|\ \ \ \
| * | | | thermal: core: Allow thermal zones to tell the core to ignore themRafael J. Wysocki2024-07-184-29/+37
* | | | | Merge tag 'io_uring-6.11-20240722' of git://git.kernel.dk/linuxLinus Torvalds2024-07-222-2/+4
|\ \ \ \ \
| * | | | | io_uring: fix error pbuf checkingPavel Begunkov2024-07-201-1/+3
| * | | | | io_uring: fix lost getsockopt completionsPavel Begunkov2024-07-201-1/+1
* | | | | | Merge tag 'for-6.11/block-20240722' of git://git.kernel.dk/linuxLinus Torvalds2024-07-2219-102/+233
|\ \ \ \ \ \
| * | | | | | blk-cgroup: move congestion_count to struct blkcgXiu Jianfeng2024-07-193-10/+10
| * | | | | | sbitmap: fix io hung due to race on sbitmap_word::clearedYang Yang2024-07-192-7/+34
| * | | | | | block: avoid polling configuration errorshexue2024-07-191-1/+4
| * | | | | | block: Catch possible entries missing from rqf_name[]John Garry2024-07-192-0/+2
| * | | | | | block: Simplify definition of RQF_NAME()John Garry2024-07-191-1/+1
| * | | | | | block: Use enum to define RQF_x bit indexesJohn Garry2024-07-191-32/+54
| * | | | | | block: Catch possible entries missing from cmd_flag_name[]John Garry2024-07-192-0/+3
| * | | | | | block: Catch possible entries missing from alloc_policy_name[]John Garry2024-07-192-2/+7
| * | | | | | block: Catch possible entries missing from hctx_flag_name[]John Garry2024-07-192-4/+9
| * | | | | | block: Catch possible entries missing from hctx_state_name[]John Garry2024-07-192-7/+11
| * | | | | | block: Catch possible entries missing from blk_queue_flag_name[]John Garry2024-07-191-0/+2
| * | | | | | block: Make QUEUE_FLAG_x as an enumJohn Garry2024-07-191-13/+16
| * | | | | | block: Relocate BLK_MQ_MAX_DEPTHJohn Garry2024-07-191-2/+1
| * | | | | | block: Relocate BLK_MQ_CPU_WORK_BATCHJohn Garry2024-07-192-2/+2
| * | | | | | block: remove QUEUE_FLAG_STOPPEDChristoph Hellwig2024-07-192-3/+0
| * | | | | | block: Add missing entry to hctx_flag_name[]John Garry2024-07-191-2/+3