Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
44fa346f7ac0e23a53ae0a5587d14ef1c3f86647
« Previous
858ee37
ipc/mqueue: switch back to using non-max values on create
by Doug Ledford
· 12 years ago
93e6f11
ipc/mqueue: cleanup definition names and locations
by Doug Ledford
· 12 years ago
29a5c67
kexec: export kexec.h to user space
by maximilian attems
· 12 years ago
e4cc2f8
kernel/cpu.c: document clear_tasks_mm_cpumask()
by Anton Vorontsov
· 12 years ago
2c922c5
um: properly check all process' threads for a live mm
by Anton Vorontsov
· 12 years ago
137d1a2
um: fix possible race on task->mm
by Anton Vorontsov
· 12 years ago
9bd0a07
um: should hold tasklist_lock while traversing processes
by Anton Vorontsov
· 12 years ago
af1be5a
blackfin: fix possible deadlock in decode_address()
by Anton Vorontsov
· 12 years ago
2214f70
blackfin: a couple of task->mm handling fixes
by Anton Vorontsov
· 12 years ago
1198c8b
sh: use clear_tasks_mm_cpumask()
by Anton Vorontsov
· 12 years ago
73863ab
powerpc: use clear_tasks_mm_cpumask()
by Anton Vorontsov
· 12 years ago
3eaa73b
arm: use clear_tasks_mm_cpumask()
by Anton Vorontsov
· 12 years ago
cb79295
cpu: introduce clear_tasks_mm_cpumask() helper
by Anton Vorontsov
· 12 years ago
f7505d64
fork: call complete_vfork_done() after clearing child_tid and flushing rss-counters
by Konstantin Khlebnikov
· 12 years ago
bca1554
proc/smaps: show amount of nonlinear ptes in vma
by Konstantin Khlebnikov
· 12 years ago
b1d4d9e
proc/smaps: carefully handle migration entries
by Konstantin Khlebnikov
· 12 years ago
052fb0d
proc: report file/anon bit in /proc/pid/pagemap
by Konstantin Khlebnikov
· 12 years ago
715be1f
procfs: use more apprioriate types when dumping /proc/N/stat
by Jan Engelhardt
· 12 years ago
af5e617
proc: pass "fd" by value in /proc/*/{fd,fdinfo} code
by Alexey Dobriyan
· 12 years ago
f05ed3f
proc: don't do dummy rcu_read_lock/rcu_read_unlock on error path
by Alexey Dobriyan
· 12 years ago
2344bec
proc: use mm_access() instead of ptrace_may_access()
by Cong Wang
· 12 years ago
e7dcd99
proc: remove mm_for_maps()
by Cong Wang
· 12 years ago
b409e57
proc: clean up /proc/<pid>/environ handling
by Cong Wang
· 12 years ago
168eecc
stack usage: add pid to warning printk in check_stack_usage
by Tim Bird
· 12 years ago
43e13cc
cred: remove task_is_dead() from __task_cred() validation
by Oleg Nesterov
· 12 years ago
9b3c98c
kmod.c: fix kernel-doc warning
by Randy Dunlap
· 12 years ago
785042f
kmod: move call_usermodehelper_fns() to .c file and unexport all it's helpers
by Boaz Harrosh
· 12 years ago
81ab6e7
kmod: convert two call sites to call_usermodehelper_fns()
by Boaz Harrosh
· 12 years ago
ae3cef7
kmod: unexport call_usermodehelper_freeinfo()
by Boaz Harrosh
· 12 years ago
f0aac61
fat: use fat_msg_ratelimit() in fat__get_entry()
by Namjae Jeon
· 12 years ago
b742c34
fat: add fat_msg_ratelimit()
by Namjae Jeon
· 12 years ago
7849118
fat: switch to fsinfo_inode
by Artem Bityutskiy
· 12 years ago
330fe3c
fat: mark superblock as dirty less often
by Artem Bityutskiy
· 12 years ago
90b4366
fat: introduce mark_fsinfo_dirty helper
by Artem Bityutskiy
· 12 years ago
020ac5b
fat: introduce special inode for managing the FSINFO block
by Artem Bityutskiy
· 12 years ago
7bc1bac
HPFS: remove PRINTK() macro
by Dan Carpenter
· 12 years ago
1147597
nilfs2: flush disk caches in syncing
by Ryusuke Konishi
· 12 years ago
a1d4944
pipe: return -ENOIOCTLCMD instead of -EINVAL on unknown ioctl command
by Will Deacon
· 12 years ago
c67e538
init: disable sparse checking of the mount.o source files
by H Hartley Sweeten
· 12 years ago
243f380
checkpatch: suggest pr_<level> over printk(KERN_<LEVEL>
by Joe Perches
· 12 years ago
9a4cad4
checkpatch: check for whitespace before semicolon at EOL
by Eric Nelson
· 12 years ago
133fd9f
vsprintf: further optimize decimal conversion
by Denys Vlasenko
· 12 years ago
725fe00
vsprintf: correctly handle width when '#' flag used in %#p format
by Grant Likely
· 12 years ago
d84970b
kernel/cpu_pm.c: fix various typos
by Nicolas Pitre
· 12 years ago
97fd75b
kernel/irq/manage.c: use the pr_foo() infrastructure to prefix printks
by Andrew Morton
· 12 years ago
499eea6
sethostname/setdomainname: notify userspace when there is a change in uts_kern_table
by Sasikantha babu
· 12 years ago
5401cf3
.mailmap: add Gustavo
by Gustavo Padovan
· 12 years ago
9ceb5c1
drivers/message/fusion: use pci_dev->revision
by Sergei Shtylyov
· 12 years ago
ee5e568
kernel/resource.c: correct the comment of allocate_resource()
by Wei Yang
· 12 years ago
a3860c1
introduce SIZE_MAX
by Xi Wang
· 12 years ago
15837294
CodingStyle: add kmalloc_array() to memory allocators
by Xi Wang
· 12 years ago
1cefe28
um/kernel/trap.c: port OOM changes to handle_page_fault()
by Kautuk Consul
· 12 years ago
4f1c28d
security/keys/keyctl.c: suppress memory allocation failure warning
by Andrew Morton
· 12 years ago
6eccece
nfsd4: fix, consolidate client_has_state
by J. Bruce Fields
· 12 years ago
b9831b5
nfsd4: don't remove rebooted client record until confirmation
by J. Bruce Fields
· 12 years ago
32f16b3
nfsd4: remove some dprintk's and a comment
by J. Bruce Fields
· 12 years ago
778df3f
nfsd4: return "real" sequence id in confirmed case
by J. Bruce Fields
· 12 years ago
0f1ba0e
nfsd4: fix exchange_id to return confirm flag
by J. Bruce Fields
· 12 years ago
7447758
nfsd4: clarify that renewing expired client is a bug
by J. Bruce Fields
· 13 years ago
90d700b
nfsd4: simpler ordering of setclientid_confirm checks
by J. Bruce Fields
· 12 years ago
f3d03b9
nfsd4: setclientid: remove pointless assignment
by J. Bruce Fields
· 12 years ago
8695b90
nfsd4: fix error return in non-matching-creds case
by J. Bruce Fields
· 12 years ago
788c1eb
nfsd4: fix setclientid_confirm same_cred check
by J. Bruce Fields
· 12 years ago
34b232b
nfsd4: merge 3 setclientid cases to 2
by J. Bruce Fields
· 12 years ago
8f93071
nfsd4: pull out common code from setclientid cases
by J. Bruce Fields
· 12 years ago
ad72aae
nfsd4: merge last two setclientid cases
by J. Bruce Fields
· 12 years ago
63db463
nfsd4: setclientid/confirm comment cleanup
by J. Bruce Fields
· 12 years ago
e98479b
nfsd4: setclientid remove unnecessary terms from a logical expression
by J. Bruce Fields
· 12 years ago
d5497fc
nfsd4: move rq_flavor into svc_cred
by J. Bruce Fields
· 12 years ago
8fbba96
nfsd4: stricter cred comparison for setclientid/exchange_id
by J. Bruce Fields
· 12 years ago
03a4e1f
nfsd4: move principal name into svc_cred
by J. Bruce Fields
· 12 years ago
631fc9e
nfsd4: allow removing clients not holding state
by J. Bruce Fields
· 12 years ago
136e658
nfsd4: rearrange exchange_id logic to simplify
by J. Bruce Fields
· 12 years ago
2dbb269
nfsd4: exchange_id cleanup: comments
by J. Bruce Fields
· 12 years ago
83e08fd
nfsd4: exchange_id cleanup: local shorthands for repeated tests
by J. Bruce Fields
· 12 years ago
1a30811
nfsd4: allow an EXCHANGE_ID to kill a 4.0 client
by J. Bruce Fields
· 12 years ago
ea236d0
nfsd4: exchange_id: check creds before killing confirmed client
by J. Bruce Fields
· 12 years ago
2786cc3
nfsd4: exchange_id error cleanup
by J. Bruce Fields
· 12 years ago
11ae681
nfsd4: exchange_id has a pointless copy
by J. Bruce Fields
· 13 years ago
3ddbe87
svcrpc: fix a comment typo
by J. Bruce Fields
· 12 years ago
5fb35a3
nfsd: return 0 on reads of fault injection files
by Weston Andros Adamson
· 12 years ago
ce0fc43
nfsd: wrap all accesses to st_deny_bmap
by Jeff Layton
· 12 years ago
82c5ff1
nfsd: wrap accesses to st_access_bmap
by Jeff Layton
· 12 years ago
3a32861
nfsd: make test_share a bool return
by Jeff Layton
· 12 years ago
5ae037e
nfsd: consolidate set_access and set_deny
by Jeff Layton
· 12 years ago
f07ea10
NFSD: SETCLIENTID_CONFIRM returns NFS4ERR_CLID_INUSE too often
by Chuck Lever
· 12 years ago
8dbf28e
LockD: add debug message to start and stop functions
by Stanislav Kinsbursky
· 13 years ago
3d1221d
LockD: service start function introduced
by Stanislav Kinsbursky
· 13 years ago
7d13ec7
LockD: move global usage counter manipulation from error path
by Stanislav Kinsbursky
· 13 years ago
2445223
LockD: service creation function introduced
by Stanislav Kinsbursky
· 13 years ago
dbf9b5d7
LockD: use existing per-net data function on service creation
by Stanislav Kinsbursky
· 13 years ago
4db7769
LockD: pass service to per-net up and down functions
by Stanislav Kinsbursky
· 13 years ago
91c427a
sunrpc: do array overrun check in svc_recv before allocating pages
by Jeff Layton
· 13 years ago
786185b
SUNRPC: move per-net operations from svc_destroy()
by Stanislav Kinsbursky
· 13 years ago
9793f7c
SUNRPC: new svc_bind() routine introduced
by Stanislav Kinsbursky
· 13 years ago
c52226d
rpc: handle rotated gss data for Windows interoperability
by J. Bruce Fields
· 13 years ago
e7a0444
nfsd: add IPv6 addr escaping to fs_location hosts
by Weston Andros Adamson
· 13 years ago
45eaa1c
nfsd4: fix change attribute endianness
by J. Bruce Fields
· 13 years ago
d1829b3
nfsd4: fix free_stateid return endianness
by J. Bruce Fields
· 13 years ago
57b7b43
nfsd4: int/__be32 fixes
by J. Bruce Fields
· 13 years ago
Next »