SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for kernel-PAE-devel-2.6.24.3-34.fc8.i686.rpm :
Tue Mar 11 23:00:00 2008 John W. Linville 2.6.24.3-34
- rt2x00:correct rx packet length for USB devices
- make b43_mac_{enable,suspend}() static
- the scheduled bcm43xx removal
- the scheduled ieee80211 softmac removal
- the scheduled rc80211-simple.c removal
- iwlwifi: Use eeprom form iwlcore
- tkip: remove unused function, other cleanups
- mac80211: remove Hi16, Lo16 helpers
- mac80211: remove Hi8/Lo8 helpers, add initialization vector helpers
- b43: pull out helpers for writing noise table
- libertas: implement SSID scanning for SIOCSIWSCAN
- rt2x00: Align RX descriptor to 4 bytes
- rt2x00: Don\'t use uninitialized desc_len
- rt2x00: Use skbdesc fields for descriptor initialization
- rt2x00: Only disable beaconing just before beacon update
- rt2x00: Upgrade queue->lock to use irqsave
- rt2x00: Move firmware checksumming to driver
- rt2x00: Start bugging when rt2x00lib doesn\'t filter SW diversity
- rt2x00: Check IEEE80211_TXCTL_SEND_AFTER_DTIM flag
- rt2x00: Rename config_preamble() to config_erp()
- rt2x00: Add suspend/resume handlers to rt2x00rfkill
- rt2x00: Make rt2x00leds_register return void
- rt2x00: Always enable TSF ticking
- rt2x00: Fix basic rate initialization
- rt2x00: Fix compile error when rfkill is disabled
- rt2x00: Fix RX DMA ring initialization
- rt2x00: Fix rt2400pci signal
- rt2x00: Release rt2x00 2.1.4
- rt2x00: Only strip preamble bit in rt2400pci
- prism54: support for 124a:4025 - another version of IOGear GWU513 802.11g
- drivers/net/wireless/ath5k - convert == (true|false) to simple logical tests
- include/net/ieee80211.h - remove duplicate include
- rndis_wlan: cleanup, rename and reorder enums and structures
- rndis_wlan: cleanup, rename structure members
- rt2x00: Fix trivial log message
- PS3: gelic: ignore scan info from zero SSID beacons
- rt2x00: Initialize TX control field in data entries
- rt2x00: Use the correct size when copying the control info in txdone
- rt2x00: Don\'t use unitialized rxdesc->size
- ssb: Add SPROM/invariants support for PCMCIA devices
- iwlwifi: update copyright year
- iwlwifi: fix bug to show hidden APs during scan
- iwlwifi: Use sta_bcast_id variable instead of BROADCAST_ID constant
- iwlwifi: Fix endianity in debug print
- iwlwifi: change rate number to a constant

Tue Mar 11 23:00:00 2008 John W. Linville 2.6.24.3-33
- rt2x00: never disable multicast because it disables broadcast too
- rt2x00: Add new D-Link USB ID
- drivers/net/Kconfig: fix whitespace for GELIC_WIRELESS entry
- libertas: fix the \'compare command with itself\' properly

Tue Mar 11 23:00:00 2008 Chuck Ebbert 2.6.24.3-32
- Add missing debug patch.
- Remove the fix for stray GPEs because it breaks ACPI (#436959)

Tue Mar 11 23:00:00 2008 Dave Jones 2.6.24.3-31
- Print values when we overflow resource allocation.

Mon Mar 10 23:00:00 2008 John W. Linville 2.6.24.3-30
- Learn to read preceding changelogs...

Mon Mar 10 23:00:00 2008 John W. Linville 2.6.24.3-29
- Use correct \"Dual BSD/GPL\" license tag for iwlcore.ko

Mon Mar 10 23:00:00 2008 Chuck Ebbert 2.6.24.3-28
- Fix license in iwlcore driver.

Mon Mar 10 23:00:00 2008 Chuck Ebbert 2.6.24.3-27
- usb-serial: fix deadlock (#431379)

Mon Mar 10 23:00:00 2008 John W. Linville 2.6.24.3-26
- iwlwifi: Moving EEPROM handling in iwlcore module
- ath5k: struct ath5k_desc cleanups
- ath5k: move rx and tx status structures out of hardware descriptor
- ath5k: add notes about rx timestamp
- ath5k: work around wrong beacon rx timestamp in IBSS mode
- libertas: convert KEY_MATERIAL to a direct command
- libertas: add LED control TLV to types.h
- libertas: convert 802_11_SCAN to a direct command
- libertas: clean up scan.c, remove zeromac and bcastmac
- iwlwifi: Cancel scanning upon association
- iwlwifi: 802.11n spec removes AUTO offset for FAT channel
- WEXT: add mesh interface type
- mac80211: add mesh interface type
- mac80211: clean up mesh code
- mac80211: mesh hwmp locking fixes
- mac80211: enable mesh in Kconfig
- mac80211: add missing \"break\" statement in mesh code
- mac80211: clarify mesh Kconfig
- mac80211: export mesh_plink_broken
- mac80211: clean up mesh RX path a bit more
- mac80211: fix kernel-doc comment for mesh_plink_deactivate
- mac80211: reorder a few fields in sta_info
- mac80211: split ieee80211_txrx_data
- mac80211: RCU-ify STA info structure access
- mac80211: split sta_info_add
- mac80211: clean up sta_info and document locking
- mac80211: remove STA entries when taking down interface
- mac80211: don\'t clear next_hop in path reclaim
- mac80211: add documentation book
- mac80211: fix sta_info mesh timer bug
- b43: verify sta_notify mac80211 callback
- mac80211: always insert key into list
- mac80211: fix hardware scan completion
- mac80211: don\'t call conf_tx under RCU lock
- wireless: correct warnings from using \'%llx\' for type \'u64\'
- wireless: various definitions for mesh networking
- nl80211/cfg80211: support for mesh, sta dumping
- mac80211: mesh function and data structures definitions
- mac80211: support functions for mesh
- mac80211: support for mesh interfaces in mac80211 data path
- mac80211: mesh data structures and first mesh changes
- mac80211: mesh changes to the MLME
- mac80211: mesh peer link implementation
- mac80211: mesh path table implementation
- mac80211: code for on-demand Hybrid Wireless Mesh Protocol
- mac80211: mesh statistics and config through debugfs
- mac80211: mesh path and mesh peer configuration
- mac80211: complete the mesh (interface handling) code
- mac80211: fix mesh endianness sparse warnings and unmark it as broken
- mac80211: fix incorrect parenthesis
- mac80211: move comment to better location
- mac80211: breakdown mesh network attributes in different extra fields for wext
- mac80211: clean up use of endianness conversion functions
- mac80211: delete mesh_path timer on mesh_path removal
- mac80211: always force mesh_path deletions
- mac80211: add PLINK_ prefix and kernel doc to enum plink_state
- mac80211: path IE fields macros, fix alignment problems and clean up
- mac80211: fix mesh_path and sta_info get_by_idx functions
- zd1211rw: support for mesh interface and beaconing
- ssb: Add Gigabit Ethernet driver
- b43: Add QOS support
- b43: Rename the DMA ring pointers
- b43: Add TX statistics debugging counters
- b43: Fix failed frames status report typo
- ath5k: Add RF2413 srev values
- ath5k: Add RF2413 initial settings
- ath5k: Identify RF2413 and deal with PHY_SPENDING
- ath5k: more RF2413 stuff
- ath5k: Remove RF5413 from rf gain optimization functions
- ath5k: Fixes for PCI-E cards
- ath5k: Make some changes to follow register dumps.
- ath5k: Add 2413 to srev_names so that it shows up during module load
- iwlwifi: fix potential lock inversion deadlock
- mac80211: adding mac80211_tx_control_flags and HT flags
- iwlwifi: use mac80211_tx_control_flags
- mac80211: document IEEE80211_TXCTL_OFDM_HT
- iwlwifi: grab NIC access when disabling aggregations
- iwlwifi: removing unused priv->config
- iwlwifi: refactor init geos function
- iwlwifi: Fix 52 rate report in rx status
- iwlwifi: extract iwl-csr.h
- iwlwifi: Move HBUS address to iwl-csr.h
- iwlwifi: add struct iwl_cfg
- iwlwifi: Take the fw file name from the iwl_cfg.
- iwlwifi: fix locking unbalance in 4965 rate scale
- iwlwifi: add iwl-core module
- iwlwifi: queue functions cleanup
- iwlwifi: Fix 3945 rate scaling
- iwlwifi: 3945 split tx_complete to command and packet function

Mon Mar 10 23:00:00 2008 Chuck Ebbert 2.6.24.3-25
- Use better fix for clearing the direction flag for x86 signal handlers.

Mon Mar 10 23:00:00 2008 Chuck Ebbert 2.6.24.3-24
- ACPI: really disable stray GPEs (#251744)
- x86: clear direction flag before calling signal handlers

Mon Mar 10 23:00:00 2008 Jarod Wilson 2.6.24.3-23
- firewire-sbp2: improved ability to reconnect to devices
following a bus reset
- firewire-sbp2: set proper I/O retry limits in SBP-2 devices

Thu Mar 6 23:00:00 2008 Chuck Ebbert 2.6.24.3-22
- Fix libata DMA masking for HPT and SVW (possible fix for #433557)

Thu Mar 6 23:00:00 2008 John W. Linville 2.6.24.3-21
- correct patch name typo in spec file

Thu Mar 6 23:00:00 2008 John W. Linville 2.6.24.3-20
- add ps3_gelic_wirless driver

Thu Mar 6 23:00:00 2008 Dave Airlie 2.6.24.3-19
- fixup agp/drm patches for F8 kernel

Tue Mar 4 23:00:00 2008 John W. Linville 2.6.24.3-18
- libertas: fix sanity check on sequence number in command response
- p54: fix EEPROM structure endianness
- p54: fix eeprom parser length sanity checks
- rndis_wlan: fix broken data copy
- b43legacy: Fix module init message
- libertas: compare the current command with response
- rc80211-pid: fix rate adjustment
- ssb: Add pcibios_enable_device() return value check
- mac80211: always insert key into list (temporary backport)
- mac80211: fix hardware scan completion (temporary backport)

Mon Mar 3 23:00:00 2008 Jarod Wilson 2.6.24.3-17
- firewire-sbp2: permit drives to suspend (#243210)
- firewire: fix suspend/resume on older PowerPC Macs (#312871)
- firewire: restore bus power on resume on older PowerPC Macs
- firewire: support for first-gen Apple UniNorth controller
- firewire: fix crashes in workqueue jobs

Mon Mar 3 23:00:00 2008 Chuck Ebbert 2.6.24.3-16
- ISDN: don\'t oops on driver load (#362621)

Mon Mar 3 23:00:00 2008 John W. Linville 2.6.24.3-15
- ssb: Add CHIPCO IRQ access functions
- p54: print unknown eeprom fields
- rt2x00: Check for 5GHz band in link tuner
- rt2x00: Release rt2x00 2.1.3
- mac80211: rework TX filtered frame code
- mac80211: atomically check whether STA exists already
- mac80211: Disallow concurrent IBSS/STA mode interfaces
- mac80211: fix debugfs_sta print_mac() warning
- mac80211: fix IBSS code
- adm8211: fix cfg80211 band API conversion
- mac80211: clarify use of TX status/RX callbacks
- mac80211: safely free beacon in ieee80211_if_reinit
- mac80211: remove STA infos last_ack stuff
- mac80211: split ieee80211_key_alloc/free
- mac80211: fix key replacing, hw accel
- b43legacy: Fix nondebug build
- ath5k: fix all endian issues reported by sparse

Mon Mar 3 23:00:00 2008 Chuck Ebbert 2.6.24.3-14
- Allow i686 kernel to boot on Via C3/C7 processors (#435609)

Wed Feb 27 23:00:00 2008 John W. Linville 2.6.24.3-13
- rt2x00: correct address calc for queue private data
- mac80211: better definition of mactime
- mac80211: move function ieee80211_sta_join_ibss()
- mac80211: enable IBSS merging
- p54: use IEEE 802.11e defaults for initialization
- ipw2100/ipw2200: note firmware loading caveat in Kconfig help text
- iwlwifi-2.6: Adds and fixes defines about security
- rt2x00: Fix hw mode registration with mac80211.
- rt2x00: Fix invalid DMA free
- rt2x00: Make rt2x00 less verbose
- rt2x00: Remove MGMT ring initialization
- rt2x00: Select CONFIG_NEW_LEDS
- rt2x00: make csr_cache and csr_addr an union
- rt2x00: Fix scheduling while atomic errors in usb drivers
- rt2x00: Add queue statistics to debugfs
- rt2x00: Fix typo in debug statement
- rt2x00: Fix skbdesc->data_len initialization
- rt2x00: Fix queue->qid initialization
- rt2x00: Cleanup Makefile
- rt2x00: Kill guardian urb during disable_radio
- rt2x00: Release rt2x00 2.1.1
- rt2x00: Send frames out with configured TX power
- rt2x00: Don\'t report driver generated frames to tx_status()
- rt2x00: Filter ACK_CTS based on FIF_CONTROL
- rt2x00: Fix Descriptor DMA initialization
- rt2x00: Remove reset_tsf()
- rt2x00: Rename dscape -> mac80211
- rt2x00: Cleanup mode registration
- rt2x00: Remove async vendor request calls from rt2x00usb
- rt2x00: Fix MAC address defines in rt61pci
- rt2x00: Release rt2x00 2.1.2
- zd1211rw: Fixed incorrect constant name.
- WDEV: ath5k, typecheck on nonDEBUG
- mac80211: defer master netdev allocation to ieee80211_register_hw
- mac80211: give burst time in txop rather than 0.1msec units
- mac80211: fix ecw2cw brain-damage
- rtl818x: fix RTS/CTS-less transmit
- b43(legacy): include full timestamp in beacon frames
- mac80211: convert sta_info.pspoll to a flag
- mac80211: invoke set_tim() callback after setting own TIM info
- mac80211: remove sta TIM flag, fix expiry TIM handling
- mac80211: consolidate TIM handling code
- adm8211: fix sparse warnings
- p54: fix sparse warnings
- ipw2200: le
*_add_cpu conversion
- prism54: Convert acl->sem in a mutex
- prism54: Convert stats_sem in a mutex
- prism54: Convert wpa_sem in a mutex
- b43: Fix bandswitch
- mac80211: Extend filter flag documentation about unsupported flags
- b43: Add HostFlags HI support
- zd1211rw: Fix beacon filter flags thinko
- ssb: Add support for 8bit register access
- mac80211: fix incorrect use of CONFIG_MAC80211_IBSS_DEBUG
- wireless: rt2x00: fix driver menu indenting
- iwlwifi: Update iwlwifi version stamp to 1.2.26
- iwlwifi: fix name of function in comment (_rx_card_state_notif)
- wireless: Convert to list_for_each_entry_rcu()
- mac80211: adjustable number of bits for qdisc pool
- iwlwifi: remove IWL{4965,3945}_QOS
- net/mac80211/: Use time_
* macros
- drivers/net/wireless/atmel.c: Use time_
* macros
- b43legacy: add definitions for MAC control register
- b43legacy: fix upload of beacon packets to the hardware
- b43legacy: fix B43legacy_WARN_ON macro
- iwlwifi: change iwl->priv iwl_priv
* type in iwl-YYY-io.h
- iwlwifi: Add tx_ant_num hw setting variable
- iwlwifi: remove twice defined CSR register
- wireless: update US regulatory domain
- Use a separate config option for the b43 pci to ssb bridge.
- Don\'t build bcm43xx if SSB is static and b43 PCI-SSB bridge is enabled.
- Fix b43 driver build for arm
- rt2x00: Fix antenna diversity
- rt2x00: Add link tuner safe RX toggle states
- rt2x00: Don\'t switch to antenna with low rssi
- rt2x00: Fix rt2x00lib_reset_link_tuner()
- rndis_wlan: fix sparse warnings
- mac80211: fix kmalloc vs. net_ratelimit
- libertas: Remove unused exports
- at76_usb: Add at76_dbg_dump() macro
- at76_usb: Convert DBG_TX levels to use at76_dbg_dump()
- at76_usb: Add DBG_CMD for debugging firmware commands
- at76_usb: add mac80211 support
- at76_usb: Add support for monitor mode
- at76_usb: Add support for WEP
- at76_usb: Remove support the legacy stack
- at76_usb: Use wiphy_name everywhere where needed
- at76_usb: Allocate struct at76_priv using ieee80211_alloc_hw()
- at76_usb: Prepare for struct net_device removal
- at76_usb: Remove struct net_device
- at76_usb: Use net/mac80211.h instead of net/ieee80211.h
- at76_usb: fix missing newlines in printk, improve some messages
- at76_usb: remove unneeded code
- at76_usb: add more MODULE_AUTHOR entries
- at76_usb: reindent, reorder initializers for readability
- at76_usb: make the driver depend on MAC80211

Tue Feb 26 23:00:00 2008 Chuck Ebbert 2.6.24.3-12
- Linux 2.6.24.3

Fri Feb 22 23:00:00 2008 Chuck Ebbert 2.6.24.2-11
- Restore RTC drivers on powerpc kernels (#433262)

Thu Feb 21 23:00:00 2008 John W. Linville 2.6.24.2-10
- wireless: Fix WARN_ON() with ieee802.11b
- rt2x00: Rate structure overhaul
- rt2x00: Remove HWMODE_{A,B,G}
- rt2x00: Use ieee80211_channel_to_frequency()
- rt2x00: Make use of MAC80211_LED_TRIGGERS
- rt2x00: Enable LED class support for rt2500usb/rt73usb
- rt2x00: Fix rate initialization
- rt2x00: Release rt2x00 2.1.0
- cfg80211 API for channels/bitrates, mac80211 and driver conversion
- nl80211: export hardware bitrate/channel capabilities
- mac80211: fix scan band off-by-one error
- mac80211: remove port control enable switch, clean up sta flags
- wireless: fix ERP rate flags
- mac80211: split ieee80211_txrx_result
- mac80211: split RX_DROP
- mac80211: clean up some things in the RX path
- mac80211: remove \"dynamic\" RX/TX handlers
- mac80211: move some code into ieee80211_invoke_rx_handlers
- ath5k: Port to new bitrate/channel API
- ath5k: Cleanup after API changes
- ath5k: ath5k_copy_channels() was not setting the channel band
- ath5k: Use our own Kconfig file, we\'ll be expanding this shortly
- ath5k: Port debug.c over to the new band API and enable as build option
- ath5k: Use software encryption for now
- ath5k/phy.c: fix negative array index
- nl80211: Add monitor interface configuration flags
- mac80211: Use monitor configuration flags
- mac80211: Add cooked monitor mode support
- iwlwifi: initialize ieee80211_channel->hw_value
- iwlwifi: set rate_idx correctly from plcp
- rc80211-pid: fix rate adjustment
- iwlwifi: Fix HT compilation breakage caused by cfg80211 API for channels/bitrates patch
- ath5k: Fix build warnings on some 64-bit platforms.
- p54usb: add USB ID for Phillips CPWUA054
- WDEV: ath5k, fix lock imbalance
- WDEV, ath5k, don\'t return int from bool function
- rtl818x: fix sparse warnings
- zd1211rw: fix sparse warnings
- p54usb: add USB ID for Linksys WUSB54G ver 2
- ssb: Fix serial console on new bcm47xx devices
- ssb: Fix watchdog access for devices without a chipcommon
- ssb: Fix the GPIO API
- ssb: Make the GPIO API reentrancy safe
- ssb: Fix pcicore cardbus mode
- ssb: Fix support for PCI devices behind a SSB->PCI bridge

Mon Feb 18 23:00:00 2008 John W. Linville 2.6.24.2-7
- ath5k: correct padding in tx descriptors
- ipw2200: fix ucode assertion for RX queue overrun
- iwlwifi: Don\'t send host commands on rfkill
- rt2x00: Add new USB ID to rt2500usb
- wavelan: mark hardware interfacing structures as packed
- rndis_wlan: enable stall workaround by link quality instead of link speed
- b43: Add driver load messages
- b43: Add firmware information to modinfo
- b43: Fix firmware load message level
- mac80211: Fix initial hardware configuration
- iwlwifi: earlier rx allocation
- iwlwifi: do not clear GEO_CONFIGURED bit when calling _down
- iwlwifi: only check for association id when associating with AP
- b43legacy: fix DMA for 30/32-bit DMA engines
- b43legacy: add firmware information to modinfo
- b43legacy: fix firmware load message level
- b43legacy: Add driver load messages
- iwlwifi: reverting \'misc wireless annotations\' patch for iwlwifi

Mon Feb 18 23:00:00 2008 Chuck Ebbert 2.6.24.2-6
- Bump version.

Sun Feb 17 23:00:00 2008 Chuck Ebbert 2.6.24.2-5
- Disable ACPI power information in sysfs (ACPI_SYSFS_POWER).
- Kill annoying audio driver messages.

Fri Feb 15 23:00:00 2008 Chuck Ebbert 2.6.24.2-4
- Bump version.

Fri Feb 15 23:00:00 2008 Chuck Ebbert 2.6.24.2-3
- Restore missing ppc32 patch.
- Add USB video camera (UVC) drivers.

Fri Feb 15 23:00:00 2008 Chuck Ebbert 2.6.24.2-2
- Linux 2.6.24.2

Sun Feb 10 23:00:00 2008 Dave Airlie 2.6.23.15-137
- CVE-2008-0600 - local root vulnerability in vmsplice

Fri Feb 8 23:00:00 2008 Chuck Ebbert 2.6.23.15-136
- Linux 2.6.23.15
- Fix Megahertz PCMCIA Ethernet adapter (#233255)

Wed Feb 6 23:00:00 2008 Chuck Ebbert 2.6.23.14-135
- Bump version.

Wed Feb 6 23:00:00 2008 Chuck Ebbert 2.6.23.14-134
- Use the upstream fix for futex locking.
- Fix oops in netfilter (#430663)

Tue Feb 5 23:00:00 2008 Chuck Ebbert 2.6.23.14-133
- ACPI: fix early init of EC (#426480)

Tue Feb 5 23:00:00 2008 Chuck Ebbert 2.6.23.14-132
- ACPI: fix multiple problems with brightness controls (#427518)

Tue Feb 5 23:00:00 2008 Chuck Ebbert 2.6.23.14-131
- ALSA: fix audio on some systems with STAC codec (#431360)

Tue Feb 5 23:00:00 2008 Jarod Wilson 2.6.23.14-130
- Pull in additional firewire fixes from upstream. Should resolve
most \'giving up on config rom\' problems (#429598).

Tue Feb 5 23:00:00 2008 Chuck Ebbert 2.6.23.14-129
- ASUS Eeepc hotkey ACPI driver.

Thu Jan 31 23:00:00 2008 Chuck Ebbert 2.6.23.14-128
- Strip extra leading slashes from path names in selinux.

Thu Jan 31 23:00:00 2008 Chuck Ebbert 2.6.23.14-127
- Added Atheros L2 fast Ethernet driver (atl2).

Wed Jan 30 23:00:00 2008 Chuck Ebbert 2.6.23.14-125
- Fix segfaults from using vdso=2 (#427641)

Fri Jan 25 23:00:00 2008 Chuck Ebbert 2.6.23.14-124
- Unset CONFIG_USB_DEVICE_CLASS (#362221)

Fri Jan 25 23:00:00 2008 Chuck Ebbert 2.6.23.14-123
- Fix the initio driver broken in 2.6.23. (#390531)

Fri Jan 25 23:00:00 2008 Chuck Ebbert 2.6.23.14-122
- Drop obsolete ptrace patch.

Fri Jan 25 23:00:00 2008 Chuck Ebbert 2.6.23.14-121
- Add support for new Macbook touchpads (#426574)

Wed Jan 23 23:00:00 2008 John W. Linville 2.6.23.14-120
- bump release to get around Koji wierdness

Wed Jan 23 23:00:00 2008 John W. Linville 2.6.23.14-119
- Latest wireless updates from upstream
- Remove obsolete ath5k and rtl8180 patches
- Add rndis_wext driver

Tue Jan 22 23:00:00 2008 Chuck Ebbert 2.6.23.14-118
- Fix futex oops on uniprocessor machine. (#429412)

Tue Jan 22 23:00:00 2008 Chuck Ebbert 2.6.23.14-117
- Work around broken Seagate LBA48 disks (#429364)

Tue Jan 22 23:00:00 2008 Chuck Ebbert 2.6.23.14-116
- Fix memory leak in netlabel code (F7#352281)

Mon Jan 21 23:00:00 2008 Chuck Ebbert 2.6.23.14-115
- No change, just increment release.

Sat Jan 19 23:00:00 2008 Kyle McMartin 2.6.23.14-114
- Revert CONFIG_PHYSICAL_START on x86_64.

Fri Jan 18 23:00:00 2008 Chuck Ebbert 2.6.23.14-113
- Fix loss of mouse sync on some systems (#427697)
- Revert \"libata: allow short SCSI commands for ATAPI devices\" (F7#429353)

Thu Jan 17 23:00:00 2008 Chuck Ebbert 2.6.23.14-112
- Set x86 CONFIG_PHYSICAL_START=0x400000

Thu Jan 17 23:00:00 2008 John W. Linville 2.6.23.14-111
- More wireless fixes headed for 2.6.24
- More wireless updates headed for 2.6.25

Thu Jan 17 23:00:00 2008 Dave Airlie 2.6.23.14-108
- update r500 patch to not have duplicate pciids.

Mon Jan 14 23:00:00 2008 Kyle McMartin 2.6.23.14-107
- Linux 2.6.23.14

Fri Jan 11 23:00:00 2008 Jarod Wilson 2.6.23.13-106
- FireWire update, should enable iidc reception on all controllers
- Update lirc bits to latest upstream

Thu Jan 10 23:00:00 2008 John W. Linville 2.6.23.13-105
- rt2500usb thinko fix
- b43 N phy pre-support updates
- ath5k cleanups and beacon fixes

Wed Jan 9 23:00:00 2008 John W. Linville 2.6.23.13-104
- More wireless fixes for 2.6.24
- More wireless update for 2.6.25
- Enable CONFIG_NL80211

Wed Jan 9 23:00:00 2008 Chuck Ebbert 2.6.23.13-103
- Linux 2.6.23.13

Tue Jan 8 23:00:00 2008 Chuck Ebbert 2.6.23.12-102
- Restore /proc/slabinfo (#396041)

Fri Jan 4 23:00:00 2008 John W. Linville 2.6.23.12-101
- Another round of wireless fixes headed for 2.6.24
- Another round of wireless updates headed for 2.6.25

Fri Dec 21 23:00:00 2007 Chuck Ebbert 2.6.23.12-100
- USB: Use upstream version of the Huawei USB modem fix.

Wed Dec 19 23:00:00 2007 John W. Linville 2.6.23.12-99
- Some wireless fixes headed for 2.6.24
- Some wireless updates headed for 2.6.25

Tue Dec 18 23:00:00 2007 Chuck Ebbert 2.6.23.12-98
- Linux 2.6.23.12
- Add fixed version of APM emulation patch removed in 2.6.23.10

Sat Dec 15 23:00:00 2007 David Woodhouse 2.6.23.10-97
- Fix IPv6 checksums for pasemi-mac

Fri Dec 14 23:00:00 2007 Chuck Ebbert 2.6.23.10-96
- Linux 2.6.23.10

Fri Dec 14 23:00:00 2007 Chuck Ebbert 2.6.23.9-95
- Update utrace to latest.

Fri Dec 14 23:00:00 2007 David Woodhouse 2.6.23.9-94
- Re-enable and fix pasemi-mac (and gpio-mdio)

Fri Dec 14 23:00:00 2007 David Woodhouse 2.6.23.9-91
- PA Semi platform fixes
- Fix OProfile on non-Cell ppc64

Wed Dec 12 23:00:00 2007 Dave Airlie 2.6.23.9-90
- fixup radeon r500 patch to apply to proper function

Wed Dec 12 23:00:00 2007 Dave Airlie 2.6.23.9-89
- Add support for r500 DRM for making 2D accel go faster

Tue Dec 11 23:00:00 2007 Chuck Ebbert 2.6.23.9-88
- Enable the USB IO-Warrior driver. (#419661)
- ALSA: snd-hda-intel: don\'t go into polling mode. (#417141)

Mon Dec 10 23:00:00 2007 Chuck Ebbert 2.6.23.9-87
- highres-timers: update to -hrt4 (#394981); includes hang fix

Mon Dec 10 23:00:00 2007 John W. Linville 2.6.23.9-86
- add module alias for \"zd1211rw-mac80211\"

Fri Dec 7 23:00:00 2007 Chuck Ebbert 2.6.23.9-84
- highres-timers: fix possible hang

Thu Dec 6 23:00:00 2007 Chuck Ebbert 2.6.23.9-82
- libata: fix AHCI controller reset (#411171)
- ACPI: don\'t init EC early if it has no _INI method (#334781)

Wed Dec 5 23:00:00 2007 Chuck Ebbert 2.6.23.9-81
- Fix some cpuidle bugs, should fix hangs on startup.

Wed Dec 5 23:00:00 2007 John W. Linville 2.6.23.9-80
- Some wireless driver bits headed for 2.6.25

Tue Dec 4 23:00:00 2007 Chuck Ebbert 2.6.23.9-79
- libata: fix ATAPI tape drives (#394961)
- libata: allow short SCSI commands for ATAPI devices

Mon Dec 3 23:00:00 2007 Jarod Wilson 2.6.23.9-78
- Fix FireWire OHCI 1.1 regression introduced by 1.0 support

Sat Dec 1 23:00:00 2007 John W. Linville 2.6.23.9-77
- Some wireless bits headed for 2.6.25
- Make ath5k use software WEP

Fri Nov 30 23:00:00 2007 Chuck Ebbert 2.6.23.9-76
- ALSA: fix missing controls on some drivers (#370821)
- ACPI: send initial button state on startup (#275651)

Fri Nov 30 23:00:00 2007 Chuck Ebbert 2.6.23.9-75
- Disable e1000 link power management (#400561)

Fri Nov 30 23:00:00 2007 Jarod Wilson 2.6.23.9-74
- Improved FireWire OHCI 1.0 Isochronous Receive support (#344851)

Fri Nov 30 23:00:00 2007 John W. Linville 2.6.23.9-73
- Some more wireless bits headed for 2.6.24

Thu Nov 29 23:00:00 2007 John W. Linville 2.6.23.9-72
- Resync wireless bits headed for 2.6.24
- Resync wireless bits headed for 2.6.25

Wed Nov 28 23:00:00 2007 David Woodhouse 2.6.23.9-71
- Add support for MPC52xx FEC (again)

Wed Nov 28 23:00:00 2007 Chuck Ebbert 2.6.23.9-70
- Fix further bugs in init of Huawei USB modem (#253096)
- Fix libata handling of IO ready test (#389971)

Wed Nov 28 23:00:00 2007 Chuck Ebbert 2.6.23.9-69
- Add support for SiS 7019 audio for K12LTSP project

Tue Nov 27 23:00:00 2007 Kyle McMartin 2.6.23.9-68
- Some USB disks spin themselves down automatically and need
scsi_device.allow_restart enabled so they\'ll spin back up.

Tue Nov 27 23:00:00 2007 John W. Linville 2.6.23.9-67
- Fix NULL ptr reference in iwlwifi (CVE-2007-5938)

Tue Nov 27 23:00:00 2007 Chuck Ebbert 2.6.23.9-66
- ALSA 1.0.15 20071120

Mon Nov 26 23:00:00 2007 Kyle McMartin 2.6.23.9-65
- Linux 2.6.23.9

Mon Nov 26 23:00:00 2007 Chuck Ebbert 2.6.23.8-64
- Set CONFIG_USB_DEVICE_CLASS (#397571)

Wed Nov 21 23:00:00 2007 John W. Linville 2.6.23.8-63
- Revise b43 rev D support (new upstream patch)
- Restore ability to add/remove virtual i/fs to mac80211 devices

Tue Nov 20 23:00:00 2007 Chuck Ebbert 2.6.23.8-62
- Linux 2.6.23.9-rc1

Mon Nov 19 23:00:00 2007 Chuck Ebbert 2.6.23.8-61
- Fix oops in netfilter NAT module (#259501)

Mon Nov 19 23:00:00 2007 Chuck Ebbert 2.6.23.8-60
- libata: fix resume on some systems
- libata: fix pata_serverworks with some drive combinations

Mon Nov 19 23:00:00 2007 Chuck Ebbert 2.6.23.8-59
- Linux 2.6.23.8

Thu Nov 15 23:00:00 2007 John W. Linville 2.6.23.1-56
- wireless fixes from 2.6.24
- wireless updates destined for 2.6.25
- ath5k driver updates
- add rtl8180 driver
- enable libertas driver
- add experimental b43 rev D support

Thu Nov 15 23:00:00 2007 Chuck Ebbert 2.6.23.1-55
- Add DMI based autoloading for the Dell dcdbas driver (#248257)

Wed Nov 14 23:00:00 2007 Jarod Wilson 2.6.23.1-54
- Initial FireWire OHCI 1.0 Isochronous Receive support (#344851)

Tue Nov 13 23:00:00 2007 Chuck Ebbert 2.6.23.1-53
- Disable precise CPU time accounting, fixing a divide-by-zero bug.
- Disable transparent PCI bridge resizing.

Tue Nov 13 23:00:00 2007 Chuck Ebbert 2.6.23.1-52
- Add touchpad support for Dell Vostro 1400 and Thinkpad R61 (#375471)

Tue Nov 13 23:00:00 2007 Chuck Ebbert 2.6.23.1-51
- Fix completely broken sata_sis libata driver (#365331)

Fri Nov 9 23:00:00 2007 Eric Paris 2.6.23.1-50
- Fix loop iteration problem in selinux ebitmap code

Thu Nov 8 23:00:00 2007 John W. Linville 2.6.23.1-49
- Resync wireless bits from current upstream

Wed Nov 7 23:00:00 2007 Chuck Ebbert 2.6.23.1-48
- md/raid5: fix misapplication of previous patch
- net: fix panic removing devices from teql secheduler
- net: fix oops in l2tp transmit and receive
- nfs: fix writeback race causing data corruption
- x86 setup: fix boot on 486DX4 processor

Tue Nov 6 23:00:00 2007 Chuck Ebbert 2.6.23.1-47
- update utrace

Tue Nov 6 23:00:00 2007 Chuck Ebbert 2.6.23.1-46
- ALSA updates:
hda: revert STAC92XX volume control changes (#354981)
hda: add STAC92XX DMIC support
hda: disable shared stream on AD1986A
cmipci: fix wrong definitions
- CIFS: fix corruption when server returns EAGAIN (#357001)
- ACPI: suspend/resume fixes
- drivers: restore platform driver modaliases
- x86: fix tsc clocksource calibration
- x86_64: fix global tlb flushing bug
- hidinput: add powerbook driver to x86_64 config (#358721)
- spider_net: fix hang
- mm: fix invalid ptrace access causing kernel hang
- direct-io: fix return of stale data after DIO write
- md/raid5: fix data corruption in some failure cases
- serial: add IDs for some new Wacom tablets (#352811)

Tue Nov 6 23:00:00 2007 David Airlie 2.6.23.1-44
- Fix bug 228414 - X hangs at startup with Radeon X800 GTO PCIe with DRI

Sat Nov 3 23:00:00 2007 David Woodhouse 2.6.23.1-43
- Apply PS3 EHCI workaround to make rebooting work when hci_usb is loaded

Tue Oct 30 23:00:00 2007 Dave Jones 2.6.23.1-42
- Disable PCI MMCONFIG by default. (Boot with pci=msi if you need it)
Works around bz 329241 amongst others.

Mon Oct 29 23:00:00 2007 Chuck Ebbert 2.6.23.1-41
- Enable hamradio drivers.

Mon Oct 29 23:00:00 2007 David Woodhouse 2.6.23.1-40
- Disable PS3 wireless for now (#343901)

Mon Oct 29 23:00:00 2007 Dave Jones 2.6.23.1-39
- Revert: x86_64: allocate sparsemem memmap above 4G (fixes bz #249174)
(Much thanks to Martin Ebourne for tracking this down).

Mon Oct 29 23:00:00 2007 Dave Jones 2.6.23.1-38
- Change CRYPTO_CRC32 to built-in for F8 (bz #208607)

Sat Oct 27 00:00:00 2007 John W. Linville 2.6.23.1-37
- iwlwifi: clear irqs before enabling them

Fri Oct 26 00:00:00 2007 Chuck Ebbert 2.6.23.1-36
- ALSA 1.0.15
- Fix ppc64 DSO unwinder bug (#350291).
- Fix linker script bug preventing Fedora bringup on IA64.
- Kill not-always-relevant debug message in ath5k driver.

Thu Oct 25 00:00:00 2007 Dave Jones 2.6.23.1-35
- Disable early boot debugging for release.

Thu Oct 25 00:00:00 2007 Roland McGrath 2.6.23.1-34
- Install System.map in kernel-devel packages.

Wed Oct 24 00:00:00 2007 John W. Linville 2.6.23.1-33
- quiet mac80211 decryption noise when frames may not be for us

Wed Oct 24 00:00:00 2007 Eric Paris 2.6.23.1-32
- check sigchld when waiting on a task (gdb/selinux interaction)

Wed Oct 24 00:00:00 2007 John W. Linville 2.6.23.1-31
- remove problematic hunk from ath5k fixes patch

Tue Oct 23 00:00:00 2007 Adam Jackson 2.6.23.1-30
- Add e1000.eeprom_bad_csum_allow

Mon Oct 22 00:00:00 2007 Jarod Wilson 2.6.23.1-29
- Log warning about unimplemented isochronous I/O on
firewire ohci 1.0 controllers (bz #344851)

Sat Oct 20 00:00:00 2007 John W. Linville 2.6.23.1-28
- iwl4965-base.c: fix off-by-one errors
- ipw2100: send WEXT scan events
- rt2x00: Add new rt73usb USB ID
- zd1211rw, fix oops when ejecting install media
- rt2x00: Fix residual check in PLCP calculations.
- rtl8187: Fix more frag bit checking, rts duration calc
- iwlwifi: set correct base rate for A band in rs_dbgfs_set_mcs
- iwlwifi: Fix rate setting in probe request for HW scan

Fri Oct 19 00:00:00 2007 Dave Jones 2.6.23.1-26
- Silence i8042 \'error\' on imacs and such.

Fri Oct 19 00:00:00 2007 Dave Jones 2.6.23.1-25
- Disable polling before registering netdevice in e100.

Fri Oct 19 00:00:00 2007 John W. Linville 2.6.23.1-24
- avoid null ptr dereference in rx path of zd1201 driver

Thu Oct 18 00:00:00 2007 John W. Linville 2.6.23.1-23
- iee80211: fix an endian bug
- mac80211: change BSSID list key to (BSSID, SSID, frequency) tuple
- mac80211: make honor IW_SCAN_THIS_ESSID
- mac80211: don\'t fail IE parse if junk at end of frame

Thu Oct 18 00:00:00 2007 Chuck Ebbert 2.6.23.1-22
- Revert to less-accurate but stable 2.6.22 cputime accounting.

Thu Oct 18 00:00:00 2007 John W. Linville 2.6.23.1-21
- ath5k fix to avoid oops on driver load w/ unknown/unsupported cards

Thu Oct 18 00:00:00 2007 Dave Jones 2.6.23.1-20
- Update highres timers patch to 2.6.23-hrt3.

Thu Oct 18 00:00:00 2007 Chuck Ebbert 2.6.23.1-19
- Use upstream libata DMA disable patch
(libata.dma parameter replaces libata.pata_dma)

Wed Oct 17 00:00:00 2007 Eric Paris 2.6.23.1-18
- SELinux: performance: do not revalite perms on read/write
- SELinux: performance: use ebitmaps to speed up AVC misses
- SELinux: performance: fix warnings in ebitmaps to speed up AVC misses

Wed Oct 17 00:00:00 2007 Dave Jones 2.6.23.1-17
- Disable sparse builds.

Wed Oct 17 00:00:00 2007 John W. Linville 2.6.23.1-16
- ath5k updates

Wed Oct 17 00:00:00 2007 Dave Airlie 2.6.23.1-15
- fix i915 drm memory allocation issue

Tue Oct 16 00:00:00 2007 Jeremy Katz 2.6.23.1-13
- fix thinkpad key events for volume/brightness

Tue Oct 16 00:00:00 2007 Dave Jones 2.6.23.1-14
- Update highres timers patch to 2.6.23-hrt2.

Tue Oct 16 00:00:00 2007 Dave Jones 2.6.23.1-12
- Reenable \'quiet\' mode.

Tue Oct 16 00:00:00 2007 Dave Jones 2.6.23.1-11
- Work around E1000 corrupt EEPROM problem.

Sat Oct 13 00:00:00 2007 Dave Jones 2.6.23.1-10
- Disable debug, start doing -debug builds again.

Sat Oct 13 00:00:00 2007 Dave Jones 2.6.23.1-8
- 2.6.23.1

Sat Oct 13 00:00:00 2007 Jarod Wilson 2.6.23-7
- Fix virtual kernel-arch Provides for flavored kernels (bz #327961)
- Add paeonly build flag

Fri Oct 12 00:00:00 2007 Dave Jones 2.6.23-6
- Fix race in e100 driver.

Thu Oct 11 00:00:00 2007 John W. Linville 2.6.23-5
- fix scanning for hidden SSID w/ NetworkManager

Thu Oct 11 00:00:00 2007 Dave Jones 2.6.23-4
- Update highres timers patch to latest upstream (2.6.23-hrt1)

Thu Oct 11 00:00:00 2007 Chuck Ebbert 2.6.23-3
- Fix date/time printed during boot.
- Port ACPI suspend/resume fixes to cpuidle.

Thu Oct 11 00:00:00 2007 Chuck Ebbert 2.6.23-2
- Don\'t use incremental patches for -stable updates.
- Add USB modem fix from Fedora 7 kernel to Fedora 8.

Wed Oct 10 00:00:00 2007 Dave Jones 2.6.23-1
- 2.6.23

Wed Oct 10 00:00:00 2007 Dave Jones
- 2.6.23-rc9-git7

Wed Oct 10 00:00:00 2007 Dave Jones
- Fix lockdep bug in firewire.

Tue Oct 9 00:00:00 2007 Dave Jones
- Add a bunch of modules to the 586 kernel for the livecd.

Tue Oct 9 00:00:00 2007 Dave Jones
- 2.6.23-rc9-git6

Sun Oct 7 00:00:00 2007 Dave Jones
- 2.6.23-rc9-git4

Sat Oct 6 00:00:00 2007 Chuck Ebbert
- Enable HID debugging in all kernels

Sat Oct 6 00:00:00 2007 Dave Jones
- 2.6.23-rc9-git2

Sat Oct 6 00:00:00 2007 John W. Linville
- Back-out last round of wireless updates

Thu Oct 4 00:00:00 2007 John W. Linville
- Update wireless bits from upstream

Wed Oct 3 00:00:00 2007 Dave Jones
- 2.6.23-rc9-git1

Wed Oct 3 00:00:00 2007 Dave Jones
- 2.6.23-rc9

Mon Oct 1 00:00:00 2007 Dave Jones
- 2.6.23-rc8-git4

Sat Sep 29 00:00:00 2007 Chuck Ebbert
- fix X86 memory detection (bz #311491)

Sat Sep 29 00:00:00 2007 Dave Airlie
- Add i965 drm patch to fix vblank interrupts - should be upstream soon

Fri Sep 28 00:00:00 2007 John W. Linville
- A few iwlwifi and ath5k fixes

Fri Sep 28 00:00:00 2007 Chuck Ebbert
- Linux 2.6.23-rc8-git2
- Re-add AMD timer fix removed from upstream
- Fix hotplug CPU (broken by AMD timer patch)

Fri Sep 28 00:00:00 2007 John W. Linville
- Fix-up botched wireless patch restructuring...

Thu Sep 27 00:00:00 2007 John W. Linville
- Update and restructure wireless patches

Thu Sep 27 00:00:00 2007 Chuck Ebbert
- x86 e820 bugfix

Thu Sep 27 00:00:00 2007 Chuck Ebbert
- Linux 2.6.23-rc8-git1

Thu Sep 27 00:00:00 2007 Dave Jones
- Switch back to ye olde RTC driver. At least it worked.

Thu Sep 27 00:00:00 2007 Chuck Ebbert
- Remove extended EDD boot debugging.
- Shorten i386 oops reports by three lines.

Wed Sep 26 00:00:00 2007 Dave Jones
- Disable RTC_HCTOSYS. The initscripts already do this for us.

Wed Sep 26 00:00:00 2007 Dave Jones
- x86-64: Disable local APIC timer use on AMD systems with C1E.

Tue Sep 25 00:00:00 2007 Dave Jones
- 2.6.23-rc8

Tue Sep 25 00:00:00 2007 Roland McGrath
- Fix powerpc oops on ptrace after exec. (#301791)

Tue Sep 25 00:00:00 2007 Dave Jones
- Disable generic RTC.

Tue Sep 25 00:00:00 2007 Chuck Ebbert
- Fix IDE on ppc Pegasos platform (F7 bz #247602)

Tue Sep 25 00:00:00 2007 Dave Jones
- Update hi-res timers patch to .23rc7-hrt1.

Tue Sep 25 00:00:00 2007 Dave Jones
- 2.6.23-rc7-git5

Mon Sep 24 00:00:00 2007 Dave Jones
- 2.6.23-rc7-git4

Sun Sep 23 00:00:00 2007 Chuck Ebbert
- 2.6.23-rc7-git3

Sat Sep 22 00:00:00 2007 Chuck Ebbert
- Build dcdbas and dell_rbu modules on i586 (#216304)

Fri Sep 21 00:00:00 2007 Chuck Ebbert
- 2.6.23-rc7-git1

Fri Sep 21 00:00:00 2007 Dave Jones
- Enable tcrypt module for crypto testing.

Fri Sep 21 00:00:00 2007 Dave Jones
- Enable SECMARK by default.

Fri Sep 21 00:00:00 2007 Dave Jones
- 2.6.23-rc7

Fri Sep 21 00:00:00 2007 Dave Airlie
- drm-mm-git.patch - pull in DRM git queue
- nouveau-drm.patch - update nouveau patch on top of drm git queue

Thu Sep 20 00:00:00 2007 Chuck Ebbert
- Linux 2.6.23-rc6-git8
- Enable Secure Computing (CONFIG_SECCOMP) (#295841)

Wed Sep 19 00:00:00 2007 Eric Sandeen
- ext3 bugfixes: fix potential corruption in do_split dx leaf split (#28650),
handle dx directory corruption gracefully, w/o BUG (#236464).
- xfs bugfixes: setfattr/getfattr/getversion 32-bit compat fixes (#291981),
log replay vs. filesize update fixes from sgi.

Wed Sep 19 00:00:00 2007 John W. Linville
- Update bits from wireless-2.6 and wireless-dev

Tue Sep 18 00:00:00 2007 Chuck Ebbert
- Linux 2.6.23-rc6-git7

Sat Sep 15 00:00:00 2007 Chuck Ebbert
- leave boot option as \"libata.pata_dma\" for now

Sat Sep 15 00:00:00 2007 Chuck Ebbert
- x86 setup: limit number of EDD devices scanned
- x86 setup: print number of EDD device during scan
- libata: change boot option name to \"libata.dma\"
(still only affects PATA drives)

Fri Sep 14 00:00:00 2007 Chuck Ebbert
- Linux 2.6.23-rc6-git4

Fri Sep 14 00:00:00 2007 Chuck Ebbert
- Linux 2.6.23-rc6-git3
- disable stack overflow debugging on i386

Thu Sep 13 00:00:00 2007 Dave Jones
- Change ACPI dock drivers to be built-in.

Thu Sep 13 00:00:00 2007 Chuck Ebbert
- Linux 2.6.23-rc6-git2

Thu Sep 13 00:00:00 2007 Chuck Ebbert
- Linux 2.6.23-rc6-git1

Thu Sep 13 00:00:00 2007 Chuck Ebbert
- better debug message for SSB driver
- acpi: fix EC initialization (from linux-acpi.git)

Wed Sep 12 00:00:00 2007 Roland McGrath
- utrace update (#248532, #267161, #284311)

Wed Sep 12 00:00:00 2007 Chuck Ebbert
- fix emulated vmware SCSI disks
- add option to disable libata PATA DMA

Wed Sep 12 00:00:00 2007 Chuck Ebbert
- Linux 2.6.23-rc6

Tue Sep 11 00:00:00 2007 Chuck Ebbert
- fix clock warping on x86_64

Tue Sep 11 00:00:00 2007 Chuck Ebbert
- x86: fix debug early boot

Fri Sep 7 00:00:00 2007 Chuck Ebbert
- x86: debug early boot

Fri Sep 7 00:00:00 2007 Chuck Ebbert
- fix imbalance in scheduler on multicore systems

Fri Sep 7 00:00:00 2007 Chuck Ebbert
- fix Xen boot problem
- fix boot hang on Via C7 CPU
- Fix oops in networking code

Fri Sep 7 00:00:00 2007 Chuck Ebbert
- exec-shield: enable interrupts in do_iret_error()

Thu Sep 6 00:00:00 2007 Chuck Ebbert
- 2.6.23-rc5-git1

Wed Sep 5 00:00:00 2007 Chuck Ebbert
- fix DMA mode on VIA 6421

Wed Sep 5 00:00:00 2007 Chuck Ebbert
- Fix oops in cpuidle under QEMU

Wed Sep 5 00:00:00 2007 Roland McGrath
- utrace update (#232837, #248532)

Mon Sep 3 00:00:00 2007 Dave Jones
- Fix oops in IPv4.

Sun Sep 2 00:00:00 2007 Dave Jones
- Terminate list in ata-piix

Sun Sep 2 00:00:00 2007 Dave Jones
- 2.6.23-rc5

Sat Sep 1 00:00:00 2007 Dave Jones
- 2.6.23-rc4-git3

Sat Sep 1 00:00:00 2007 Dave Jones
- Fix booting on Dell I5150.
Apparently some VESA BIOS implementations clobber registers when called.

Sat Sep 1 00:00:00 2007 Dave Jones
- Reenable CONFIG_ACPI_PROC_EVENT for now, acpid isn\'t ready.

Sat Sep 1 00:00:00 2007 Dave Jones
- 2.6.23-rc4-git2

Fri Aug 31 00:00:00 2007 John W. Linville
- Update bits from wireless-2.6 and wireless-dev

Thu Aug 30 00:00:00 2007 Roland McGrath
- Add ppc64 back to vdso_arches.

Thu Aug 30 00:00:00 2007 Chuck Ebbert
- enable the i82365 PCMCIA driver
- add debug code to acpi_os_write_port for bug 258641

Thu Aug 30 00:00:00 2007 David Woodhouse
- Re-enable ppc32 build.

Wed Aug 29 00:00:00 2007 Dave Jones
- Enable ACPI ATA objects.

Wed Aug 29 00:00:00 2007 Dave Jones
- 2.6.23-rc4

Wed Aug 29 00:00:00 2007 Peter Jones
- Fix collect_modules_list to handle ppc64\'s dot-prefixed function symbols.

Tue Aug 28 00:00:00 2007 Jarod Wilson
- Add lirc.org drivers

Tue Aug 28 00:00:00 2007 Kristian Høgsberg
- Add patch from Stefan Richter to support multi-lun SBP-2 devices (#242254).

Mon Aug 27 00:00:00 2007 Dave Jones
- Resurrect 586 support.

Mon Aug 27 00:00:00 2007 Dave Jones
- Fix async scanning double-add problems.

Mon Aug 27 00:00:00 2007 Dave Jones
- 2.6.23-rc3-git10

Sat Aug 25 00:00:00 2007 Kristian Høgsberg
- Add patch for the \"status write for unknown orb\" firewire-sbp2 error.

Sat Aug 25 00:00:00 2007 Dave Jones
- 2.6.23-rc3-git7

Fri Aug 24 00:00:00 2007 Eric Sandeen
- Update xfs filesystem for bug fixes & stack reduction

Fri Aug 24 00:00:00 2007 John W. Linville
- Update wireless-dev bits (mac80211, rt2x00, b43, ssb)
- Add b43legacy driver
- Add ath5k driver
- Add at76_usb driver

Fri Aug 24 00:00:00 2007 Dave Jones
- 2.6.23-rc3-git6

Thu Aug 23 00:00:00 2007 Dave Jones
- 2.6.23-rc3-git5

Thu Aug 23 00:00:00 2007 Dave Jones
- 2.6.23-rc3-git4

Wed Aug 22 00:00:00 2007 Dave Jones
- Rebase utrace.

Tue Aug 21 00:00:00 2007 Dave Jones
- Add new variant of lparmap ppc buildfix

Tue Aug 21 00:00:00 2007 Dave Jones
- 2.6.23-rc3-git2

Tue Aug 21 00:00:00 2007 Jarod Wilson
- Better fix for variant kernel %post scriptlet generation

Tue Aug 21 00:00:00 2007 Tom \"spot\" Callaway
- fix post -smp scriplet

Mon Aug 20 00:00:00 2007 Dave Jones
- Remove unneeded compile fix.

Sat Aug 18 00:00:00 2007 John W. Linville
- Update wireless-dev bits (upstream fixes, b43, ssb)
- mac80211: rate limit WEP bad keyidx message
- ssb: fix auto-load

Sat Aug 18 00:00:00 2007 Tom \"spot\" Callaway
- sparc64 changes

Sat Aug 18 00:00:00 2007 Dave Jones
- Remove dead tux config symbols.

Fri Aug 17 00:00:00 2007 Roland McGrath
- commit missed powerpc vdso install update
- fix vdso spec hacks for --with vanilla

Fri Aug 17 00:00:00 2007 Chuck Ebbert
- export GFS2 symbols for lock modules

Thu Aug 16 00:00:00 2007 Chuck Ebbert
- enable ACPI debugging in -debug builds

Thu Aug 16 00:00:00 2007 Chuck Ebbert
- e1000e updates

Thu Aug 16 00:00:00 2007 Dave Jones
- Enable BSG.

Wed Aug 15 00:00:00 2007 Dave Jones
- 2.6.23-rc3-git1

Wed Aug 15 00:00:00 2007 Chuck Ebbert
- set CONFIG_NET_RADIO (#251094)

Wed Aug 15 00:00:00 2007 John W. Linville
- Update wireless-dev bits (mac80211, bcm43xx -> b43, ssb)

Tue Aug 14 00:00:00 2007 Dave Jones
- Add patch-2.6.23-rc3-hrt2.patch, bringing X86-64 tickless back.

Tue Aug 14 00:00:00 2007 Dave Jones
- 2.6.23-rc3

Mon Aug 13 00:00:00 2007 Roland McGrath
- Rearrange module signing to avoid conflicts with debugedit build-id changes.
- debugedit embedded objects before stripping to avoid later build-id change.
- Use -g for C files in x86_64 vDSO.

Mon Aug 13 00:00:00 2007 Dave Jones
- 2.6.23-rc2-git5

Mon Aug 13 00:00:00 2007 Dave Jones
- Speed up builds by disabling modversions.

Mon Aug 13 00:00:00 2007 Dave Jones
- implement smarter atime updates support.

Mon Aug 13 00:00:00 2007 Dave Jones
- 2.6.23-rc2-git3

Sat Aug 11 00:00:00 2007 Roland McGrath
- comment out weak-modules script from %post and %preun (RHBZ#251699)

Fri Aug 10 00:00:00 2007 Roland McGrath
- disable new e1000e driver for powerpc, still broken
- support rpmbuild --without modsign for manual test builds
- fix powerpc vdso install patch
- fix i386 vdso install patch
- fix ppc64 build breakage from \"enable -g for assembly\"
- disable ppc64 vdso install pending eu-strip bug
- clean up spec file sh scripting
- spec fix for kdump kernel

Fri Aug 10 00:00:00 2007 Chuck Ebbert
- update e1000e driver

Fri Aug 10 00:00:00 2007 John W. Linville
- remove obsolete linux-2.6-wireless.patch

Fri Aug 10 00:00:00 2007 Roland McGrath
- fix vdso install patch
- enable -g for assembly

Fri Aug 10 00:00:00 2007 Dave Jones
- Do USB suspend only on certain classes of device.

Fri Aug 10 00:00:00 2007 Dave Jones
- 2.6.23-rc2-git2

Fri Aug 10 00:00:00 2007 Chuck Ebbert
- enable CONFIG_CBE_CPUFREQ
* on ppc64 (bz #251517)

Fri Aug 10 00:00:00 2007 Chuck Ebbert
- update e1000e driver

Fri Aug 10 00:00:00 2007 Roland McGrath
- macroized spec file, use new find-debuginfo.sh features
- update build-id related patches: core dump support,
/sys/module/name/notes, installed vdso binaries
- temporarily disable e1000e %ifarch ppc ppc64 to work around build problems

Thu Aug 9 00:00:00 2007 John W. Linville
- Update wireless bits from wireless-2.6 and wireless-dev

Thu Aug 9 00:00:00 2007 Chuck Ebbert
- new e1000e (ICH9) driver from the netdev tree

Wed Aug 8 00:00:00 2007 Dave Jones
- 2.6.23-rc2-git1

Tue Aug 7 00:00:00 2007 John W. Linville
- Update git-wireless-dev.patch (bcm43xx-mac80211 & zd1211rw-mac80211 updates)
- mac80211: Filter locally-originated multicast frames echoed by AP (2nd try)
- mac80211: probe for hidden SSIDs when scanning for association

Tue Aug 7 00:00:00 2007 Dave Jones
- Make CONFIG_DEBUG_STACK_USAGE a \'make debug\' option.

Sun Aug 5 00:00:00 2007 Dave Jones
- 2.6.23-rc2

Sat Aug 4 00:00:00 2007 Dave Jones
- Reenable CONFIG_NETLABEL.

Sat Aug 4 00:00:00 2007 Dave Jones
- 2.6.23-rc1-git13

Sat Aug 4 00:00:00 2007 John W. Linville
- Disable busted mac80211 local multicast filter patch

Fri Aug 3 00:00:00 2007 John W. Linville
- Update git-wireless-dev.patch (iwlwifi & rt2x00 updates)
- mac80211: Filter locally-originated multicast frames echoed by AP

Fri Aug 3 00:00:00 2007 Dave Jones
- Add back PIE randomisation.

Fri Aug 3 00:00:00 2007 Dave Jones
- 2.6.23-rc1-git12

Wed Aug 1 00:00:00 2007 John W. Linville
- Update git-wireless-dev.patch (iwlwifi, rt2x00, & zd1211rw updates)

Wed Aug 1 00:00:00 2007 Chuck Ebbert
- fix boot from CD and remove debug patch

Wed Aug 1 00:00:00 2007 David Woodhouse
- Fix PS3 booting (spu init breakage)

Wed Aug 1 00:00:00 2007 Dave Jones
- 2.6.23-rc1-git9

Wed Aug 1 00:00:00 2007 David Woodhouse
- Fix bcm43xx transmission problems for mac80211 driver too
- Fix softmac deadlock
- Fix bcm43xx regression
- Restore PowerMac suspend via /sys/power/state
- PS3 fixes
- Restore ibmvscsi support on iSeries
- Re-enable CONFIG_IDE_PROC_FS to fix ybin

Mon Jul 30 00:00:00 2007 Dave Jones
- 2.6.23-rc1-git6

Sat Jul 28 00:00:00 2007 John W. Linville
- Update git-wireless-dev.patch (iwlwifi & bcm43xx updates)

Sat Jul 28 00:00:00 2007 Chuck Ebbert
- temporarily added debug messages for x86 bootup

Sat Jul 28 00:00:00 2007 Chuck Ebbert
- 2.6.23-rc1-git4

Fri Jul 27 00:00:00 2007 Chuck Ebbert
- 2.6.23-rc1-git3

Thu Jul 26 00:00:00 2007 John W. Linville
- Update git-wireless-dev.patch (iwlwifi & rt2x00 updates)
- Drop git-iwlwifi.patch

Thu Jul 26 00:00:00 2007 Chuck Ebbert
- 2.6.23-rc1-git1

Tue Jul 24 00:00:00 2007 John W. Linville
- Rediff git-wireless-dev.patch

Sun Jul 22 00:00:00 2007 Roland McGrath
- Fix biarch issue in linux-2.6-elf-core-sysctl.patch

Sun Jul 22 00:00:00 2007 Dave Jones
- 2.6.22-git16

Sun Jul 22 00:00:00 2007 Roland McGrath
- Update linux-2.6-elf-core-sysctl.patch

Sat Jul 21 00:00:00 2007 John W. Linville
- Update git-wireless-dev.patch (rt2x00 update)

Sat Jul 21 00:00:00 2007 Dave Jones
- 2.6.22-git14

Fri Jul 20 00:00:00 2007 John W. Linville
- Update git-wireless-dev.patch

Thu Jul 19 00:00:00 2007 John W. Linville
- mac80211: avoid deadlock during device shutdown

Tue Jul 17 00:00:00 2007 John W. Linville
- Update git-wireless-dev.patch

Tue Jul 17 00:00:00 2007 Dave Jones
- Disable ppc64 build until upstream merge (Broken PS3 drivers).

Tue Jul 17 00:00:00 2007 Dave Jones
- 2.6.22-git6

Sun Jul 15 00:00:00 2007 Dave Jones
- 2.6.22-git5

Sat Jul 14 00:00:00 2007 Chuck Ebbert
- more ATI SB700 ahci device ids

Sat Jul 14 00:00:00 2007 Dave Jones
- 2.6.22-git4

Sat Jul 14 00:00:00 2007 Dave Jones
- Disable CONFIG_NETLABEL, it\'s broken right now.

Fri Jul 13 00:00:00 2007 Jarod Wilson
- Switch from using kernel-
*.config files to using config-
*
files and dynamically building kernel-
*.config files

Fri Jul 13 00:00:00 2007 Jarod Wilson
- Fix up some uname -r issues in certain kernel version
cases (due to new versioning scheme)

Fri Jul 13 00:00:00 2007 Dave Jones
- 2.6.22-git2

Thu Jul 12 00:00:00 2007 Roland McGrath
- core dump enhancement: include first page of ELF files, with sysctl control

Thu Jul 12 00:00:00 2007 John W. Linville
- Reinstate git-wireless-dev.patch
- Add updated iwlwifi driver from intellinuxwireless.org

Wed Jul 11 00:00:00 2007 Dave Jones
- Fix issue with PIE randomization (#246623).

Wed Jul 11 00:00:00 2007 Dave Jones
- 2.6.22-git1

Wed Jul 11 00:00:00 2007 John W. Linville
- Update git-wireless-dev.patch
- Add upstream version of rtl8187 patch

Wed Jul 11 00:00:00 2007 Dave Jones
- Split utrace up into multiple patches.

Tue Jul 10 00:00:00 2007 Chuck Ebbert
- sky2: restore workarounds for lost interrupts

Tue Jul 10 00:00:00 2007 Dave Jones
- Disable forced HPET on ESB2 too

Tue Jul 10 00:00:00 2007 Chuck Ebbert
- changed default TCP/IPV4 congestion control to CUBIC

Tue Jul 10 00:00:00 2007 Dave Jones
- 2.6.22

Sat Jul 7 00:00:00 2007 Dave Jones
- 2.6.22-rc7-git6

Sat Jul 7 00:00:00 2007 Dave Jones
- Remove another common wakeup (cursor blinking).

Sat Jul 7 00:00:00 2007 Dave Jones
- Update CFS to v19.

Sat Jul 7 00:00:00 2007 Jeremy Katz
- Add minimal patch from markmc for ICH9 support in e1000 while the new
driver works itself out upstream

Sat Jul 7 00:00:00 2007 Chuck Ebbert
- add Intel ICH8M (Santa Rosa) PCI ID to ata_piix driver

Sat Jul 7 00:00:00 2007 Dave Jones
- Don\'t force enable HPET on ICH7 & ICH8
This seems to be broken.

Sat Jul 7 00:00:00 2007 Dave Jones
- 2.6.22-rc7-git5

Fri Jul 6 00:00:00 2007 Dave Jones
- Remove out-of-date Xen patches (Xen now builds from separate package).

Fri Jul 6 00:00:00 2007 Dave Jones
- Further tickless improvements to ondemand cpufreq governor.

Fri Jul 6 00:00:00 2007 Dave Jones
- 2.6.22-rc7-git4

Fri Jul 6 00:00:00 2007 Dave Jones
- Lower mkinitrd requires: to match what\'s in rawhide.

Thu Jul 5 00:00:00 2007 Dave Jones
- 2.6.22-rc7-git3

Thu Jul 5 00:00:00 2007 Dave Jones
- x86-64 tickless support.

Wed Jul 4 00:00:00 2007 Dave Jones
- Remove a redundant if in the specfile.

Wed Jul 4 00:00:00 2007 Dave Jones
- Update to latest utrace. (just diff changes, no code changes)

Wed Jul 4 00:00:00 2007 Dave Jones
- 2.6.22-rc7-git2

Wed Jul 4 00:00:00 2007 Dave Jones
- 2.6.22-rc7-git1.

Wed Jul 4 00:00:00 2007 Dave Jones
- Remove bogus XFS umount change.

Wed Jul 4 00:00:00 2007 Jarod Wilson
- New kernel versioning scheme, intended to more closely
match with that of the upstream Linus kernel
- Add --with/without debuginfo flag
- Redundancy reduction wrt kernel-debug flags
- Make one-off kernel-vanilla build correctly again

Wed Jul 4 00:00:00 2007 Dave Jones
- Drop warning about OSS usage. The API will probably never die.

Wed Jul 4 00:00:00 2007 Dave Jones
- Remove an unnecessary NFS fix now that the sleep_on change has been dropped.

Wed Jul 4 00:00:00 2007 Dave Jones
- Drop a bunch of unneeded warning fixes.

Wed Jul 4 00:00:00 2007 Dave Jones
- Remove ancient sleep_on patch. Fix it upstream instead.

Wed Jul 4 00:00:00 2007 Dave Jones
- Drop the stale olpc bits, it\'s now built from a separate branch.

Tue Jul 3 00:00:00 2007 Dave Jones
- Bump minimum required mkinitrd to match F-7.

Tue Jul 3 00:00:00 2007 Dave Jones
- 2.6.22-rc7.

Sun Jul 1 00:00:00 2007 Dave Jones
- 2.6.22-rc6-git4

Sat Jun 30 00:00:00 2007 Dave Jones
- 2.6.22-rc6-git3

Tue Jun 26 00:00:00 2007 Chuck Ebbert
- 2.6.22-rc6
- cfs update for -rc6

Tue Jun 26 00:00:00 2007 John W. Linville
- Re-enable wireless-dev patch (updated for current kernel)

Tue Jun 26 00:00:00 2007 Roland McGrath
- Let spec-file ApplyPatch function pass extra args to patch.
- Re-enable utrace patch with -F2, needed after nearby CFS change.
- utrace update (06c303cccb93e7ca3a95923e69b4d82733c1cf00)

Mon Jun 25 00:00:00 2007 Dave Jones
- Fix 64 bit overflow in CFS.

Sun Jun 24 00:00:00 2007 Dave Jones
- DMI based module autoloading.

Sun Jun 24 00:00:00 2007 Dave Jones
- 2.6.22-rc5-git8.
- Update to latest upstream cfs scheduler.

Sat Jun 23 00:00:00 2007 Dave Jones
- 2.6.22-rc5-git6.

Fri Jun 22 00:00:00 2007 Dave Jones
- Remove some unnecessary parts of execshield.

Fri Jun 22 00:00:00 2007 Dave Jones
- Add vDSO for x86-64 with gettimeofday/clock_gettime/getcpu.

Fri Jun 22 00:00:00 2007 Dave Jones
- Remove unnecessary patch \'optimising\' spinlock debug.

Thu Jun 21 00:00:00 2007 Dave Jones
- 2.6.22-rc5-git4.

Wed Jun 20 00:00:00 2007 Chuck Ebbert
- enable sound system debugging in -debug kernels

Tue Jun 19 00:00:00 2007 Dave Jones
- 2.6.22-rc5-git1.

Tue Jun 19 00:00:00 2007 Jeremy Katz
- add patch from upstream kvm to fix suspend/resume with kvm
loaded (and guests running)

Mon Jun 18 00:00:00 2007 Dave Jones
- Make the 686 kernel bootable on 586s.

Mon Jun 18 00:00:00 2007 Dave Jones
- 2.6.22-rc5.

Mon Jun 18 00:00:00 2007 Dave Jones
- Add Ingo\'s CFS scheduler.

Sun Jun 17 00:00:00 2007 Dave Jones
- 2.6.22-rc4-git8. (utrace broke, temporarily disabled).

Sat Jun 16 00:00:00 2007 Dave Jones
- 2.6.22-rc4-git7.

Thu Jun 14 00:00:00 2007 John W. Linville
- Refresh wireless-dev patch
- Drop iwlwifi patch (0.0.25 now in wireless-dev!)

Wed Jun 13 00:00:00 2007 Dave Jones
- Disable libusual.

Wed Jun 13 00:00:00 2007 Dave Jones
- 2.6.22-rc4-git4

Sun Jun 10 00:00:00 2007 Dave Jones
- 2.6.22-rc4-git3

Sat Jun 9 00:00:00 2007 Roland McGrath
- Add spec hacks to enable building alternate vanilla and git-based rpms.
- Enable sparse checking in build for F7 and later.

Fri Jun 8 00:00:00 2007 John W. Linville
- Re-introduce iwlwifi patch w/ update to version 0.0.24

Fri Jun 8 00:00:00 2007 John W. Linville
- Refresh wireless-dev patch to work w/ 2.6.22 base.

Thu Jun 7 00:00:00 2007 Dave Jones
- RTC driver needs to be built-in.

Thu Jun 7 00:00:00 2007 Dave Jones
- Fix bug with MAP_FIXED (#242612).

Thu Jun 7 00:00:00 2007 Dave Jones
- Build with -Wpointer-arith for a while.
See http://bugzilla.kernel.org/show_bug.cgi?id=7561 for info.

Wed Jun 6 00:00:00 2007 Dave Jones
- Re-add a bunch of multimedia drivers. (#242503)

Wed Jun 6 00:00:00 2007 Dave Jones
- 2.6.22-rc4

Tue Jun 5 00:00:00 2007 Dave Jones
- Allow kdump to read /proc/kcore. (#241362)

Tue Jun 5 00:00:00 2007 Dave Jones
- 2.6.22-rc3-git7

Tue Jun 5 00:00:00 2007 Dave Jones
- Remove some warning switches.

Mon Jun 4 00:00:00 2007 Dave Jones
- Un-inline page_is_ram on x86-64. Rediff crash driver.

Sun Jun 3 00:00:00 2007 David Woodhouse
- Re-enable ppc64 builds.

Sat Jun 2 00:00:00 2007 Dave Jones
- Disable ppc64 builds.
http://koji.fedoraproject.org/koji/getfile?taskID=21950&name=build.log

Sat Jun 2 00:00:00 2007 Dave Jones
- Update utrace to latest.

Sat Jun 2 00:00:00 2007 Dave Jones
- 2.6.22-rc3-git6

Fri Jun 1 00:00:00 2007 Dave Jones
- 2.6.22-rc3-git3

Wed May 30 00:00:00 2007 Dave Jones
- Anaconda now uses mdadm, remove the raid autorun ioctl.

Tue May 29 00:00:00 2007 Dave Jones
- Remove empty config-x86_64 template.

Tue May 29 00:00:00 2007 Dave Jones
- With iseries gone, theres no need for a powerpc64-generic config template.

Tue May 29 00:00:00 2007 Dave Jones
- Disable sparse for now, until things are buildable again.

Tue May 29 00:00:00 2007 Dave Jones
- Reenable debugging.

Mon May 28 00:00:00 2007 Dave Jones
- Fix up compat futexes.

Mon May 28 00:00:00 2007 Dave Jones
- Apply all patches using -F1, rediff where necessary.

Mon May 28 00:00:00 2007 Dave Jones
- Switch to using slub as allocator by default.

Mon May 28 00:00:00 2007 Dave Jones
- As the x86-64 kernel is now relocatable, -kdump can go.

Mon May 28 00:00:00 2007 Dave Jones
- Remove last remains of 31bit s390 support.

Mon May 28 00:00:00 2007 Dave Jones
- Start F8 branch. Rebase to 2.6.22rc3


 
ICM