Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
a4046c06be50a4f01d435aa7fe57514818e6cc82
a4046c0
include/linux/swap.h: use offsetof() instead of custom __swapoffset macro
by Pi-Hsun Shih
· 6 years ago
1741560
tools/testing/selftests/proc/proc-pid-vm.c: test with vsyscall in mind
by Alexey Dobriyan
· 6 years ago
ce82f19
zram: default to lzo-rle instead of lzo
by Dave Rodgman
· 6 years ago
2a1180f
filemap: pass vm_fault to the mmap ra helpers
by Josef Bacik
· 6 years ago
ebc551f
Merge tag 'nfsd-5.1' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 6 years ago
a5adcfc
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 6 years ago
2b0a80b0
Merge tag 'ceph-for-5.1-rc1' of git://github.com/ceph/ceph-client
by Linus Torvalds
· 6 years ago
92825b0
Merge tag 'for-5.1-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 6 years ago
1fbf3e4
Merge tag 'nfs-for-5.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 6 years ago
f88c5942
Merge tag 'ovl-update-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
by Linus Torvalds
· 6 years ago
dfee9c2
Merge tag 'fuse-update-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 6 years ago
7b47a9e
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
dbc2fba
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
5f739e4
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
a667cb7
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
586187d
Drop flex_arrays
by Kent Overstreet
· 6 years ago
2075e50
sctp: convert to genradix
by Kent Overstreet
· 6 years ago
94f8f3b
proc: commit to genradix
by Kent Overstreet
· 6 years ago
ba20ba2
generic radix trees
by Kent Overstreet
· 6 years ago
acdf52d
selinux: convert to kvmalloc
by Kent Overstreet
· 6 years ago
b330e6a
md: convert to kvmalloc
by Kent Overstreet
· 6 years ago
ee9c5e6
openvswitch: convert to kvmalloc
by Kent Overstreet
· 6 years ago
5c01a25
of: fix kmemleak crash caused by imbalance in early memory reservation
by Mike Rapoport
· 6 years ago
a297413
mm: memblock: update comments and kernel-doc
by Mike Rapoport
· 6 years ago
c9a688a
memblock: split checks whether a region should be skipped to a helper function
by Mike Rapoport
· 6 years ago
fe14512
memblock: remove memblock_{set,clear}_region_flags
by Mike Rapoport
· 6 years ago
26fb3da
memblock: drop memblock_alloc_*_nopanic() variants
by Mike Rapoport
· 6 years ago
c0dbe82
memblock: memblock_alloc_try_nid: don't panic
by Mike Rapoport
· 6 years ago
8a7f97b
treewide: add checks for the return value of memblock_alloc*()
by Mike Rapoport
· 6 years ago
a0bf842
swiotlb: add checks for the return value of memblock_alloc*()
by Mike Rapoport
· 6 years ago
f5c7310
init/main: add checks for the return value of memblock_alloc*()
by Mike Rapoport
· 6 years ago
f655f40
mm/percpu: add checks for the return value of memblock_alloc*()
by Mike Rapoport
· 6 years ago
b1e1c86
sparc: add checks for the return value of memblock_alloc*()
by Mike Rapoport
· 6 years ago
d80db5c
ia64: add checks for the return value of memblock_alloc*()
by Mike Rapoport
· 6 years ago
0240dfd
arch: don't memset(0) memory returned by memblock_alloc()
by Mike Rapoport
· 6 years ago
9415673
arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)
by Mike Rapoport
· 6 years ago
c366ea8
memblock: make memblock_find_in_range_node() and choose_memblock_flags() static
by Mike Rapoport
· 6 years ago
92d12f9
memblock: refactor internal allocation functions
by Mike Rapoport
· 6 years ago
0ba9e6e
memblock: drop memblock_alloc_base()
by Mike Rapoport
· 6 years ago
42b46ae
memblock: drop __memblock_alloc_base()
by Mike Rapoport
· 6 years ago
ecc3e77
memblock: memblock_phys_alloc(): don't panic
by Mike Rapoport
· 6 years ago
3375557
memblock: memblock_phys_alloc_try_nid(): don't panic
by Mike Rapoport
· 6 years ago
8a770c2
memblock: emphasize that memblock_alloc_range() returns a physical address
by Mike Rapoport
· 6 years ago
53d818d
memblock: drop memblock_alloc_base_nid()
by Mike Rapoport
· 6 years ago
f240ec0
memblock: replace memblock_alloc_base(ANYWHERE) with memblock_phys_alloc
by Mike Rapoport
· 6 years ago
1269f7b
powerpc: use memblock functions returning virtual address
by Christophe Leroy
· 6 years ago
fb054d0
openrisc: prefer memblock APIs returning virtual address
by Mike Rapoport
· 6 years ago
d5a572a
proc: calculate end pointer for /proc/*/* lookup at compile time
by Alexey Dobriyan
· 6 years ago
b542023
mm: refactor readahead defines in mm.h
by Nikolay Borisov
· 6 years ago
b57e622e6
mm/hmm: convert to use vm_fault_t
by Souptick Joarder
· 6 years ago
2bc4fc6
kernel/sysctl.c: define minmax conv functions in terms of non-minmax versions
by Zev Weiss
· 6 years ago
8cf7630b2
kernel/sysctl.c: add missing range check in do_proc_dointvec_minmax_conv
by Zev Weiss
· 6 years ago
fec5248
tools/testing/selftests/sysctl/sysctl.sh: add tests for >32-bit values written to 32-bit integers
by Zev Weiss
· 6 years ago
cb1d150
hpfs: fix spelling mistake "partion" -> "partition"
by Colin Ian King
· 6 years ago
f47d633
Merge tag 'tag-chrome-platform-for-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux
by Linus Torvalds
· 6 years ago
004cc08
Merge branch 'x86-tsx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
ea29548
Merge tag 'xarray-5.1-rc1' of git://git.infradead.org/users/willy/linux-dax
by Linus Torvalds
· 6 years ago
f3124ccf
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu
by Linus Torvalds
· 6 years ago
d14d7f1
Merge tag 'for-linus-5.1a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 6 years ago
6cdfa54
Merge tag 'trace-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 6 years ago
a089e4f
Merge tag 'linux-watchdog-5.1-rc1' of git://www.linux-watchdog.org/linux-watchdog
by Linus Torvalds
· 6 years ago
cf0240a
Merge tag 'pinctrl-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
by Linus Torvalds
· 6 years ago
4f02370
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 6 years ago
6bc3fe8
tools: mark 'test_vmalloc.sh' executable
by Linus Torvalds
· 6 years ago
bc119dd
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide
by Linus Torvalds
· 6 years ago
8f49a65
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
ffd602e
Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 6 years ago
5af7f11
Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 6 years ago
c3665a6
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 6 years ago
12ad143
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
262d6a9
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
b6e3cb4
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
a15f6b9
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
9e55f87
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
077d3da
Merge branch 'core-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
dbbdf54
Merge tag 'platform-drivers-x86-v5.1-1' of git://git.infradead.org/linux-platform-drivers-x86
by Linus Torvalds
· 6 years ago
45ba8d5
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
by Linus Torvalds
· 6 years ago
bb97be2
Merge tag 'iommu-updates-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
by Linus Torvalds
· 6 years ago
b7a7d1c
Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mapping
by Linus Torvalds
· 6 years ago
dc5c377
drivers: ide: Kconfig: pedantic formatting
by Enrico Weigelt, metux IT consult
· 6 years ago
fbf68b0
ide: mark expected switch fall-through
by Gustavo A. R. Silva
· 6 years ago
498b589
ide: hpt366: mark expected switch fall-throughs
by Gustavo A. R. Silva
· 6 years ago
4d6c671
SUNRPC: Take the transport send lock before binding+connecting
by Trond Myklebust
· 6 years ago
009a82f
SUNRPC: Micro-optimise when the task is known not to be sleeping
by Trond Myklebust
· 6 years ago
2a5ff07
gro_cells: make sure device is up in gro_cells_receive()
by Eric Dumazet
· 6 years ago
59cbf56
vxlan: test dev->flags & IFF_UP before calling gro_cells_receive()
by Eric Dumazet
· 6 years ago
95d6ebd
net/x25: fix use-after-free in x25_device_event()
by Eric Dumazet
· 6 years ago
065b6c4
Merge tag 'devicetree-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 6 years ago
d721fe9
isdn: mISDNinfineon: fix potential NULL pointer dereference
by Kangjie Lu
· 6 years ago
3d8dfe7
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 6 years ago
d607526
Merge tag 'nios2-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2
by Linus Torvalds
· 6 years ago
03e51d3
SUNRPC: Check whether the task was transmitted before rebind/reconnect
by Trond Myklebust
· 6 years ago
69b51bb
net: hns3: fix to stop multiple HNS reset due to the AER changes
by Shiju Jose
· 6 years ago
083b78a9
ip: fix ip_mc_may_pull() return value
by Eric Dumazet
· 6 years ago
1039c6e
net: keep refcount warning in reqsk_free()
by Guillaume Nault
· 6 years ago
6cdc577
Merge tag 'for-5.1/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 6 years ago
92fff53
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 6 years ago
44fc95e
Input: wacom_serial4 - add support for Wacom ArtPad II tablet
by Jason Gerecke
· 6 years ago
e154ab6
Input: elan_i2c - add id for touchpad found in Lenovo s21e-20
by Vincent Batts
· 6 years ago
3366757
Input: raspberrypi-ts - select CONFIG_INPUT_POLLDEV
by Arnd Bergmann
· 6 years ago
Next »