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
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
2008-02-07
dz: update kconfig description
Maciej W. Rozycki
1
-6
/
+10
2008-02-07
dz: add and reorder inclusions, remove unneeded ones
Maciej W. Rozycki
1
-10
/
+13
2008-02-07
dz: don't panic() when request_irq() fails
Maciej W. Rozycki
1
-5
/
+15
2008-02-07
dz: always check if it is safe to console_putchar()
Maciej W. Rozycki
1
-2
/
+2
2008-02-07
dz.h: remove useless unused module junk
Maciej W. Rozycki
1
-5
/
+0
2008-02-07
drivers/edac/i3000: document type promotion
Jason Uhlenkott
1
-0
/
+7
2008-02-07
drivers/edac: i3000: missing init code
Hitoshi Mitake
1
-0
/
+13
2008-02-07
drivers/edac: mpc85xx: add static scope
Doug Thompson
1
-1
/
+1
2008-02-07
drivers/edac: i3000: 64bit build
Jason Uhlenkott
1
-1
/
+1
2008-02-07
drivers/edac: pci: broken parity regression
Bryan Boatright
1
-4
/
+8
2008-02-07
drivers-edac: add marvell mv64x60 driver
Dave Jiang
4
-0
/
+977
[next]