index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PATCH] rtc-at91rm9200 build fix
David Brownell
2007-01-05
1
-0
/
+2
*
[PATCH] KVM: Improve interrupt response
Dor Laor
2007-01-05
4
-27
/
+170
*
[PATCH] KVM: Recover after an arch module load failure
Yoshimi Ichiyanagi
2007-01-05
1
-4
/
+4
*
[PATCH] KVM: Use raw_smp_processor_id() instead of smp_processor_id() where a...
Ingo Molnar
2007-01-05
1
-2
/
+2
*
[PATCH] KVM: Fix GFP_KERNEL alloc in atomic section bug
Ingo Molnar
2007-01-05
1
-11
/
+21
*
[PATCH] via82cxxx: fix cable detection
Bartlomiej Zolnierkiewicz
2007-01-05
1
-73
/
+65
*
[PATCH] PCI: prevent down_read when pci_devices is empty
Ard van Breemen
2007-01-05
1
-0
/
+24
*
[PATCH] Fix leds-s3c24xx hardware.h reference
Richard Purdie
2007-01-05
1
-1
/
+1
*
[PATCH] Fix implicit declarations in via-pmu
Dave Jones
2007-01-05
1
-0
/
+1
*
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2007-01-04
6
-40
/
+168
|
\
|
*
[SUNGEM]: PHY updates & pause fixes (#2)
Benjamin Herrenschmidt
2007-01-03
3
-26
/
+163
|
*
[NET] drivers/net/loopback.c: convert to module_init()
Adrian Bunk
2007-01-03
2
-12
/
+3
|
*
[NET]: ifb double-counts packets
dean gaudet
2007-01-03
1
-2
/
+2
*
|
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...
Linus Torvalds
2007-01-04
4
-4
/
+4
|
\
\
|
*
|
ACPI: EC: move verbose printk to debug build only
Guillaume Chazarain
2007-01-02
1
-1
/
+1
|
*
|
backlight: fix backlight_device_register compile failures
Richard Purdie
2007-01-02
3
-3
/
+3
*
|
|
HID: fix help texts in Kconfig
Jiri Kosina
2007-01-04
2
-9
/
+14
*
|
|
Fix some ARM builds due to HID brokenness
Russell King
2007-01-04
1
-0
/
+1
|
|
/
|
/
|
*
|
Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgart
Linus Torvalds
2007-01-03
5
-79
/
+126
|
\
\
|
*
|
[AGPGART] drivers/char/agp/sgi-agp.c: check kmalloc() return value
akpm@osdl.org
2007-01-02
1
-4
/
+5
|
*
|
[AGPGART] Fix PCI-posting flush typo.
Thomas Hellstrom
2006-12-28
1
-1
/
+1
|
*
|
[AGPGART] fix detection of aperture size versus GTT size on G965
Eric Anholt
2006-12-22
2
-52
/
+62
|
*
|
[AGPGART] Remove unnecessary flushes when inserting and removing pages.
Thomas Hellstrom
2006-12-22
2
-23
/
+50
|
*
|
[AGPGART] K8M890 support for amd-k8.
Gabriel Mansi
2006-12-18
1
-0
/
+9
*
|
|
Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq
Linus Torvalds
2007-01-03
1
-0
/
+4
|
\
\
\
|
*
|
|
[CPUFREQ] Bug fix for acpi-cpufreq and cpufreq_stats oops on frequency change...
Venkatesh Pallipadi
2006-12-22
1
-0
/
+4
*
|
|
|
[PATCH] cdrom: set default timeout to 7 seconds
Jens Axboe
2007-01-03
1
-1
/
+7
*
|
|
|
[PATCH] libata: fix combined mode
Alan
2007-01-02
1
-12
/
+30
|
|
_
|
/
|
/
|
|
*
|
|
[SPARC64]: Fix of_iounmap() region release.
David S. Miller
2006-12-31
12
-107
/
+147
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...
Linus Torvalds
2006-12-30
1
-43
/
+40
|
\
\
\
|
*
|
|
ieee1394: sbp2: fix bogus dma mapping
Stefan Richter
2006-12-30
1
-33
/
+40
|
*
|
|
ieee1394: sbp2: pass REQUEST_SENSE through to the target
Stefan Richter
2006-12-30
1
-10
/
+0
*
|
|
|
[PATCH] kvm: fix GFP_KERNEL allocation in atomic section in kvm_dev_ioctl_cre...
Ingo Molnar
2006-12-30
3
-20
/
+17
*
|
|
|
[PATCH] KVM: Fix oops on oom
Avi Kivity
2006-12-30
1
-1
/
+2
*
|
|
|
[PATCH] KVM: Rename some msrs
Nguyen Anh Quynh
2006-12-30
2
-12
/
+11
*
|
|
|
[PATCH] KVM: More msr misery
Avi Kivity
2006-12-30
1
-0
/
+4
*
|
|
|
[PATCH] KVM: Move common msr handling to arch independent code
Avi Kivity
2006-12-30
4
-98
/
+84
*
|
|
|
[PATCH] KVM: Implement a few system configuration msrs
Avi Kivity
2006-12-30
2
-0
/
+6
*
|
|
|
[PATCH] KVM: Initialize kvm_arch_ops on unload
Yoshimi Ichiyanagi
2006-12-30
1
-0
/
+6
*
|
|
|
[PATCH] KVM: Simplify is_long_mode()
Avi Kivity
2006-12-30
6
-18
/
+14
*
|
|
|
[PATCH] KVM: Use boot_cpu_data instead of current_cpu_data
Avi Kivity
2006-12-30
1
-1
/
+1
*
|
|
|
[PATCH] PIIX/SLC90E66: PIO mode fallback fix
Sergei Shtylyov
2006-12-30
2
-28
/
+25
*
|
|
|
[PATCH] PIIX: remove check for broken MW DMA mode 0
Sergei Shtylyov
2006-12-30
1
-31
/
+0
*
|
|
|
[PATCH] spi_s3c24xx_gpio: use right header
Arnaud Patard (Rtp
2006-12-30
1
-1
/
+1
*
|
|
|
[PATCH] SPI/MTD: mtd_dataflash oops prevention
David Brownell
2006-12-30
1
-1
/
+1
*
|
|
|
[PATCH] m25p80 build fixes (with MTD debug)
David Brownell
2006-12-30
1
-2
/
+2
*
|
|
|
[PATCH] SPI: define null tx_buf to mean "shift out zeroes"
David Brownell
2006-12-30
2
-1
/
+3
*
|
|
|
[PATCH] cciss: build with PROC_FS=n
Randy Dunlap
2006-12-30
1
-1
/
+2
*
|
|
|
[PATCH] Fix compilation of via-pmu-backlight
Andreas Schwab
2006-12-30
1
-1
/
+1
*
|
|
|
[PATCH] Char: isicom, eliminate spinlock recursion
Jiri Slaby
2006-12-30
1
-52
/
+51
[next]