Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
380edef0bd53e82b7c7c040255401fd841c08c09
380edef
staging: rtlwifi: add identifier names to function definition arguments
by Erik Liodden
· 7 years ago
70b09ab
Staging: fsl-dpaa2: ethernet: dpaa2-eth.c: Fixed a style issue
by Santha Meena Ramamoorthy
· 7 years ago
beb7b03
Staging: wlan-ng: fix unnecessary parantheses in prism2mgmt.c
by Yash Omer
· 7 years ago
e6dd870
staging: pi433: fix CamelCase for regValue
by Valentin Vidic
· 7 years ago
f53c5d9
staging: pi433: fix CamelCase for newValue
by Valentin Vidic
· 7 years ago
e64dbd5
staging: pi433: fix CamelCase for currentValue
by Valentin Vidic
· 7 years ago
0b89706
staging: pi433: fix CamelCase for Ohm identifiers
by Valentin Vidic
· 7 years ago
370d7ce
staging: pi433: fix CamelCase for antennaImpedance
by Valentin Vidic
· 7 years ago
842e05d
staging: pi433: fix CamelCase for powerLevel
by Valentin Vidic
· 7 years ago
5ca565a
staging: pi433: fix CamelCase for syncValues
by Valentin Vidic
· 7 years ago
d63923f
staging: ccree: fixed pointer signedness warnings.
by Jeremy Sowden
· 7 years ago
773b4869
staging: wilc1000: fix line over 80 chars in wilc_spi_clear_int_ext()
by Ajay Singh
· 7 years ago
12ec07a
staging: wilc1000: fix line over 80 characters in wilc_spi_read_int()
by Ajay Singh
· 7 years ago
c73f595
staging: wilc1000: fix line over 80 characters in wilc_spi_init()
by Ajay Singh
· 7 years ago
169ed7e
staging: wilc1000: fix line over 80 characters in spi_cmd_complete()
by Ajay Singh
· 7 years ago
89f3091
staging: wilc1000: removed the unnecessary commented code
by Ajay Singh
· 7 years ago
00c2903
staging: wilc1000: modified code comments as per linux coding style
by Ajay Singh
· 7 years ago
1066000
staging: wilc1000: rename Handle_Key() and Handle_ConnectTimeout()
by Ajay Singh
· 7 years ago
e5b85ff
staging: wilc1000: rename Handle_ScanDone function to avoid camelCase
by Ajay Singh
· 7 years ago
e33ff51
staging: wilc1000: rename pu8CurrByte variable to avoid camelCase
by Ajay Singh
· 7 years ago
cdbdae1
staging: wilc1000: rename u32WidsCount to avoid camelCase
by Ajay Singh
· 7 years ago
173508b
staging: wilc1000: rename strWIDList variable to avoid camelCase
by Ajay Singh
· 7 years ago
0414b40
staging: wilc1000: rename Handle_DelAllSta() and its variable using camelCase
by Ajay Singh
· 7 years ago
f10d4c1
staging: wilc1000: rename variables using camelCase in host_int_ParseJoinBssParam()
by Ajay Singh
· 7 years ago
5c5e6ef
staging: vc04_services: merge vchiq_kern_lib.c into vchiq_arm.c
by Arnd Bergmann
· 7 years ago
e5fe0af
staging: vc04_services: remove unused files
by Corentin Labbe
· 7 years ago
058643d
staging: lustre: remove l_wait_event() and related code
by NeilBrown
· 7 years ago
1c6ce08
staging: lustre: replace l_wait_event_exclusive_head() with wait_event_idle_exclusive
by NeilBrown
· 7 years ago
cda3520
staging: lustre: remove l_wait_event from ptlrpc_set_wait
by NeilBrown
· 7 years ago
9fc53ff
staging: lustre: use explicit poll loop in ptlrpc_unregister_reply
by NeilBrown
· 7 years ago
0a0e5af
staging: lustre: use explicit poll loop in ptlrpc_service_unlink_rqbd
by NeilBrown
· 7 years ago
fdeb5f9
staging: lustre: improve waiting in sptlrpc_req_refresh_ctx
by NeilBrown
· 7 years ago
c7621ba
staging: lustre: use wait_event_idle_timeout in ptlrpcd()
by NeilBrown
· 7 years ago
1307a0f
staging: lustre: make polling loop in ptlrpc_unregister_bulk more obvious
by NeilBrown
· 7 years ago
cac6e45
staging: lustre: remove back_to_sleep()
by NeilBrown
· 7 years ago
4796293
staging: lustre: simplify waiting in ptlrpc_invalidate_import()
by NeilBrown
· 7 years ago
60f51d5
staging: lustre: open code polling loop instead of using l_wait_event()
by NeilBrown
· 7 years ago
e3382ad
staging: lustre: simplify waiting in ldlm_completion_ast()
by NeilBrown
· 7 years ago
d7ce88f
staging: lustre: simplify l_wait_event when intr handler but no timeout.
by NeilBrown
· 7 years ago
eb7e1f3
staging: lustre: introduce and use l_wait_event_abortable()
by NeilBrown
· 7 years ago
98b0928
staging: lustre: use wait_event_idle_timeout() where appropriate.
by NeilBrown
· 7 years ago
672b63e
staging: lustre: discard cfs_time_seconds()
by NeilBrown
· 7 years ago
db1d6cb
staging: lustre: replace simple cases of l_wait_event() with wait_event().
by NeilBrown
· 7 years ago
7f76eb1
staging: lustre: discard SVC_SIGNAL and related functions
by NeilBrown
· 7 years ago
0957a2c
sched/wait: add wait_event_idle() functions.
by NeilBrown
· 7 years ago
8016ab9
staging: lustre: llite: refine ll_find_alias based on d_exact_alias
by NeilBrown
· 7 years ago
7e08e9a
staging: lustre: llite: simplify ll_find_alias()
by NeilBrown
· 7 years ago
ac63774
staging: lustre: llite: remove directory-specific code from ll_find_alias()
by NeilBrown
· 7 years ago
e9d4f0b
staging: lustre: llite: use d_splice_alias for directories.
by NeilBrown
· 7 years ago
a22c3d4
staging: lustre: llite: handle DCACHE_PAR_LOOKUP in ll_dcompare
by NeilBrown
· 7 years ago
057d1df
staging: lustre: honor error code from ll_iget().
by NeilBrown
· 7 years ago
2cd466f
staging: lustre: fix inverted test on strcmp
by NeilBrown
· 7 years ago
1b168a4
staging: lustre: update the TODO list
by James Simmons
· 7 years ago
56cabde
staging: lustre: lnet: return of an error code should be negative
by Sumit Pundir
· 7 years ago
aa4e0df
staging: rtl8188eu: Move a blank line
by Dafna Hirschfeld
· 7 years ago
7928b2c
Linux 4.16-rc1
by Linus Torvalds
· 7 years ago
7a163b2
unify {de,}mangle_poll(), get rid of kernel-side POLL...
by Al Viro
· 7 years ago
a9a0884
vfs: do bulk POLL* -> EPOLL* replacement
by Linus Torvalds
· 7 years ago
ee5daa1
Merge branch 'work.poll2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
3fc928d
Merge tag 'xtensa-20180211' of git://github.com/jcmvbkbc/linux-xtensa
by Linus Torvalds
· 7 years ago
60d7a21
Merge tag 'nios2-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2
by Linus Torvalds
· 7 years ago
f8d0cbf
xtensa: fix build with KASAN
by Max Filippov
· 7 years ago
e0691eb
nios2: defconfig: Cleanup from old Kconfig options
by Krzysztof Kozlowski
· 7 years ago
5d13c73
nios2: dts: Remove leading 0x and 0s from bindings notation
by Mathieu Malaterre
· 7 years ago
d48fcbd
Merge tag 'pci-v4.16-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 7 years ago
9454473
Merge tag 'for-linus-20180210' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 7 years ago
cc5cb5a
Merge tag 'platform-drivers-x86-v4.16-3' of git://github.com/dvhart/linux-pdx86
by Linus Torvalds
· 7 years ago
e9d46f7
Merge tag 'chrome-platform-for-linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bleung/chrome-platform
by Linus Torvalds
· 7 years ago
15303ba
Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 7 years ago
c591c2e
powerpc/pci: Fix broken INTx configuration via OF
by Alexey Kardashevskiy
· 7 years ago
9a61df9
Merge tag 'kbuild-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 7 years ago
7a501609
mconsole_proc(): don't mess with file->f_pos
by Al Viro
· 7 years ago
878e66d
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
523ca58
kconfig: remove const qualifier from sym_expand_string_value()
by Masahiro Yamada
· 7 years ago
d717f24
kconfig: add xrealloc() helper
by Masahiro Yamada
· 7 years ago
1bd42d9
platform/x86: mlx-platform: Add support for new 200G IB and Ethernet systems
by Vadim Pasternak
· 7 years ago
a49a414
platform/x86: mlx-platform: Add support for new msn201x system type
by Vadim Pasternak
· 7 years ago
ef08e14
platform/x86: mlx-platform: Add support for new msn274x system type
by Vadim Pasternak
· 7 years ago
c839682
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
82f0a41
Merge tag 'nfs-for-4.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 7 years ago
858f45b
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 7 years ago
8158c2f
Merge tag 'trace-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 7 years ago
a283483
Merge tag '4.16-minor-rc-SMB3-fixes' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 7 years ago
58fcba6
Merge tag 'fbdev-v4.16-fix' of git://github.com/bzolnier/linux
by Linus Torvalds
· 7 years ago
1ab03c0
Merge tag 'kvm-ppc-next-4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
by Radim Krčmář
· 7 years ago
80132f4
Merge branch 'msr-bitmaps' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Radim Krčmář
· 7 years ago
2fa56a4
ibmvnic: Remove skb->protocol checks in ibmvnic_xmit
by John Allen
· 7 years ago
941ff6f
bpf: fix rlimit in reuseport net selftest
by Daniel Borkmann
· 7 years ago
07f2c7a
sctp: verify size of a new chunk in _sctp_make_chunk()
by Alexey Kodanev
· 7 years ago
7b30d51
Merge branch 's390-qeth-fixes'
by David S. Miller
· 7 years ago
1c5b221
s390/qeth: fix SETIP command handling
by Julian Wiedmann
· 7 years ago
89271c6
s390/qeth: fix underestimated count of buffer elements
by Ursula Braun
· 7 years ago
0bf7800
ptr_ring: try vmalloc() when kmalloc() fails
by Jason Wang
· 7 years ago
6e6e41c
ptr_ring: fail early if queue occupies more than KMALLOC_MAX_SIZE
by Jason Wang
· 7 years ago
909ebd5
Merge branch 'stmmac-irq-fixes-cleanups'
by David S. Miller
· 7 years ago
1029117
net: stmmac: remove redundant enable of PMT irq
by Niklas Cassel
· 7 years ago
e879b7a
net: stmmac: rename GMAC_INT_DEFAULT_MASK for dwmac4
by Niklas Cassel
· 7 years ago
1b84ca1
net: stmmac: discard disabled flags in interrupt status register
by Niklas Cassel
· 7 years ago
faefaa9
ibmvnic: Reset long term map ID counter
by Thomas Falcon
· 7 years ago
437a4db
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 7 years ago
Next »