[pkg-fso-commits] [SCM] linux-2.6-openmoko, the Linux 2.6 kernel tree from Openmoko annotated tag, v2.6.19-rc6, created. v2.6.19-rc6
Linus Torvalds
torvalds at woody.osdl.org
Tue Mar 3 14:48:13 UTC 2009
The annotated tag, v2.6.19-rc6 has been created
at 82471364173618c5a97b6c02bf6e72deddde9632 (tag)
tagging 44597f65f6af3c692560a639f61d25398d13d1b6 (commit)
replaces v2.6.19-rc5
tagged by Linus Torvalds
on Wed Nov 15 20:03:51 2006 -0800
- Shortlog ------------------------------------------------------------
Linux 2.6.19-rc6
Last -rc?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQBFW+M/F3YsRnbiHLsRAidSAKCC+XILC6sBKPfqCQUmLyL4fbK1kgCeK53U
Q+j4F1eDETs52mKFt3pfNDc=
=ESZ/
-----END PGP SIGNATURE-----
Aaron Durbin (1):
x86-64: Fix partial page check to ensure unusable memory is not being marked usable.
Adrian Bunk (2):
bcm43xx: Add error checking in bcm43xx_sprom_write()
drivers/telephony/ixj: fix an array overrun
Alan Cox (1):
hpt37x: Check the enablebits
Alan Stern (1):
SCSI core: always store >= 36 bytes of INQUIRY data
Alasdair G Kergon (2):
dm: fix find_device race
dm: suspend: fix error path
Alexey Dobriyan (4):
ipmi_si_intf.c: fix "&& 0xff" typos
V4L/DVB (4795): Tda826x: use correct max frequency
V4L/DVB (4818): Flexcop-usb: fix debug printk
pata_artop: fix "& (1 >>" typo
Andi Kleen (6):
Revert "[PATCH] MMCONFIG and new Intel motherboards"
x86-64: Fix PTRACE_[SG]ET_THREAD_AREA regression with ia32 emulation.
x86-64: Handle reserve_bootmem_generic beyond end_pfn
x86: Add acpi_user_timer_override option for Asus boards
x86-64: Fix vgetcpu when CONFIG_HOTPLUG_CPU is disabled
x86-64: Fix race in exit_idle
Andrew Morton (2):
setup_irq(): better mismatch debugging
revert "PCI: quirk for IBM Dock II cardbus controllers"
Arjan van de Ven (1):
Regression in 2.6.19-rc microcode driver
Benjamin Herrenschmidt (2):
[POWERPC] Fix cell "new style" mapping and add debug
powerpc: windfarm shall request it's sub modules
Brian King (1):
libata: Convert from module_init to subsys_initcall
Bryan O'Sullivan (1):
IB/ipath - program intconfig register using new HT irq hook
Chris Lalancette (1):
[NETPOLL]: Compute checksum properly in netpoll_send_udp().
Corey Minyard (3):
IPMI: Clean up the waiting message queue properly on unload
IPMI: retry messages on certain error returns
IPMI: Fix more && typos
Daniel Ritz (1):
fix via586 irq routing for pirq 5
Darrick J. Wong (1):
libata: fix double-completion on error
David Brownell (1):
usb: MAINTAINERS updates
David Chinner (3):
[XFS] Clean up i_flags and i_flags_lock handling.
[XFS] Prevent a deadlock when xfslogd unpins inodes.
[XFS] Remove KERNEL_VERSION macros from xfs_dmapi.h
David Gibson (1):
hugetlb: check for brk() entering a hugepage region
David Miller (1):
pci: don't try to remove sysfs files before they are setup.
David Rientjes (1):
drivers cris: return on NULL dev_alloc_skb()
Eric Dumazet (1):
vmalloc: optimization, cleanup, bugfixes
Eric W. Biederman (4):
sysctl: Undeprecate sys_sysctl
htirq: refactor so we only have one function that writes to the chip
htirq: allow buggy drivers of buggy hardware to write the registers
Use delayed disable mode of ioapic edge triggered interrupts
Franck Bui-Huu (1):
.gitignore: add miscellaneous files
Geoff Levand (1):
[POWERPC] cell: set ARCH_SPARSEMEM_DEFAULT in Kconfig
Herbert Xu (1):
[NET]: Set truesize in pskb_copy
Hermann Pitton (1):
V4L/DVB (4802): Cx88: fix remote control on WinFast 2000XP Expert
Hoang-Nam Nguyen (3):
IB/ehca: Assure 4K alignment for firmware control blocks
IB/ehca: Use named constant for max mtu
IB/ehca: Activate scaling code by default
Hugh Dickins (2):
hugetlb: prepare_hugepage_range check offset too
hugetlb: fix error return for brk() entering a hugepage region
Ian Kent (1):
autofs4: panic after mount fail
J. Bruce Fields (3):
nfsd4: reindent do_open_lookup()
nfsd4: fix open-create permissions
nfsd: fix spurious error return from nfsd_create in async case
Jean Delvare (2):
V4L/DVB (4817): Fix uses of "&&" where "&" was intended
RDMA/amso1100: Fix && typo
Jeff Garzik (2):
[libata] sata_via: fix obvious typo
Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into upstream-fixes
Jens Axboe (4):
Fix bad data direction in SG_IO
ide-cd: only set rq->errors SCSI style for block pc requests
cciss: fix iostat
cpqarray: fix iostat
Jes Sorensen (1):
mspec driver build fix
Jiri Slaby (2):
[NET]: kconfig, correct traffic shaper
Char: isicom, fix close bug
John Heffner (1):
[TCP]: Don't use highmem in tcp hash size calculation.
John Rose (1):
[POWERPC] pseries: Force 4k update_flash block and list sizes
Jonathan E Brassow (2):
dm: multipath: fix rr_add_path order
dm: raid1: fix waiting for io on suspend
Julian Anastasov (1):
[IPVS]: More endianness fixed.
KAMEZAWA Hiroyuki (1):
ia64: select ACPI_NUMA if ACPI
Kalle Pokki (2):
[POWERPC] CPM_UART: Fix non-console transmit
[POWERPC] CPM_UART: Fix non-console initialisation
Linus Torvalds (19):
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev
Revert "[PATCH] i386: Add MMCFG resources to i386 too"
x86-64: clean up io-apic accesses
x86-64: write IO APIC irq routing entries in correct order
Merge merom:v2.6/linux
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6
Merge master.kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Merge git://oss.sgi.com:8090/xfs/xfs-2.6
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb
[dvb saa7134] Fix missing 'break' for avermedia card case
Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev
Revert "[PATCH] fix Data Acess error in dup_fd"
Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6
Linux 2.6.19-rc6
Magnus Damm (1):
x86-64: setup saved_max_pfn correctly (kdump)
Masami Hiramatsu (1):
kretprobe: fix kretprobe-booster to save regs and set status
Mauro Carvalho Chehab (1):
V4L/DVB (4804): Fix missing i2c dependency for saa7110
Michael Buesch (1):
bcm43xx: Drain TX status before starting IRQs
Michael Chan (1):
[TG3]: Fix array overrun in tg3_read_partno().
Nathan Lynch (1):
nvidiafb: fix unreachable code in nv10GetConfig
NeilBrown (2):
md: change ONLINE/OFFLINE events to a single CHANGE event
md: fix sizing problem with raid5-reshape and CONFIG_LBD=n
Nicolas Kaiser (1):
drivers/ide: stray bracket
Oleg Nesterov (1):
A minor fix for set_mb() in Documentation/memory-barriers.txt
Paul Mackerras (1):
[POWERPC] Make sure initrd and dtb sections get into zImage correctly
Pavel Emelianov (1):
Fix misrouted interrupts deadlocks
Peter Zijlstra (1):
bonding: lockdep annotation
Rafael J. Wysocki (1):
md: do not freeze md threads for suspend
Randy Dunlap (1):
com20020 build fix
Roland Dreier (1):
IB/mad: Fix race between cancel and receive completion
Russell King (1):
Fix missing parens in set_personality()
Sharyathi Nagesh (1):
fix Data Acess error in dup_fd
Simon Horman (1):
[IPVS]: Compile fix for annotations in userland.
Stephen Hemminger (1):
[PKT_SCHED] sch_htb: Use hlist_del_init().
Stephen Rothwell (2):
[POWERPC] Add the thread_siblings files to sysfs
[POWERPC] Wire up sys_move_pages
Steve French (4):
[CIFS] NFS stress test generates flood of "close with pending write" messages
[CIFS] Explicitly set stat->blksize
[CIFS] Fix mount failure when domain not specified
[CIFS] Fix minor problem with previous patch
Steven Rostedt (1):
x86-64: shorten the x86_64 boot setup GDT to what the comment says
Steven Whitehouse (1):
[DECNET]: Endianess fixes (try #2)
Takashi Iwai (1):
ALSA: hda-intel - Disable MSI support by default
Tigran Aivazian (1):
Tigran has moved
Tim Shimmin (1):
[XFS] Keep lockdep happy.
Timo Teras (2):
MMC: Poll card status after rescanning cards
MMC: Do not set unsupported bits in OCR response
Tom Tucker (1):
RDMA/amso1100: Fix unitialized pseudo_netdev accessed in c2_register_device
Vivek Goyal (1):
i386: Force data segment to be 4K aligned
Vlad Apostolov (3):
[XFS] 956618: Linux crashes on boot with XFS-DMAPI filesystem when
[XFS] rename uio_read() to xfs_uio_read()
[XFS] 956664: dm_read_invis() changes i_atime
Wink Saville (1):
Patch for nvidia divide by zero error for 7600 pci-express card
pasky at ucw.cz (3):
V4L/DVB (4814): Remote support for Avermedia 777
V4L/DVB (4815): Remote support for Avermedia A16AR
V4L/DVB (4816): Change tuner type for Avermedia A16AR
-----------------------------------------------------------------------
--
linux-2.6-openmoko, the Linux 2.6 kernel tree from Openmoko
More information about the pkg-fso-commits
mailing list