aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-02-11[PATCH] drivers/char/vc_screen.c: proper prototypesAdrian Bunk1-0/+4
2007-02-11[PATCH] scrub non-__GLIBC__ checks in linux/socket.h and linux/stat.hMike Frysinger2-2/+2
2007-02-11[PATCH] consolidate line discipline number definitionsTilman Schmidt1-1/+21
2007-02-11[PATCH] lockdep: add graph depth information to /proc/lockdepJason Baron1-0/+1
2007-02-11[PATCH] avoid one conditional branch in touch_atime()Eric Dumazet1-0/+1
2007-02-11[PATCH] struct vfsmount: keep mnt_count & mnt_expiry_mark away from mnt_flagsEric Dumazet1-2/+8
2007-02-11[PATCH] count_vm_events-warning-fixAndrew Morton1-18/+29
2007-02-11[PATCH] remove include/linux/byteorder/pdp_endian.hAdrian Bunk2-89/+0
2007-02-11[PATCH] vt: refactor console SAK processingEric W. Biederman2-0/+4
2007-02-11[PATCH] drivers: add LCD supportMiguel Ojeda Sandonis2-0/+123
2007-02-11[PATCH] simplify shmem_aops.set_page_dirty() methodKen Chen1-0/+1
2007-02-11[PATCH] zoneid: fix up calculations for ZONEID_PGSHIFTAndy Whitcroft1-6/+5
2007-02-11[PATCH] optional ZONE_DMA: optional ZONE_DMA in the VMChristoph Lameter4-15/+60
2007-02-11[PATCH] Drop __get_zone_counts()Christoph Lameter1-2/+0
2007-02-11[PATCH] Drop nr_free_pages_pgdat()Christoph Lameter1-1/+0
2007-02-11[PATCH] Drop free_pages()Christoph Lameter2-1/+5
2007-02-11[PATCH] Reorder ZVCs according to cachelineChristoph Lameter1-3/+5
2007-02-11[PATCH] Use ZVC for free_pagesChristoph Lameter1-1/+1
2007-02-11[PATCH] Use ZVC for inactive and active countsChristoph Lameter3-9/+17
2007-02-09libata: kill ATA_ENABLE_PATAJeff Garzik1-2/+0
2007-02-09ata: Add defines for the iordy bitsAlan1-0/+2
2007-02-09libata: add another IRQ calls (core and headers)Akira Iguchi1-36/+6
2007-02-09git-libata-all: forward declare struct deviceAndrew Morton1-0/+2
2007-02-09libata: convert to iomapTejun Heo1-40/+28
2007-02-09devres: implement pcim_iomap_regions()Tejun Heo1-0/+2
2007-02-09libata: remove unused functionsTejun Heo1-4/+0
2007-02-09libata: update libata core layer to use devresTejun Heo1-5/+4
2007-02-09libata: implement ata_host_detach()Tejun Heo1-1/+1
2007-02-09devres: device resource managementTejun Heo7-1/+125
2007-02-09libata: kill qc->nsect and cursectTejun Heo1-5/+1
2007-02-09libata: handle pci_enable_device() failure while resumingTejun Heo1-1/+1
2007-02-09libata: straighten out ATA_ID_* constantsTejun Heo1-4/+7
2007-02-09Add pci class code for SATA & AHCI, and replace some magic numbers.Conke Hu1-0/+2
2007-02-09[PATCH] pci: Move PCI_VDEVICE from libata to coreAlan Cox1-4/+0
2007-02-09[libata] trim trailing whitespaceJeff Garzik1-1/+1
2007-02-09[PATCH] pata_it8213: Add new driver for the IT8213 cardAlan1-0/+1
2007-02-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds1-0/+1
2007-02-09Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-apmLinus Torvalds1-0/+62
2007-02-09[PATCH] Add install_special_mappingRoland McGrath1-0/+3
2007-02-09[PATCH] md: avoid possible BUG_ON in md bitmap handlingNeil Brown1-0/+1
2007-02-09[PATCH] knfsd: fix a race in closing NFSd connectionsNeilBrown1-1/+1
2007-02-09[PATCH] ufs: restore back support of openstepEvgeniy Dushistov1-0/+1
2007-02-09Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-tcLinus Torvalds2-0/+151
2007-02-09[PATCH] in non-NUMA case mark GFP_THISNODE gfp_tAl Viro1-1/+1
2007-02-09[APM] Add shared version of APM emulationRalf Baechle1-0/+62
2007-02-09Merge branch 'linus' of master.kernel.org:/pub/scm/linux/kernel/git/perex/alsaLinus Torvalds1-0/+2
2007-02-09[EISA] EISA registration with !CONFIG_EISAMaciej W. Rozycki1-0/+10
2007-02-09[TC] MIPS: TURBOchannel update to the driver modelMaciej W. Rozycki1-0/+141
2007-02-09[PATCH] mm: remove find_trylock_pageNick Piggin1-2/+0
2007-02-09Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds20-187/+133