index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
iommu sg merging: alpha: make pci_iommu respect the segment size limits
FUJITA Tomonori
2008-02-05
2
-6
/
+19
*
iommu sg merging: IA64: make sba_iommu respect the segment size limits
FUJITA Tomonori
2008-02-05
1
-2
/
+6
*
iommu sg merging: ppc: make iommu respect the segment size limits
FUJITA Tomonori
2008-02-05
3
-4
/
+8
*
iommu sg merging: x86: make pci-gart iommu respect the segment size limits
FUJITA Tomonori
2008-02-05
1
-0
/
+7
*
iommu sg merging: PCI: add device_dma_parameters support
FUJITA Tomonori
2008-02-05
3
-0
/
+20
*
iommu sg merging: add device_dma_parameters structure
FUJITA Tomonori
2008-02-05
2
-0
/
+26
*
serial: MPSC: set baudrate when BRG divider is set.
Mark A. Greer
2008-02-05
1
-0
/
+1
*
serial: Coding style
Alan Cox
2008-02-05
2
-5
/
+7
*
serial: speed setup failure reporting
Alan Cox
2008-02-05
1
-2
/
+3
*
serial: avoid stalling suspend if serial port won't drain
Russell King
2008-02-05
1
-1
/
+7
*
serial: avoid waking up closed serial ports on resume
Russell King
2008-02-05
1
-2
/
+2
*
8250.c: support specifying DW APB UARTs in device platform_data
Will Newton
2008-02-05
2
-19
/
+22
*
serial: add ADDI-DATA GmbH Communication cardsin8250_pci.c and pci_ids.h
Krauth.Julien
2008-02-05
2
-0
/
+150
*
drivers/serial/s3c2410.c: remove dead config symbols
Jiri Olsa
2008-02-05
1
-1
/
+1
*
serial: keep the DTR setting for serial console.
Yinghai Lu
2008-02-05
1
-1
/
+2
*
drivers/pcmcia: add missing pci_dev_get
Julia Lawall
2008-02-05
1
-1
/
+3
*
drivers/pcmcia: Add missing iounmap
Julia Lawall
2008-02-05
1
-1
/
+5
*
at91_cf: use generic gpio calls
David Brownell
2008-02-05
1
-15
/
+47
*
pcmcia/pcnet_cs: fix 'shadow variable' warning
Richard Knutsson
2008-02-05
1
-13
/
+13
*
pcmcia/fmvj18x_cs: fix 'shadow variable' warning
Richard Knutsson
2008-02-05
1
-2
/
+1
*
pcmcia/axnet_cs: make use of 'max()' instead of handcrafted one
Richard Knutsson
2008-02-05
1
-2
/
+2
*
pcmcia/axnet_cs: make functions static
Richard Knutsson
2008-02-05
1
-2
/
+2
*
pcmcia/3c574_cs: fix 'shadow variable' warning
Richard Knutsson
2008-02-05
1
-1
/
+1
*
pcmcia: include bad CIS filename in error message
Randy Dunlap
2008-02-05
1
-2
/
+3
*
pcmcia: stop updating dev->power.power_state
David Brownell
2008-02-05
1
-4
/
+6
*
pcmcia: replace kio_addr_t with unsigned int everywhere
Olof Johansson
2008-02-05
22
-222
/
+228
*
pcmcia: convert some internal-only ioaddr_t to unsigned int
Olof Johansson
2008-02-05
4
-20
/
+21
*
m32r: remove dead config symbols from M32R code
Jiri Olsa
2008-02-05
3
-6
/
+4
*
include/asm-powerpc/nvram.h needs list.h
Andrew Morton
2008-02-05
1
-0
/
+3
*
sdio: fix module device table definition for m68k
Al Viro
2008-02-05
1
-1
/
+2
*
timerfd: un-break CONFIG_TIMERFD
Davide Libenzi
2008-02-05
1
-1
/
+0
*
timerfd: wire the new timerfd API to the x86 family
Davide Libenzi
2008-02-05
4
-5
/
+16
*
timerfd: new timerfd API
Davide Libenzi
2008-02-05
24
-118
/
+210
*
timerfd: introduce a new hrtimer_forward_now() function
Davide Libenzi
2008-02-05
1
-0
/
+7
*
exec: rework the group exit and fix the race with kill
Oleg Nesterov
2008-02-05
4
-12
/
+15
*
remove handle_group_stop() in favor of do_signal_stop()
Oleg Nesterov
2008-02-05
1
-38
/
+5
*
__group_complete_signal(): fix coredump with group stop race
Oleg Nesterov
2008-02-05
1
-30
/
+0
*
clone: prepare to recycle CLONE_STOPPED
Andrew Morton
2008-02-05
1
-0
/
+17
*
get_task_comm(): return the result
Andrew Morton
2008-02-05
2
-2
/
+3
*
lockdep: annotate epoll
Peter Zijlstra
2008-02-05
2
-1
/
+17
*
drivers/net/wireless/b43/main.c needs io.h
Andrew Morton
2008-02-05
1
-0
/
+1
*
sys_remap_file_pages: fix ->vm_file accounting
Oleg Nesterov
2008-02-05
1
-1
/
+4
*
kvm: i386 fix
Andrew Morton
2008-02-05
1
-4
/
+4
*
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
2008-02-04
84
-1425
/
+3770
|
\
|
*
-
-
-
-
-
-
-
.
Merge branches 'at91', 'ixp', 'master', 'misc', 'pxa' and 'realview' into devel
Russell King
2008-02-04
72
-1384
/
+3625
|
|
\
\
\
\
\
|
|
|
|
|
|
*
[ARM] 4822/1: RealView: Change the REALVIEW_MPCORE configuration option
Catalin Marinas
2008-02-04
4
-18
/
+15
|
|
|
|
|
|
*
[ARM] 4821/1: RealView: Remove the platform dependencies from localtimer.c
Catalin Marinas
2008-02-04
3
-5
/
+16
|
|
|
|
|
|
*
[ARM] 4820/1: RealView: Select the timer IRQ at run-time
Catalin Marinas
2008-02-04
3
-13
/
+24
|
|
|
|
|
|
*
[ARM] 4819/1: RealView: Fix entry-macro.S to work with multiple platforms
Catalin Marinas
2008-02-04
4
-8
/
+10
|
|
|
|
|
|
*
[ARM] 4818/1: RealView: Add core-tile detection
Catalin Marinas
2008-02-04
3
-44
/
+80
[next]