index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-16
staging: wilc1000: rename variables using camelCase in host_int_ParseJoinBssP...
Ajay Singh
1
-115
/
+115
2018-02-16
staging: vc04_services: merge vchiq_kern_lib.c into vchiq_arm.c
Arnd Bergmann
3
-432
/
+369
2018-02-16
staging: vc04_services: remove unused files
Corentin Labbe
3
-155
/
+0
2018-02-16
staging: lustre: remove l_wait_event() and related code
NeilBrown
1
-249
/
+0
2018-02-16
staging: lustre: replace l_wait_event_exclusive_head() with wait_event_idle_e...
NeilBrown
1
-18
/
+25
2018-02-16
staging: lustre: remove l_wait_event from ptlrpc_set_wait
NeilBrown
2
-49
/
+49
2018-02-16
staging: lustre: use explicit poll loop in ptlrpc_unregister_reply
NeilBrown
1
-7
/
+7
2018-02-16
staging: lustre: use explicit poll loop in ptlrpc_service_unlink_rqbd
NeilBrown
1
-7
/
+8
2018-02-16
staging: lustre: improve waiting in sptlrpc_req_refresh_ctx
NeilBrown
1
-10
/
+24
2018-02-16
staging: lustre: use wait_event_idle_timeout in ptlrpcd()
NeilBrown
3
-9
/
+14
2018-02-16
staging: lustre: make polling loop in ptlrpc_unregister_bulk more obvious
NeilBrown
1
-7
/
+8
2018-02-16
staging: lustre: remove back_to_sleep()
NeilBrown
3
-13
/
+11
2018-02-16
staging: lustre: simplify waiting in ptlrpc_invalidate_import()
NeilBrown
2
-14
/
+10
2018-02-16
staging: lustre: open code polling loop instead of using l_wait_event()
NeilBrown
2
-13
/
+10
2018-02-16
staging: lustre: simplify waiting in ldlm_completion_ast()
NeilBrown
1
-33
/
+20
2018-02-16
staging: lustre: simplify l_wait_event when intr handler but no timeout.
NeilBrown
1
-23
/
+7
2018-02-16
staging: lustre: introduce and use l_wait_event_abortable()
NeilBrown
7
-31
/
+43
2018-02-16
staging: lustre: use wait_event_idle_timeout() where appropriate.
NeilBrown
14
-103
/
+68
2018-02-16
staging: lustre: discard cfs_time_seconds()
NeilBrown
46
-106
/
+96
2018-02-16
staging: lustre: replace simple cases of l_wait_event() with wait_event().
NeilBrown
14
-107
/
+53
2018-02-16
staging: lustre: discard SVC_SIGNAL and related functions
NeilBrown
2
-9
/
+1
2018-02-16
sched/wait: add wait_event_idle() functions.
NeilBrown
1
-0
/
+114
2018-02-16
staging: lustre: llite: refine ll_find_alias based on d_exact_alias
NeilBrown
1
-10
/
+20
2018-02-16
staging: lustre: llite: simplify ll_find_alias()
NeilBrown
1
-15
/
+8
2018-02-16
staging: lustre: llite: remove directory-specific code from ll_find_alias()
NeilBrown
1
-18
/
+8
2018-02-16
staging: lustre: llite: use d_splice_alias for directories.
NeilBrown
1
-2
/
+7
2018-02-16
staging: lustre: llite: handle DCACHE_PAR_LOOKUP in ll_dcompare
NeilBrown
1
-0
/
+10
2018-02-16
staging: lustre: honor error code from ll_iget().
NeilBrown
1
-1
/
+1
2018-02-16
staging: lustre: fix inverted test on strcmp
NeilBrown
1
-1
/
+1
2018-02-16
staging: lustre: update the TODO list
James Simmons
1
-10
/
+300
2018-02-16
staging: lustre: lnet: return of an error code should be negative
Sumit Pundir
1
-1
/
+1
2018-02-16
staging: rtl8188eu: Move a blank line
Dafna Hirschfeld
1
-1
/
+1
2018-02-12
Linux 4.16-rc1
v4.16-rc1
Linus Torvalds
1
-2
/
+2
2018-02-12
unify {de,}mangle_poll(), get rid of kernel-side POLL...
Al Viro
8
-142
/
+47
2018-02-12
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
297
-913
/
+913
2018-02-12
Merge branch 'work.poll2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
8
-40
/
+47
2018-02-12
Merge tag 'xtensa-20180211' of git://github.com/jcmvbkbc/linux-xtensa
Linus Torvalds
1
-0
/
+2
2018-02-12
Merge tag 'nios2-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-10
/
+8
2018-02-11
xtensa: fix build with KASAN
Max Filippov
1
-0
/
+2
2018-02-11
nios2: defconfig: Cleanup from old Kconfig options
Krzysztof Kozlowski
2
-2
/
+0
2018-02-11
nios2: dts: Remove leading 0x and 0s from bindings notation
Mathieu Malaterre
1
-8
/
+8
2018-02-11
Merge tag 'pci-v4.16-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+3
2018-02-11
Merge tag 'for-linus-20180210' of git://git.kernel.dk/linux-block
Linus Torvalds
12
-63
/
+212
2018-02-11
Merge tag 'platform-drivers-x86-v4.16-3' of git://github.com/dvhart/linux-pdx86
Linus Torvalds
2
-11
/
+363
2018-02-11
Merge tag 'chrome-platform-for-linus-4.16' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
4
-19
/
+57
2018-02-11
Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
123
-1416
/
+6577
2018-02-10
powerpc/pci: Fix broken INTx configuration via OF
Alexey Kardashevskiy
1
-2
/
+3
2018-02-10
iio: ad5272: Add support for Analog Devices digital potentiometers
Phil Reid
3
-0
/
+242
2018-02-10
dt-bindings: ad5272: Add bindings for Analog Devices digital potentiometers
Phil Reid
1
-0
/
+27
2018-02-10
Staging: iio: ade7758: Expand buf_lock to cover both buffer and state protection
Shreeya Patel
2
-15
/
+39
[prev]
[next]