projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
GitHub/LineageOS/android_kernel_motorola_exynos9610.git
Author
Commit
2012-08-21
Tejun Heo
workqueue: reimplement cancel_delayed_work() using...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-21
Tejun Heo
workqueue: use mod_delayed_work() instead of __cancel...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-21
Tejun Heo
workqueue: use irqsafe timer for delayed_work
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-21
Tejun Heo
workqueue: clean up delayed_work initializers and add...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-21
Tejun Heo
workqueue: make deferrable delayed_work initializer...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-21
Tejun Heo
workqueue: cosmetic whitespace updates for macro defini...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-21
Tejun Heo
Merge branch 'timers/core' of git://git./linux/kernel...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-21
Tejun Heo
timer: Implement TIMER_IRQSAFE
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-21
Tejun Heo
timer: Clean up timer initializers
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-21
Tejun Heo
timer: Relocate declarations of init_timer_on_stack_key()
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-21
Tejun Heo
timer: Generalize timer->base flags handling
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-20
Tejun Heo
workqueue: deprecate system_nrt[_freezable]_wq
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-20
Tejun Heo
workqueue: deprecate flush[_delayed]_work_sync()
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-20
Tejun Heo
workqueue: gut system_nrt[_freezable]_wq()
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-20
Tejun Heo
workqueue: gut flush[_delayed]_work_sync()
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-20
Tejun Heo
workqueue: make all workqueues non-reentrant
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-20
Valentin Ilie
workqueue: fix checkpatch issues
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-16
Joonsoo Kim
workqueue: use system_highpri_wq for unbind_work
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-16
Joonsoo Kim
workqueue: use system_highpri_wq for highpri workers...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-16
Joonsoo Kim
workqueue: introduce system_highpri_wq
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-16
Joonsoo Kim
workqueue: change value of lcpu in __queue_delayed_work...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-16
Joonsoo Kim
workqueue: correct req_cpu in trace_workqueue_queue_work()
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-16
Joonsoo Kim
workqueue: use enum value to set array size of pools...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-14
Tejun Heo
workqueue: add missing wmb() in clear_work_data()
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-13
Tejun Heo
workqueue: fix CPU binding of flush_delayed_work[_sync]()
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-13
Tejun Heo
workqueue: use mod_delayed_work() instead of cancel...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-03
Tejun Heo
workqueue: implement mod_delayed_work[_on]()
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-03
Tejun Heo
workqueue: mark a work item being canceled as such
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-03
Tejun Heo
workqueue: reorganize try_to_grab_pending() and __cance...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-03
Tejun Heo
workqueue: factor out __queue_delayed_work() from queue...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-03
Tejun Heo
workqueue: introduce WORK_OFFQ_FLAG_*
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-03
Tejun Heo
workqueue: move try_to_grab_pending() upwards
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-03
Tejun Heo
workqueue: fix zero @delay handling of queue_delayed_wo...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-03
Tejun Heo
workqueue: unify local CPU queueing handling
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-03
Tejun Heo
workqueue: set delayed_work->timer function on initiali...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-03
Tejun Heo
workqueue: disable irq while manipulating PENDING
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-03
Tejun Heo
workqueue: add missing smp_wmb() in process_one_work()
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-03
Tejun Heo
workqueue: make queueing functions return bool
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-03
Tejun Heo
workqueue: reorder queueing functions so that _on(...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-02
Linus Torvalds
Linux 3.6-rc1
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-02
Linus Torvalds
Merge branch 'for-linus-3.6' of git://dev.laptop.org...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-02
Linus Torvalds
Merge tag 'dt2' of git://git./linux/kernel/git/arm...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-02
Linus Torvalds
Merge tag 'pm2' of git://git./linux/kernel/git/arm...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-02
Linus Torvalds
Merge tag 'fixes-for-linus' of git://git./linux/kernel...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-02
Linus Torvalds
Merge tag 'sh-for-linus' of git://github.com/pmundt...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-02
Linus Torvalds
Merge tag 'md-3.6' of git://neil.brown.name/md
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-02
Linus Torvalds
Merge branch 'for-linus' of git://git./linux/kernel...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-02
Linus Torvalds
Merge tag 'ecryptfs-3.6-rc1-fixes' of git://git./linux...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-02
Linus Torvalds
Merge branch 'for-next' of git://git.samba.org/sfrench...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-02
Linus Torvalds
mm: remove node_start_pfn checking in new WARN_ON for now
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-02
Haojian Zhuang
ARM: mmp: add missing irqs.h
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-02
Thomas Petazzoni
arm: mvebu: fix typo in .dtsi comment for Armada XP...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-02
Barry Song
ARM: PRIMA2: delete redundant codes to restore LATCHED...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-02
Sylvain Munaut
libceph: fix crypto key null deref, memory leak
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-02
Sage Weil
ceph: simplify+fix atomic_open
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-02
Guennadi Liakhovetski
sh: explicitly include sh_dma.h in setup-sh7722.c
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-01
Linus Torvalds
Merge branch 'upstream' of git://git.linux-mips.org...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-01
Linus Torvalds
Merge branch 'for-linus-3.6-rc1' of git://git./linux...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-01
Linus Torvalds
Merge branch 'dmaengine' of git://git.linaro.org/people...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-01
Linus Torvalds
Merge branch 'audit' of git://git.linaro.org/people...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-01
Linus Torvalds
Merge branch 'fixes' of git://git.linaro.org/people...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-01
Richard Weinberger
um: Add arch/x86/um to MAINTAINERS
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-01
Martin Pärtel
um: pass siginfo to guest process
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-01
Martin Pärtel
um: fix ubd_file_size for read-only files
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-01
NeilBrown
md/dm-raid: DM_RAID should select MD_RAID10
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-01
NeilBrown
md/raid1: submit IO from originating thread instead...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-01
Shaohua Li
raid5: raid5d handle stripe in batch way
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-01
Shaohua Li
raid5: make_request use batch stripe release
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-01
Al Viro
um: pull interrupt_end() into userspace()
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-01
Al Viro
um: split syscall_trace(), pass pt_regs to it
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-01
Al Viro
um: switch UPT_SET_RETURN_VALUE and regs_return_value...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-01
Linus Torvalds
Merge tag 'fbdev-updates-for-3.6' of git://github.com...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-01
Linus Torvalds
Merge tag 'sound-3.6' of git://git./linux/kernel/git...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-01
Linus Torvalds
Merge branch 'for-linus' of git://git./linux/kernel...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-01
Ralf Baechle
MIPS: Loongson 2: Sort out clock managment.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-01
Linus Torvalds
Merge branch 'for-3.6/drivers' of git://git.kernel...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-01
Linus Torvalds
Merge branch 'for-3.6/core' of git://git.kernel.dk...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-01
Linus Torvalds
Merge branch 'for-next' of git://neil.brown.name/md
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-01
J. Bruce Fields
locks: remove unused lm_release_private
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-01
Yoichi Yuasa
MIPS: Loongson 1: more clk support and add select HAVE_CLK
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-01
Yoichi Yuasa
MIPS: txx9: Fix redefinition of clk_* by adding select...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-01
Yoichi Yuasa
MIPS: BCM63xx: Fix redefinition of clk_* by adding...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-01
Yoichi Yuasa
MIPS: AR7: Fix redefinition of clk_* by adding select...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-01
John Crispin
MIPS: Lantiq: Platform specific CLK fixup
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-01
John Crispin
MIPS: Lantiq: Add device_tree_init function
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-01
John Crispin
MIPS: Lantiq: Fix interface clock and PCI control regis...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-01
Al Viro
delousing target_core_file a bit
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-01
Jonathan Brassow
DM RAID: Add support for MD RAID10
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-01
NeilBrown
Merge commit 'c039c332f23e794deb6d6f37b9f07ff3b27fb2cf...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-01
Yuanhan Liu
block: remove dead func declaration
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-01
Vivek Goyal
block: add partition resize function to blkpg ioctl
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-01
Olof Johansson
block: uninitialized ioc->nr_tasks triggers WARN_ON
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-01
Mike Snitzer
block: do not artificially constrain max_sectors for...
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-01
Daniel Mack
ALSA: snd-usb: fix clock source validity index
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-01
Paul Mundt
Merge branch 'common/irqdomain' into sh-latest
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-01
Kuninori Morimoto
sh: ecovec: care CN5 VBUS if USB host mode
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-01
Kuninori Morimoto
sh: sh7724: fixup renesas_usbhs clock settings
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-01
Paul Mundt
sh: intc: initial irqdomain support.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-01
Paul Mundt
Merge branch 'common/pinctrl' into sh-latest
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
2012-08-01
Paul Mundt
sh: pfc: Fix up init ordering mess.
commit
|
commitdiff
|
tree
| snapshot (
tar.gz
zip
)
next