index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
ufs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-03-12
memblock: memblock_alloc_try_nid: don't panic
Mike Rapoport
1
-10
/
+5
2019-03-12
treewide: add checks for the return value of memblock_alloc*()
Mike Rapoport
74
-32
/
+411
2019-03-12
swiotlb: add checks for the return value of memblock_alloc*()
Mike Rapoport
1
-6
/
+13
2019-03-12
init/main: add checks for the return value of memblock_alloc*()
Mike Rapoport
1
-6
/
+20
2019-03-12
mm/percpu: add checks for the return value of memblock_alloc*()
Mike Rapoport
1
-17
/
+56
2019-03-12
sparc: add checks for the return value of memblock_alloc*()
Mike Rapoport
5
-0
/
+39
2019-03-12
ia64: add checks for the return value of memblock_alloc*()
Mike Rapoport
7
-17
/
+74
2019-03-12
arch: don't memset(0) memory returned by memblock_alloc()
Mike Rapoport
6
-11
/
+2
2019-03-12
arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)
Mike Rapoport
8
-14
/
+13
2019-03-12
memblock: make memblock_find_in_range_node() and choose_memblock_flags() static
Mike Rapoport
2
-6
/
+2
2019-03-12
memblock: refactor internal allocation functions
Mike Rapoport
2
-95
/
+77
2019-03-12
memblock: drop memblock_alloc_base()
Mike Rapoport
6
-21
/
+17
2019-03-12
memblock: drop __memblock_alloc_base()
Mike Rapoport
6
-24
/
+11
2019-03-12
memblock: memblock_phys_alloc(): don't panic
Mike Rapoport
13
-6
/
+45
2019-03-12
memblock: memblock_phys_alloc_try_nid(): don't panic
Mike Rapoport
3
-1
/
+11
2019-03-12
memblock: emphasize that memblock_alloc_range() returns a physical address
Mike Rapoport
3
-13
/
+11
2019-03-12
memblock: drop memblock_alloc_base_nid()
Mike Rapoport
2
-14
/
+4
2019-03-12
memblock: replace memblock_alloc_base(ANYWHERE) with memblock_phys_alloc
Mike Rapoport
7
-10
/
+9
2019-03-12
powerpc: use memblock functions returning virtual address
Christophe Leroy
3
-4
/
+10
2019-03-12
openrisc: prefer memblock APIs returning virtual address
Mike Rapoport
1
-1
/
+4
2019-03-12
proc: calculate end pointer for /proc/*/* lookup at compile time
Alexey Dobriyan
1
-9
/
+10
2019-03-12
mm: refactor readahead defines in mm.h
Nikolay Borisov
7
-9
/
+8
2019-03-12
mm/hmm: convert to use vm_fault_t
Souptick Joarder
3
-4
/
+4
2019-03-12
kernel/sysctl.c: define minmax conv functions in terms of non-minmax versions
Zev Weiss
1
-33
/
+26
2019-03-12
kernel/sysctl.c: add missing range check in do_proc_dointvec_minmax_conv
Zev Weiss
1
-1
/
+10
2019-03-12
tools/testing/selftests/sysctl/sysctl.sh: add tests for >32-bit values writte...
Zev Weiss
1
-0
/
+55
2019-03-11
tools: mark 'test_vmalloc.sh' executable
Linus Torvalds
1
-0
/
+0
2019-03-10
drivers: ide: Kconfig: pedantic formatting
Enrico Weigelt, metux IT consult
1
-13
/
+13
2019-03-10
ide: mark expected switch fall-through
Gustavo A. R. Silva
1
-1
/
+1
2019-03-10
ide: hpt366: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-2
/
+2
2019-03-10
gro_cells: make sure device is up in gro_cells_receive()
Eric Dumazet
1
-4
/
+18
2019-03-10
vxlan: test dev->flags & IFF_UP before calling gro_cells_receive()
Eric Dumazet
1
-0
/
+11
2019-03-10
net/x25: fix use-after-free in x25_device_event()
Eric Dumazet
1
-1
/
+5
2019-03-10
isdn: mISDNinfineon: fix potential NULL pointer dereference
Kangjie Lu
1
-1
/
+4
2019-03-10
net: hns3: fix to stop multiple HNS reset due to the AER changes
Shiju Jose
3
-3
/
+11
2019-03-10
ip: fix ip_mc_may_pull() return value
Eric Dumazet
1
-1
/
+1
2019-03-10
net: keep refcount warning in reqsk_free()
Guillaume Nault
1
-1
/
+0
2019-03-10
Input: wacom_serial4 - add support for Wacom ArtPad II tablet
Jason Gerecke
1
-0
/
+2
2019-03-10
Input: elan_i2c - add id for touchpad found in Lenovo s21e-20
Vincent Batts
1
-0
/
+1
2019-03-10
Input: raspberrypi-ts - select CONFIG_INPUT_POLLDEV
Arnd Bergmann
1
-0
/
+1
2019-03-10
Input: msm-vibrator - use correct gpio header
Arnd Bergmann
1
-1
/
+1
2019-03-09
MAINTAINERS: fix typo in Mimi Zohar's address
Baruch Siach
1
-1
/
+1
2019-03-09
workqueue, lockdep: Fix a memory leak in wq->lock_name
Qian Cai
1
-0
/
+2
2019-03-09
workqueue, lockdep: Fix an alloc_workqueue() error path
Bart Van Assche
1
-0
/
+2
2019-03-09
locking/lockdep: Only call init_rcu_head() after RCU has been initialized
Bart Van Assche
1
-4
/
+11
2019-03-09
locking/lockdep: Avoid a Clang warning
Arnd Bergmann
1
-1
/
+3
2019-03-09
perf/core: Mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2019-03-09
perf/x86/intel/uncore: Fix client IMC events return huge result
Kan Liang
3
-7
/
+10
2019-03-09
perf/ring_buffer: Use high order allocations for AUX buffers optimistically
Alexander Shishkin
1
-17
/
+15
2019-03-09
net: stmmac: Avoid one more sometimes uninitialized Clang warning
Nathan Chancellor
1
-1
/
+1
[next]