profile/ivi/kernel-x86-ivi.git
2007-07-09 Linus TorvaldsMerge branch 'upstream-linus' of /linux/kernel/git...
2007-07-09 Adrian Bunkdrivers/ide/ide-dma.c: unexport ide_set_dma
2007-07-09 Bartlomiej... via82cxxx: backport short cables support from pata_via.c
2007-07-09 Bartlomiej... sis5513: backport short cables support from pata_sis.c
2007-07-09 Bartlomiej... alim15x3: backport short cables support from pata_ali.c
2007-07-09 Bartlomiej... piix: backport short cables support from ata_piix.c
2007-07-09 Bartlomiej... ide: add short cables support
2007-07-09 Bartlomiej... ide: convert ide_find_best_mode() users to use ide_max_...
2007-07-09 Bartlomiej... ide: fix pre-EIDE SWDMA support
2007-07-09 Andi Drebesdrivers/ide/legacy/hd.c: Array size calculation using...
2007-07-09 Robert P. J... ide: remove content related to dead CONFIG_BLK_DEV_MAC_...
2007-07-09 Robert P. J... ide: remove references to the non-existent CONFIG_SCSI_...
2007-07-09 Robert P. J... ide-cd: replace C code with call to ARRAY_SIZE() macro
2007-07-09 Junio C Hamanoide_in_drive_list(): "ALL" is not a wildcard anymore
2007-07-09 Junio C Hamanomips au1xxx_ide.h: use NULL as firmware-revision wildcard
2007-07-09 Junio C Hamanoide_in_drive_list(): accept NULL as the wildcard for...
2007-07-09 Sergei Shtylyovaec62xx: kill speedproc() method wrapper (take 2)
2007-07-09 Matthias Kaehlckeide: use mutex instead of ide_setting_sem semaphore...
2007-07-09 Sergei Shtylyovaec62xx: remove init_dma() method (take 2)
2007-07-09 Sergei Shtylyovaec62xx: rework init_setup_aec6x80()
2007-07-09 Sergei Shtylyovcmd64x: init. code cleanup
2007-07-09 Sergei Shtylyovhpt366: simplify UltraDMA filtering (take 4)
2007-07-09 Matthias Kaehlckeide: use mutex instead of ide_cfg_sem semaphore in...
2007-07-09 Sergei Shtylyovide: make void and rename ide_dma_timeout() method
2007-07-09 Sergei Shtylyovide: make void and rename ide_dma_lostirq() method
2007-07-09 Bartlomiej... serverworks: always tune CSB6
2007-07-09 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2007-07-09 Ingo Molnarsched: add CFS credits
2007-07-09 Ingo Molnarsched: micro-optimize mmdrop()
2007-07-09 Ingo Molnarsched: more agressive idle balancing
2007-07-09 Ingo Molnarsched: clean up sleep_on() APIs
2007-07-09 Ingo Molnarsched: style cleanups
2007-07-09 Ingo Molnarsched: do not set softirqs to nice +19
2007-07-09 Mike Galbraithsched: simplify sched_find_first_bit()
2007-07-09 Ingo Molnarsched: add CFS documentation
2007-07-09 Ingo Molnarsched: scheduler debugging, enable in Kconfig
2007-07-09 Ingo Molnarsched: scheduler debugging, core
2007-07-09 Ingo Molnarsched: add CFS debug sysctls
2007-07-09 Ingo Molnarsched: remove old cpu accounting field
2007-07-09 Ingo Molnarsched: remove unused rq types from sched.c
2007-07-09 Ingo Molnarsched: remove batch_task()
2007-07-09 Ingo Molnarsched: remove interactivity types from sched.h
2007-07-09 Ingo Molnarsched: remove interactivity types
2007-07-09 Ingo Molnarsched: clean up include files in sched.c
2007-07-09 Ingo Molnarsched: clean up fastcall uses of sched_fork()/sched_exit()
2007-07-09 Balbir Singhsched: update delay-accounting to use CFS's precise...
2007-07-09 Ingo Molnarsched: make use of precise accounting for /proc task...
2007-07-09 Ingo Molnarsched: turn on the use of unstable events
2007-07-09 Ingo Molnarsched: x86, track TSC-unstable events
2007-07-09 Ingo Molnarsched: cfs core code
2007-07-09 Ingo Molnarsched: remove the sleep-bonus interactivity code
2007-07-09 Ingo Molnarsched: remove expired_starving()
2007-07-09 Ingo Molnarsched: remove sleep_type
2007-07-09 Ingo Molnarsched: cfs, add load-calculation methods
2007-07-09 Ingo Molnarsched: clean up __normal_prio() position
2007-07-09 Ingo Molnarsched: cleanup: move dequeue/enqueue_task()
2007-07-09 Ingo Molnarsched: move around resched_task()
2007-07-09 Ingo Molnarsched: remove the SleepAVG field
2007-07-09 Ingo Molnarsched: clean up the rt priority macros
2007-07-09 Ingo Molnarsched: add cfs_rq ops
2007-07-09 Ingo Molnarsched: make posix-cpu-timers use CFS's accounting infor...
2007-07-09 Ingo Molnarsched: add rq_clock()/__rq_clock()
2007-07-09 Ingo Molnarsched: cfs rq data types
2007-07-09 Ingo Molnarsched: cfs, core data types
2007-07-09 Ingo Molnarsched: cfs core, kernel/sched_idletask.c
2007-07-09 Ingo Molnarsched: cfs core, kernel/sched_rt.c
2007-07-09 Ingo Molnarsched: cfs core, kernel/sched_fair.c
2007-07-09 Ingo Molnarsched: increase the resolution of smpnice
2007-07-09 Ingo Molnarsched: move code into kernel/sched_stats.h
2007-07-09 Ingo Molnarsched: add init_idle_bootup_task()
2007-07-09 Ingo Molnarsched: add in_atomic_preempt_off()
2007-07-09 Ingo Molnarsched: remove sched_exit()
2007-07-09 Ingo Molnarsched: uninline set_task_cpu()
2007-07-09 Ingo Molnarsched: zap the migration init / cache-hot balancing...
2007-07-09 Ingo Molnarsched: add SCHED_IDLE policy
2007-07-09 Ingo Molnarsched: rename idle_type/SCHED_IDLE
2007-07-09 Thomas BogendoerferEthernet driver for EISA only SNI RM200/RM400 machines
2007-07-09 Thomas BogendoerferExtract chip specific code out of lasi_82596.c
2007-07-09 Jan-Bernd Themannehea: Whitespace cleanup
2007-07-09 Olof Johanssonpasemi_mac: Fix TX interrupt threshold
2007-07-09 Linas Vepstasspidernet: Replace literal with const
2007-07-09 Francois Romieur8169: perform RX config change after mac filtering
2007-07-09 Francois Romieur8169: mac address change support
2007-07-09 Francois Romieur8169: display some extra debug information during...
2007-07-09 Rolf Eike Beerr8169: add endianess annotations to [RT]xDesc
2007-07-09 Francois Romieur8169: align the IP header when there is no DMA constraint
2007-07-09 Francois Romieur8169: add bit description for the TxPoll register
2007-07-09 Francois Romieur8169: cleanup
2007-07-09 Francois Romieur8169: remove the media option
2007-07-09 Francois Romieur8169: small 8101 comment
2007-07-09 Francois Romieur8169: confusion between hardware and IP header alignment
2007-07-09 Francois Romieur8169: merge with version 8.001.00 of Realtek's r8168...
2007-07-09 Francois Romieur8169: merge with version 6.001.00 of Realtek's r8169...
2007-07-09 Francois Romieur8169: prettify mac_version
2007-07-09 Francois Romieur8169: populate the hw_start handler for the 8110
2007-07-09 Francois Romieur8169: populate the hw_start handler for the 8168
2007-07-09 Francois Romieur8169: add helpers for per-device hw_start handler
2007-07-09 Francois Romieur8169: add hooks for per-device hw_start handler
2007-07-09 Stephen Hemmingerr8169: Rx path update
2007-07-09 David S. Millerr8169: kill eth_copy_and_sum()
next