Age | Commit message (Expand) | Author | Files | Lines |
2008-02-19 | hwmon: normal_i2c arrays should be const | Mark M. Hoffman | 41 | -60/+55 |
2008-02-19 | hwmon: New driver for Analog Devices ADT7473 sensor chip | Darrick J. Wong | 4 | -0/+1247 |
2008-02-18 | hwmon: (coretemp) Add Penryn CPU to coretemp | Rudolf Marek | 2 | -3/+4 |
2008-02-18 | hwmon: (coretemp) Add TjMax detection for mobile CPUs | Rudolf Marek | 1 | -32/+51 |
2008-02-17 | hwmon: (applesmc) sensors set for MacBook2 | Riki Oktarianto | 1 | -10/+19 |
2008-02-17 | hwmon: (thmc50) Storage class should be before const qualifier | Tobias Klauser | 1 | -3/+3 |
2008-02-17 | hwmon: (coretemp) fix section mismatch warning | Sam Ravnborg | 1 | -2/+2 |
2008-02-17 | hwmon: (coretemp) Add maximum cooling temperature readout | Rudolf Marek | 2 | -5/+32 |
2008-02-17 | hwmon: (adm1026) Properly terminate sysfs groups | Jean Delvare | 1 | -0/+2 |
2008-02-17 | hwmon: (vt8231) Update maintainer email address | Roger Lucas | 2 | -3/+3 |
2008-02-17 | hwmon: (vt8231) Add individual alarm files | Jean Delvare | 1 | -2/+38 |
2008-02-17 | hwmon: (via686a) Add individual alarm files | Jean Delvare | 1 | -0/+28 |
2008-02-17 | hwmon: (smsc47m1) Add individual alarm files | Jean Delvare | 1 | -3/+22 |
2008-02-17 | hwmon: (max1619) Add individual alarm and fault files | Jean Delvare | 1 | -0/+17 |
2008-02-17 | hwmon: (lm92) Add individual alarm files | Jean Delvare | 1 | -1/+15 |
2008-02-15 | Linux 2.6.25-rc2v2.6.25-rc2 | Linus Torvalds | 1 | -2/+2 |
2008-02-15 | Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds | 5 | -16/+21 |
2008-02-15 | Merge branch 'linus_origin' into hotfixes | Trond Myklebust | 271 | -3432/+5317 |
2008-02-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 60 | -1953/+5663 |
2008-02-15 | [NET]: Make sure sockets implement splice_read | RĂ©mi Denis-Courmont | 1 | -0/+3 |
2008-02-15 | netconsole: avoid null pointer dereference at show_local_mac() | Keiichi KII | 1 | -2/+2 |
2008-02-15 | [IPV6]: Fix reversed local_df test in ip6_fragment | Herbert Xu | 1 | -2/+2 |
2008-02-15 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 4 | -11/+54 |
2008-02-15 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 18 | -22/+271 |
2008-02-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 | Linus Torvalds | 81 | -1830/+3352 |
2008-02-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrt | Linus Torvalds | 5 | -22/+40 |
2008-02-15 | Merge branch 'slab-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ch... | Linus Torvalds | 3 | -37/+75 |
2008-02-15 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 9 | -30/+51 |
2008-02-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86 | Linus Torvalds | 12 | -13/+46 |
2008-02-15 | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/... | Linus Torvalds | 19 | -54/+76 |
2008-02-15 | dentries: Extract common code to remove dentry from lru | Christoph Lameter | 1 | -28/+14 |
2008-02-15 | d_path: Make d_path() use a struct path | Jan Blunck | 12 | -36/+24 |
2008-02-15 | d_path: Make seq_path() use a struct path argument | Jan Blunck | 9 | -17/+16 |
2008-02-15 | Use struct path in struct svc_expkey | Jan Blunck | 2 | -19/+14 |
2008-02-15 | Use struct path in struct svc_export | Jan Blunck | 9 | -70/+67 |
2008-02-15 | d_path: Make get_dcookie() use a struct path argument | Jan Blunck | 4 | -48/+37 |
2008-02-15 | d_path: Make proc_get_link() use a struct path argument | Jan Blunck | 5 | -42/+34 |
2008-02-15 | d_path: Use struct path in struct avc_audit_data | Jan Blunck | 6 | -51/+43 |
2008-02-15 | d_path: kerneldoc cleanup | Jan Blunck | 1 | -3/+16 |
2008-02-15 | One less parameter to __d_path | Jan Blunck | 1 | -7/+5 |
2008-02-15 | Make set_fs_{root,pwd} take a struct path | Jan Blunck | 3 | -24/+20 |
2008-02-15 | Use struct path in fs_struct | Jan Blunck | 9 | -111/+87 |
2008-02-15 | Introduce path_get() | Jan Blunck | 2 | -2/+16 |
2008-02-15 | Use path_put() in a few places instead of {mnt,d}put() | Jan Blunck | 2 | -12/+6 |
2008-02-15 | Introduce path_put() | Jan Blunck | 41 | -118/+125 |
2008-02-15 | Embed a struct path into struct nameidata instead of nd->{dentry,mnt} | Jan Blunck | 47 | -402/+431 |
2008-02-15 | Move struct path into its own header | Jan Blunck | 2 | -5/+13 |
2008-02-15 | Remove path_release_on_umount() | Jan Blunck | 3 | -12/+3 |
2008-02-15 | Dont touch fs_struct in usermodehelper | Jan Blunck | 1 | -4/+1 |
2008-02-15 | Dont touch fs_struct in drivers | Jan Blunck | 7 | -19/+6 |