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