Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
8f4a3809c18ff3107bdbb1fabe3f4e5d2a928321
8f4a380
IPC: introduce ipc_update_perm()
by Pierre Peiffer
· 17 years ago
016d713
IPC: get rid of the use *_setbuf structure.
by Pierre Peiffer
· 17 years ago
21a4826
IPC/semaphores: remove one unused parameter from semctl_down()
by Pierre Peiffer
· 17 years ago
522bb2a
IPC/semaphores: move the rwmutex handling inside semctl_down
by Pierre Peiffer
· 17 years ago
a0d092f
IPC/message queues: introduce msgctl_down
by Pierre Peiffer
· 17 years ago
8d4cc8b
IPC/shared memory: introduce shmctl_down
by Pierre Peiffer
· 17 years ago
6ff3797
IPC/semaphores: code factorisation
by Pierre Peiffer
· 17 years ago
6546bc4
ipc: re-enable msgmni automatic recomputing msgmni if set to negative
by Nadia Derbey
· 17 years ago
91cfb2b
ipc: do not recompute msgmni anymore if explicitly set by user
by Nadia Derbey
· 17 years ago
e2c284d
ipc: recompute msgmni on ipc namespace creation/removal
by Nadia Derbey
· 17 years ago
424450c
ipc: invoke the ipcns notifier chain as a work item
by Nadia Derbey
· 17 years ago
b6b337a
ipc: recompute msgmni on memory add / remove
by Nadia Derbey
· 17 years ago
0c40ba4
ipc: define the slab_memory_callback priority as a constant
by Nadia Derbey
· 17 years ago
4d89dc6
ipc: scale msgmni to the number of ipc namespaces
by Nadia Derbey
· 17 years ago
f7bf3df
ipc: scale msgmni to the amount of lowmem
by Nadia Derbey
· 17 years ago
48dea40
IPC: use ipc_buildid() directly from ipc_addid()
by Pierre Peiffer
· 17 years ago
02d15c4
doc: fix DMA-API function parameters
by Randy Dunlap
· 17 years ago
cb9fbc5
IB: expand ib_umem_get() prototype
by Arthur Kepner
· 17 years ago
309df0c
dma/ia64: update ia64 machvecs, swiotlb.c
by Arthur Kepner
· 17 years ago
a75b0a2
dma: document dma_*map*_attrs() interfaces
by Arthur Kepner
· 17 years ago
74bc7ce
dma: add dma_*map*_attrs() interfaces
by Arthur Kepner
· 17 years ago
d2ba7e2
simplify cpu_hotplug_begin()/put_online_cpus()
by Oleg Nesterov
· 17 years ago
1e35eaa
cleanup_workqueue_thread: remove the unneeded "cpu" parameter
by Oleg Nesterov
· 17 years ago
00dfcaf
workqueues: shrink cpu_populated_map when CPU dies
by Oleg Nesterov
· 17 years ago
7860836
Cpuset hardwall flag: add a mem_hardwall flag to cpusets
by Paul Menage
· 17 years ago
addf2c7
Cpuset hardwall flag: switch cpusets to use the bulk cgroup_add_files() API
by Paul Menage
· 17 years ago
9e0c914
kernel/cpuset.c: make 3 functions static
by Adrian Bunk
· 17 years ago
1faf8e4
memcg: remove redundant initialization in mem_cgroup_create()
by Li Zefan
· 17 years ago
3332794
memcgroup: use vmalloc for mem_cgroup allocation
by KAMEZAWA Hiroyuki
· 17 years ago
4a56d02
memcgroup: make the memory controller more desktop responsive
by Balbir Singh
· 17 years ago
3eae90c
memcg: remove redundant function calls
by KAMEZAWA Hiroyuki
· 17 years ago
29f2a4d
memcgroup: implement failcounter reset
by Pavel Emelyanov
· 17 years ago
85cc59d
memcgroup: use triggers in force_empty and max_usage files
by Pavel Emelyanov
· 17 years ago
b6ac57d
memcgroup: move memory controller allocations to their own slabs
by Balbir Singh
· 17 years ago
faebe9f
memcgroups: add a document describing the resource counter abstraction
by Pavel Emelyanov
· 17 years ago
c84872e
memcgroup: add the max_usage member on the res_counter
by Pavel Emelyanov
· 17 years ago
cf475ad
cgroups: add an owner to the mm_struct
by Balbir Singh
· 17 years ago
29486df
cgroups: introduce cft->read_seq()
by Serge E. Hallyn
· 17 years ago
28fd5df
cgroups: remove the css_set linked-list
by Li Zefan
· 17 years ago
e8d55fd
cgroups: simplify init_subsys()
by Li Zefan
· 17 years ago
472b105
cgroups: use a hash table for css_set finding
by Li Zefan
· 17 years ago
08ce5f1
cgroups: implement device whitelist
by Serge E. Hallyn
· 17 years ago
d447ea2
cgroups: add the trigger callback to struct cftype
by Pavel Emelyanov
· 17 years ago
46ae220
cgroup: switch to proc_create()
by Li Zefan
· 17 years ago
06a1192
cgroup: annotate cgroup_init_subsys with __init
by Li Zefan
· 17 years ago
06ecb27
CGroups _s64 files: use read_s64/write_s64 in CFS cgroup for rt_runtime file
by Paul Menage
· 17 years ago
e73d2c6
CGroups _s64 files: add cgroups read_s64/write_s64 file methods
by Paul Menage
· 17 years ago
418d7d8
CGroup API files: make CGROUP_DEBUG default to off
by Paul Menage
· 17 years ago
3116f0e
CGroup API files: move "releasable" to cgroup_debug subsystem
by Paul Menage
· 17 years ago
c27e881
CGroup API files: drop mem_cgroup_force_empty()
by Paul Menage
· 17 years ago
c64745c
CGroup API files: use cgroup map for memcontrol stats file
by Paul Menage
· 17 years ago
9179656
CGroup API files: add cgroup map data type
by Paul Menage
· 17 years ago
700fe1a
CGroup API files: update cpusets to use cgroup structured file API
by Paul Menage
· 17 years ago
b7269df
CGroup API files: strip all trailing whitespace in cgroup_write_u64
by Paul Menage
· 17 years ago
2c3daa7
CGroup API files: use read_u64 in memory controller
by Paul Menage
· 17 years ago
2c7eabf
CGroup API files: add res_counter_read_u64()
by Paul Menage
· 17 years ago
f4c753b
CGroup API files: rename read/write_uint methods to read_write_u64
by Paul Menage
· 17 years ago
3ff31d0
cgroups: kernel/ns_cgroup.c should #include <linux/nsproxy.h>
by Adrian Bunk
· 17 years ago
4fe91d5
cgroup: fix sparse warning of shadow symbol in cgroup.c
by Paul Jackson
· 17 years ago
3df91fe
make cgroup_enable_task_cg_lists() static
by Adrian Bunk
· 17 years ago
3ef0e1f
x86: olpc: add One Laptop Per Child architecture support
by Andres Salomon
· 17 years ago
2f9b12a
eCryptfs: protect crypt_stat->flags in ecryptfs_open()
by Michael Halcrow
· 17 years ago
6a3fd92
eCryptfs: make key module subsystem respect namespaces
by Michael Halcrow
· 17 years ago
f66e883
eCryptfs: integrate eCryptfs device handle into the module.
by Michael Halcrow
· 17 years ago
8bf2deb
eCryptfs: introduce device handle for userspace daemon communications
by Michael Halcrow
· 17 years ago
9c3580a
ecryptfs: add missing lock around notify_change
by Miklos Szeredi
· 17 years ago
18d1dbf
ecryptfs: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
05db67a
remove ecryptfs_header_cache_0
by Adrian Bunk
· 17 years ago
afe42d7
xen: make blkif_getgeo static
by Harvey Harrison
· 17 years ago
c9e587a
vt: fix background color on line feed
by Jan Engelhardt
· 17 years ago
3265e66
directly use kmalloc() and kfree() in init/initramfs.c
by Thomas Petazzoni
· 17 years ago
5f97a5a
isolate ratelimit from printk.c for other use
by Dave Young
· 17 years ago
762873c
vfs: fix unconditional write_super() call in file_fsync()
by OGAWA Hirofumi
· 17 years ago
8f0cfa5
xattr: add missing consts to function arguments
by David Howells
· 17 years ago
7ec02ef
vfs: remove lives_below_in_same_fs()
by Jan Blunck
· 17 years ago
c5c8be3
fs/inode.c: use hlist_for_each_entry()
by Matthias Kaehlcke
· 17 years ago
af065b8
vfs: skip inodes without pages to free in drop_pagecache_sb()
by Jan Kara
· 17 years ago
eccb95c
vfs: fix lock inversion in drop_pagecache_sb()
by Jan Kara
· 17 years ago
a852250
swiotlb: use iommu_is_span_boundary helper function
by FUJITA Tomonori
· 17 years ago
a7133a1
lib/swiotlb.c: cleanups
by Andrew Morton
· 17 years ago
9a3be32
firmware loader: printk when requesting firmware
by Ciaran McCreesh
· 17 years ago
66e1060
MAINTAINERS: clarify status of MN10300 mailing list as moderated
by Robert P. J. Day
· 17 years ago
e1d2c8b
fdpic: check that the size returned by kernel_read() is what we asked for
by David Howells
· 17 years ago
76308da
smb.h: uses struct timespec but didn't include linux/time.h
by Ilpo Järvinen
· 17 years ago
9c9ba34
update checkpatch.pl to version 0.18
by Andy Whitcroft
· 17 years ago
171ae1a
update checkpatch.pl to version 0.17
by Andy Whitcroft
· 17 years ago
ee8900c
scripts/Lindent: support gnu indent v2.2.10
by Joe Perches
· 17 years ago
3a8ca95
drivers/misc: elide a non-zero test on a result that is never 0
by Julia Lawall
· 17 years ago
95d8c36
lists: add "const" qualifier to first arg of list_splice() operations
by Robert P. J. Day
· 17 years ago
8673511
kbuild: move files that don't check __KERNEL__
by Robert P. J. Day
· 17 years ago
1a6924f
kbuild: remove duplicate, conflicting entry for oom.h
by Robert P. J. Day
· 17 years ago
2e50b6c
fs/binfmt_aout.c: use printk_ratelimit()
by S.Caglar Onur
· 17 years ago
aab3c3b
Remove superfluous include of string.h from percpu.h
by Robert P. J. Day
· 17 years ago
1aeb272
kernel: explicitly include required header files under kernel/
by Robert P. J. Day
· 17 years ago
3a2e7f4
binfmt_misc.c: avoid potential kernel stack overflow
by Pavel Emelyanov
· 17 years ago
cbd9b67
kthread: call wake_up_process() without the lock being held
by Dmitry Adamushko
· 17 years ago
a2d416d
codafs: fix build warning
by Andrew Morton
· 17 years ago
7afea3b
drivers/block/floppy.c: replace init_module&cleanup_module with module_init&module_exit
by Jon Schindler
· 17 years ago
5045bca
sysrq: add show-backtrace-on-all-cpus function
by Rik van Riel
· 17 years ago
6e57419
drivers/misc: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
Next »