summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* eventfs/tracing: Add callback for release of an eventfs_inodeSteven Rostedt (Google)2024-05-043-2/+36
* Linux 6.9-rc6v6.9-rc6Linus Torvalds2024-04-281-1/+1
* Merge tag 'sched-urgent-2024-04-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-04-283-21/+38
|\
| * sched/isolation: Fix boot crash when maxcpus < first housekeeping CPUOleg Nesterov2024-04-281-1/+6
| * sched/isolation: Prevent boot crash when the boot CPU is nohz_fullOleg Nesterov2024-04-282-6/+12
| * sched/eevdf: Prevent vlag from going out of bounds in reweight_eevdf()Xuewen Yan2024-04-221-6/+12
| * sched/eevdf: Fix miscalculation in reweight_entity() when se is not currTianchen Ding2024-04-221-5/+6
| * sched/eevdf: Always update V if se->on_rq when reweightingTianchen Ding2024-04-221-3/+2
* | Merge tag 'x86-urgent-2024-04-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-04-2810-17/+53
|\ \
| * | cpu: Ignore "mitigations" kernel parameter if CPU_MITIGATIONS=nSean Christopherson2024-04-254-6/+30
| * | cpu: Re-enable CPU mitigations by default for !X86 architecturesSean Christopherson2024-04-253-7/+16
| * | x86/tdx: Preserve shared bit on mprotect()Kirill A. Shutemov2024-04-242-1/+3
| * | x86/cpu: Fix check for RDPKRU in __show_regs()David Kaplan2024-04-241-1/+1
| * | x86/CPU/AMD: Add models 0x10-0x1f to the Zen5 rangeWenkuan Wang2024-04-241-2/+1
| * | x86/sev: Check for MWAITX and MONITORX opcodes in the #VC handlerTom Lendacky2024-04-221-2/+4
| |/
* | Merge tag 'irq-urgent-2024-04-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-04-281-7/+2
|\ \
| * | irqchip/gic-v3-its: Prevent double free on errorGuanrui Huang2024-04-251-7/+2
| |/
* | Merge tag 'rust-fixes-6.9' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2024-04-279-94/+132
|\ \
| * | rust: remove `params` from `module` macro exampleAswin Unnikrishnan2024-04-251-12/+0
| * | kbuild: rust: force `alloc` extern to allow "empty" Rust filesMiguel Ojeda2024-04-251-1/+1
| * | kbuild: rust: remove unneeded `@rustc_cfg` to avoid ICEMiguel Ojeda2024-04-231-1/+0
| * | rust: kernel: require `Send` for `Module` implementationsWedson Almeida Filho2024-04-231-1/+1
| * | rust: phy: implement `Send` for `Registration`Wedson Almeida Filho2024-04-231-0/+4
| * | rust: make mutually exclusive with CFI_CLANGConor Dooley2024-04-161-0/+1
| * | rust: macros: fix soundness issue in `module!` macroBenno Lossin2024-04-161-75/+115
| * | rust: init: remove impl Zeroable for InfallibleLaine Taffin Altman2024-04-041-2/+9
| * | docs: rust: fix improper rendering in Arch Support pageBo-Wei Chen2024-03-311-1/+1
| * | rust: don't select CONSTRUCTORSAlice Ryhl2024-03-311-1/+0
* | | Merge tag 'riscv-for-linus-6.9-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-04-2711-29/+59
|\ \ \
| * \ \ Merge patch series "RISC-V: Test th.sxstatus.MAEE bit before enabling MAEE"Palmer Dabbelt2024-04-263-23/+29
| |\ \ \
| | * | | riscv: T-Head: Test availability bit before enabling MAE errataChristoph Müllner2024-04-251-4/+10
| | * | | riscv: thead: Rename T-Head PBMT to MAEChristoph Müllner2024-04-253-19/+19
| * | | | RISC-V: selftests: cbo: Ensure asm operands match constraints, take 2Andrew Jones2024-04-262-1/+11
| * | | | perf riscv: Fix the warning due to the incompatible typeBen Zong-You Xie2024-04-261-1/+1
| * | | | selftests: sud_test: return correct emulated syscall value on RISC-VClément Léger2024-04-251-0/+14
| * | | | riscv: hwprobe: fix invalid sign extension for RISCV_HWPROBE_EXT_ZVFHMINClément Léger2024-04-231-1/+1
| * | | | Merge patch the fixes from "riscv: 64-bit NOMMU fixes and enhancements"Palmer Dabbelt2024-04-093-3/+3
| |\ \ \ \
| | * | | | riscv: Fix loading 64-bit NOMMU kernels past the start of RAMSamuel Holland2024-04-092-2/+2
| | * | | | riscv: Fix TASK_SIZE on 64-bit NOMMUSamuel Holland2024-04-091-1/+1
| | |/ / /
* | | | | Merge tag '6.9-rc5-cifs-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-04-273-4/+9
|\ \ \ \ \
| * | | | | smb3: fix lock ordering potential deadlock in cifs_sync_mid_resultSteve French2024-04-251-0/+3
| * | | | | smb3: missing lock when picking channelSteve French2024-04-251-1/+3
| * | | | | smb: client: Fix struct_group() usage in __packed structsGustavo A. R. Silva2024-04-242-3/+3
* | | | | | Merge tag 'i2c-for-6.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-04-274-25/+16
|\ \ \ \ \ \
| * | | | | | i2c: smbus: fix NULL function pointer dereferenceWolfram Sang2024-04-271-6/+6
| * | | | | | MAINTAINERS: Drop entry for PCA9541 bus master selectorGuenter Roeck2024-04-261-6/+0
| * | | | | | Merge tag 'at24-fixes-for-v6.9-rc6' of git://git.kernel.org/pub/scm/linux/ker...Wolfram Sang2024-04-262-13/+10
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | eeprom: at24: fix memory corruption race conditionDaniel Okazaki2024-04-231-9/+9
| | * | | | | dt-bindings: eeprom: at24: Fix ST M24C64-D compatible schemaRob Herring2024-04-161-4/+1
| | | |_|_|/ | | |/| | |
* | | | | | profiling: Remove create_prof_cpu_mask().Tetsuo Handa2024-04-272-48/+0