index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
bcache: use routines from lib/crc64.c for CRC64 calculation
Coly Li
2018-08-22
3
-135
/
+18
*
lib: add crc64 calculation routines
Coly Li
2018-08-22
6
-0
/
+156
*
lib/test_debug_virtual.c: make struct pointer foo static
Colin Ian King
2018-08-22
1
-1
/
+1
*
include/linux/bitops.h: introduce BITS_PER_TYPE
Chris Wilson
2018-08-22
2
-2
/
+2
*
lib/bitmap.c: drop unnecessary 0 check for u32 array operations
Andy Shevchenko
2018-08-22
1
-8
/
+1
*
get_maintainer: allow option --mpath <directory> to read all files in <direct...
Joe Perches
2018-08-22
1
-7
/
+6
*
get_maintainer.pl: add -mpath=<path or file> for MAINTAINERS file location
Joe Perches
2018-08-22
1
-18
/
+30
*
get_maintainer: allow usage outside of kernel tree
Antonio Nino Diaz
2018-08-22
1
-3
/
+6
*
s/epoll: robustify irq safety with lockdep_assert_irqs_enabled()
Davidlohr Bueso
2018-08-22
1
-0
/
+8
*
fs/epoll: loosen irq safety in epoll_insert() and epoll_remove()
Davidlohr Bueso
2018-08-22
1
-8
/
+6
*
fs/epoll: loosen irq safety in ep_scan_ready_list()
Davidlohr Bueso
2018-08-22
1
-5
/
+4
*
sched/wait: assert the wait_queue_head lock is held in __wake_up_common
Christoph Hellwig
2018-08-22
1
-0
/
+2
*
userfaultfd: use fault_wqh lock
Matthew Wilcox
2018-08-22
1
-3
/
+3
*
epoll: use the waitqueue lock to protect ep->wq
Christoph Hellwig
2018-08-22
1
-36
/
+29
*
kernel: tracepoints: add support for relative references
Ard Biesheuvel
2018-08-22
2
-27
/
+41
*
PCI: Add support for relative addressing in quirk tables
Ard Biesheuvel
2018-08-22
2
-3
/
+29
*
init: allow initcall tables to be emitted using relative references
Ard Biesheuvel
2018-08-22
4
-41
/
+68
*
module: use relative references for __ksymtab entries
Ard Biesheuvel
2018-08-22
6
-24
/
+91
*
module: allow symbol exports to be disabled
Ard Biesheuvel
2018-08-22
3
-5
/
+12
*
arch: enable relative relocations for arm64, power and x86
Ard Biesheuvel
2018-08-22
4
-0
/
+13
*
spelling.txt: add more spellings to spelling.txt
Colin Ian King
2018-08-22
1
-0
/
+88
*
kernel/hung_task.c: allow to set checking interval separately from timeout
Dmitry Vyukov
2018-08-22
6
-3
/
+43
*
kernel/crash_core.c: print timestamp using time64_t
Arnd Bergmann
2018-08-22
1
-1
/
+1
*
linux/compiler.h: don't use bool
Rasmus Villemoes
2018-08-22
1
-1
/
+1
*
userns: use irqsave variant of refcount_dec_and_lock()
Anna-Maria Gleixner
2018-08-22
1
-4
/
+1
*
userns: use refcount_t for reference counting instead atomic_t
Sebastian Andrzej Siewior
2018-08-22
2
-6
/
+7
*
bdi: use irqsave variant of refcount_dec_and_lock()
Anna-Maria Gleixner
2018-08-22
1
-4
/
+1
*
bdi: use refcount_t for reference counting instead atomic_t
Sebastian Andrzej Siewior
2018-08-22
3
-9
/
+10
*
kernel.h: documentation for roundup() vs round_up()
Kees Cook
2018-08-22
1
-1
/
+34
*
include/asm-generic/bug.h: clarify valid uses of WARN()
Dmitry Vyukov
2018-08-22
1
-3
/
+13
*
proc/kcore: add vmcoreinfo note to /proc/kcore
Omar Sandoval
2018-08-22
4
-4
/
+21
*
crash_core: use VMCOREINFO_SYMBOL_ARRAY() for swapper_pg_dir
Omar Sandoval
2018-08-22
1
-1
/
+1
*
proc/kcore: optimize multiple page reads
Omar Sandoval
2018-08-22
1
-3
/
+11
*
proc/kcore: clean up ELF header generation
Omar Sandoval
2018-08-22
1
-209
/
+141
*
proc/kcore: hold lock during read
Omar Sandoval
2018-08-22
1
-30
/
+40
*
proc/kcore: fix memory hotplug vs multiple opens race
Omar Sandoval
2018-08-22
1
-49
/
+44
*
proc/kcore: replace kclist_lock rwlock with rwsem
Omar Sandoval
2018-08-22
1
-10
/
+10
*
proc/kcore: don't grab lock for memory hotplug notifier
Omar Sandoval
2018-08-22
1
-4
/
+2
*
proc/kcore: don't grab lock for kclist_add()
Omar Sandoval
2018-08-22
2
-5
/
+4
*
fs/proc/kcore.c: use __pa_symbol() for KCORE_TEXT list entries
James Morse
2018-08-22
1
-1
/
+3
*
fs/proc/vmcore.c: use new typedef vm_fault_t
Souptick Joarder
2018-08-22
1
-1
/
+1
*
proc: use "unsigned int" in /proc/stat hook
Alexey Dobriyan
2018-08-22
1
-1
/
+1
*
proc: spread "const" a bit
Alexey Dobriyan
2018-08-22
2
-3
/
+3
*
proc: use macro in /proc/latency hook
Alexey Dobriyan
2018-08-22
1
-1
/
+1
*
proc: save 2 atomic ops on write to "/proc/*/attr/*"
Alexey Dobriyan
2018-08-22
1
-19
/
+19
*
proc: put task earlier in /proc/*/fail-nth
Alexey Dobriyan
2018-08-22
1
-3
/
+1
*
proc: smaller readlock section in readdir("/proc")
Alexey Dobriyan
2018-08-22
1
-2
/
+2
*
proc: test /proc/thread-self symlink
Alexey Dobriyan
2018-08-22
4
-0
/
+71
*
proc: test /proc/self symlink
Alexey Dobriyan
2018-08-22
4
-0
/
+49
*
fs/proc/uptime.c: use ktime_get_boottime_ts64
Arnd Bergmann
2018-08-22
1
-2
/
+2
[next]