summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-01-08[libata] ahci: Withdraw IGN_SERR_INTERNAL for SB800 SATAShane Huang
2009-01-08pata_hpt366: reimplement mode programmingTejun Heo
2009-01-08[libata] pata_hpt3x3: correct _freeze() function declarationJeff Garzik
2009-01-08libata: Add special ata_pio_need_iordy() handling for Compact Flash.David Daney
2009-01-08pata_platform: __pata_platform_remove() shouldn't be in discard sectionSonic Zhang
2009-01-08sata_sil24: remove unused sil24_port_multiplierGrant Grundler
2009-01-08[libata] ahci: Add SATA GEN3 related messagesShane Huang
2009-01-08ata_piix: save, use saved and restore IOCFGTejun Heo
2009-01-08pata_ali: Fix and workaround for FIFO DMA bugAlan Cox
2009-01-08pata_ali: force initialise a few bitsAlan Cox
2009-01-08pata_hpt3x3: Workarounds for chipsetAlan Cox
2009-01-08Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2009-01-08fix similar typos to successfullColy Li
2009-01-08Make various things staticRoel Kluin
2009-01-08generic swap(): dcache: use swap() instead of private do_switch()Wu Fengguang
2009-01-08generic swap(): sched: remove local swap() macroWu Fengguang
2009-01-08generic swap(): ext4: remove local swap() macroWu Fengguang
2009-01-08generic swap(): ext3: remove local swap() macroWu Fengguang
2009-01-08generic swap(): introduce global macro swap(a, b)Wu Fengguang
2009-01-08generic swap(): lib/sort.c: rename swap to swap_funcWu Fengguang
2009-01-08generic swap(): iphase: rename swap() to swap_byte_order()Wu Fengguang
2009-01-08generic swap(): sparc: rename swap() to swap_ulong()Wu Fengguang
2009-01-08remove lots of double-semicolonsFernando Carrijo
2009-01-08romfs: romfs_iget() - unsigned ino >= 0 is always trueroel kluin
2009-01-08vmcore: remove saved_max_pfn checkMagnus Damm
2009-01-08w1: send status messages after command processingEvgeniy Polyakov
2009-01-08w1: added w1 reset commandEvgeniy Polyakov
2009-01-08w1: move w1 commands from defines to enumEvgeniy Polyakov
2009-01-08w1: allow master IO commandsEvgeniy Polyakov
2009-01-08w1: documentation updateEvgeniy Polyakov
2009-01-08w1: list slaves commandsEvgeniy Polyakov
2009-01-08w1: add touch block commandEvgeniy Polyakov
2009-01-08w1: add list masters w1 commandEvgeniy Polyakov
2009-01-08w1: add 1-wire master driver for i.MX27 / i.MX31Sascha Hauer
2009-01-08tpm: clean up tpm_nsc driver for platform_device suspend/resume complianceDavid Smith
2009-01-08misc: add dell-laptop driverMatthew Garrett
2009-01-08dcdbas: export functionality for use in other driversMatthew Garrett
2009-01-08ELF: implement AT_RANDOM for glibc PRNG seedingKees Cook
2009-01-08mqueue: fix si_pid value in mqueue do_notify()Sukadev Bhattiprolu
2009-01-08pid: generalize task_active_pid_nsEric W. Biederman
2009-01-08pid: implement ns_of_pidEric W. Biederman
2009-01-08cpuset: remove remaining pointers to cpumask_tLi Zefan
2009-01-08cpuset: convert cpuset->cpus_allowed to cpumask_var_tLi Zefan
2009-01-08cpuset: don't allocate trial cpuset on stackLi Zefan
2009-01-08cpuset: convert cpuset_attach() to use cpumask_var_tLi Zefan
2009-01-08cpuset: remove on stack cpumask_t in cpuset_can_attach()Li Zefan
2009-01-08cpuset: remove on stack cpumask_t in cpuset_sprintf_cpulist()Li Zefan
2009-01-08cpusets: set task's cpu_allowed to cpu_possible_map when attaching it into to...Miao Xie
2009-01-08cpuset: rcu_read_lock() to protect task_cs()Lai Jiangshan
2009-01-08cgroups: add css_tryget()Paul Menage