summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s390/zcore: conditionally clear memory on reiplMikhail Zaslonko2023-06-011-1/+40
* s390/ipl: add REIPL_CLEAR flag to os_infoMikhail Zaslonko2023-06-012-2/+21
* vfio/ccw: use struct_size() helperGustavo A. R. Silva2023-06-011-2/+1
* vfio/ccw: replace one-element array with flexible-array memberGustavo A. R. Silva2023-06-012-2/+3
* s390: select ARCH_SUPPORTS_INT128Heiko Carstens2023-05-154-1/+69
* s390/pai_ext: replace atomic_t with refcount_tThomas Richter2023-05-151-10/+13
* s390/pai_crypto: replace atomic_t with refcount_tThomas Richter2023-05-151-8/+11
* Linux 6.4-rc2v6.4-rc2Linus Torvalds2023-05-141-1/+1
* Merge tag 'cxl-fixes-6.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-05-142-1/+2
|\
| * cxl: Add missing return to cdat read error pathDave Jiang2023-05-131-0/+1
| * tools/testing/cxl: Use DEFINE_STATIC_SRCU()Dan Williams2023-05-131-1/+1
* | Merge tag 'parisc-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-05-142-4/+6
|\ \
| * | parisc: Fix encoding of swp_entry due to added SWP_EXCLUSIVE flagHelge Deller2023-05-141-4/+4
| * | parisc: kexec: include reboot.hSimon Horman2023-05-091-0/+2
| |/
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2023-05-144-6/+37
|\ \
| * | ARM: 9297/1: vfp: avoid unbalanced stack on 'success' return pathArd Biesheuvel2023-05-102-4/+9
| * | ARM: 9296/1: HP Jornada 7XX: fix kernel-doc warningsRandy Dunlap2023-05-051-1/+4
| * | ARM: 9295/1: unwind:fix unwind abort for uleb128 caseHaibo Li2023-05-051-1/+24
* | | Merge tag 'locking_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-05-141-4/+4
|\ \ \
| * | | locking/rwsem: Add __always_inline annotation to __down_read_common() and inl...John Stultz2023-05-081-4/+4
| | |/ | |/|
* | | Merge tag 'perf_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-05-144-29/+50
|\ \ \
| * | | perf/x86/intel/ds: Flush PEBS DS when changing PEBS_DATA_CFGKan Liang2023-05-082-24/+35
| * | | perf/x86: Fix missing sample size update on AMD BRSNamhyung Kim2023-05-081-4/+2
| * | | perf/core: Fix perf_sample_data not properly initialized for different sweven...Yang Jihong2023-05-081-1/+13
| |/ /
* | | Merge tag 'sched_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-05-141-2/+2
|\ \ \
| * | | sched: fix cid_lock kernel-doc warningsRandy Dunlap2023-05-081-2/+2
| |/ /
* | | Merge tag 'x86_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-143-0/+4
|\ \ \
| * | | hwmon: (k10temp) Add PCI ID for family 19, model 78hMario Limonciello2023-05-081-0/+1
| * | | x86/amd_nb: Add PCI ID for family 19h model 78hMario Limonciello2023-05-082-0/+3
| |/ /
* | | Merge tag 'timers_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-05-141-32/+88
|\ \ \
| * | | tick/broadcast: Make broadcast device replacement work correctlyThomas Gleixner2023-05-081-32/+88
| |/ /
* | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-05-1313-104/+269
|\ \ \
| * | | ext4: bail out of ext4_xattr_ibody_get() fails for any reasonTheodore Ts'o2023-05-131-1/+1
| * | | ext4: add bounds checking in get_max_inline_xattr_value_size()Theodore Ts'o2023-05-131-1/+11
| * | | ext4: add indication of ro vs r/w mounts in the mount messageTheodore Ts'o2023-05-131-4/+6
| * | | ext4: fix deadlock when converting an inline directory in nojournal modeTheodore Ts'o2023-05-131-1/+2
| * | | ext4: improve error recovery code paths in __ext4_remount()Theodore Ts'o2023-05-131-3/+10
| * | | ext4: improve error handling from ext4_dirhash()Theodore Ts'o2023-05-132-17/+42
| * | | ext4: don't clear SB_RDONLY when remounting r/w until quota is re-enabledTheodore Ts'o2023-05-131-1/+5
| * | | ext4: check iomap type only if ext4_iomap_begin() does not failBaokun Li2023-05-131-1/+1
| * | | ext4: avoid a potential slab-out-of-bounds in ext4_group_desc_csumTudor Ambarus2023-05-131-4/+2
| * | | ext4: fix data races when using cached status extentsJan Kara2023-05-131-17/+13
| * | | ext4: avoid deadlock in fs reclaim with page writebackJan Kara2023-05-133-13/+40
| * | | ext4: fix invalid free tracking in ext4_xattr_move_to_block()Theodore Ts'o2023-05-131-2/+3
| * | | ext4: remove a BUG_ON in ext4_mb_release_group_pa()Theodore Ts'o2023-05-131-1/+5
| * | | ext4: allow ext4_get_group_info() to failTheodore Ts'o2023-05-135-29/+82
| * | | ext4: fix lockdep warning when enabling MMPJan Kara2023-05-071-9/+21
| * | | ext4: fix WARNING in mb_find_extentYe Bin2023-05-071-0/+25
| |/ /
* | | Merge tag 'fbdev-for-6.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-05-1318-192/+202
|\ \ \
| * | | fbdev: stifb: Fix info entry in sti_struct on error pathHelge Deller2023-05-121-0/+1