index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
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
2010-05-27
lib/random32: export pseudo-random number generator for modules
Joe Eykholt
2
-21
/
+45
2010-05-27
INIT_SIGHAND: use SIG_DFL instead of NULL
Oleg Nesterov
1
-1
/
+1
2010-05-27
pids: fix fork_idle() to setup ->pids correctly
Oleg Nesterov
1
-1
/
+13
2010-05-27
pids: init_struct_pid.tasks should never see the swapper process
Oleg Nesterov
1
-4
/
+4
2010-05-27
INIT_TASK() should initialize ->thread_group list
Oleg Nesterov
1
-0
/
+1
2010-05-27
pids: increase pid_max based on num_possible_cpus
Hedi Berriche
2
-0
/
+16
2010-05-27
rapidio: fix maintenance access to higher memory areas
Thomas Moll
1
-7
/
+30
2010-05-27
rapidio: use default route value for CPS switches
Alexandre Bounine
1
-8
/
+10
2010-05-27
rapidio: add switch domain routines
Alexandre Bounine
5
-0
/
+86
2010-05-27
rapidio: modify initialization of switch operations
Alexandre Bounine
8
-134
/
+111
2010-05-27
rapidio: add debug configuration option
Alexandre Bounine
3
-0
/
+19
2010-05-27
rapidio: fix typos and minor edits
Alexandre Bounine
2
-5
/
+4
2010-05-27
rapidio: add enabling SRIO port RX and TX
Thomas Moll
3
-1
/
+94
2010-05-27
rapidio, powerpc/85xx: Add MChk handler for SRIO port
Alexandre Bounine
1
-4
/
+70
2010-05-27
rapidio, powerpc/85xx: add Port-Write message handler for SRIO port
Alexandre Bounine
1
-3
/
+260
[next]