index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sysctl_binary.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-07-31
mm: slub: Fix slab walking for init_on_free
Laura Abbott
1
-2
/
+6
2019-07-31
Unbreak mount_capable()
Al Viro
1
-4
/
+1
2019-07-31
fgraph: Remove redundant ftrace_graph_notrace_addr() test
Changbin Du
1
-10
/
+7
2019-07-31
tracing: Fix header include guards in trace event headers
Masahiro Yamada
4
-7
/
+7
2019-07-30
exit: make setting exit_state consistent
Christian Brauner
1
-2
/
+3
2019-07-29
dax: Fix missed wakeup in put_unlocked_entry()
Jan Kara
1
-1
/
+1
2019-07-29
platform/x86: pcengines-apuv2: use KEY_RESTART for front button
Enrico Weigelt
1
-1
/
+1
2019-07-29
pidfd: Add warning if exit_state is 0 during notification
Joel Fernandes (Google)
1
-0
/
+1
2019-07-29
pidfd: remove obsolete comments from test
Christian Brauner
1
-5
/
+1
2019-07-29
dma-contiguous: page-align the size in dma_free_contiguous()
Nicolin Chen
1
-1
/
+2
2019-07-29
dma-contiguous: do not overwrite align in dma_alloc_contiguous()
Nicolin Chen
1
-2
/
+3
2019-07-29
f2fs: use EINVAL for superblock with invalid magic
Icenowy Zheng
1
-24
/
+24
2019-07-29
gpiolib: Preserve desc->flags when setting state
Chris Packham
1
-6
/
+11
2019-07-28
Linux 5.3-rc2
v5.3-rc2
Linus Torvalds
1
-1
/
+1
2019-07-28
gpio: don't WARN() on NULL descs if gpiolib is disabled
Bartosz Golaszewski
1
-32
/
+32
2019-07-27
kbuild: remove unused single-used-m
Masahiro Yamada
1
-2
/
+0
2019-07-27
gen_compile_commands: lower the entry count threshold
Masahiro Yamada
1
-2
/
+2
2019-07-27
.gitignore: Add compilation database file
Toru Komatsu
1
-0
/
+3
2019-07-27
kbuild: remove unused objectify macro
Masahiro Yamada
1
-3
/
+0
2019-07-27
f2fs: fix to read source block before invalidating it
Jaegeuk Kim
1
-36
/
+34
2019-07-27
dt-bindings: Fix more $id value mismatches filenames
Rob Herring
11
-11
/
+11
2019-07-27
dt-bindings: nvmem: SID: Fix the examples node names
Maxime Ripard
1
-2
/
+2
2019-07-27
dt-bindings: nvmem: Add YAML schemas for the generic NVMEM bindings
Maxime Ripard
3
-80
/
+139
2019-07-27
of: Fix typo in kerneldoc
Thierry Reding
1
-1
/
+1
2019-07-26
block: fix max segment size handling in blk_queue_virt_boundary
Christoph Hellwig
1
-1
/
+2
2019-07-26
docs: phy: Drop duplicate 'be made'
Guido Günther
1
-2
/
+2
2019-07-26
fix the struct mount leak in umount_tree()
Al Viro
1
-2
/
+2
2019-07-26
vhost: disable metadata prefetch optimization
Michael S. Tsirkin
1
-1
/
+1
2019-07-26
MAINTAINERS: vfio-ccw: Remove myself as the maintainer
Farhan Ali
1
-1
/
+0
2019-07-26
s390/mm: use shared variables for sysctl range check
Vasily Gorbik
1
-4
/
+2
2019-07-26
virtio/s390: fix race on airq_areas[]
Halil Pasic
1
-0
/
+4
2019-07-26
s390/dma: provide proper ARCH_ZONE_DMA_BITS value
Halil Pasic
1
-0
/
+2
2019-07-26
btrfs: fix extent_state leak in btrfs_lock_and_flush_ordered_range
Naohiro Aota
1
-5
/
+6
2019-07-26
Makefile: Globally enable fall-through warning
Gustavo A. R. Silva
2
-0
/
+17
2019-07-26
drm/i915: Mark expected switch fall-throughs
Gustavo A. R. Silva
6
-4
/
+5
2019-07-26
drm/amd/display: Mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+5
2019-07-26
drm/amdkfd/kfd_mqd_manager_v10: Avoid fall-through warning
Gustavo A. R. Silva
1
-1
/
+0
2019-07-26
drm/amdgpu/gfx10: Fix missing break in switch statement
Gustavo A. R. Silva
1
-0
/
+1
2019-07-26
drm/amdkfd: Fix missing break in switch statement
Gustavo A. R. Silva
1
-0
/
+1
2019-07-26
perf/x86/intel: Mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+2
2019-07-26
mtd: onenand_base: Mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2019-07-26
afs: fsclient: Mark expected switch fall-throughs
Gustavo A. R. Silva
1
-18
/
+33
2019-07-26
afs: yfsclient: Mark expected switch fall-throughs
Gustavo A. R. Silva
1
-19
/
+35
2019-07-26
can: mark expected switch fall-throughs
Gustavo A. R. Silva
4
-5
/
+8
2019-07-26
firewire: mark expected switch fall-throughs
Gustavo A. R. Silva
3
-2
/
+3
2019-07-26
structleak: disable STRUCTLEAK_BYREF in combination with KASAN_STACK
Arnd Bergmann
1
-0
/
+7
2019-07-25
nouveau: unlock mmap_sem on all errors from nouveau_range_fault
Christoph Hellwig
1
-5
/
+6
2019-07-25
nouveau: remove the block parameter to nouveau_range_fault
Christoph Hellwig
1
-6
/
+4
2019-07-25
mm/hmm: move hmm_vma_range_done and hmm_vma_fault to nouveau
Christoph Hellwig
2
-56
/
+44
2019-07-25
mm/hmm: always return EBUSY for invalid ranges in hmm_range_{fault,snapshot}
Christoph Hellwig
2
-7
/
+5
[next]