summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "x86: default to reboot via ACPI"Eduardo Habkost2008-11-061-5/+1
* x86: align DirectMap in /proc/meminfoHugh Dickins2008-11-061-4/+4
* Merge branch 'iommu-fixes-2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2008-11-061-2/+7
|\
| * AMD IOMMU: fix lazy IO/TLB flushing in unmap pathJoerg Roedel2008-11-061-1/+6
| * AMD IOMMU: fix detection of NP capable IOMMUsJoerg Roedel2008-10-301-1/+1
* | x86: add smp_mb() before sending INVALIDATE_TLB_VECTORSuresh Siddha2008-11-062-0/+11
* | x86: remove VISWS and PARAVIRT around NR_IRQS puzzleYinghai Lu2008-11-061-3/+3
* | x86: mention ACPI in top-level Kconfig menuBjorn Helgaas2008-11-061-1/+1
* | x86: size NR_IRQS on 32-bit systems the same way as 64-bitYinghai Lu2008-11-061-14/+6
* | x86: don't allow nr_irqs > NR_IRQSBen Hutchings2008-11-061-0/+2
* | x86/docs: remove noirqbalance param docsMark McLoughlin2008-11-041-2/+0
* | x86: don't use tsc_khz to calculate lpj if notsc is passedAlok Kataria2008-11-041-4/+4
* | x86, voyager: fix smp_intr_init() compile breakageJames Bottomley2008-11-033-2/+3
* | Linux v2.6.28-rc3v2.6.28-rc3Linus Torvalds2008-11-021-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-11-0214-27/+46
|\ \
| * | ide-gd: re-get capacity on revalidateBorislav Petkov2008-11-021-1/+6
| * | tx4938ide: Avoid underflow on calculation of a wait cycleAtsushi Nemoto2008-11-021-2/+3
| * | tx4938ide: Do not call devm_ioremap for whole 128KBAtsushi Nemoto2008-11-021-11/+16
| * | tx4938ide: Check minimum cycle time and SHWT range (v2)Atsushi Nemoto2008-11-021-1/+8
| * | ide: Switch to a common addressAlan Cox2008-11-0211-11/+11
| * | ide-cd: fix DMA alignment regressionBorislav Petkov2008-11-021-1/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-11-023-5/+13
|\ \ \
| * | | sparc64: Fix PCI resource mapping on sparc64Max Dmitrichenko2008-11-021-1/+9
| * | | sparc64: Kill annoying warning when building compat_binfmt_elf.oDavid S. Miller2008-11-021-2/+2
| * | | sparc32: kernel/trace/trace.c wants DIE_OOPSAl Viro2008-11-011-0/+1
| * | | sparc64: Fix __copy_{to,from}_user_inatomic defines.Hugh Dickins2008-11-011-2/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-11-0243-98/+242
|\ \ \ \
| * | | | af_unix: netns: fix problem of return valueJianjun Kong2008-11-011-1/+1
| * | | | IRDA: remove double inclusion of module.hAlexander Beregalov2008-11-012-2/+0
| * | | | udp: multicast packets need to check namespaceEric Dumazet2008-11-012-9/+11
| * | | | net: add documentation for skb recyclingStephen Hemminger2008-11-011-0/+12
| * | | | key: fix setkey(8) policy set breakageAlexey Dobriyan2008-10-311-1/+0
| * | | | bpa10x: free sk_buff with kfree_skbIlpo Järvinen2008-10-311-2/+2
| * | | | xfrm: do not leak ESRCH to user spacefernando@oss.ntt.co2008-10-311-0/+2
| * | | | net: Really remove all of LOOPBACK_TSO code.David S. Miller2008-10-311-9/+0
| * | | | Merge branch 'master' of git://git.infradead.org/users/pcmoore/lblnet-2.6David S. Miller2008-10-304-4/+29
| |\ \ \ \
| | * | | | netlabel: Fix compilation warnings in net/netlabel/netlabel_addrlist.cManish Katiyar2008-10-302-0/+24
| | * | | | netlabel: Fix compiler warnings in netlabel_mgmt.cPaul Moore2008-10-291-1/+1
| | * | | | cipso: unsigned buf_len cannot be negativeroel kluin2008-10-291-3/+4
| * | | | | netfilter: nf_conntrack_proto_gre: switch to register_pernet_gen_subsys()Alexey Dobriyan2008-10-301-2/+2
| * | | | | netns: add register_pernet_gen_subsys/unregister_pernet_gen_subsysAlexey Dobriyan2008-10-302-0/+34
| * | | | | net: delete excess kernel-doc notationRandy Dunlap2008-10-303-3/+0
| * | | | | Merge branch 'davem-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jga...David S. Miller2008-10-3013-37/+127
| |\ \ \ \ \
| | * | | | | gianfar: Don't reset TBI<->SerDes link if it's already upTrent Piepho2008-10-311-0/+9
| | * | | | | gianfar: Fix race in TBI/SerDes configurationTrent Piepho2008-10-315-1/+59
| | * | | | | at91_ether: request/free GPIO for PHY interruptDavid Brownell2008-10-311-1/+5
| | * | | | | amd8111e: fix dma_free_coherent contextChunbo Luo2008-10-311-5/+4
| | * | | | | atl1: fix vlan tag regressionJay Cliburn2008-10-312-4/+5
| | * | | | | SMC91x: delete unused local variable "lp"Mike Frysinger2008-10-311-2/+0
| | * | | | | myri10ge: fix stop/go mmio orderingBrice Goglin2008-10-311-1/+3
OpenPOWER on IntegriCloud