aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2006-06-19Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds55-713/+982
2006-06-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds13-110/+692
2006-06-19Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds32-55/+833
2006-06-19Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds5-8/+58
2006-06-19Add support for suspending and resuming the whole console subsystemLinus Torvalds1-0/+4
2006-06-19[MIPS] Make timer interrupt frequency configurable from kconfig.Atsushi Nemoto6-74/+1
2006-06-19[MIPS] Fix R4K cache macro namesKumba4-6/+6
2006-06-19[MIPS] Add Missing R4K Cache Macros to IP27 & IP32Kumba2-0/+5
2006-06-19[MIPS] Support for the RM9000-based Basler eXcite smart camera platform.Ralf Baechle9-2/+313
2006-06-19[MIPS] Support for the R5500-based NEC EMMA2RH Mark-eins boarddmitry pervushin4-0/+425
2006-06-19[MIPS] Support SNI RM200C SNI in big endian mode and R5000 processors.Thomas Bogendoerfer2-7/+2
2006-06-19[MIPS] SN: include asm/sn/types.h for nasid_t.Ralf Baechle1-0/+1
2006-06-19[MIPS] Remove support for NEC DDB5476.Ralf Baechle2-160/+1
2006-06-19[MIPS] Remove support for NEC DDB5074.Ralf Baechle4-88/+1
2006-06-19[MIPS] Cleanup memory managment initialization.Ralf Baechle1-0/+6
2006-06-19[MIPS] SN: Declare bridge_pci_ops.Ralf Baechle1-0/+2
2006-06-19[MIPS] IP27: Cleanup N/M mode configuration.Ralf Baechle1-2/+2
2006-06-19[MIPS] IP27: Throw away old unused hacks.Ralf Baechle1-8/+1
2006-06-19[MIPS] Drop 0 definition for kern_addr_validRalf Baechle2-5/+0
2006-06-19[MIPS] Consolidate definitions of pfn_valid in one file.Ralf Baechle2-8/+19
2006-06-19[MIPS] APM emu supportRodolfo Giometti1-0/+65
2006-06-19[MIPS] SN: Rename SGI_SN0_N_MODE -> SGI_SN_N_MODE.Ralf Baechle3-6/+6
2006-06-19[MIPS] SN: Move FRU header one level up; it is not SN0-specific.Ralf Baechle2-5/+5
2006-06-19[MIPS] IP27: Remove #if 0'ed code.Ralf Baechle3-57/+0
2006-06-19[MIPS] IP27: Nuke leftovers of _STANDALONERalf Baechle2-95/+3
2006-06-19[MIPS] IP27: Remove leftovers of sable support.Ralf Baechle4-22/+2
2006-06-19[MIPS] IP27: Nuke last leftovers from FRUTESTRalf Baechle1-14/+0
2006-06-19[MIPS] IP27: Nuke last leftovers of CONFIG_SGI_IO.Ralf Baechle3-83/+2
2006-06-19[MIPS] Cleanup __emt() a bit.Ralf Baechle1-3/+1
2006-06-19[MIPS] Remove unused definitions from addrspace.h.Yoichi Yuasa1-35/+0
2006-06-19[MIPS] Qemu system shutdown supportThiemo Seufer1-0/+6
2006-06-19[MIPS] Unify mips_fpu_soft_struct and mips_fpu_hard_structs.Atsushi Nemoto3-17/+6
2006-06-19[MIPS] Wind River 4KC PPMC Eval Board SupportMark.Zhan1-0/+84
2006-06-19[MIPS] Fix futex_atomic_op_inuser.Atsushi Nemoto1-15/+17
2006-06-19[MIPS] Fix fpu_save_double on 64-bit.Atsushi Nemoto2-12/+11
2006-06-17[SCTP] Reset rtt_in_progress for the chunk when processing its sack.Vlad Yasevich1-1/+1
2006-06-17[SCTP]: Reject sctp packets with broadcast addresses.Vlad Yasevich1-1/+2
2006-06-17[PFKEYV2]: Fix inconsistent typing in struct sadb_x_kmprivate.Tushar Gohad1-1/+1
2006-06-18Merge branch 'master' into upstreamJeff Garzik1-1/+1
2006-06-17[NET]: Add NETIF_F_GEN_CSUM and NETIF_F_ALL_CSUMHerbert Xu1-0/+3
2006-06-17[TCP]: Add tcp_slow_start_after_idle sysctl.David S. Miller2-0/+2
2006-06-17[NET]: net.ipv4.ip_autoconfig sysctl removalStephen Hemminger1-1/+0
2006-06-17[NET]: Warn in __skb_trim if skb is pagedHerbert Xu1-12/+12
2006-06-17[NET]: skb_trim auditHerbert Xu1-4/+1
2006-06-17[NET]: Clean up skb_linearizeHerbert Xu1-4/+20
2006-06-17[NET]: Add netif_tx_lockHerbert Xu1-3/+35
2006-06-17[SECMARK]: Add CONNSECMARK xtables targetJames Morris1-0/+13
2006-06-17[SECMARK]: Add secmark support to conntrackJames Morris3-0/+34
2006-06-17[SECMARK]: Add xtables SECMARK targetJames Morris1-0/+26
2006-06-17[SECMARK]: Add secmark support to core networking.James Morris1-0/+22
2006-06-17[SECMARK]: Add SELinux exportsJames Morris1-0/+32
2006-06-17[NET]: Fix warnings after LSM-IPSEC changes.David S. Miller1-1/+1
2006-06-17[LSM-IPsec]: SELinux AuthorizeCatherine Zhang1-6/+34
2006-06-17[IPV4]: Right prototype of __raw_v4_lookup()Alexey Dobriyan1-1/+1
2006-06-17[IPV4] igmp: Fixup struct ip_mc_list::multiaddr typeAlexey Dobriyan1-1/+1
2006-06-17[TCP]: Minimum congestion window consolidation.Stephen Hemminger1-2/+2
2006-06-17[NETFILTER]: Add SIP connection tracking helperPatrick McHardy1-0/+44
2006-06-17[NETFILTER]: H.323 helper: Add support for Call ForwardingJing Min Zhao3-1/+10
2006-06-17[NETFILTER]: ctnetlink: fix NAT configurationPatrick McHardy1-1/+3
2006-06-17[NETFILTER]: conntrack: add fixed timeout flag in connection trackingEric Leblond1-0/+4
2006-06-17[NETFILTER]: conntrack: add sysctl to disable checksummingPatrick McHardy3-0/+4
2006-06-17[NETFILTER]: x_tables: add statistic matchPatrick McHardy1-0/+32
2006-06-17[NETFILTER]: x_tables: add quota matchPatrick McHardy1-0/+16
2006-06-17[IPSEC] xfrm: Use IPPROTO_MAX instead of 256Herbert Xu1-1/+1
2006-06-17[IPSEC] xfrm: Abstract out encapsulation modesHerbert Xu2-0/+21
2006-06-17[IPSEC] xfrm: Undo afinfo lock proliferationHerbert Xu1-8/+1
2006-06-17[TG3]: Add 5786 PCI IDMichael Chan1-0/+1
2006-06-17[LLC]: add multicast support for datagramsStephen Hemminger1-0/+4
2006-06-17[LLC]: use more efficient ether address routinesStephen Hemminger1-7/+6
2006-06-17[I/OAT]: Add a sysctl for tuning the I/OAT offloaded I/O thresholdChris Leech2-0/+2
2006-06-17[I/OAT]: Make sk_eat_skb I/OAT aware.Chris Leech1-1/+12
2006-06-17[I/OAT]: Rename cleanup_rbuf to tcp_cleanup_rbuf and make non-staticChris Leech1-0/+2
2006-06-17[I/OAT]: Structure changes for TCP recv offload to I/OATChris Leech4-0/+21
2006-06-17[I/OAT]: Utility functions for offloading sk_buff to iovec copiesChris Leech2-0/+28
2006-06-17[I/OAT]: Setup the networking subsystem as a DMA clientChris Leech2-0/+42
2006-06-17[I/OAT]: Move PCI_DEVICE_ID_INTEL_IOAT to linux/pci_ids.hDavid S. Miller1-0/+1
2006-06-17[I/OAT]: DMA memcpy subsystemChris Leech1-0/+337
2006-06-17IB/uverbs: Don't serialize with ib_uverbs_idr_mutexRoland Dreier1-0/+4
2006-06-17IB/sa: Add ib_init_ah_from_path()Sean Hefty1-0/+7
2006-06-17IB: Add ib_init_ah_from_wc()Sean Hefty1-0/+14
2006-06-17IB/ucm: Get rid of duplicate P_Key parameterSean Hefty2-3/+2
2006-06-17[SCSI] srp.h: Add I/O Class valuesRamachandra K1-0/+5
2006-06-17IB: Move struct port_info from ipath to <rdma/ib_smi.h>Leonid Arsh1-0/+36
2006-06-17IB: Add client reregister event typeLeonid Arsh1-1/+2
2006-06-17IB: Add caching of ports' LMCJack Morgenstein2-0/+14
2006-06-17IB: IP address based RDMA connection managerSean Hefty2-0/+303
2006-06-17IB: address translation to map IP toIB addresses (GIDs)Sean Hefty1-0/+114
2006-06-17IB/cm: Match connection requests based on private dataSean Hefty1-6/+17
2006-06-17IB: common handling for marshalling parameters to/from userspaceSean Hefty4-100/+174
2006-06-17[PATCH] powerpc: enable CPU_FTR_CI_LARGE_PAGE for cellArnd Bergmann1-1/+1
2006-06-13Merge branch 'master' into upstreamJeff Garzik6-10/+17
2006-06-12Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-0/+2
2006-06-11[PATCH] PCI: fix pciehp compile issue when CONFIG_ACPI is not enabledakpm@osdl.org1-1/+1
2006-06-10[PATCH] I2O: Bugfixes to get I2O working againMarkus Lidel1-1/+4
2006-06-08[PATCH] s390: fix in-user atomic futex operation.Martin Schwidefsky1-7/+8
2006-06-08[PATCH] elevator switching raceJens Axboe1-1/+1
2006-06-08[PATCH] Fix mempolicy.h build errorRalf Baechle1-0/+1
2006-06-08[ARM] 3547/1: PXA-OHCI: Allow platforms to specify a power budgetRichard Purdie1-0/+2
2006-06-08Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Jeff Garzik2-2/+3
2006-06-08Merge branch 'master' into upstreamJeff Garzik30-156/+346
2006-06-05Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds2-2/+2
2006-06-06[MIPS] Fix sparsemem support.Chad Reese2-0/+16
2006-06-06[MIPS] Fix 64-bit build for RM7000.Ralf Baechle1-0/+1
2006-06-06[MIPS] Fix non-linear memory mapping on MIPSSergei Shtylyov2-27/+31
2006-06-06[MIPS] Fix swap entry for MIPS32 36-bit physical addressSergei Shtylyov1-2/+14
2006-06-06[MIPS] Fix mprotect() syscall for MIPS32 w/36-bit physical address supportSergei Shtylyov1-2/+3
2006-06-06[MIPS] Fix declaration of smp_prepare_cpus() platform hook.Ralf Baechle1-2/+2
2006-06-06[MIPS] Fix instable BogoMIPS on multi-issue processors.Ralf Baechle1-10/+12
2006-06-06[MIPS] Remove duplicate declaration of cpu_online_map.Ralf Baechle1-1/+0
2006-06-05[PATCH] softmac: Fix handling of authentication failureDaniel Drake1-1/+1
2006-06-05[PATCH] softmac: complete shared key authenticationDaniel Drake1-1/+2
2006-06-05[PATCH] uml: more __user annotationsAl Viro1-3/+3
2006-06-05[PATCH] uml: add asm/irqflags.hJeff Dike1-0/+6
2006-06-05[PATCH] m48t86: ia64 build fixAndrew Morton1-2/+2
2006-06-05[PATCH] alpha: SMP IRQ routing fixIvan Kokshaysky1-3/+1
2006-06-05[PATCH] Sparsemem build fixRalf Baechle1-0/+1
2006-06-05[PATCH] s390: cio non-unique path group idsPeter Oberparleiter1-2/+2
2006-06-05Merge branch 'from-linus' into upstreamJohn W. Linville17-100/+252
2006-06-05[SERIAL] typo: buad -> baudHorst Schirmeier2-2/+2
2006-06-02Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1
2006-06-02Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds3-11/+27
2006-06-02[ARM] 3539/1: ixp23xx: fix __arch_ixp23xx_is_coherent() for A1 steppingLennert Buytenhek1-1/+1
2006-06-01[SPARC64]: Fix D-cache corruption in mremapDavid S. Miller3-11/+27
2006-05-31Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds6-73/+207
2006-06-01[MIPS] Treat R14000 like R10000.Kumba1-1/+3
2006-06-01[MIPS] Update/Fix instruction definitionsThiemo Seufer1-5/+28
2006-06-01[MIPS] DSP and MDMX share the same config flag bit.Thiemo Seufer1-1/+1
2006-06-01[MIPS] Update struct sigcontext member namesDaniel Jacobowitz1-2/+8
2006-06-01[MIPS] Update/fix futex assemblyRalf Baechle1-25/+116
2006-06-01[MIPS] Fix detection and handling of the 74K processor.Chris Dearman1-1/+3
2006-06-01[MIPS] Fix marking buddy of pte global for MIPS32 w/36-bit physical addressSergei Shtylyov1-39/+49
2006-05-31[PATCH] ARM: Fix XScale PMD settingDeepak Saxena1-0/+6
2006-05-31[PATCH] net/compat.h build fixAndrew Morton1-1/+2
2006-05-31[PATCH] revert "swsusp add check for suspension of X controlled devices"Andrew Morton1-5/+0
2006-05-30[PATCH] x86_64: Fix stack/mmap randomization for compat tasksAndi Kleen1-1/+1
2006-05-30Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds1-0/+1
2006-05-29Input: change from numbered to named switchesRichard Purdie1-8/+3
2006-05-29Input: add KEY_BATTERY keycodeMatthew Garrett1-0/+2
2006-05-26[PATCH] pci_ids: add new device idsAyaz Abdulla1-0/+8
2006-05-26Merge branch 'upstream-fixes' into upstreamJeff Garzik2-0/+2
2006-05-26Merge branch 'from-linus' into upstreamJohn W. Linville6-8/+156
2006-05-26[PATCH] Add CMSPAR to termbits.h for powerpc and alphaPaul Mackerras2-0/+2
2006-05-24Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Jeff Garzik1-5/+33
2006-05-24[PATCH] Add Myri-10G Ethernet driverBrice Goglin1-0/+1
2006-05-24[PATCH] Revive pci_find_ext_capabilityBrice Goglin1-0/+2
2006-05-23Merge branch 'master' into upstreamJeff Garzik15-15/+246
2006-05-23Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2-3/+142
2006-05-23Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2006-05-23[PATCH] powerpc: wire up sys_[gs]et_robust_listDavid Woodhouse2-1/+9
2006-05-23[PATCH] sys_sync_file_range(): move exported flags outside __KERNEL__Andrew Morton1-3/+4
2006-05-23[SPARC64]: Respect gfp_t argument to dma_alloc_coherent().David S. Miller2-3/+142
2006-05-22[IRDA]: fixup type of ->lsap_stateAlexey Dobriyan1-1/+1
2006-05-22Merge branch 'from-linus' into upstreamJohn W. Linville13-10/+101
2006-05-22[AGPGART] VIA PT880 Ultra support.Magnus Kessler1-0/+1
2006-05-21[SPARC]: Add robust futex syscall entries.David S. Miller2-6/+10
2006-05-21Merge master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds1-0/+5
2006-05-21[PATCH] Align the node_mem_map endpoints to a MAX_ORDER boundaryBob Picco1-0/+1
2006-05-21[PATCH] pxa2xx-spi updateStephen Street1-0/+3
2006-05-21[PATCH] S3C24XX: hardware SPI driverBen Dooks1-0/+29
2006-05-21[PATCH] S3C24XX: GPIO based SPI driverBen Dooks1-0/+31
2006-05-21[PATCH] drivers/base/firmware_class.c: cleanupsAdrian Bunk1-1/+0
2006-05-21[PATCH] spi: add spi master driver for Freescale MPC83xx SPI controllerKumar Gala1-0/+11
2006-05-20Merge branch 'master' into upstreamJeff Garzik48-96/+320
2006-05-19Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-3/+4
2006-05-19Merge master.kernel.org:/home/rmk/linux-2.6-mmcLinus Torvalds1-0/+1
2006-05-19[ARM] 3533/1: Implement the __raw_(read|write)_can_lock functions on ARMCatalin Marinas1-0/+6
2006-05-19[ARM] 3531/1: i.MX/MX1 SD/MMC ensure, that clock are stopped before new comma...Pavel Pisa1-0/+1
2006-05-19[SCTP]: Respect the real chunk length when walking parameters.Vladislav Yasevich1-3/+3
2006-05-19[SCTP]: Set sk_err so that poll wakes up after a non-blocking connect failure.Sridhar Samudrala1-0/+1
2006-05-17Merge branch 'from-linus' into upstreamJohn W. Linville27-54/+173
2006-05-16Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/spi-2.6Linus Torvalds3-17/+104
2006-05-16[PATCH] SPI: busnum == 0 needs to workDavid Brownell1-3/+3
2006-05-16[PATCH] SPI: devices can require LSB-first encodingsDavid Brownell1-2/+5
2006-05-16[PATCH] SPI: Renamed bitbang_transfer_setup to spi_bitbang_setup_transfer and...Kumar Gala1-0/+2
2006-05-16[PATCH] SPI: spi whitespace fixesDavid Brownell1-12/+12
2006-05-16[PATCH] SPI: add PXA2xx SSP SPI DriverStephen Street1-0/+68
2006-05-16[PATCH] SPI: per-transfer overrides for wordsize and clockingImre Deak2-0/+14
2006-05-16[ARM] 3517/1: move definition of PROC_INFO_SZ from procinfo.h to asm-offsets.hUwe Zeisberger1-2/+0
2006-05-15[PATCH] fix can_share_swap_page() when !CONFIG_SWAPHua Zhong1-1/+1
2006-05-15[PATCH] add slab_is_available() routine for boot codeMike Kravetz1-0/+1
2006-05-15[PATCH] symbol_put_addr() locks kernelTrent Piepho1-0/+1
2006-05-15[PATCH] s390: add vmsplice system callMartin Schwidefsky1-1/+7
2006-05-15[PATCH] RCU: introduce rcu_needs_cpu() interfaceHeiko Carstens1-0/+1
2006-05-12V4L/DVB (3774): Create V4L1 config optionsMauro Carvalho Chehab1-0/+5
2006-05-12[NEIGH]: Fix IP-over-ATM and ARP interaction.Simon Kelley1-0/+1
2006-05-11Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds1-0/+1
2006-05-11Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-2/+1
2006-05-11Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds1-6/+17
2006-05-10Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/shemmi...Linus Torvalds1-0/+1
2006-05-10dl2k: use DMA_48BIT_MASK constantFrancois Romieu1-0/+1
2006-05-10[NET]: Do sysfs registration as part of register_netdevice.Stephen Hemminger1-2/+1
2006-05-09Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/shem...Linus Torvalds3-13/+14
2006-05-09powerpc/32: Define an is_kernel_addr() to fix ARCH=ppc compilationPaul Mackerras1-0/+1
2006-05-08Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Stephen Hemminger2-3/+6
2006-05-08sky2: backout NAPI rescheduleStephen Hemminger1-10/+8
2006-05-08[PATCH] x86_64: Avoid EBDA area in early boot allocatorAndi Kleen1-0/+2
2006-05-08[PATCH] x86_64: avoid IRQ0 ioapic pin collisionKimball Murray2-0/+2
2006-05-08Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds1-1/+0
2006-05-08Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-0/+4
2006-05-07[ARM] 3506/1: aaec2000: debug-macro.S needs hardware.hBellido Nicolas1-0/+1