Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
1438ade5670b56d5386c220e1ad4b5a824a1e585
1438ade5
workqueue: un-GPL function delayed_work_timer_fn()
by Konstantin Khlebnikov
· 12 years ago
112202d
workqueue: rename cpu_workqueue to pool_workqueue
by Tejun Heo
· 12 years ago
8d03ecf
workqueue: reimplement is_chained_work() using current_wq_worker()
by Tejun Heo
· 12 years ago
1dd6381
workqueue: fix is_chained_work() regression
by Tejun Heo
· 12 years ago
8594fad
workqueue: pick cwq instead of pool in __queue_work()
by Lai Jiangshan
· 12 years ago
54d5b7d
workqueue: make get_work_pool_id() cheaper
by Lai Jiangshan
· 12 years ago
e19e397
workqueue: move nr_running into worker_pool
by Tejun Heo
· 12 years ago
1606283
workqueue: cosmetic update in try_to_grab_pending()
by Tejun Heo
· 12 years ago
0b3dae6
workqueue: simplify is-work-item-queued-here test
by Lai Jiangshan
· 12 years ago
4468a00
workqueue: make work->data point to pool after try_to_grab_pending()
by Lai Jiangshan
· 12 years ago
60c057b
workqueue: add delayed_work->wq to simplify reentrancy handling
by Lai Jiangshan
· 12 years ago
038366c
workqueue: make work_busy() test WORK_STRUCT_PENDING first
by Lai Jiangshan
· 12 years ago
6be1958
workqueue: replace WORK_CPU_NONE/LAST with WORK_CPU_END
by Lai Jiangshan
· 12 years ago
706026c
workqueue: post global_cwq removal cleanups
by Tejun Heo
· 12 years ago
e6e380e
workqueue: rename nr_running variables
by Tejun Heo
· 12 years ago
a60dc39
workqueue: remove global_cwq
by Tejun Heo
· 12 years ago
4e8f0a6
workqueue: remove worker_pool->gcwq
by Tejun Heo
· 12 years ago
38db41d
workqueue: replace for_each_worker_pool() with for_each_std_worker_pool()
by Tejun Heo
· 12 years ago
a105630
workqueue: make freezing/thawing per-pool
by Tejun Heo
· 12 years ago
94cf58b
workqueue: make hotplug processing per-pool
by Tejun Heo
· 12 years ago
d565ed6
workqueue: move global_cwq->lock to worker_pool
by Tejun Heo
· 12 years ago
ec22ca5
workqueue: move global_cwq->cpu to worker_pool
by Tejun Heo
· 12 years ago
c9e7cf2
workqueue: move busy_hash from global_cwq to worker_pool
by Tejun Heo
· 12 years ago
7c3eed5
workqueue: record pool ID instead of CPU in work->data when off-queue
by Tejun Heo
· 12 years ago
9daf9e6
workqueue: add worker_pool->id
by Tejun Heo
· 12 years ago
715b06b
workqueue: introduce WORK_OFFQ_CPU_NONE
by Tejun Heo
· 12 years ago
35b6bb6
workqueue: make GCWQ_FREEZING a pool flag
by Tejun Heo
· 12 years ago
2464757
workqueue: make GCWQ_DISASSOCIATED a pool flag
by Tejun Heo
· 12 years ago
e34cdddb
workqueue: use std_ prefix for the standard per-cpu pools
by Tejun Heo
· 12 years ago
e2905b2
workqueue: unexport work_cpu()
by Tejun Heo
· 12 years ago
84b233a
workqueue: implement current_is_async()
by Tejun Heo
· 12 years ago
2eaebdb
workqueue: move struct worker definition to workqueue_internal.h
by Tejun Heo
· 12 years ago
ea13844
workqueue: rename kernel/workqueue_sched.h to kernel/workqueue_internal.h
by Tejun Heo
· 12 years ago
111c225
workqueue: set PF_WQ_WORKER on rescuers
by Tejun Heo
· 12 years ago
023f27d
workqueue: fix find_worker_executing_work() brekage from hashtable conversion
by Tejun Heo
· 12 years ago
a2c1c57
workqueue: consider work function when searching for busy work items
by Tejun Heo
· 12 years ago
42f8570
workqueue: use new hashtable implementation
by Sasha Levin
· 12 years ago
848b814
Merge branch 'akpm' (Andrew's patch-bomb)
by Linus Torvalds
· 12 years ago
9929561
efi: Fix the build with user namespaces enabled.
by Eric W. Biederman
· 12 years ago
ce4a9cc
mm,numa: fix update_mmu_cache_pmd call
by Stephen Rothwell
· 12 years ago
6fd59a8
scatterlist: don't BUG when we can trivially return a proper error.
by Nick Bowler
· 12 years ago
e71ec59
docs: update documentation about /proc/<pid>/fdinfo/<fd> fanotify output
by Cyrill Gorcunov
· 12 years ago
e6dbcaf
fs, fanotify: add @mflags field to fanotify output
by Cyrill Gorcunov
· 12 years ago
f1d8c16
docs: add documentation about /proc/<pid>/fdinfo/<fd> output
by Cyrill Gorcunov
· 12 years ago
be77196
fs, notify: add procfs fdinfo helper
by Cyrill Gorcunov
· 12 years ago
711c7bf
fs, exportfs: add exportfs_encode_inode_fh() helper
by Cyrill Gorcunov
· 12 years ago
ab49bde
fs, exportfs: escape nil dereference if no s_export_op present
by Cyrill Gorcunov
· 12 years ago
138d22b
fs, epoll: add procfs fdinfo helper
by Cyrill Gorcunov
· 12 years ago
cbac554
fs, eventfd: add procfs fdinfo helper
by Cyrill Gorcunov
· 12 years ago
55985dd
procfs: add ability to plug in auxiliary fdinfo providers
by Cyrill Gorcunov
· 12 years ago
2bf1cbf
tools/testing/selftests/kcmp/kcmp_test.c: print reason for failure in kcmp_test
by Dave Jones
· 12 years ago
5a55f8b
breakpoint selftests: print failure status instead of cause make error
by Dave Young
· 12 years ago
ed8ad10
kcmp selftests: print fail status instead of cause make error
by Dave Young
· 12 years ago
63d2336
kcmp selftests: make run_tests fix
by Dave Young
· 12 years ago
aabccae
mem-hotplug selftests: print failure status instead of cause make error
by Dave Young
· 12 years ago
a58130d
cpu-hotplug selftests: print failure status instead of cause make error
by Dave Young
· 12 years ago
9ed1d90
mqueue selftests: print failure status instead of cause make error
by Dave Young
· 12 years ago
000e06b
vm selftests: print failure status instead of cause make error
by Dave Young
· 12 years ago
cdd9fa8
ubifs: use prandom_bytes
by Akinobu Mita
· 12 years ago
7e45bf8
mtd: nandsim: use prandom_bytes
by Akinobu Mita
· 12 years ago
8376d0b
bnx2x: use prandom_bytes()
by Akinobu Mita
· 12 years ago
6582c66
prandom: introduce prandom_bytes() and prandom_bytes_state()
by Akinobu Mita
· 12 years ago
496f2f9
random32: rename random32 to prandom
by Akinobu Mita
· 12 years ago
31279b1
aoe: fix use after free in aoedev_by_aoeaddr()
by Dan Carpenter
· 12 years ago
2b37c7d
aoe: update internal version number to 81
by Ed Cashin
· 12 years ago
bf29754
aoe: identify source of runt AoE packets
by Ed Cashin
· 12 years ago
4a6c9ee
aoe: allow comma separator in aoe_iflist value
by Ed Cashin
· 12 years ago
c450ba0
aoe: allow user to disable target failure timeout
by Ed Cashin
· 12 years ago
71114ec
aoe: use dynamic number of remote ports for AoE storage target
by Ed Cashin
· 12 years ago
e52a293
aoe: avoid races between device destruction and discovery
by Ed Cashin
· 12 years ago
bbb44e3
aoe: improve handling of misbehaving network paths
by Ed Cashin
· 12 years ago
b91316f
aoe: return real minor number for static minors
by Ed Cashin
· 12 years ago
10935d0
aoe: initialize sysminor to avoid compiler warning
by Ed Cashin
· 12 years ago
e0b2bba
aoe: make error messages more specific in static minor allocation
by Ed Cashin
· 12 years ago
60116cf
aoe: remove call to request handler from I/O completion
by Ed Cashin
· 12 years ago
7283760
aoe: cleanup: correct comment for aoetgt nout
by Ed Cashin
· 12 years ago
7b6ccc5
aoe: increase default cap on outstanding AoE commands in the network
by Ed Cashin
· 12 years ago
0a41409
aoe: remove vestigial request queue allocation
by Ed Cashin
· 12 years ago
fe7252b
aoe: copy fallback timing information on destination failover
by Ed Cashin
· 12 years ago
519b77b
aoe: update driver-internal version to 64+
by Ed Cashin
· 12 years ago
3fc9b03
aoe: commands in retransmit queue use new destination on failure
by Ed Cashin
· 12 years ago
5f0c9c4
aoe: use high-resolution RTTs with fallback to low-res
by Ed Cashin
· 12 years ago
0d555ec
aoe: manipulate aoedev network stats under lock
by Ed Cashin
· 12 years ago
2292a7e
aoe: err device: include MAC addresses for unexpected responses
by Ed Cashin
· 12 years ago
3a0c40d
aoe: improve network congestion handling
by Ed Cashin
· 12 years ago
667be1e
aoe: provide ATA identify device content to user on request
by Ed Cashin
· 12 years ago
cd220bf
aoe: update driver-internal version number to 60
by Ed Cashin
· 12 years ago
a04b41c
aoe: whitespace cleanup
by Ed Cashin
· 12 years ago
d437962
aoe: cleanup: remove unused ata_scnt function
by Ed Cashin
· 12 years ago
90a2508
aoe: "payload" sysfs file exports per-AoE-command data transfer size
by Ed Cashin
· 12 years ago
aa304fd
aoe: support larger I/O requests via aoe_maxsectors module param
by Ed Cashin
· 12 years ago
4ba9aa7
aoe: support the forgetting (flushing) of a user-specified AoE target
by Ed Cashin
· 12 years ago
1b8a163
aoe: update cap on outstanding commands based on config query response
by Ed Cashin
· 12 years ago
4e78dd1
aoe: print warning regarding a common reason for dropped transmits
by Ed Cashin
· 12 years ago
662a889
aoe: describe the behavior of the "err" character device
by Ed Cashin
· 12 years ago
6e97663
Documentation/sparse.txt: document context annotations for lock checking
by Ed Cashin
· 12 years ago
8529091
linux/compiler.h: add __must_hold macro for functions called with a lock held
by Josh Triplett
· 12 years ago
a5ba911
pidns: remove unused is_container_init()
by Gao feng
· 12 years ago
d740269
exec: use -ELOOP for max recursion depth
by Kees Cook
· 12 years ago
8d23802
proc: pid/status: show all supplementary groups
by Artem Bityutskiy
· 12 years ago
Next »