Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
2281a0f3346ae891e3c2216ad05359e0b7934bf0
« Previous
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
· 13 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
· 13 years ago
788c1eb
nfsd4: fix setclientid_confirm same_cred check
by J. Bruce Fields
· 13 years ago
34b232b
nfsd4: merge 3 setclientid cases to 2
by J. Bruce Fields
· 13 years ago
8f93071
nfsd4: pull out common code from setclientid cases
by J. Bruce Fields
· 13 years ago
ad72aae
nfsd4: merge last two setclientid cases
by J. Bruce Fields
· 13 years ago
63db463
nfsd4: setclientid/confirm comment cleanup
by J. Bruce Fields
· 13 years ago
e98479b
nfsd4: setclientid remove unnecessary terms from a logical expression
by J. Bruce Fields
· 13 years ago
d5497fc
nfsd4: move rq_flavor into svc_cred
by J. Bruce Fields
· 13 years ago
8fbba96
nfsd4: stricter cred comparison for setclientid/exchange_id
by J. Bruce Fields
· 13 years ago
03a4e1f
nfsd4: move principal name into svc_cred
by J. Bruce Fields
· 13 years ago
631fc9e
nfsd4: allow removing clients not holding state
by J. Bruce Fields
· 13 years ago
136e658
nfsd4: rearrange exchange_id logic to simplify
by J. Bruce Fields
· 13 years ago
2dbb269
nfsd4: exchange_id cleanup: comments
by J. Bruce Fields
· 13 years ago
83e08fd
nfsd4: exchange_id cleanup: local shorthands for repeated tests
by J. Bruce Fields
· 13 years ago
1a30811
nfsd4: allow an EXCHANGE_ID to kill a 4.0 client
by J. Bruce Fields
· 13 years ago
ea236d0
nfsd4: exchange_id: check creds before killing confirmed client
by J. Bruce Fields
· 13 years ago
2786cc3
nfsd4: exchange_id error cleanup
by J. Bruce Fields
· 13 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
· 13 years ago
5fb35a3
nfsd: return 0 on reads of fault injection files
by Weston Andros Adamson
· 13 years ago
ce0fc43
nfsd: wrap all accesses to st_deny_bmap
by Jeff Layton
· 13 years ago
82c5ff1
nfsd: wrap accesses to st_access_bmap
by Jeff Layton
· 13 years ago
3a32861
nfsd: make test_share a bool return
by Jeff Layton
· 13 years ago
5ae037e
nfsd: consolidate set_access and set_deny
by Jeff Layton
· 13 years ago
f07ea10
NFSD: SETCLIENTID_CONFIRM returns NFS4ERR_CLID_INUSE too often
by Chuck Lever
· 13 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
bc1b542
nfsd4: preserve __user annotation on cld downcall msg
by J. Bruce Fields
· 13 years ago
2355c59
nfsd4: fix missing "static"
by J. Bruce Fields
· 13 years ago
bfa4b36
nfsd: state.c should include current_stateid.h
by J. Bruce Fields
· 13 years ago
5910de9
ARM: ux500: Enable probing of pinctrl through Device Tree
by Lee Jones
· 12 years ago
4a85c7f
ARM: ux500: Add support for ab8500 regulators into the Device Tree
by Lee Jones
· 12 years ago
bc36748
ARM: ux500: Provide regulator support for SMSC911x via Device Tree
by Lee Jones
· 13 years ago
890d84f
ARM: ux500: Allow PRCMU regulator to be probed during a DT enabled boot
by Lee Jones
· 13 years ago
e5999f2
ARM: ux500: Apply db8500-prcmu regulator information to db8500 Device Tree
by Lee Jones
· 13 years ago
fd6948b
ARM: ux500: Only initialise STE's UIBs on boards which support them
by Lee Jones
· 13 years ago
48a4ea6
ARM: ux500: Disable platform setup of the ab8500 when DT is enabled
by Lee Jones
· 12 years ago
93b5698
ARM: ux500: Use correct format for dynamic IRQ assignment
by Lee Jones
· 12 years ago
e6fada5
ARM: ux500: Re-enable SMSC911x platform code registration during non-DT boots
by Lee Jones
· 13 years ago
ccf74f7
ARM: ux500: PRCMU related configuration and layout corrections for Device Tree
by Lee Jones
· 12 years ago
dee42eb
ARM: ux500: Remove DB8500 PRCMU platform registration when DT is enabled
by Lee Jones
· 12 years ago
ada46cd
ARM: ux500: Disable SMSC911x platform code registration when DT is enabled
by Lee Jones
· 12 years ago
f65c198
ARM: ux500: New DT:ed u8500_init_devices for one-by-one device enablement
by Lee Jones
· 12 years ago
11a0b5f0
ARM: ux500: New DT:ed snowball_platform_devs for one-by-one device enablement
by Lee Jones
· 12 years ago
855f80c
pinctrl-nomadik: Allow Device Tree driver probing
by Lee Jones
· 12 years ago
cc9b17a
net: sock: validate data_len before allocating skb in sock_alloc_send_pskb()
by Jason Wang
· 12 years ago
914bec1
bql: Avoid possible inconsistent calculation.
by Hiroaki SHIMODA
· 12 years ago
25426b7
bql: Avoid unneeded limit decrement.
by Hiroaki SHIMODA
· 12 years ago
0cfd32b
bql: Fix POSDIFF() to integer overflow aware.
by Hiroaki SHIMODA
· 12 years ago
401453a
net/mlx4_core: Fix obscure mlx4_cmd_box parameter in QUERY_DEV_CAP
by Jack Morgenstein
· 12 years ago
6230bb2
net/mlx4_core: Check port out-of-range before using in mlx4_slave_cap
by Jack Morgenstein
· 12 years ago
b91cb3e
net/mlx4_core: Fixes for VF / Guest startup flow
by Jack Morgenstein
· 12 years ago
13bf58b
net/mlx4_en: Fix improper use of "port" parameter in mlx4_en_event
by Jack Morgenstein
· 12 years ago
3fc929e
net/mlx4_core: Fix number of EQs used in ICM initialisation
by Marcel Apfelbaum
· 12 years ago
30f7c73
net/mlx4_core: Fix the slave_id out-of-range test in mlx4_eq_int
by Jack Morgenstein
· 12 years ago
1e20932
Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into for-linus
by Chris Mason
· 12 years ago
fbf2045
Merge tag 'asoc-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
by Takashi Iwai
· 12 years ago
76f901e
Merge tag 'for-v3.5' of git://git.infradead.org/battery-2.6
by Linus Torvalds
· 12 years ago
bd0e162
Merge git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 12 years ago
0545522
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 12 years ago
5b46120
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 12 years ago
fde86d3
tty: add lockdep annotations
by Eric Dumazet
· 12 years ago
1d59d61
NFS: Ensure that setattr and getattr wait for O_DIRECT write completion
by Trond Myklebust
· 12 years ago
d0e0a477
dell-laptop: Add touchpad led support for Dell V3450
by AceLan Kao
· 12 years ago
050eff3
acer-wmi: add 3 laptops to video backlight vendor mode quirk table
by Lee, Chun-Yi
· 12 years ago
2b8791c
sony-laptop: add touchpad enable/disable function
by Marco Chiappero
· 13 years ago
2e52631
sony-laptop: add missing Fn key combos for 0x100 handlers
by Marco Chiappero
· 13 years ago
a1e7363
sony-laptop: add support for more WWAN modems
by Marco Chiappero
· 13 years ago
Next »