aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/init (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-07-22bcachefs: Fix printbuf usage while atomicKent Overstreet1-0/+1
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-20i2c: header: improve kdoc for i2c_algorithmWolfram Sang1-8/+7
2024-07-20i2c: header: remove unneeded stuff regarding i2c_algorithmWolfram Sang1-6/+0
2024-07-20i2c: piix4: Register SPDsThomas Weißschuh2-0/+10
2024-07-19mailbox: mtk-cmdq: Move devm_mbox_controller_register() after devm_pm_runtime_enable()Jason-JH.Lin1-6/+6
2024-07-19mailbox: zynqmp-ipi: Make polling period configurableBen Levinsky1-1/+8
2024-07-19mailbox: qcom-cpucp: fix 64BIT dependencyArnd Bergmann1-1/+1
2024-07-20i2c: smbus: remove i801 assumptions from SPD probingThomas Weißschuh1-11/+4
2024-07-20i2c: mux: gpio: Add support for the 'settle-time-us' propertyBastien Curutchet2-0/+8
2024-07-20i2c: mux: gpio: Re-order #include to match alphabetic orderBastien Curutchet1-4/+4
2024-07-20dt-bindings: i2c: mux-gpio: Add 'settle-time-us' propertyBastien Curutchet1-0/+3
2024-07-20dt-bindings: i2c: qcom-cci: Document sm8650 compatibleVladimir Zapolskiy1-0/+2
2024-07-20dt-bindings: i2c: qcom-cci: Document sm8550 compatibleVladimir Zapolskiy1-0/+18
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