summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* block: simplify I/O stat accountingJerome Marchand2009-04-241-0/+3
* pktcdvd.h should include mempool.hAlexander Beregalov2009-04-241-0/+1
* block: include empty disks in /proc/diskstatsTejun Heo2009-04-221-0/+1
* bio: fix bio_kmalloc()Tejun Heo2009-04-221-0/+1
* driver synchronization: make scsi_wait_scan more advancedArjan van de Ven2009-04-211-0/+1
* Trivial: fix a typo in slow-work.hJonathan Corbet2009-04-211-1/+1
* PERCPU: Collect the DECLARE/DEFINE declarations togetherDavid Howells2009-04-213-44/+86
* FRV: Fix the section attribute on UP DECLARE_PER_CPU()David Howells2009-04-212-26/+41
* spi: documentation: emphasise spi_master.setup() semanticsDavid Brownell2009-04-211-1/+6
* memcg: use rcu_dereference to access mm->ownerKAMEZAWA Hiroyuki2009-04-211-1/+1
* ipmi: add oem message handlingdann frazier2009-04-212-0/+4
* ipmi: test for event buffer before usingCorey Minyard2009-04-211-0/+6
* clocksource: add enable() and disable() callbacksMagnus Damm2009-04-211-0/+31
* clocksource: pass clocksource to read() callbackMagnus Damm2009-04-211-3/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-04-212-4/+3
|\
| * reiserfs: fix j_last_flush_trans_id typeAl Viro2009-04-201-1/+1
| * fs: Mark get_filesystem_list() as __init function.Tetsuo Handa2009-04-201-1/+1
| * kill vfs_stat_fd / vfs_lstat_fdChristoph Hellwig2009-04-201-2/+0
| * Separate out common fstatat code into vfs_fstatatOleg Drokin2009-04-201-0/+1
* | Fix SYSCALL_ALIAS for older MIPS assemblerThomas Bogendoerfer2009-04-211-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2009-04-201-10/+26
|\
| * PM/Suspend: Introduce two new platform callbacks to avoid breakageRafael J. Wysocki2009-04-191-10/+26
* | <linux/seccomp.h> needs to include <linux/errno.h>.Ralf Baechle2009-04-191-0/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-04-174-1/+53
|\
| * Driver core: remove pr_fmt() from dynamic_dev_dbg() printkJason Baron2009-04-161-1/+1
| * dynamic debug: resurrect old pr_debug() semantics as pr_devel()Michael Ellerman2009-04-161-0/+9
| * Driver Core: early platform driverMagnus Damm2009-04-162-0/+43
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-04-171-8/+1
|\ \
| * | USB: add reset endpoint operationsDavid Vrabel2009-04-171-8/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-04-171-0/+1
|\ \ \
| * \ \ Merge branch 'next' into for-linusDmitry Torokhov2009-04-161-0/+1
| |\ \ \
| | * | | Input: ads7846 - introduce platform specific way to synchronize samplingEric Miao2009-04-111-0/+1
* | | | | Get rid of final remnants of include/asm-$(ARCH)Linus Torvalds2009-04-172-27/+0
* | | | | Merge branch 'for-linus' of git://www.linux-m32r.org/git/takata/linux-2.6_devLinus Torvalds2009-04-17110-9454/+0
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | m32r: move include/asm-m32r/* to arch/m32r/include/asm/Hirokazu Takata2009-04-172-11/+0
| * | | | m32r: move include/asm-m32r headers to arch/m32r/include/asmHirokazu Takata2009-04-17108-9443/+0
| | |_|/ | |/| |
* | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-04-161-2/+1
|\ \ \ \ | |/ / / |/| | |
| * | | rcu: Make hierarchical RCU less IPI-happyPaul E. McKenney2009-04-141-2/+1
* | | | ata: Report 16/32bit PIO as best we canAlan Cox2009-04-161-0/+8
* | | | Add block_write_full_page_endio for passing endio handlerChris Mason2009-04-161-0/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-04-162-2/+6
|\ \ \ \
| * | | | phylib: Allow early-out in phy_changeAnatolij Gustschin2009-04-131-0/+6
| * | | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-04-13257-17928/+307
| |\ \ \ \
| * | | | | ipv6: Fix NULL pointer dereference with time-wait socketsVlad Yasevich2009-04-111-2/+0
* | | | | | The default CONFIG_BUG=n version of BUG() should have an empty do...whileDavid Howells2009-04-151-1/+1
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2009-04-152-1/+4
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'topic/hda' into for-linusTakashi Iwai2009-04-151-0/+2
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'topic/jack-free-fix' into topic/hdaTakashi Iwai2009-04-151-0/+2
| | |\ \ \ \ \ \
| | | * | | | | | ALSA: add private_data to struct snd_jackTakashi Iwai2009-04-141-0/+2
| * | | | | | | | Merge branch 'master' of git://git.alsa-project.org/alsa-kernel into for-linusTakashi Iwai2009-04-151-1/+2
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
OpenPOWER on IntegriCloud