summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-04-0419-256/+238Star
|\
| * alarmtimer: Init nanosleep alarm timer on stackThomas Gleixner2018-03-291-8/+26
| * y2038: Introduce struct __kernel_old_timevalArnd Bergmann2018-03-193-0/+25
| * tracing: Unify the "boot" and "mono" tracing clocksThomas Gleixner2018-03-133-18/+4Star
| * hrtimer: Unify MONOTONIC and BOOTTIME clock behaviorThomas Gleixner2018-03-134-20/+3Star
| * posix-timers: Unify MONOTONIC and BOOTTIME clock behaviorThomas Gleixner2018-03-131-22/+1Star
| * timekeeping: Remove boot time specific codeThomas Gleixner2018-03-132-56/+17Star
| * Input: Evdev - unify MONOTONIC and BOOTTIME clock behaviorThomas Gleixner2018-03-131-6/+1Star
| * timekeeping: Make the MONOTONIC clock behave like the BOOTTIME clockThomas Gleixner2018-03-134-3/+34
| * timekeeping: Add the new CLOCK_MONOTONIC_ACTIVE clockThomas Gleixner2018-03-136-0/+55
| * timekeeping/ntp: Determine the multiplier directly from NTP tick lengthMiroslav Lichvar2018-03-102-91/+49Star
| * timekeeping/ntp: Don't align NTP frequency adjustments to ticksMiroslav Lichvar2018-03-101-3/+0Star
| * clocksource: Use ATTRIBUTE_GROUPSBaolin Wang2018-02-281-11/+10Star
| * clocksource: Use DEVICE_ATTR_RW/RO/WO to define device attributesBaolin Wang2018-02-281-26/+17Star
| * clocksource: Don't walk the clocksource list for empty overrideBaolin Wang2018-02-281-0/+4
* | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-042-33/+29Star
|\ \
| * | drivers/char/random.c: remove unused dont_count_entropyRasmus Villemoes2018-03-011-28/+25Star
| * | random: optimize add_interrupt_randomnessAndi Kleen2018-03-011-1/+2
| * | random: always fill buffer in get_random_bytes_waitJason A. Donenfeld2018-02-281-3/+1Star
| * | random: use a tighter cap in credit_entropy_bits_safe()Theodore Ts'o2018-02-281-1/+1
| |/
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2018-04-0416-264/+269
|\ \
| * | ext4: force revalidation of directory pointer after seekdir(2)Theodore Ts'o2018-04-021-3/+5
| * | ext4: add extra checks to ext4_xattr_block_get()Theodore Ts'o2018-03-312-7/+30
| * | ext4: add bounds checking to ext4_xattr_find_entry()Theodore Ts'o2018-03-311-11/+17
| * | ext4: move call to ext4_error() into ext4_xattr_check_block()Theodore Ts'o2018-03-301-33/+27Star
| * | ext4: don't show data=<mode> option if defaultedTyson Nottingham2018-03-301-2/+5
| * | ext4: omit init_itable=n in procfs when disabledTyson Nottingham2018-03-301-1/+1
| * | ext4: show more binary mount options in procfsTyson Nottingham2018-03-301-3/+4
| * | ext4: simplify kobject usageTyson Nottingham2018-03-301-33/+12Star
| * | ext4: remove unused parameters in sysfs codeTyson Nottingham2018-03-301-15/+10Star
| * | ext4: null out kobject* during sysfs cleanupTyson Nottingham2018-03-301-0/+2
| * | ext4: don't allow r/w mounts if metadata blocks overlap the superblockTheodore Ts'o2018-03-301-0/+6
| * | ext4: always initialize the crc32c checksum driverTheodore Ts'o2018-03-301-9/+6Star
| * | ext4: fail ext4_iget for root directory if unallocatedTheodore Ts'o2018-03-301-0/+6
| * | ext4: limit xattr size to INT_MAXEric Biggers2018-03-291-3/+6
| * | ext4: add validity checks for bitmap block numbersTheodore Ts'o2018-03-272-2/+21
| * | ext4: fix comments in ext4_swap_extents()zhenwei.pi2018-03-261-2/+2
| * | ext4: use generic_writepages instead of __writepage/write_cache_pagesGoldwyn Rodrigues2018-03-261-14/+1Star
| * | ext4: don't complain about incorrect features when probingEric Sandeen2018-03-221-0/+12
| * | ext4: remove EXT4_STATE_DIOREAD_LOCK flagNikolay Borisov2018-03-226-54/+10Star
| * | ext4: fix offset overflow on 32-bit archs in ext4_iomap_begin()Jiri Slaby2018-03-221-1/+1
| * | ext4: update i_disksize if direct write past ondisk sizeEryu Guan2018-03-221-3/+5
| * | ext4: protect i_disksize update by i_data_sem in direct write pathEryu Guan2018-03-221-3/+2Star
| * | ext4: don't update checksum of new initialized bitmapsTheodore Ts'o2018-02-192-46/+4Star
| * | jbd2: if the journal is aborted then don't allow update of the log tailTheodore Ts'o2018-02-191-1/+4
| * | ext4: pass -ESHUTDOWN code to jbd2 layerTheodore Ts'o2018-02-192-8/+21
| * | ext4: eliminate sleep from shutdown ioctlTheodore Ts'o2018-02-191-3/+1Star
| * | ext4: shutdown should not prevent get_write_accessTheodore Ts'o2018-02-191-7/+0Star
| * | jbd2: clarify bad journal block checksum messageTheodore Ts'o2018-02-191-2/+2
| * | ext4: add tracepoints for shutdown and file system errorsTheodore Ts'o2018-02-193-0/+48