index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-03
mfd: rtsx: Using pcr_dbg replace dev_dbg
Micky Ching
6
-41
/
+35
2015-03-03
mfd: rtsx: Add support for rts525A
Micky Ching
4
-3
/
+129
2015-03-03
mfd: rtsx: Add support for rts524A
Micky Ching
4
-32
/
+318
2015-03-03
mfd: rtsx: Remove LCTLR defination
Micky Ching
6
-55
/
+21
2015-03-03
mfd: rtsx: Update phy register
Micky Ching
2
-66
/
+72
2015-03-03
mfd: rtsx: Update driving settings
Micky Ching
1
-6
/
+6
2015-03-03
mfd: rtsx: Update PETXCFG address
Micky Ching
3
-9
/
+5
2015-03-03
mfd: rtsx: Place register address and values togather
Micky Ching
1
-467
/
+369
2015-03-03
mfd: rtsx: Replace TAB by SPC after #define
Micky Ching
1
-127
/
+127
2015-03-03
mfd: ti_am335x_tscadc: Remove unwanted reg_se_cache save
Vignesh R
2
-8
/
+6
2015-03-03
mfd: vexpress: Remove non-DT code
Pawel Moll
1
-56
/
+15
2015-03-03
mfd: Add support for COMe-cBL6 to Kontron PLD driver
Michael Brunner
2
-2
/
+10
2015-03-03
mfd: axp20x: Change battery cell name to fuel gauge
Todd Brandt
1
-4
/
+4
2015-03-03
mfd: intel_soc_pmic: Ensure GPIO irq is set to input pin
Jarkko Nikula
1
-1
/
+1
2015-03-03
mfd: intel_soc_pmic: Do not mangle error code from devm_gpiod_get_index()
Jarkko Nikula
1
-1
/
+1
2015-03-03
mfd: intel_soc_pmic: Move PMIC interrupt comment to probe function
Jarkko Nikula
1
-5
/
+5
2015-02-26
ASoC: arizona: Add support for WM8280/WM8281
Richard Fitzgerald
1
-0
/
+2
2015-02-26
extcon: arizona: Add support for WM8280/WM8281
Richard Fitzgerald
1
-0
/
+1
2015-02-26
gpio: arizona: Add support for WM8280/WM8281
Richard Fitzgerald
1
-0
/
+1
2015-02-26
regulator: arizona-micsupp: Add support for WM8280/WM8281
Richard Fitzgerald
1
-0
/
+1
2015-02-26
Documentation: devicetree: arizona: Add bindings for WM8280
Richard Fitzgerald
1
-4
/
+11
2015-02-26
mfd: arizona: Add support for WM8280/WM8281
Richard Fitzgerald
6
-4
/
+22
2015-02-22
Linux 4.0-rc1
v4.0-rc1
Linus Torvalds
1
-4
/
+4
2015-02-22
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
5
-56
/
+108
2015-02-22
Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
70
-758
/
+907
2015-02-22
Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
Linus Torvalds
1
-1
/
+1
2015-02-22
autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocation
Al Viro
1
-2
/
+6
2015-02-22
procfs: fix race between symlink removals and traversals
Al Viro
3
-12
/
+22
2015-02-22
debugfs: leave freeing a symlink body until inode eviction
Al Viro
1
-17
/
+17
2015-02-22
Documentation/filesystems/Locking: ->get_sb() is long gone
Al Viro
1
-2
/
+0
2015-02-22
trylock_super(): replacement for grab_super_passive()
Konstantin Khlebnikov
3
-26
/
+22
2015-02-22
fanotify: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversions
David Howells
1
-1
/
+1
2015-02-22
Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversions
David Howells
4
-9
/
+9
2015-02-22
VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)
David Howells
34
-71
/
+71
2015-02-22
SELinux: Use d_is_positive() rather than testing dentry->d_inode
David Howells
1
-2
/
+2
2015-02-22
Smack: Use d_is_positive() rather than testing dentry->d_inode
David Howells
1
-2
/
+2
2015-02-22
TOMOYO: Use d_is_dir() rather than d_inode and S_ISDIR()
David Howells
1
-3
/
+1
2015-02-22
Apparmor: Use d_is_positive/negative() rather than testing dentry->d_inode
David Howells
1
-1
/
+1
2015-02-22
Apparmor: mediated_filesystem() should use dentry->d_sb not inode->i_sb
David Howells
2
-12
/
+12
2015-02-22
VFS: Split DCACHE_FILE_TYPE into regular and special types
David Howells
2
-8
/
+27
2015-02-22
VFS: Add a fallthrough flag for marking virtual dentries
David Howells
2
-1
/
+27
2015-02-22
VFS: Add a whiteout dentry type
David Howells
1
-6
/
+18
2015-02-22
VFS: Introduce inode-getting helpers for layered/unioned fs environments
David Howells
1
-0
/
+57
2015-02-21
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
110
-1132
/
+6450
2015-02-21
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
41
-58
/
+88
2015-02-21
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
6
-18
/
+36
2015-02-21
Merge tag 'xfs-pnfs-for-linus-3.20-rc1' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
10
-8
/
+393
2015-02-21
Merge tag 'nfs-for-3.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
19
-158
/
+165
2015-02-21
Merge tag 'pm+acpi-3.20-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
8
-54
/
+86
2015-02-21
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
5
-213
/
+417
[prev]
[next]