aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2006-06-30Pull kmalloc into release branchLen Brown2-3/+1
2006-06-30Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-17/+0
2006-06-30Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds7-15/+35
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds13-15/+13
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6/Linus Torvalds1-0/+1
2006-06-30Merge master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds1-0/+55
2006-06-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds15-62/+138
2006-06-30[SPARC64]: Kill sun4v virtual device layer.David S. Miller1-17/+0
2006-06-30[IPV6]: Added GSO support for TCPv6Herbert Xu4-8/+9
2006-06-30[NET]: Generalise TSO-specific bits from skb_setup_capsHerbert Xu3-7/+20
2006-06-30[IPV6]: Added GSO support for TCPv6Herbert Xu1-0/+6
2006-06-30[PATCH] pcmcia: TI PCIxx12 CardBus controller supportAlex Williamson1-0/+1
2006-06-30V4L/DVB (4270): Add tda9887-specific tuner configurationHans Verkuil1-0/+55
2006-06-30[PATCH] knfsd: nfsd: mark rqstp to prevent use of sendfile in privacy caseJ. Bruce Fields1-1/+3
2006-06-30[PATCH] rcu: Add lock annotations to RCU locking primitivesJosh Triplett1-4/+20
2006-06-30[PATCH] Correct rtc_wkalrm commentsAndrew Victor1-2/+2
2006-06-30[PATCH] uml: add __raw_writeq definitionJeff Dike1-0/+5
2006-06-30[PATCH] add smp_setup_processor_id()Andrew Morton1-0/+2
2006-06-30[PATCH] SELinux: Add security hook definition for getioprio and insert hooksDavid Quigley1-0/+15
2006-06-30[PATCH] SELinux: add security hook call to kill_proc_info_as_uidDavid Quigley1-1/+1
2006-06-30[PATCH] SELinux: extend task_kill hook to handle signals sent by AIO completionDavid Quigley1-4/+19
2006-06-30[PATCH] Light weight event countersChristoph Lameter1-104/+66
2006-06-30[PATCH] Use Zoned VM Counters for NUMA statisticsChristoph Lameter2-10/+17
2006-06-30[PATCH] zoned-vm-counters: remove read_page_state()Andrew Morton1-4/+0
2006-06-30[PATCH] zoned vm counters: conversion of nr_bounce to per zone counterChristoph Lameter2-1/+1
2006-06-30[PATCH] zoned vm counters: conversion of nr_unstable to per zone counterChristoph Lameter2-9/+1
2006-06-30[PATCH] zoned vm counters: conversion of nr_writeback to per zone counterChristoph Lameter3-5/+5
2006-06-30[PATCH] zoned vm counters: conversion of nr_dirty to per zone counterChristoph Lameter2-1/+1
2006-06-30[PATCH] zoned vm counters: conversion of nr_pagetables to per zone counterChristoph Lameter2-2/+2
2006-06-30[PATCH] zoned vm counters: conversion of nr_slab to per zone counterChristoph Lameter2-2/+2
2006-06-30[PATCH] zoned vm counters: zone_reclaim: remove /proc/sys/vm/zone_reclaim_int...Christoph Lameter2-7/+0
2006-06-30[PATCH] zoned vm counters: split NR_ANON_PAGES off from NR_FILE_MAPPEDChristoph Lameter1-1/+2
2006-06-30[PATCH] zoned vm counters: conversion of nr_pagecache to per zone counterChristoph Lameter2-46/+1
2006-06-30[PATCH] zoned vm counters: convert nr_mapped to per zone counterChristoph Lameter2-2/+3
2006-06-30[PATCH] zoned vm counters: basic ZVC (zoned vm counter) implementationChristoph Lameter2-1/+137
2006-06-30[PATCH] zoned vm counters: create vmstat.c/.h from page_alloc.c/.hChristoph Lameter4-141/+151
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel2-2/+0
2006-06-30typo fixes: specfic -> specificAdrian Bunk1-1/+1
2006-06-30typo fixes: occuring -> occurringAdrian Bunk2-2/+2
2006-06-30typo fixes: infomation -> informationAdrian Bunk2-3/+3
2006-06-30typo fixes: disadvantadge -> disadvantageAdrian Bunk1-1/+1
2006-06-30typo fixes: mecanism -> mechanismAdrian Bunk4-4/+4
2006-06-30typo fixes: bandwith -> bandwidthAdrian Bunk1-2/+2
2006-06-30ACPI: delete acpi_os_free(), use kfree() directlyLen Brown2-3/+1
2006-06-29Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds32-26/+94
2006-06-29[NET]: make skb_release_data() staticAdrian Bunk1-1/+0
2006-06-29[ATM]: basic sysfs support for ATM devicesRoman Kagan1-1/+3
2006-06-29[NET]: Add ECN support for TSOMichael Chan4-4/+9
2006-06-29[AF_UNIX]: Datagram getpeersecCatherine Zhang23-0/+44
2006-06-29[NET]: Fix logical error in skb_gso_okHerbert Xu1-2/+2
2006-06-29[PKT_SCHED]: PSCHED_TADD() and PSCHED_TADD2() can result,tv_usec >= 1000000Shuya MAEDA1-6/+12
2006-06-29[NETLINK]: Encapsulate eff_cap usage within security framework.Darrel Goeddel1-6/+7
2006-06-29[NET]: Added GSO header verificationHerbert Xu4-8/+19
2006-06-29merge linus into release branchLen Brown170-845/+2537
2006-06-29Pull acpica into release branchLen Brown10-59/+113
2006-06-29[SPARC]: sparc32 side of of_device layer IRQ resolution.David S. Miller1-1/+4
2006-06-29[SPARC64]: of_device layer IRQ resolutionDavid S. Miller3-2/+14
2006-06-29[SPARC]: Kill interrupt stuff and linux_phandle from device_node.David S. Miller2-16/+0
2006-06-29[SPARC]: Add of_io{remap,unmap}().David S. Miller2-0/+6
2006-06-29[SPARC]: Beginnings of generic of_device framework.David S. Miller4-4/+28
2006-06-29[SPARC]: Add of_n_{addr,size}_cells().David S. Miller2-0/+4
2006-06-29[SPARC64]: Kill starfire_cookie from SBUS/PCI.David S. Miller3-4/+1
2006-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds11-115/+10
2006-06-29Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds12-37/+52
2006-06-29[MIPS] Add missing backslashes to macro definitions.Ralf Baechle1-2/+2
2006-06-29[MIPS] Remove BSD and Sys V compat data types.Ralf Baechle1-5/+5
2006-06-29[MIPS] ioc3.h: Uses u8, so include <linux/types.h>.Ralf Baechle1-0/+2
2006-06-29[MIPS] au1xxx: fix PSC_SMBTXRX_RSR.Domen Puncer1-1/+1
2006-06-29[MIPS] Fix FIXADDR_TOP for TX39/TX49.Atsushi Nemoto1-0/+4
2006-06-29[MIPS] Fix configuration of R2 CPU features and multithreading.Ralf Baechle1-12/+8
2006-06-29elf-em.h: Define and explain both EM_MIPS_RS3_LE and EM_MIPS_RS4_BE.Ralf Baechle1-0/+5
2006-06-29[MIPS] Fix use of ehb instruction for non-R2 configurations.Ralf Baechle3-11/+12
2006-06-29[MIPS] Define ARCH_HAS_IRQ_PER_CPU for all SMP systems.Ralf Baechle2-6/+4
2006-06-29[MIPS] Wire up tee(2).Ralf Baechle1-6/+9
2006-06-29Merge master.kernel.org:/pub/scm/linux/kernel/git/perex/alsaLinus Torvalds3-13/+26
2006-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds13-59/+663
2006-06-29Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds8-35/+61
2006-06-29Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds6-49/+12
2006-06-29Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds7-22/+38
2006-06-29[PATCH] genirq: add chip->eoi(), fastack -> fasteoiIngo Molnar1-2/+4
2006-06-29[PATCH] genirq: add IRQ_TYPE_SENSE_MASKBenjamin Herrenschmidt1-0/+1
2006-06-29[PATCH] genirq: add irq-wake (power-management) supportThomas Gleixner1-0/+14
2006-06-29[PATCH] genirq: add irq-chip supportThomas Gleixner1-0/+11
2006-06-29[PATCH] genirq MSI fixesIngo Molnar1-11/+16
2006-06-29[PATCH] genirq: coreThomas Gleixner1-19/+141
2006-06-29[PATCH] genirq: add IRQ_NOAUTOEN supportThomas Gleixner1-0/+1
2006-06-29[PATCH] genirq: add IRQ_NOREQUEST supportThomas Gleixner1-0/+1
2006-06-29[PATCH] genirq: add IRQ_NOPROBE supportThomas Gleixner1-0/+1
2006-06-29[PATCH] genirq: add genirq sw IRQ-retriggerThomas Gleixner1-0/+3
2006-06-29[PATCH] genirq: doc: comment include/linux/irq.h structuresIngo Molnar1-7/+37
2006-06-29[PATCH] genirq: add ->retrigger() irq op to consolidate hw_irq_resend()Ingo Molnar15-63/+10
2006-06-29[PATCH] genirq: cleanup: turn ARCH_HAS_IRQ_PER_CPU into CONFIG_IRQ_PER_CPUIngo Molnar6-27/+1
2006-06-29[PATCH] genirq: cleanup: merge pending_irq_cpumask[] into irq_desc[]Ingo Molnar1-1/+1
2006-06-29[PATCH] genirq: cleanup: merge irq_dir[], smp_affinity_entry[] into irq_desc[]Ingo Molnar1-0/+5
2006-06-29[PATCH] genirq: cleanup: include/linux/irq.hIngo Molnar1-28/+28
2006-06-29[PATCH] genirq: cleanup: reduce irq_desc_t use, mark it obsoleteIngo Molnar1-5/+13
2006-06-29[PATCH] genirq: cleanup: misc code cleanupsIngo Molnar1-22/+32
2006-06-29[PATCH] genirq: cleanup: remove fastcallIngo Molnar1-3/+7
2006-06-29[PATCH] genirq: cleanup: remove irq_descp()Ingo Molnar1-7/+0
2006-06-29[PATCH] genirq: cleanup: merge irq_affinity[] into irq_desc[]Ingo Molnar1-3/+4
2006-06-29[PATCH] genirq: rename desc->handler to desc->chipIngo Molnar2-8/+8
2006-06-29[PATCH] i4l: remove unneeded include/linux/isdn/tpam.hKarsten Keil1-55/+0
2006-06-29[PATCH] Keys: Allow in-kernel key requestor to pass auxiliary data to upcallerDavid Howells1-1/+7
2006-06-29[PATCH] fix sgivwfb compileAdrian Bunk1-0/+3
2006-06-29[S390] rework of channel measurement facility.Cornelia Huck1-4/+0
2006-06-29[S390] add PAV support to the dasd driver.Horst Hummel1-3/+5
2006-06-29[S390] preempt_count initialization.Heiko Carstens1-0/+1
2006-06-29[S390] __syscall_return error check.Heiko Carstens1-3/+1
2006-06-29[S390] cio async subchannel reprobe.Peter Oberparleiter1-0/+2
2006-06-29[S390] cleanup bitops.h.Heiko Carstens1-39/+3
2006-06-29[POWERPC] todc: add support for Time-Of-Day-ClockMark A. Greer1-0/+487
2006-06-29[POWERPC] Add tsi108 pci and platform device data register functionZang Roy-r619111-0/+109
2006-06-29[POWERPC] Correct the MAX_CONTEXT definitionPaul Mackerras1-1/+6
2006-06-28Merge branch 'nommu' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds13-78/+378
2006-06-28Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds12-61/+66
2006-06-28Merge master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds1-3/+7
2006-06-28[PATCH] Fix plist include dependencyThomas Gleixner1-0/+1
2006-06-28[PATCH] SPI: infrastructure to initialize spi_device.mode earlyDavid Brownell1-1/+5
2006-06-28[PATCH] m68knommu: fix clobber list in uCdimm/uCsimm helper asmGreg Ungerer1-6/+6
2006-06-28Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds1-0/+10
2006-06-28[PATCH] ide: fix error handling for drives which clear the FIFO on errorAlan Cox1-0/+1
2006-06-28[PATCH] ac97_codec: make bitfield unsignedRandy Dunlap1-1/+1
2006-06-28[PATCH] remove active field from tty buffer structurePaul Fulghum3-5/+2
2006-06-28[PATCH] remove TTY_DONT_FLIPPaul Fulghum1-1/+0
2006-06-28[PATCH] Add EXPORT_UNUSED_SYMBOL and EXPORT_UNUSED_SYMBOL_GPLArjan van de Ven2-0/+48
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig6-8/+8
2006-06-28[ALSA] ak4xxx-adda - Code clean-upTakashi Iwai1-14/+23
2006-06-28[ALSA] Stereo controls for M-Audio Revolution cardsJani Alinikula1-0/+2
2006-06-28[ALSA] AD1888 mixer controls for DC modeJaya Kumar1-0/+1
2006-06-28[ALSA] Suppress irq handler mismatch messages in ALSA ISA driversTakashi Iwai1-1/+2
2006-06-28[ARM] nommu: remove fault-armv, mmap and mm-armv files from nommu buildRussell King1-0/+4
2006-06-28[ARM] Remove TABLE_SIZE, and several unused function prototypesRussell King1-5/+0
2006-06-28[ARM] nommu: uaccess tweaksRussell King1-52/+87
2006-06-28[ARM] nommu: adjust headers for !MMU ARM systemsRussell King11-21/+287
2006-06-28[IA64-SGI] - Pass OS logical cpu number to the SN prom (bios)Jack Steiner1-0/+10
2006-06-28[ARM] 3370/2: ep93xx: add crunch supportLennert Buytenhek2-0/+14
2006-06-28[ARM] 3665/1: crunch: add ptrace supportLennert Buytenhek1-0/+5
2006-06-28[ARM] 3664/1: crunch: add signal frame save/restoreLennert Buytenhek1-0/+14
2006-06-28[ARM] 3662/1: ixp23xx: don't include asm/hardware.h in uncompress.hLennert Buytenhek3-12/+11
2006-06-28[ARM] 3660/1: Remove legacy definesAndrew Victor3-8/+2
2006-06-28[ARM] 3661/1: S3C2412: Fix compilation if CPU_S3C2410 onlyBen Dooks1-9/+7
2006-06-28[ARM] Remove the __arch_* layer from uaccess.hRussell King1-32/+13
2006-06-28ACPI: C-States: accounting of sleep statesDominik Brodowski1-0/+1
2006-06-28ACPI: ACPICA 20060623Bob Moore10-59/+113
2006-06-28ACPI: dock driverKristen Accardi2-1/+18
2006-06-28Merge branch 'for_paulus' of master.kernel.org:/pub/scm/linux/kernel/git/gala...Paul Mackerras1-4/+0
2006-06-28powerpc: minor cleanups for mpc86xxKumar Gala1-4/+0
2006-06-28[POWERPC] Simplify the code defining the 64-bit CPU featuresPaul Mackerras1-28/+20
2006-06-28[POWERPC] update asm-powerpc/time.hStephen Rothwell1-2/+4
2006-06-28[POWERPC] Clean up it_lp_queue.hStephen Rothwell1-20/+20
2006-06-28[POWERPC] Add the use of the firmware soft-reset-nmi to kdump.David Wilder1-0/+8
2006-06-27Merge git://git.infradead.org/mtd-2.6Linus Torvalds2-1/+48
2006-06-27Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2-1/+16
2006-06-28[POWERPC] Add udbg support for RTAS consoleMichael Ellerman1-1/+2
2006-06-28[POWERPC] Setup RTAS values earlier, to enable rtas_call() earlierMichael Ellerman1-0/+3
2006-06-28[POWERPC] Make kexec_setup() a regular initcallMichael Ellerman1-1/+0
2006-06-28[POWERPC] powerpc: Initialise ppc_md htab pointers earlierMichael Ellerman1-1/+0
2006-06-28[POWERPC] kdump: Reserve the existing TCE mappings left by the first kernelHaren Myneni2-0/+4
2006-06-28[POWERPC] Remove obsolete #include <linux/config.h>.Jon Loeliger1-1/+0
2006-06-27[PATCH] m68knommu: remove NO_FORMAT_VECi from ptrace.h headerGreg Ungerer1-2/+0
2006-06-27Merge master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds1-2/+2
2006-06-27[PATCH] drivers/char/ipmi/ipmi_msghandler.c: make proc_ipmi_root staticAdrian Bunk1-4/+0
2006-06-27[PATCH] rtmutex: Propagate priority settings into PI lock chainsThomas Gleixner1-0/+2
2006-06-27[PATCH] pi-futex: futex_lock_pi/futex_unlock_pi supportIngo Molnar2-0/+10
2006-06-27[PATCH] pi-futex: rt mutex testerThomas Gleixner1-0/+1
2006-06-27[PATCH] pi-futex: rt mutex debugIngo Molnar2-1/+15
2006-06-27[PATCH] pi-futex: rt mutex coreIngo Molnar4-0/+118
2006-06-27[PATCH] pi-futex: scheduler support for piIngo Molnar2-2/+21
2006-06-27[PATCH] pi-futex: add plist implementationIngo Molnar1-0/+247
2006-06-27[PATCH] pi-futex: introduce WARN_ON_SMPIngo Molnar1-0/+6
2006-06-27[PATCH] pi-futex: introduce debug_check_no_locks_freed()Ingo Molnar1-2/+8
2006-06-27[PATCH] pi-futex: futex code cleanupsIngo Molnar2-5/+4
2006-06-27[PATCH] sched: mc/smt power savings sched policySiddha, Suresh B7-1/+28
2006-06-27[PATCH] sched_domain: handle kmalloc failureSrivatsa Vaddagiri1-1/+1
2006-06-27[PATCH] sched: implement smpnicePeter Williams1-2/+6
2006-06-27[PATCH] chardev: GPIO for SCx200 & PC-8736x: use dev_dbg in common moduleJim Cromie1-1/+5
2006-06-27[PATCH] chardev: GPIO for SCx200 & PC-8736x: migrate file-ops to common moduleJim Cromie1-0/+5
2006-06-27[PATCH] chardev: GPIO for SCx200 & PC-8736x: add gpio-ops vtableJim Cromie1-0/+33
2006-06-27[PATCH] chardev: GPIO for SCx200 & PC-8736x: device minor numbers are unsigne...Jim Cromie1-7/+7
2006-06-27[PATCH] chardev: GPIO for SCx200 & PC-8736x: whitespace pre-cleanJim Cromie2-14/+0
2006-06-27[PATCH] cpu hotplug: add hotplug versions of cpu_notifierChandra Seetharaman1-0/+4
2006-06-27[PATCH] cpu hotplug: make [un]register_cpu_notifier init time onlyChandra Seetharaman1-0/+6
2006-06-27[PATCH] rcutorture: add call_rcu_bh() operationsPaul E. McKenney1-0/+1
2006-06-27[PATCH] Remove gratuitous inclusion of <linux/config.h> from <linux/dmaengine.h>David Woodhouse1-1/+1
2006-06-27[PATCH] spin/rwlock init cleanupsIngo Molnar1-1/+1
2006-06-27[PATCH] fs/buffer.c: cleanupsAdrian Bunk1-1/+1
2006-06-27[PATCH] poison: add & use more constantsRandy Dunlap1-0/+7
2006-06-27[PATCH] update two drivers for poison.hRandy Dunlap1-0/+6
2006-06-27[PATCH] add poison.h and patch primary usersRandy Dunlap2-8/+46
2006-06-27[PATCH] vdso: randomize the i386 vDSO by moving it into a vmaIngo Molnar8-24/+51
2006-06-27[PATCH] i386: use C code for current_thread_info()Chuck Ebbert1-6/+4
2006-06-27[PATCH] i386: move phys_proc_id and cpu_core_id to cpuinfo_x86Rohit Seth2-7/+7
2006-06-27[PATCH] x86: increase interrupt vector rangeRusty Russell1-1/+1
2006-06-27[PATCH] node hotplug: register cpu: remove node structKAMEZAWA Hiroyuki2-2/+15
2006-06-27[PATCH] pgdat allocation and update for ia64 of memory hotplug: allocate pgda...Yasunori Goto1-7/+2
2006-06-27[PATCH] pgdat allocation and update for ia64 of memory hotplug: update pgdat ...Yasunori Goto2-3/+13
2006-06-27[PATCH] Register sysfs file for hotplugged new nodeYasunori Goto3-31/+4
2006-06-27[PATCH] catch valid mem range at onlining memoryKAMEZAWA Hiroyuki1-0/+3
2006-06-27[PATCH] pgdat allocation for new node add (export kswapd start func)Yasunori Goto1-0/+2
2006-06-27[PATCH] pgdat allocation for new node add (refresh node_data[])Yasunori Goto1-0/+12