index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
blk-integrity.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-01-04
cgroup: move assignement out of condition in cgroup_attach_proc()
Dan Carpenter
1
-2
/
+5
2011-12-27
cgroup: Remove task_lock() from cgroup_post_fork()
Frederic Weisbecker
1
-3
/
+12
2011-12-27
cgroup: add sparse annotation to cgroup_iter_start() and cgroup_iter_end()
Kirill A. Shutemov
1
-0
/
+2
2011-12-27
cgroup: mark cgroup_rmdir_waitq and cgroup_attach_proc() as static
Kirill A. Shutemov
1
-2
/
+2
2011-12-22
cgroup: only need to check oldcgrp==newgrp once
Mandeep Singh Baines
1
-16
/
+6
2011-12-22
cgroup: remove redundant get/put of task struct
Mandeep Singh Baines
1
-9
/
+2
2011-12-22
cgroup: remove redundant get/put of old css_set from migrate
Mandeep Singh Baines
1
-20
/
+8
2011-12-21
cgroup: Remove unnecessary task_lock before fetching css_set on migration
Frederic Weisbecker
1
-10
/
+10
2011-12-21
cgroup: Drop task_lock(parent) on cgroup_fork()
Frederic Weisbecker
1
-6
/
+17
2011-12-19
cgroups: remove redundant get/put of css_set from css_set_check_fetched()
Mandeep Singh Baines
1
-8
/
+2
2011-12-13
resource cgroups: remove bogus cast
Davidlohr Bueso
1
-2
/
+1
2011-12-13
cgroup: kill subsys->can_attach_task(), pre_attach() and attach_task()
Tejun Heo
3
-70
/
+5
2011-12-13
cgroup, cpuset: don't use ss->pre_attach()
Tejun Heo
1
-17
/
+12
2011-12-13
cgroup: don't use subsys->can_attach_task() or ->attach_task()
Tejun Heo
5
-82
/
+91
2011-12-13
cgroup: introduce cgroup_taskset and use it in subsys->can_attach(), cancel_a...
Tejun Heo
7
-43
/
+158
2011-12-13
cgroup: improve old cgroup handling in cgroup_attach_proc()
Tejun Heo
1
-24
/
+42
2011-12-13
cgroup: always lock threadgroup during migration
Tejun Heo
1
-35
/
+27
2011-12-13
threadgroup: extend threadgroup_lock() to cover exit and exec
Tejun Heo
2
-6
/
+51
2011-12-13
threadgroup: rename signal->threadgroup_fork_lock to ->group_rwsem
Tejun Heo
4
-31
/
+29
2011-12-13
cgroup: add cgroup_root_mutex
Tejun Heo
1
-22
/
+42
2011-12-08
PM / Freezer: Remove the "userspace only" constraint from freezer[_do_not]_co...
Srivatsa S. Bhat
1
-17
/
+11
2011-12-06
Freezer / sunrpc / NFS: don't allow TASK_KILLABLE sleeps to block the freezer
Jeff Layton
6
-6
/
+39
2011-11-25
Freezer: fix more fallout from the thaw_process rename
Stephen Rothwell
1
-0
/
+1
2011-11-23
PM / Hibernate: Do not leak memory in error/test code paths
Rafael J. Wysocki
1
-6
/
+10
2011-11-23
freezer: fix wait_event_freezable/__thaw_task races
Oleg Nesterov
1
-8
/
+10
2011-11-23
freezer: kill unused set_freezable_with_signal()
Tejun Heo
4
-42
/
+8
2011-11-23
dmatest: don't use set_freezable_with_signal()
Tejun Heo
1
-19
/
+27
2011-11-23
regulator: TPS65910: Fix VDD1/2 voltage selector count
Afzal Mohammed
2
-7
/
+10
2011-11-23
i2c: Make i2cdev_notifier_call static
Shubhrajyoti D
1
-1
/
+1
2011-11-23
i2c: Delete ANY_I2C_BUS
Jean Delvare
1
-3
/
+0
2011-11-23
i2c: Fix device name for 10-bit slave address
Jean Delvare
2
-18
/
+22
2011-11-23
i2c-algo-bit: Generate correct i2c address sequence for 10-bit target
Jeffrey (Sheng-Hui) Chu
1
-2
/
+2
2011-11-23
drm: integer overflow in drm_mode_dirtyfb_ioctl()
Xi Wang
2
-0
/
+6
2011-11-23
Revert "of/irq: of_irq_find_parent: check for parent equal to child"
Linus Torvalds
1
-7
/
+7
2011-11-22
drivers/gpu/vga/vgaarb.c: add missing kfree
Julia Lawall
1
-6
/
+12
2011-11-22
drm/radeon/kms/atom: unify i2c gpio table handling
Alex Deucher
1
-128
/
+86
2011-11-22
drm/radeon/kms: fix up gpio i2c mask bits for r4xx for real
Alex Deucher
1
-0
/
+12
2011-11-22
ttm: Don't return the bo reserved on error path
Thomas Hellstrom
1
-1
/
+7
2011-11-22
mount_subtree() pointless use-after-free
Al Viro
1
-2
/
+4
2011-11-21
iio: fix a leak due to improper use of anon_inode_getfd()
Al Viro
1
-1
/
+9
2011-11-21
microblaze: bury asm/namei.h
Al Viro
1
-22
/
+0
2011-11-21
usb_storage: don't use set_freezable_with_signal()
Tejun Heo
1
-6
/
+7
2011-11-21
freezer: remove unused @sig_only from freeze_task()
Tejun Heo
4
-19
/
+16
2011-11-21
freezer: use lock_task_sighand() in fake_signal_wake_up()
Tejun Heo
1
-3
/
+4
2011-11-21
freezer: restructure __refrigerator()
Tejun Heo
1
-21
/
+11
2011-11-21
freezer: fix set_freezable[_with_signal]() race
Tejun Heo
2
-4
/
+30
2011-11-21
freezer: remove should_send_signal() and update frozen()
Tejun Heo
2
-8
/
+3
2011-11-21
freezer: remove now unused TIF_FREEZE
Tejun Heo
23
-45
/
+0
2011-11-21
freezer: make freezing() test freeze conditions in effect instead of TIF_FREEZE
Tejun Heo
5
-49
/
+72
2011-11-21
cgroup_freezer: prepare for removal of TIF_FREEZE
Tejun Heo
3
-31
/
+17
[next]