index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-07
Cleanup asm/{elf,page,user}.h: #ifdef __KERNEL__ is no longer needed
Kirill A. Shutemov
45
-150
/
+3
2008-02-07
Unexport asm/user.h and linux/user.h
Kirill A. Shutemov
4
-4
/
+2
2008-02-07
iget: remove iget() and the read_inode() super op as being obsolete
David Howells
5
-41
/
+9
2008-02-07
iget: stop HPPFS from using iget() and read_inode()
David Howells
1
-5
/
+22
2008-02-07
iget: stop HOSTFS from using iget() and read_inode()
David Howells
1
-19
/
+38
2008-02-07
iget: stop OPENPROMFS from using iget() and read_inode()
David Howells
1
-15
/
+30
2008-02-07
iget: stop UFS from using iget() and read_inode()
David Howells
4
-23
/
+33
2008-02-07
iget: stop the SYSV filesystem from using iget() and read_inode()
David Howells
4
-14
/
+22
2008-02-07
iget: stop ROMFS from using iget() and read_inode()
David Howells
1
-14
/
+32
2008-02-07
iget: stop QNX4 from using iget() and read_inode()
David Howells
3
-18
/
+38
2008-02-07
iget: stop PROCFS from using iget() and read_inode()
David Howells
1
-32
/
+28
2008-02-07
iget: stop the MINIX filesystem from using iget() and read_inode()
David Howells
3
-18
/
+33
2008-02-07
iget: stop JFS from using iget() and read_inode()
David Howells
4
-31
/
+40
2008-02-07
iget: stop JFFS2 from using iget() and read_inode()
David Howells
4
-26
/
+39
2008-02-07
iget: stop ISOFS from using read_inode()
David Howells
4
-32
/
+58
2008-02-07
iget: stop HFSPLUS from using iget() and read_inode()
David Howells
4
-19
/
+43
2008-02-07
iget: stop FUSE from using iget() and read_inode()
David Howells
1
-6
/
+0
2008-02-07
iget: stop FreeVXFS from using iget() and read_inode()
David Howells
4
-23
/
+40
2008-02-07
iget: stop FAT from using iget() and read_inode()
David Howells
1
-4
/
+2
2008-02-07
iget: stop EXT4 from using iget() and read_inode()
David Howells
6
-70
/
+87
2008-02-07
iget: stop EXT3 from using iget() and read_inode()
David Howells
6
-72
/
+89
2008-02-07
iget: stop EXT2 from using iget() and read_inode()
David Howells
4
-29
/
+46
2008-02-07
iget: stop EFS from using iget() and read_inode()
David Howells
4
-25
/
+41
2008-02-07
iget: stop CIFS from using iget() and read_inode()
David Howells
3
-7
/
+24
2008-02-07
iget: stop BFS from using iget() and read_inode()
David Howells
3
-13
/
+27
2008-02-07
iget: stop BEFS from using iget() and read_inode()
David Howells
1
-14
/
+25
2008-02-07
iget: stop autofs from using iget() and read_inode()
David Howells
3
-13
/
+37
2008-02-07
iget: stop AFFS from using iget() and read_inode()
David Howells
5
-19
/
+32
2008-02-07
iget: use iget_failed() in GFS2
David Howells
1
-1
/
+1
2008-02-07
iget: use iget_failed() in AFS
David Howells
1
-4
/
+1
2008-02-07
iget: introduce a function to register iget failure
David Howells
3
-5
/
+28
2008-02-07
Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)
David Howells
28
-39
/
+39
2008-02-07
Add an ERR_CAST() function to complement ERR_PTR and co.
David Howells
1
-0
/
+13
2008-02-07
MBCS: convert dmareadlock to mutex
Matthias Kaehlcke
2
-4
/
+4
2008-02-07
MBCS: convert dmawritelock to mutex
Matthias Kaehlcke
2
-4
/
+4
2008-02-07
MBCS: convert algolock to mutex
Matthias Kaehlcke
2
-4
/
+5
2008-02-07
vmcoreinfo: fix the configuration dependencies
Ken'ichi Ohmichi
3
-3
/
+9
2008-02-07
vmcoreinfo: add "VMCOREINFO_" to all the call for vmcoreinfo_append_str()
Ken'ichi Ohmichi
2
-2
/
+6
2008-02-07
vmcoreinfo: use the existing offsetof() for VMCOREINFO_OFFSET()
Ken'ichi Ohmichi
1
-1
/
+1
2008-02-07
vmcoreinfo: rename vmcoreinfo's macros returning the size
Ken'ichi Ohmichi
3
-11
/
+11
2008-02-07
Use BOOTMEM_EXCLUSIVE for kdump
Bernhard Walle
2
-26
/
+39
2008-02-07
Introduce flags for reserve_bootmem()
Bernhard Walle
43
-105
/
+183
2008-02-07
fs menu: small reorg
Randy Dunlap
1
-47
/
+46
2008-02-07
dz.c: Resource management
Maciej W. Rozycki
1
-101
/
+188
2008-02-07
dz.c: Use a helper to cast from "struct uart_port *"
Maciej W. Rozycki
1
-11
/
+16
2008-02-07
dz: clean up and improve the setup of termios settings
Maciej W. Rozycki
2
-51
/
+56
2008-02-07
MAINTAINERS: add self for the dz serial driver
Maciej W. Rozycki
1
-0
/
+5
2008-02-07
dz: handle special conditions on reception correctly
Maciej W. Rozycki
2
-38
/
+46
2008-02-07
dz: fix locking issues
Maciej W. Rozycki
1
-11
/
+12
2008-02-07
dz: rename the serial console structure
Maciej W. Rozycki
1
-3
/
+3
[next]