index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
stack.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-06-16
md: remove mddev_to_conf "helper" macro
NeilBrown
12
-103
/
+79
2009-06-16
md: raid0: remove setting of segment boundary.
NeilBrown
1
-5
/
+0
2009-06-16
md: raid0: remove ->dev pointer from strip_zone structure
NeilBrown
2
-11
/
+11
2009-06-16
md: raid0: remove ->sectors from the strip_zone structure.
NeilBrown
2
-15
/
+19
2009-06-16
md: raid0: Fix a memory leak when stopping a raid0 array.
Andre Noll
1
-3
/
+2
2009-06-16
md: raid0: Allocate all buffers for the raid0 configuration in one function.
Andre Noll
1
-30
/
+17
2009-06-16
md: raid0: Make raid0_run() return a proper error code.
Andre Noll
1
-8
/
+9
2009-06-16
md: raid0: Remove hash spacing and sector shift.
Andre Noll
2
-65
/
+1
2009-06-16
md: raid0: Remove hash table.
Andre Noll
2
-13
/
+0
2009-06-16
md/raid0: two cleanups in create_stripe_zones.
NeilBrown
1
-12
/
+10
2009-06-16
md: raid0: Replace hash table lookup by looping over all strip_zones.
Andre Noll
2
-21
/
+21
2009-06-14
.gitignore: ignore *.lzma files
Arne Janbu
1
-0
/
+1
2009-06-14
fusion: fix recent kernel-doc problems
Randy Dunlap
2
-4
/
+3
2009-06-14
keyboard: advertise KT_DEAD2 extended diacriticals
Samuel Thibault
1
-0
/
+1
2009-06-14
kbuild: add generic --set-str option to scripts/config
Michal Marek
1
-2
/
+9
2009-06-14
kbuild: simplify argument loop in scripts/config
Michal Marek
1
-28
/
+16
2009-06-14
kbuild: handle non-existing options in scripts/config
Michal Marek
1
-18
/
+18
2009-06-14
kallsyms: generalize text region handling
Mike Frysinger
1
-26
/
+61
2009-06-14
kallsyms: support kernel symbols in Blackfin on-chip memory
Robin Getz
1
-1
/
+12
2009-06-14
documentation: make version fix
Adam Lackorzynski
1
-2
/
+2
2009-06-14
kbuild: fix a compile warning
Amerigo Wang
1
-2
/
+3
2009-06-14
mlx4_core: Don't double-free IRQs when falling back from MSI-X to INTx
Roland Dreier
1
-1
/
+3
2009-06-14
gitignore: Add GNU GLOBAL files to top .gitignore
Jani Nikula
1
-0
/
+6
2009-06-14
kbuild: fix delay in setlocalversion on readonly source
Nico Schottelius
1
-2
/
+4
2009-06-14
README: fix misleading pointer to the defconf directory
Patrick Ringl
1
-1
/
+9
2009-06-14
vmlinux.lds.h update
Sam Ravnborg
3
-16
/
+11
2009-06-14
[ARM] 5545/2: add flush_kernel_dcache_page() for ARM
Nicolas Pitre
1
-0
/
+8
2009-06-14
MAINTAINERS: EB110ATX is not ebsa110
Russell King
1
-1
/
+0
2009-06-14
headers_check fix: mn10300, setup.h
Jaswinder Singh Rajput
1
-1
/
+2
2009-06-14
headers_check fix: mn10300, ptrace.h
Jaswinder Singh Rajput
1
-3
/
+2
2009-06-14
IB/mthca: Don't double-free IRQs when falling back from MSI-X to INTx
Roland Dreier
1
-1
/
+3
2009-06-13
atmel-mci: add MCI2 register definitions
Nicolas Ferre
1
-0
/
+22
2009-06-13
atmel-mci: Integrate AT91 specific definition in header file
Nicolas Ferre
1
-0
/
+11
2009-06-13
tmio_mmc: allow compilation for ASIC3
Philipp Zabel
2
-3
/
+3
2009-06-13
mmc_block: do not DMA to stack
Ben Dooks
1
-4
/
+12
2009-06-13
sdhci: Print ADMA status and pointer on debug
Ben Dooks
1
-0
/
+5
2009-06-13
tmio_mmc: fix clock setup
Ian Molton
1
-10
/
+5
2009-06-13
tmio_mmc: map SD control registers after enabling the MFD cell
Philipp Zabel
1
-10
/
+10
2009-06-13
tmio_mmc: correct probe return value for num_resources != 3
Philipp Zabel
1
-7
/
+5
2009-06-13
tmio_mmc: don't use set_irq_type
Philipp Zabel
1
-4
/
+2
2009-06-13
tmio_mmc: add bus_shift support
Philipp Zabel
2
-81
/
+125
2009-06-13
MFD,mmc: tmio_mmc: make HCLK configurable
Philipp Zabel
5
-13
/
+33
2009-06-13
mmc_spi: don't use EINVAL for possible transmission errors
Wolfgang Muees
1
-5
/
+6
2009-06-13
cb710: more cleanup for the DEBUG case.
Michał Mirosław
3
-3
/
+7
2009-06-13
sdhci: platform driver for SDHCI
Richard Röjfors
3
-0
/
+180
2009-06-13
mxcmmc: remove frequency workaround
Pierre Ossman
1
-2
/
+0
2009-06-13
cb710: handle DEBUG define in Makefile
Pierre Ossman
2
-4
/
+4
2009-06-13
cb710: add missing parenthesis
Pierre Ossman
1
-1
/
+1
2009-06-13
cb710: fix printk format string
Pierre Ossman
1
-1
/
+1
2009-06-13
mmc: Driver for CB710/720 memory card reader (MMC part)
Michał Mirosław
14
-0
/
+1823
[next]