index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pcmcia
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-05
drivers/pcmcia: add missing pci_dev_get
Julia Lawall
1
-1
/
+3
2008-02-05
drivers/pcmcia: Add missing iounmap
Julia Lawall
1
-1
/
+5
2008-02-05
at91_cf: use generic gpio calls
David Brownell
1
-15
/
+47
2008-02-05
pcmcia: include bad CIS filename in error message
Randy Dunlap
1
-2
/
+3
2008-02-05
pcmcia: stop updating dev->power.power_state
David Brownell
1
-4
/
+6
2008-02-05
pcmcia: replace kio_addr_t with unsigned int everywhere
Olof Johansson
6
-22
/
+25
2008-02-05
pcmcia: convert some internal-only ioaddr_t to unsigned int
Olof Johansson
1
-7
/
+7
2008-02-04
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
1
-1
/
+1
2008-02-04
[ARM] 4810/1: - Fix 'section mismatch' building warnings
Kristoffer Ericson
1
-1
/
+1
2008-02-03
drivers/pcmcia/: Spelling fixes
Joe Perches
2
-2
/
+2
2008-01-26
[ARM] pxa: move memory controller registers into pxa2xx-regs.h
Russell King
1
-0
/
+1
2008-01-24
PCMCIA: use proper call to driver_create_file
Greg Kroah-Hartman
1
-2
/
+1
2007-12-23
pcmcia: remove pxa2xx_lubbock build warning
David Brownell
1
-1
/
+1
2007-12-10
pcmcia: fix kernel-doc comments
Randy Dunlap
4
-9
/
+13
2007-10-19
remove asm/bitops.h includes
Jiri Slaby
2
-2
/
+2
2007-10-17
pcmcia: CompactFlash driver for PA Semi Electra boards
Olof Johansson
3
-0
/
+385
2007-10-16
pcmcia: use DMA_MASK_NONE for the default for all pcmcia devices
James Bottomley
1
-0
/
+4
2007-10-16
pcmcia: cistpl: use get_unaligned() in CIS parsing
Daniel Ritz
1
-20
/
+28
2007-10-16
move a few definitions to au1000_xxs1500.c
Yoichi Yuasa
1
-1
/
+4
2007-10-16
pxa2xx PCMCIA timing issue on iPAQ H5550
Milan Plzik
1
-1
/
+1
2007-10-16
Use menuconfig objects: PCMCIA
Jan Engelhardt
1
-5
/
+1
2007-10-15
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
4
-48
/
+177
2007-10-15
[ARM] 4578/1: CM-x270: PCMCIA support
Mike Rapoport
2
-0
/
+176
2007-10-15
[ARM] pxa: move pxa_set_mode() from pxa2xx_mainstone.c to mainstone.c
Russell King
1
-18
/
+0
2007-10-15
[ARM] pxa: move pxa_set_mode() from pxa2xx_lubbock.c to lubbock.c
Russell King
1
-30
/
+1
2007-10-14
signedness: module_param_array nump argument
Al Viro
3
-3
/
+3
2007-10-12
Driver core: change add_uevent_var to use a struct
Kay Sievers
2
-27
/
+9
2007-10-12
platform: prefix MODALIAS with "platform:"
Kay Sievers
2
-2
/
+2
2007-07-31
pcmcia: give socket time to power down
Daniel Ritz
1
-0
/
+3
2007-07-22
[POWERPC] Constify of_platform_driver name
Stephen Rothwell
1
-1
/
+1
2007-07-18
PM: remove deprecated dpm_runtime_* routines
Alan Stern
1
-6
/
+34
2007-07-17
powerpc: 8xx: fix whitespace and indentation
Vitaly Bordug
1
-270
/
+278
2007-07-17
Freezer: make kernel threads nonfreezable by default
Rafael J. Wysocki
1
-0
/
+1
2007-07-16
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...
Linus Torvalds
2
-192
/
+176
2007-07-11
sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys...
Zhang Rui
1
-2
/
+6
2007-07-11
sysfs: kill unnecessary attribute->owner
Tejun Heo
1
-1
/
+1
2007-07-10
[POWERPC] 8xx: mpc885ads pcmcia support
Vitaly Bordug
2
-192
/
+176
2007-05-31
at91: fix enable/disable_irq_wake symmetry in pcmcia driver
Marc Pignat
1
-4
/
+9
2007-05-08
fix hotplug for legacy platform drivers
David Brownell
2
-0
/
+2
2007-05-07
add new_id to PCMCIA drivers
Bernhard Walle
1
-1
/
+112
2007-05-07
at91_cf, minor fix
David Brownell
1
-2
/
+1
2007-05-02
PCI: Cleanup the includes of <linux/pci.h>
Jean Delvare
2
-2
/
+0
2007-04-08
[PATCH] omap_cf: oops-on-suspend fix
David Brownell
1
-16
/
+25
2007-03-27
[PATCH] Fix struct device member name in PCMCIA au1000_generic
Yoichi Yuasa
1
-1
/
+1
2007-02-23
Driver core: more fallout from class_device changes for pcmcia
Manuel Lauss
6
-6
/
+6
2007-02-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
1
-2
/
+0
2007-02-17
Remove useless FIND_FIRST_BIT() macro from cardbus.c.
Robert P. J. Day
1
-2
/
+0
2007-02-16
pcmcia: some class_device fallout
Alexey Dobriyan
2
-5
/
+5
2007-02-14
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
17
-17
/
+0
2007-02-12
[PATCH] mark struct file_operations const 5
Arjan van de Ven
1
-1
/
+1
[next]