https://github.com/torvalds/linux
Revision 0b002cdd5004c0205364b3be2cfa6aed05c61f42 authored by Linus Torvalds on 11 November 2018, 22:14:05 UTC, committed by Linus Torvalds on 11 November 2018, 22:14:05 UTC
Pull core fixes from Thomas Gleixner:
 "A couple of fixlets for the core:

   - Kernel doc function documentation fixes

   - Missing prototypes for weak watchdog functions"

* 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  resource/docs: Complete kernel-doc style function documentation
  watchdog/core: Add missing prototypes for weak functions
  resource/docs: Fix new kernel-doc warnings
2 parent s e255aee + f26621e
History
Tip revision: 0b002cdd5004c0205364b3be2cfa6aed05c61f42 authored by Linus Torvalds on 11 November 2018, 22:14:05 UTC
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Tip revision: 0b002cd
File Mode Size
Makefile -rw-r--r-- 1.2 KB
lockdep.c -rw-r--r-- 108.7 KB
lockdep_internals.h -rw-r--r-- 5.7 KB
lockdep_proc.c -rw-r--r-- 16.7 KB
lockdep_states.h -rw-r--r-- 207 bytes
locktorture.c -rw-r--r-- 28.3 KB
mcs_spinlock.h -rw-r--r-- 3.7 KB
mutex-debug.c -rw-r--r-- 2.8 KB
mutex-debug.h -rw-r--r-- 1.1 KB
mutex.c -rw-r--r-- 36.7 KB
mutex.h -rw-r--r-- 841 bytes
osq_lock.c -rw-r--r-- 5.6 KB
percpu-rwsem.c -rw-r--r-- 5.1 KB
qrwlock.c -rw-r--r-- 2.8 KB
qspinlock.c -rw-r--r-- 16.3 KB
qspinlock_paravirt.h -rw-r--r-- 16.1 KB
qspinlock_stat.h -rw-r--r-- 7.9 KB
rtmutex-debug.c -rw-r--r-- 4.6 KB
rtmutex-debug.h -rw-r--r-- 1.4 KB
rtmutex.c -rw-r--r-- 50.1 KB
rtmutex.h -rw-r--r-- 1.2 KB
rtmutex_common.h -rw-r--r-- 4.2 KB
rwsem-spinlock.c -rw-r--r-- 7.7 KB
rwsem-xadd.c -rw-r--r-- 19.9 KB
rwsem.c -rw-r--r-- 4.5 KB
rwsem.h -rw-r--r-- 4.3 KB
semaphore.c -rw-r--r-- 7.3 KB
spinlock.c -rw-r--r-- 9.5 KB
spinlock_debug.c -rw-r--r-- 5.5 KB
test-ww_mutex.c -rw-r--r-- 12.9 KB

back to top