aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2020-03-23Merge 5.6-rc7 into char-misc-nextGreg Kroah-Hartman17-40/+69
2020-03-22f2fs: Add a new CP flag to help fsck fix resize SPO issuesSahitya Tummala1-0/+1
2020-03-22err.h: remove deprecated PTR_RET for goodLukas Bulwahn1-3/+0
2020-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-3/+4
2020-03-21x86/mm: split vmalloc_sync_all()Joerg Roedel1-2/+3
2020-03-21page-flags: fix a crash at SetPageError(THP_SWAP)Qian Cai1-1/+1
2020-03-21Merge branches 'doc.2020.02.27a', 'fixes.2020.03.21a', 'kfree_rcu.2020.02.20a...Paul E. McKenney4-3/+5
2020-03-21Merge tag 'io_uring-5.6-20200320' of git://git.kernel.dk/linux-blockLinus Torvalds2-1/+3
2020-03-21threads: Update PID limit comment according to futex UAPI changeJann Horn1-1/+1
2020-03-21leds: pwm: remove headerDenis Osterland-Heim1-22/+0
2020-03-21lockdep: Rename trace_{hard,soft}{irq_context,irqs_enabled}()Peter Zijlstra1-8/+8
2020-03-21lockdep: Rename trace_softirqs_{on,off}()Peter Zijlstra1-5/+5
2020-03-21lockdep: Rename trace_hardirq_{enter,exit}()Thomas Gleixner2-8/+8
2020-03-21lockdep: Add posixtimer context tracing bitsSebastian Andrzej Siewior1-0/+12
2020-03-21lockdep: Annotate irq_workSebastian Andrzej Siewior2-0/+15
2020-03-21lockdep: Add hrtimer context tracing bitsSebastian Andrzej Siewior2-0/+16
2020-03-21lockdep: Introduce wait-type checksPeter Zijlstra8-30/+128
2020-03-21completion: Use simple wait queuesThomas Gleixner1-4/+4
2020-03-21rcuwait: Add @state argument to rcuwait_wait_event()Peter Zijlstra (Intel)1-2/+10
2020-03-21linux/elfnote.h: Replace elf.h with UAPI equivalentVincenzo Frascino1-1/+1
2020-03-21linux/ktime.h: Extract common header for vDSOVincenzo Frascino1-8/+1
2020-03-21linux/jiffies.h: Extract common header for vDSOVincenzo Frascino1-3/+1
2020-03-21linux/time64.h: Extract common header for vDSOVincenzo Frascino1-9/+1
2020-03-21linux/time32.h: Extract common header for vDSOVincenzo Frascino1-12/+2
2020-03-21linux/time.h: Extract common header for vDSOVincenzo Frascino1-4/+1
2020-03-21linux/math64.h: Extract common header for vDSOVincenzo Frascino1-19/+1
2020-03-21linux/clocksource.h: Extract common header for vDSOVincenzo Frascino1-10/+1
2020-03-21linux/limits.h: Extract common header for vDSOVincenzo Frascino1-12/+1
2020-03-21linux/bits.h: Extract common header for vDSOVincenzo Frascino1-1/+1
2020-03-21linux/const.h: Extract common header for vDSOVincenzo Frascino1-4/+1
2020-03-21iio: core: Make mlock internal to the iio coreRohit Sarkar1-1/+1
2020-03-21coresight: cti: Enable CTI associated with devicesMike Leach1-0/+4
2020-03-21coresight: cti: Initial CoreSight CTI DriverMike Leach1-0/+23
2020-03-21irqchip/gic-v4: Use Inner-Shareable attributes for virtual pending tablesHeyi Guo1-0/+3
2020-03-21kcsan: Introduce ASSERT_EXCLUSIVE_BITS(var, mask)Marco Elver1-6/+63
2020-03-21kcsan: Add kcsan_set_access_mask() supportMarco Elver2-0/+16
2020-03-21compiler.h, seqlock.h: Remove unnecessary kcsan.h includesMarco Elver2-3/+1
2020-03-21kcsan: Move interfaces that affects checks to kcsan-checks.hMarco Elver2-43/+46
2020-03-21kcsan: Introduce ASSERT_EXCLUSIVE_*() macrosMarco Elver1-0/+40
2020-03-21kcsan: Introduce KCSAN_ACCESS_ASSERT access typeMarco Elver1-6/+12
2020-03-21kcsan: Add docbook header for data_race()Paul E. McKenney1-6/+8
2020-03-21copy_to_user, copy_from_user: Use generic instrumented.hMarco Elver1-7/+7
2020-03-21include/linux: Add instrumented.h infrastructureMarco Elver1-0/+109
2020-03-21Merge branch 'linus' into locking/kcsan, to pick up fixesIngo Molnar24-59/+125
2020-03-21Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar299-4305/+9704
2020-03-20irqchip/gic-v4.1: Advertise support v4.1 to KVMMarc Zyngier1-0/+2
2020-03-20irqchip/gic-v4.1: Ensure mutual exclusion betwen invalidations on the same RDMarc Zyngier1-0/+1
2020-03-20Merge branch 'topic/ro_wordlength' of git://git.kernel.org/pub/scm/linux/kern...Mark Brown1-0/+2
2020-03-20io_uring: make sure accept honor rlimit nofileJens Axboe1-1/+2
2020-03-20io_uring: make sure openat/openat2 honor rlimit nofileJens Axboe1-0/+1