| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-03-23 | Merge 5.6-rc7 into char-misc-next | Greg Kroah-Hartman | 17 | -40/+69 |
| 2020-03-22 | f2fs: Add a new CP flag to help fsck fix resize SPO issues | Sahitya Tummala | 1 | -0/+1 |
| 2020-03-22 | err.h: remove deprecated PTR_RET for good | Lukas Bulwahn | 1 | -3/+0 |
| 2020-03-22 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2 | -3/+4 |
| 2020-03-21 | x86/mm: split vmalloc_sync_all() | Joerg Roedel | 1 | -2/+3 |
| 2020-03-21 | page-flags: fix a crash at SetPageError(THP_SWAP) | Qian Cai | 1 | -1/+1 |
| 2020-03-21 | Merge branches 'doc.2020.02.27a', 'fixes.2020.03.21a', 'kfree_rcu.2020.02.20a... | Paul E. McKenney | 4 | -3/+5 |
| 2020-03-21 | Merge tag 'io_uring-5.6-20200320' of git://git.kernel.dk/linux-block | Linus Torvalds | 2 | -1/+3 |
| 2020-03-21 | threads: Update PID limit comment according to futex UAPI change | Jann Horn | 1 | -1/+1 |
| 2020-03-21 | leds: pwm: remove header | Denis Osterland-Heim | 1 | -22/+0 |
| 2020-03-21 | lockdep: Rename trace_{hard,soft}{irq_context,irqs_enabled}() | Peter Zijlstra | 1 | -8/+8 |
| 2020-03-21 | lockdep: Rename trace_softirqs_{on,off}() | Peter Zijlstra | 1 | -5/+5 |
| 2020-03-21 | lockdep: Rename trace_hardirq_{enter,exit}() | Thomas Gleixner | 2 | -8/+8 |
| 2020-03-21 | lockdep: Add posixtimer context tracing bits | Sebastian Andrzej Siewior | 1 | -0/+12 |
| 2020-03-21 | lockdep: Annotate irq_work | Sebastian Andrzej Siewior | 2 | -0/+15 |
| 2020-03-21 | lockdep: Add hrtimer context tracing bits | Sebastian Andrzej Siewior | 2 | -0/+16 |
| 2020-03-21 | lockdep: Introduce wait-type checks | Peter Zijlstra | 8 | -30/+128 |
| 2020-03-21 | completion: Use simple wait queues | Thomas Gleixner | 1 | -4/+4 |
| 2020-03-21 | rcuwait: Add @state argument to rcuwait_wait_event() | Peter Zijlstra (Intel) | 1 | -2/+10 |
| 2020-03-21 | linux/elfnote.h: Replace elf.h with UAPI equivalent | Vincenzo Frascino | 1 | -1/+1 |
| 2020-03-21 | linux/ktime.h: Extract common header for vDSO | Vincenzo Frascino | 1 | -8/+1 |
| 2020-03-21 | linux/jiffies.h: Extract common header for vDSO | Vincenzo Frascino | 1 | -3/+1 |
| 2020-03-21 | linux/time64.h: Extract common header for vDSO | Vincenzo Frascino | 1 | -9/+1 |
| 2020-03-21 | linux/time32.h: Extract common header for vDSO | Vincenzo Frascino | 1 | -12/+2 |
| 2020-03-21 | linux/time.h: Extract common header for vDSO | Vincenzo Frascino | 1 | -4/+1 |
| 2020-03-21 | linux/math64.h: Extract common header for vDSO | Vincenzo Frascino | 1 | -19/+1 |
| 2020-03-21 | linux/clocksource.h: Extract common header for vDSO | Vincenzo Frascino | 1 | -10/+1 |
| 2020-03-21 | linux/limits.h: Extract common header for vDSO | Vincenzo Frascino | 1 | -12/+1 |
| 2020-03-21 | linux/bits.h: Extract common header for vDSO | Vincenzo Frascino | 1 | -1/+1 |
| 2020-03-21 | linux/const.h: Extract common header for vDSO | Vincenzo Frascino | 1 | -4/+1 |
| 2020-03-21 | iio: core: Make mlock internal to the iio core | Rohit Sarkar | 1 | -1/+1 |
| 2020-03-21 | coresight: cti: Enable CTI associated with devices | Mike Leach | 1 | -0/+4 |
| 2020-03-21 | coresight: cti: Initial CoreSight CTI Driver | Mike Leach | 1 | -0/+23 |
| 2020-03-21 | irqchip/gic-v4: Use Inner-Shareable attributes for virtual pending tables | Heyi Guo | 1 | -0/+3 |
| 2020-03-21 | kcsan: Introduce ASSERT_EXCLUSIVE_BITS(var, mask) | Marco Elver | 1 | -6/+63 |
| 2020-03-21 | kcsan: Add kcsan_set_access_mask() support | Marco Elver | 2 | -0/+16 |
| 2020-03-21 | compiler.h, seqlock.h: Remove unnecessary kcsan.h includes | Marco Elver | 2 | -3/+1 |
| 2020-03-21 | kcsan: Move interfaces that affects checks to kcsan-checks.h | Marco Elver | 2 | -43/+46 |
| 2020-03-21 | kcsan: Introduce ASSERT_EXCLUSIVE_*() macros | Marco Elver | 1 | -0/+40 |
| 2020-03-21 | kcsan: Introduce KCSAN_ACCESS_ASSERT access type | Marco Elver | 1 | -6/+12 |
| 2020-03-21 | kcsan: Add docbook header for data_race() | Paul E. McKenney | 1 | -6/+8 |
| 2020-03-21 | copy_to_user, copy_from_user: Use generic instrumented.h | Marco Elver | 1 | -7/+7 |
| 2020-03-21 | include/linux: Add instrumented.h infrastructure | Marco Elver | 1 | -0/+109 |
| 2020-03-21 | Merge branch 'linus' into locking/kcsan, to pick up fixes | Ingo Molnar | 24 | -59/+125 |
| 2020-03-21 | Merge branch 'x86/kdump' into locking/kcsan, to resolve conflicts | Ingo Molnar | 299 | -4305/+9704 |
| 2020-03-20 | irqchip/gic-v4.1: Advertise support v4.1 to KVM | Marc Zyngier | 1 | -0/+2 |
| 2020-03-20 | irqchip/gic-v4.1: Ensure mutual exclusion betwen invalidations on the same RD | Marc Zyngier | 1 | -0/+1 |
| 2020-03-20 | Merge branch 'topic/ro_wordlength' of git://git.kernel.org/pub/scm/linux/kern... | Mark Brown | 1 | -0/+2 |
| 2020-03-20 | io_uring: make sure accept honor rlimit nofile | Jens Axboe | 1 | -1/+2 |
| 2020-03-20 | io_uring: make sure openat/openat2 honor rlimit nofile | Jens Axboe | 1 | -0/+1 |