Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
9c41180be47a6c08105894e1289182995749fc9a
9c41180
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 7 years ago
9e0600f
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 7 years ago
22985bf
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 7 years ago
a0908a1b7
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 7 years ago
72639e6
fs/hugetlbfs/inode.c: change put_page/unlock_page order in hugetlbfs_fallocate()
by Nadav Amit
· 7 years ago
f4f0a3d
mm/hugetlb: fix NULL-pointer dereference on 5-level paging machine
by Kirill A. Shutemov
· 7 years ago
5d38f04
autofs: revert "autofs: fix AT_NO_AUTOMOUNT not being honored"
by Ian Kent
· 7 years ago
43694d4
autofs: revert "autofs: take more care to not update last_used on path walk"
by Ian Kent
· 7 years ago
b6e8e12
fs/fat/inode.c: fix sb_rdonly() change
by OGAWA Hirofumi
· 7 years ago
d08afa1
mm, memcg: fix mem_cgroup_swapout() for THPs
by Shakeel Butt
· 7 years ago
40a899e
mm: migrate: fix an incorrect call of prep_transhuge_page()
by Zi Yan
· 7 years ago
bde5f6b
kmemleak: add scheduling point to kmemleak_scan()
by Yisheng Xie
· 7 years ago
edbddb8
scripts/bloat-o-meter: don't fail with division by 0
by Andy Shevchenko
· 7 years ago
d5dabd6
fs/mbcache.c: make count_objects() more robust
by Jiang Biao
· 7 years ago
90daf30
Revert "mm/page-writeback.c: print a warning if the vm dirtiness settings are illogical"
by Michal Hocko
· 7 years ago
6ea8d95
mm/madvise.c: fix madvise() infinite loop under special circumstances
by chenjie
· 7 years ago
04e35f4
exec: avoid RLIMIT_STACK races with prlimit()
by Kees Cook
· 7 years ago
5f1d43d
IB/core: disable memory registration of filesystem-dax vmas
by Dan Williams
· 7 years ago
b70131d
v4l2: disable filesystem-dax mapping support
by Dan Williams
· 7 years ago
b7f0554
mm: fail get_vaddr_frames() for filesystem-dax mappings
by Dan Williams
· 7 years ago
2bb6d28
mm: introduce get_user_pages_longterm
by Dan Williams
· 7 years ago
9702cff
device-dax: implement ->split() to catch invalid munmap attempts
by Dan Williams
· 7 years ago
31383c6
mm, hugetlbfs: introduce ->split() to vm_operations_struct
by Dan Williams
· 7 years ago
95a8798
scripts/faddr2line: extend usage on generic arch
by Liu, Changcheng
· 7 years ago
5c9d2d5
mm: replace pte_write with pte_access_permitted in fault + gup paths
by Dan Williams
· 7 years ago
c7da82b
mm: replace pmd_write with pmd_access_permitted in fault + gup paths
by Dan Williams
· 7 years ago
e7fe7b5
mm: replace pud_write with pud_access_permitted in fault + gup paths
by Dan Williams
· 7 years ago
e4e40e0
mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITE
by Dan Williams
· 7 years ago
1501899
mm: fix device-dax pud write-faults triggered by get_user_pages()
by Dan Williams
· 7 years ago
63cd448
mm/cma: fix alloc_contig_range ret code/potential leak
by Mike Kravetz
· 7 years ago
687cb08
mm, oom_reaper: gather each vma to prevent leaking TLB entry
by Wang Nan
· 7 years ago
4b81cb2
mm, memory_hotplug: do not back off draining pcp free pages from kworker context
by Michal Hocko
· 7 years ago
b915176
Merge tag 'nfsd-4.15-1' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 7 years ago
26cd947
Merge tag 'for-4.15-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 7 years ago
198e0c0
Merge tag 'microblaze-4.15-rc2' of git://git.monstr.eu/linux-2.6-microblaze
by Linus Torvalds
· 7 years ago
fccfde4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
by Linus Torvalds
· 7 years ago
96c22a4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
e5372cd
sparc64: Fix boot on T4 and later.
by David S. Miller
· 7 years ago
ef0010a
vsprintf: don't use 'restricted_pointer()' when not restricting
by Linus Torvalds
· 7 years ago
668533d
kallsyms: take advantage of the new '%px' format
by Linus Torvalds
· 7 years ago
da6af54
Merge tag 'printk-hash-pointer-4.15-rc2' of git://github.com/tcharding/linux
by Linus Torvalds
· 7 years ago
f55e101
Revert "mm, thp: Do not make pmd/pud dirty without a reason"
by Linus Torvalds
· 7 years ago
88bc0ed
quota: Check for register_shrinker() failure.
by Tetsuo Handa
· 7 years ago
f6454f8
ethernet: dwmac-stm32: Fix copyright
by Benjamin Gaignard
· 7 years ago
a7e4fbb
net: via: via-rhine: use %p to format void * address instead of %x
by Colin Ian King
· 7 years ago
15bfe05
net: ethernet: xilinx: Mark XILINX_LL_TEMAC broken on 64-bit
by Geert Uytterhoeven
· 7 years ago
01e4fab
myri10ge: Update MAINTAINERS
by Hyong-Youb Kim
· 7 years ago
6424f6b
kasan: use %px to print addresses instead of %p
by Tobin C. Harding
· 7 years ago
7b1924a
vsprintf: add printk specifier %px
by Tobin C. Harding
· 7 years ago
ad67b74
printk: hash addresses printed with %p
by Tobin C. Harding
· 7 years ago
57e7344
vsprintf: refactor %pK code out of pointer()
by Tobin C. Harding
· 7 years ago
553d8e8
docs: correct documentation for %pK
by Tobin C. Harding
· 7 years ago
43570f0
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 7 years ago
d51aae6
net: sched: cbq: create block for q->link.block
by Jiri Pirko
· 7 years ago
0195a21
atm: suni: remove extraneous space to fix indentation
by Colin Ian King
· 7 years ago
6c90654
atm: lanai: use %p to format kernel addresses instead of %x
by Colin Ian King
· 7 years ago
4a5def7
VSOCK: Don't set sk_state to TCP_CLOSE before testing it
by Jorgen Hansen
· 7 years ago
22dac9f
atm: fore200e: use %pK to format kernel addresses instead of %x
by Colin Ian King
· 7 years ago
c95c3fe
ambassador: fix incorrect indentation of assignment statement
by Colin Ian King
· 7 years ago
fc39c38
vxlan: use __be32 type for the param vni in __vxlan_fdb_delete
by Xin Long
· 7 years ago
5eb3d22
bonding: use nla_get_u64 to extract the value for IFLA_BOND_AD_ACTOR_SYSTEM
by Xin Long
· 7 years ago
a8dd397
sctp: use right member as the param of list_for_each_entry
by Xin Long
· 7 years ago
f85729d
sch_sfq: fix null pointer dereference at timer expiration
by Paolo Abeni
· 7 years ago
25415ce
cls_bpf: don't decrement net's refcount when offload fails
by Jakub Kicinski
· 7 years ago
43f462f
Merge tag 'drm-for-v4.15-part2-fixes' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 7 years ago
3c02a6d
Revert "ALSA: usb-audio: Fix potential zero-division at parsing FU"
by Takashi Iwai
· 7 years ago
9d0ca44
s390/gs: add compat regset for the guarded storage broadcast control block
by Martin Schwidefsky
· 7 years ago
ea37d59
Btrfs: incremental send, fix wrong unlink path after renaming file
by Filipe Manana
· 7 years ago
15fe076
net/packet: fix a race in packet_bind() and packet_notifier()
by Eric Dumazet
· 7 years ago
57f015f
packet: fix crash in fanout_demux_rollover()
by Mike Maloney
· 7 years ago
a51a40b
Merge branch 'sctp-fix-sparse-errors'
by David S. Miller
· 7 years ago
1ba896f
sctp: remove extern from stream sched
by Xin Long
· 7 years ago
af2697a
sctp: force the params with right types for sctp csum apis
by Xin Long
· 7 years ago
08f4607
sctp: force SCTP_ERROR_INV_STRM with __u32 when calling sctp_chunk_fail
by Xin Long
· 7 years ago
f95d5bf0
lmc: Use memdup_user() as a cleanup
by Vasyl Gomonovych
· 7 years ago
dea521a
bnxt_en: Fix an error handling path in 'bnxt_get_module_eeprom()'
by Christophe JAILLET
· 7 years ago
952b6b3
net: phy: marvell10g: fix the PHY id mask
by Antoine Tenart
· 7 years ago
f40b55ab
Merge branch 'mvpp2-fixes'
by David S. Miller
· 7 years ago
76e583c
net: mvpp2: check ethtool sets the Tx ring size is to a valid min value
by Antoine Tenart
· 7 years ago
e749aca
net: mvpp2: do not disable GMAC padding
by Yan Markman
· 7 years ago
26146b0
net: mvpp2: cleanup probed ports in the probe error path
by Antoine Tenart
· 7 years ago
ba2d8d8
net: mvpp2: fix the txq_init error path
by Antoine Tenart
· 7 years ago
1a6152d
quota: propagate error from __dquot_initialize
by Chao Yu
· 7 years ago
e254997
Merge branch 'mlxsw-GRE-offloading-fixes'
by David S. Miller
· 7 years ago
09dbf62
mlxsw: spectrum_router: Update nexthop RIF on update
by Petr Machata
· 7 years ago
d97cda5
mlxsw: spectrum_router: Handle encap to demoted tunnels
by Petr Machata
· 7 years ago
cab43d9
mlxsw: spectrum_router: Demote tunnels on VRF migration
by Petr Machata
· 7 years ago
57c77ce
mlxsw: spectrum_router: Offload decap only for up tunnels
by Petr Machata
· 7 years ago
32f0160
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue
by David S. Miller
· 7 years ago
69fc6cb
btrfs: tree-checker: Fix false panic for sanity test
by Qu Wenruo
· 7 years ago
8f5abe8
proc: don't report kernel addresses in /proc/<pid>/stack
by Linus Torvalds
· 7 years ago
8abd20b
e1000: Fix off-by-one in debug message
by Ahmad Fatoum
· 7 years ago
80752a9
i40e: Fix reporting incorrect error codes
by Amritha Nambiar
· 7 years ago
c0f4b16
e1000e: fix the use of magic numbers for buffer overrun issue
by Sasha Neftin
· 7 years ago
c30bf8c
i40e/virtchnl: fix application of sizeof to pointer
by Gustavo A R Silva
· 7 years ago
81833de
lockd: fix "list_add double add" caused by legacy signal interface
by Vasily Averin
· 7 years ago
9e137ed
nlm_shutdown_hosts_net() cleanup
by Vasily Averin
· 7 years ago
2317dc5
race of nfsd inetaddr notifiers vs nn->nfsd_serv change
by Vasily Averin
· 7 years ago
6b18dd1
race of lockd inetaddr notifiers vs nlmsvc_rqst change
by Vasily Averin
· 7 years ago
ee24eac
SUNRPC: make cache_detail structures const
by Bhumika Goyal
· 7 years ago
Next »