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
2010-05-27
numa: introduce numa_mem_id()- effective local memory node id
Lee Schermerhorn
4
-1
/
+114
2010-05-27
numa: ia64: use generic percpu var numa_node_id() implementation
Lee Schermerhorn
3
-5
/
+10
2010-05-27
numa: x86_64: use generic percpu var numa_node_id() implementation
Lee Schermerhorn
5
-24
/
+21
2010-05-27
numa: add generic percpu var numa_node_id() implementation
Lee Schermerhorn
3
-5
/
+55
2010-05-27
Documentation/filesystems/Locking: update documentation on llseek() wrt BKL
Jan Blunck
1
-2
/
+3
2010-05-27
fs/: do not fallback to default_llseek() when readdir() uses BKL
jan Blunck
8
-0
/
+9
2010-05-27
st: use noop_llseek() instead of default_llseek()
Jan Blunck
1
-0
/
+1
2010-05-27
osst: use noop_llseek() instead of default_llseek()
Jan Blunck
1
-0
/
+1
2010-05-27
vfs: introduce noop_llseek()
jan Blunck
2
-0
/
+18
2010-05-27
rtc-m41t80: use nonseekable_open()
Jan Blunck
1
-5
/
+1
2010-05-27
mISDN: remove unnecessary test on f_pos
Jan Blunck
1
-2
/
+0
2010-05-27
frv: remove "struct file *" argument from sysctl ->proc_handler
Jan Blunck
1
-8
/
+10
2010-05-27
osst: update ppos instead of using file->f_pos
Jan Blunck
1
-4
/
+4
2010-05-27
parisc: use asm-generic/scatterlist.h
FUJITA Tomonori
2
-18
/
+5
2010-05-27
mn10300: use asm-generic/scatterlist.h
FUJITA Tomonori
1
-38
/
+1
2010-05-27
frv: use asm-generic/scatterlist.h
FUJITA Tomonori
1
-39
/
+1
2010-05-27
blackfin: use use asm-generic/scatterlist.h
FUJITA Tomonori
1
-21
/
+1
2010-05-27
xtensa: use use asm-generic/scatterlist.h
FUJITA Tomonori
1
-22
/
+1
2010-05-27
mips: use use asm-generic/scatterlist.h
FUJITA Tomonori
1
-21
/
+1
2010-05-27
m68k: use asm-generic/scatterlist.h
FUJITA Tomonori
1
-15
/
+1
2010-05-27
m32r: use use asm-generic/scatterlist.h
FUJITA Tomonori
1
-14
/
+1
2010-05-27
h8300: use asm-generic/scatterlist.h
FUJITA Tomonori
1
-11
/
+1
2010-05-27
cris: use asm-generic/scatterlist.h
FUJITA Tomonori
1
-16
/
+1
2010-05-27
avr32: use asm-generic/scatterlist.h
FUJITA Tomonori
1
-19
/
+1
2010-05-27
asm-generic: remove ARCH_HAS_SG_CHAIN in scatterlist.h
FUJITA Tomonori
8
-16
/
+12
2010-05-27
alpha: use asm-generic/scatterlist.h
FUJITA Tomonori
2
-18
/
+6
2010-05-27
powerpc: use asm-generic/scatterlist.h
FUJITA Tomonori
2
-28
/
+4
2010-05-27
x86_32: use asm-generic/scatterlist.h
Andrew Morton
1
-1
/
+1
2010-05-27
asm-generic: add NEED_SG_DMA_LENGTH to define sg_dma_len()
FUJITA Tomonori
6
-10
/
+17
2010-05-27
asm-generic: remove ISA_DMA_THRESHOLD in scatterlist.h
FUJITA Tomonori
5
-4
/
+8
2010-05-27
lktdm: add support for hardlockup, softlockup and hung task crashes
Frederic Weisbecker
1
-0
/
+20
2010-05-27
initramfs: add support for in-kernel initramfs compressed with LZO
Albin Tonnerre
3
-1
/
+34
2010-05-27
radix-tree: fix radix_tree_prev_hole() underflow case
Cesar Eduardo Barros
1
-2
/
+2
2010-05-27
aio: fix the compat vectored operations
Jeff Moyer
3
-25
/
+47
2010-05-27
compat: factor out compat_rw_copy_check_uvector from compat_do_readv_writev
Jeff Moyer
2
-53
/
+81
2010-05-27
panic: call console_verbose() in panic
Anton Blanchard
1
-0
/
+1
2010-05-27
fs/affs: use ERR_CAST
Julia Lawall
1
-1
/
+1
2010-05-27
Documentation/DMA-API-HOWTO: add ARCH_KMALLOC_MINALIGN description
FUJITA Tomonori
1
-1
/
+14
2010-05-27
Documentation: move the error handling to the better place in DMA-API-HOWTO
FUJITA Tomonori
1
-30
/
+30
2010-05-27
Documentation: update scatterlist struct description in DMA-API-HOWTO
FUJITA Tomonori
1
-13
/
+4
2010-05-27
Documentation: add SCSI drivers' mapping error handling to DMA-API-HOWTO
FUJITA Tomonori
1
-0
/
+4
2010-05-27
dma-mapping: remove deprecated dma_sync_single and dma_sync_sg API
FUJITA Tomonori
1
-15
/
+0
2010-05-27
Staging: saa7134-go7007: replace dma_sync_single with dma_sync_single_for_cpu
FUJITA Tomonori
1
-4
/
+4
2010-05-27
Documentation: add networking driver's mapping error handling to DMA-API-HOWTO
FUJITA Tomonori
1
-0
/
+5
2010-05-27
dma-mapping: remove unnecessary sync_single_range_* in dma_map_ops
FUJITA Tomonori
2
-28
/
+2
2010-05-27
swiotlb: remove unnecessary swiotlb_sync_single_range_*
FUJITA Tomonori
2
-41
/
+0
2010-05-27
powerpc: remove unnecessary sync_single_range_* in swiotlb_dma_ops
FUJITA Tomonori
2
-8
/
+8
2010-05-27
x86: remove unnecessary sync_single_range_* in swiotlb_dma_ops
FUJITA Tomonori
1
-2
/
+0
2010-05-27
ia64: remove unnecessary sync_single_range_* in swiotlb_dma_ops
FUJITA Tomonori
1
-2
/
+0
2010-05-27
drivers/edac: convert logging messages direct uses of __FILE__ to %s, __FILE
Joe Perches
3
-31
/
+31
[next]