Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
7c6e72e46c9ea4a88f3f8ba96edce9db4bd48726
7c6e72e
workqueue: remove spurious WARN_ON_ONCE(in_irq()) from try_to_grab_pending()
by Tejun Heo
· 12 years ago
70369b1
workqueue: use cwq_set_max_active() helper for workqueue_set_max_active()
by Lai Jiangshan
· 12 years ago
9f4bd4c
workqueue: introduce cwq_set_max_active() helper for thaw_workqueues()
by Lai Jiangshan
· 12 years ago
b3f9f40
workqueue: remove @delayed from cwq_dec_nr_in_flight()
by Lai Jiangshan
· 12 years ago
3aa6249
workqueue: fix possible stall on try_to_grab_pending() of a delayed work item
by Lai Jiangshan
· 12 years ago
a5b4e57
workqueue: use hotcpu_notifier() for workqueue_cpu_down_callback()
by Lai Jiangshan
· 12 years ago
9fdf9b7
workqueue: use __cpuinit instead of __devinit for cpu callbacks
by Lai Jiangshan
· 12 years ago
b2eb83d
workqueue: rename manager_mutex to assoc_mutex
by Lai Jiangshan
· 12 years ago
5f7dabf
workqueue: WORKER_REBIND is no longer necessary for idle rebinding
by Lai Jiangshan
· 12 years ago
eab6d82
workqueue: WORKER_REBIND is no longer necessary for busy rebinding
by Lai Jiangshan
· 12 years ago
ea1abd6
workqueue: reimplement idle worker rebinding
by Lai Jiangshan
· 12 years ago
6c1423b
Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq into for-3.7
by Tejun Heo
· 12 years ago
960bd11
workqueue: always clear WORKER_REBIND in busy_worker_rebind_fn()
by Lai Jiangshan
· 12 years ago
ee378aa
workqueue: fix possible idle worker depletion across CPU hotplug
by Lai Jiangshan
· 12 years ago
552a37e
workqueue: restore POOL_MANAGING_WORKERS
by Lai Jiangshan
· 12 years ago
ec58815
workqueue: fix possible deadlock in idle worker rebinding
by Tejun Heo
· 12 years ago
90beca5
workqueue: move WORKER_REBIND clearing in rebind_workers() to the end of the function
by Tejun Heo
· 12 years ago
96e6530
workqueue: UNBOUND -> REBIND morphing in rebind_workers() should be atomic
by Lai Jiangshan
· 12 years ago
136b572
workqueue: deprecate __cancel_delayed_work()
by Tejun Heo
· 12 years ago
57b30ae
workqueue: reimplement cancel_delayed_work() using try_to_grab_pending()
by Tejun Heo
· 12 years ago
e7c2f96
workqueue: use mod_delayed_work() instead of __cancel + queue
by Tejun Heo
· 12 years ago
e0aecdd
workqueue: use irqsafe timer for delayed_work
by Tejun Heo
· 12 years ago
f991b31
workqueue: clean up delayed_work initializers and add missing one
by Tejun Heo
· 12 years ago
203b42f
workqueue: make deferrable delayed_work initializer names consistent
by Tejun Heo
· 12 years ago
ee64e7f
workqueue: cosmetic whitespace updates for macro definitions
by Tejun Heo
· 12 years ago
56e6a08
Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into for-3.7
by Tejun Heo
· 12 years ago
c5f66e9
timer: Implement TIMER_IRQSAFE
by Tejun Heo
· 12 years ago
fc68399
timer: Clean up timer initializers
by Tejun Heo
· 12 years ago
5a9af38
timer: Relocate declarations of init_timer_on_stack_key()
by Tejun Heo
· 12 years ago
e52b1db
timer: Generalize timer->base flags handling
by Tejun Heo
· 12 years ago
3b07e9c
workqueue: deprecate system_nrt[_freezable]_wq
by Tejun Heo
· 12 years ago
4382973
workqueue: deprecate flush[_delayed]_work_sync()
by Tejun Heo
· 12 years ago
ae930e0
workqueue: gut system_nrt[_freezable]_wq()
by Tejun Heo
· 12 years ago
606a502
workqueue: gut flush[_delayed]_work_sync()
by Tejun Heo
· 12 years ago
dbf2576
workqueue: make all workqueues non-reentrant
by Tejun Heo
· 12 years ago
044c782
workqueue: fix checkpatch issues
by Valentin Ilie
· 12 years ago
7635d2f
workqueue: use system_highpri_wq for unbind_work
by Joonsoo Kim
· 12 years ago
e2b6a6d
workqueue: use system_highpri_wq for highpri workers in rebind_workers()
by Joonsoo Kim
· 12 years ago
1aabe90
workqueue: introduce system_highpri_wq
by Joonsoo Kim
· 12 years ago
e42986d
workqueue: change value of lcpu in __queue_delayed_work_on()
by Joonsoo Kim
· 12 years ago
b75cac9
workqueue: correct req_cpu in trace_workqueue_queue_work()
by Joonsoo Kim
· 12 years ago
330dad5
workqueue: use enum value to set array size of pools in gcwq
by Joonsoo Kim
· 12 years ago
23657bb
workqueue: add missing wmb() in clear_work_data()
by Tejun Heo
· 12 years ago
1265057
workqueue: fix CPU binding of flush_delayed_work[_sync]()
by Tejun Heo
· 12 years ago
41f63c5
workqueue: use mod_delayed_work() instead of cancel + queue
by Tejun Heo
· 12 years ago
8376fe2
workqueue: implement mod_delayed_work[_on]()
by Tejun Heo
· 12 years ago
bbb68df
workqueue: mark a work item being canceled as such
by Tejun Heo
· 12 years ago
36e227d
workqueue: reorganize try_to_grab_pending() and __cancel_timer_work()
by Tejun Heo
· 12 years ago
7beb2ed
workqueue: factor out __queue_delayed_work() from queue_delayed_work_on()
by Tejun Heo
· 12 years ago
b549007
workqueue: introduce WORK_OFFQ_FLAG_*
by Tejun Heo
· 12 years ago
bf4ede0
workqueue: move try_to_grab_pending() upwards
by Tejun Heo
· 12 years ago
715f130
workqueue: fix zero @delay handling of queue_delayed_work_on()
by Tejun Heo
· 12 years ago
5746982
workqueue: unify local CPU queueing handling
by Tejun Heo
· 12 years ago
d8e794d
workqueue: set delayed_work->timer function on initialization
by Tejun Heo
· 12 years ago
8930cab
workqueue: disable irq while manipulating PENDING
by Tejun Heo
· 12 years ago
959d1af
workqueue: add missing smp_wmb() in process_one_work()
by Tejun Heo
· 12 years ago
d4283e9
workqueue: make queueing functions return bool
by Tejun Heo
· 12 years ago
0a13c00
workqueue: reorder queueing functions so that _on() variants are on top
by Tejun Heo
· 12 years ago
0d7614f
Linux 3.6-rc1
by Linus Torvalds
· 12 years ago
fc6bdb5
Merge branch 'for-linus-3.6' of git://dev.laptop.org/users/dilinger/linux-olpc
by Linus Torvalds
· 12 years ago
44d82e2
Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
bfdf85d
Merge tag 'pm2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
d1494ba
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
0a276d1
Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh
by Linus Torvalds
· 12 years ago
25aa6a7
Merge tag 'md-3.6' of git://neil.brown.name/md
by Linus Torvalds
· 12 years ago
c892423
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 12 years ago
410fc4ce
Merge tag 'ecryptfs-3.6-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs
by Linus Torvalds
· 12 years ago
630103e
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 12 years ago
8783b6e
mm: remove node_start_pfn checking in new WARN_ON for now
by Linus Torvalds
· 12 years ago
bac6f61
ARM: mmp: add missing irqs.h
by Haojian Zhuang
· 12 years ago
10b683c
arm: mvebu: fix typo in .dtsi comment for Armada XP SoCs
by Thomas Petazzoni
· 12 years ago
debeaf6
ARM: PRIMA2: delete redundant codes to restore LATCHED when timer resumes
by Barry Song
· 12 years ago
f0666b1
libceph: fix crypto key null deref, memory leak
by Sylvain Munaut
· 12 years ago
5ef50c3
ceph: simplify+fix atomic_open
by Sage Weil
· 12 years ago
08298f0
sh: explicitly include sh_dma.h in setup-sh7722.c
by Guennadi Liakhovetski
· 12 years ago
1a9b499
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
by Linus Torvalds
· 12 years ago
1871e84
Merge branch 'for-linus-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml
by Linus Torvalds
· 12 years ago
a6dc772
Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-arm
by Linus Torvalds
· 12 years ago
02a6ec6
Merge branch 'audit' of git://git.linaro.org/people/rmk/linux-arm
by Linus Torvalds
· 12 years ago
9a2533c
Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm
by Linus Torvalds
· 12 years ago
b070989
um: Add arch/x86/um to MAINTAINERS
by Richard Weinberger
· 12 years ago
d3c1cfc
um: pass siginfo to guest process
by Martin Pärtel
· 12 years ago
d4afcba
um: fix ubd_file_size for read-only files
by Martin Pärtel
· 12 years ago
d9f691c
md/dm-raid: DM_RAID should select MD_RAID10
by NeilBrown
· 12 years ago
f54a9d0
md/raid1: submit IO from originating thread instead of md thread.
by NeilBrown
· 12 years ago
46a0640
raid5: raid5d handle stripe in batch way
by Shaohua Li
· 12 years ago
8811b59
raid5: make_request use batch stripe release
by Shaohua Li
· 12 years ago
b8a4209
um: pull interrupt_end() into userspace()
by Al Viro
· 12 years ago
1bfa231
um: split syscall_trace(), pass pt_regs to it
by Al Viro
· 12 years ago
a3170d2
um: switch UPT_SET_RETURN_VALUE and regs_return_value to pt_regs
by Al Viro
· 12 years ago
d4fdc32
Merge tag 'fbdev-updates-for-3.6' of git://github.com/schandinat/linux-2.6
by Linus Torvalds
· 12 years ago
9a51cf2
Merge tag 'sound-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 12 years ago
a0e881b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
95cf146
MIPS: Loongson 2: Sort out clock managment.
by Ralf Baechle
· 12 years ago
eff0d13
Merge branch 'for-3.6/drivers' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 12 years ago
8cf1a3f
Merge branch 'for-3.6/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 12 years ago
fcff06c
Merge branch 'for-next' of git://neil.brown.name/md
by Linus Torvalds
· 12 years ago
068535f
locks: remove unused lm_release_private
by J. Bruce Fields
· 12 years ago
4b00951
MIPS: Loongson 1: more clk support and add select HAVE_CLK
by Yoichi Yuasa
· 12 years ago
47cd734
MIPS: txx9: Fix redefinition of clk_* by adding select HAVE_CLK
by Yoichi Yuasa
· 12 years ago
Next »