aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-22btrfs: ensure relocation never runs while we have send operations runningFilipe Manana6-19/+32
2021-06-22btrfs: shorten integrity checker extent data mount optionDavid Sterba3-6/+4
2021-06-22btrfs: switch mount option bits to enums and use wider typeDavid Sterba1-32/+33
2021-06-22btrfs: props: change how empty value is interpretedDavid Sterba1-0/+14
2021-06-22btrfs: compression: don't try to compress if we don't have enough pagesDavid Sterba1-1/+1
2021-06-22btrfs: fix unbalanced unlock in qgroup_account_snapshot()Naohiro Aota1-1/+1
2021-06-22btrfs: sysfs: export dev stats in devinfo directoryDavid Sterba1-0/+29
2021-06-22btrfs: fix typos in commentsDavid Sterba21-32/+32
2021-06-22btrfs: remove a stale comment for btrfs_decompress_bio()Qu Wenruo1-14/+0
2021-06-22btrfs: send: use list_move_tail instead of list_del/list_add_tailBaokun Li1-11/+7
2021-06-22btrfs: disable build on platforms having page size 256KChristophe Leroy1-0/+2
2021-06-22btrfs: send: fix invalid path for unlink operations after parent orphanizationFilipe Manana1-0/+11
2021-06-22sched/fair: Ensure that the CFS parent is added after unthrottlingRik van Riel1-0/+28
2021-06-22locking/lockdep: Improve noinstr vs errorsPeter Zijlstra3-2/+6
2021-06-22x86: Always inline task_size_max()Peter Zijlstra1-1/+1
2021-06-22x86/xen: Fix noinstr fail in exc_xen_unknown_trap()Peter Zijlstra1-0/+2
2021-06-22x86/xen: Fix noinstr fail in xen_pv_evtchn_do_upcall()Peter Zijlstra1-1/+2
2021-06-22x86/entry: Fix noinstr fail in __do_fast_syscall_32()Peter Zijlstra1-1/+1
2021-06-22spi: dt-bindings: support devices with multiple chipselectsSebastian Reichel1-2/+5
2021-06-22spi: add ancillary device supportSebastian Reichel2-31/+108
2021-06-22ceph: fix error handling in ceph_atomic_open and ceph_lookupJeff Layton3-17/+21
2021-06-22ceph: must hold snap_rwsem when filling inode for async createJeff Layton2-0/+5
2021-06-22regulator: hi6421v600: Fix setting wrong driver_dataAxel Lin1-11/+15
2021-06-22arm64: Restrict undef hook for cpufeature registersRaphael Gault1-2/+2
2021-06-22platform/x86: think-lmi: Return EINVAL when kbdlang gets set to a 0 length st...Hans de Goede1-8/+3
2021-06-22platform/x86: intel_cht_int33fe: Move to its own subfolderAndy Shevchenko10-28/+31
2021-06-22platform/x86: intel_skl_int3472: Move to intel/ subfolderAndy Shevchenko12-4/+33
2021-06-22selftests: futex: Add futex compare requeue testAndré Almeida4-1/+142
2021-06-22selftests: futex: Add futex wait testAndré Almeida4-1/+177
2021-06-22platform/x86: intel_skl_int3472: Provide skl_int3472_unregister_clock()Andy Shevchenko3-3/+10
2021-06-22platform/x86: intel_skl_int3472: Provide skl_int3472_unregister_regulator()Andy Shevchenko3-2/+10
2021-06-22platform/x86: intel_skl_int3472: Use ACPI GPIO resource directlyAndy Shevchenko3-20/+17
2021-06-22platform/x86: intel_skl_int3472: Fix dependencies (drop CLKDEV_LOOKUP)Andy Shevchenko1-1/+1
2021-06-22platform/x86: intel_skl_int3472: Free ACPI device resources after useAndy Shevchenko1-7/+6
2021-06-22x86/fpu: Make init_fpstate correct with optimized XSAVEThomas Gleixner2-25/+46
2021-06-22platform/x86: Remove "default n" entriesAndy Shevchenko2-2/+0
2021-06-22x86/fpu: Preserve supervisor states in sanitize_restored_user_xstate()Thomas Gleixner1-18/+8
2021-06-22Revert "drm: add a locked version of drm_is_current_master"Daniel Vetter1-32/+19
2021-06-22arm64: mte: Sync tags for pages where PTE is untaggedSteven Price3-10/+34
2021-06-22printk: fix cpu lock orderingJohn Ogness1-3/+50
2021-06-22lib/dump_stack: move cpu lock to printk.cJohn Ogness3-36/+112
2021-06-22gpiolib: cdev: zero padding during conversion to gpioline_info_changedGabriel Knezek1-0/+1
2021-06-22Merge branch kvm-arm64/selftest/sysreg-list-fix into kvmarm-master/nextMarc Zyngier5-123/+323
2021-06-22KVM: arm64: Update MAINTAINERS to include selftestsMarc Zyngier1-0/+2
2021-06-22KVM: arm64: selftests: get-reg-list: Split base and pmu registersAndrew Jones1-8/+31
2021-06-22KVM: arm64: selftests: get-reg-list: Remove get-reg-list-sveAndrew Jones4-15/+21
2021-06-22KVM: arm64: selftests: get-reg-list: Provide config selection optionAndrew Jones1-3/+53
2021-06-22KVM: arm64: selftests: get-reg-list: Prepare to run multiple configs at onceAndrew Jones1-17/+51
2021-06-22KVM: arm64: selftests: get-reg-list: Introduce vcpu configsAndrew Jones1-90/+175
2021-06-21cifs: Avoid field over-reading memcpy()Kees Cook1-1/+4