aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2005-07-27[PATCH] stale POSIX lock handlingPeter Staubach1-2/+4
2005-07-27[PATCH] s390: atomic64 inline functionsHeiko Carstens1-4/+4
2005-07-27[PATCH] s390: find_next_{zero}_bit fixesMartin Schwidefsky1-300/+140
2005-07-27[PATCH] s390: spin lock retryMartin Schwidefsky4-178/+84
2005-07-27[PATCH] v850: Define L1_CACHE_SHIFT and L1_CACHE_SHIFT_MAXMiles Bader2-4/+8
2005-07-27[PATCH] v850: Update PCI supportMiles Bader1-6/+31
2005-07-27[PATCH] v850: Add pte_fileMiles Bader1-0/+2
2005-07-27[PATCH] v850: Update ioremap return type and add ioread/iowrite functionsMiles Bader1-13/+24
2005-07-27[PATCH] v850: const-qualify first parameter of find_next_zero_bitMiles Bader1-3/+3
2005-07-27[PATCH] v850: Define pfn_validMiles Bader1-2/+3
2005-07-27[PATCH] CRIS update: new subarchitecture v32Mikael Starvik128-0/+32075
2005-07-27[PATCH] CRIS update: updates for 2.6.12Mikael Starvik12-86/+42
2005-07-27[PATCH] CRIS update: synchronous serial port driverMikael Starvik2-1/+107
2005-07-27[PATCH] CRIS update: SMPMikael Starvik7-58/+65
2005-07-27[PATCH] CRIS update: profilerMikael Starvik1-0/+2
2005-07-27[PATCH] CRIS update: pciMikael Starvik4-85/+298
2005-07-27[PATCH] CRIS update: mmMikael Starvik1-1/+4
2005-07-27[PATCH] CRIS update: misc patchesMikael Starvik2-0/+5
2005-07-27[PATCH] CRIS update: IRQMikael Starvik4-37/+12
2005-07-27[PATCH] CRIS update: I/O and DMA allocatorMikael Starvik3-0/+104
2005-07-27[PATCH] CRIS update: driversMikael Starvik2-0/+100
2005-07-27[PATCH] CRIS update: arch splitMikael Starvik5-11/+84
2005-07-27[PATCH] ppc64: remove another fixed address constraintDavid Gibson3-13/+24
2005-07-27[PATCH] ppc64: dynamically allocate segment tablesDavid Gibson1-0/+2
2005-07-27[PATCH] ppc32: fix dma_map_page() to use page_to_bus()Matt Porter1-1/+1
2005-07-27[PATCH] ppc32: Make the UARTs on MPC824x individual platform devicesKumar Gala1-1/+2
2005-07-27[PATCH] ppc32: Add proper prototype for cpm2_reset()Kumar Gala1-2/+3
2005-07-27[PATCH] consolidate CONFIG_WATCHDOG_NOWAYOUT handlingAndrey Panin1-0/+10
2005-07-27[PATCH] i4l: add Olitec ISDN PCI card in hisax gazel driverOlivier Blin1-0/+1
2005-07-27[PATCH] Really __nocast-annotate kmalloc_node()Alexey Dobriyan1-1/+1
2005-07-27[PATCH] user_mode_vm() build fixAndrew Morton1-0/+3
2005-07-26[PATCH] i386: clean up user_mode macrosChuck Ebbert1-3/+10
2005-07-26Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-1/+3
2005-07-26[NETFILTER]: Fix ip_conntrack_put() prototype.Adrian Bunk1-1/+1
2005-07-26Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-3/+7
2005-07-26Merge master.kernel.org:/home/rmk/linux-2.6-arm-smpLinus Torvalds4-58/+127
2005-07-26[PATCH] x86_64: Implemenent machine_emergency_restartEric W. Biederman1-1/+1
2005-07-26[PATCH] i386: Implement machine_emergency_rebootEric W. Biederman1-1/+1
2005-07-26[PATCH] Add emergency_restart()Eric W. Biederman26-0/+160
2005-07-26[PATCH] Refactor sys_reboot into reusable partsEric W. Biederman1-0/+9
2005-07-26[PATCH] inotify: add x86-64 syscall entriesRobert Love2-3/+14
2005-07-26Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6Linus Torvalds5-14/+13
2005-07-26[PATCH] ARM SMP: Add ARMv6 memory barriersRussell King4-29/+69
2005-07-26[PATCH] ARM SMP: Use exclusive load/store for __xchgRussell King1-29/+58
2005-07-26[PATCH] ARM: 2819/1: Fix several S3C24x0 IIS definesDimitry Andric1-3/+7
2005-07-25[TG3]: add 5780 basic supportMichael Chan1-0/+2
2005-07-24Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2005-07-24Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds7-256/+47
2005-07-24[SPARC64]: Move syscall success and newchild state out of thread flags.David S. Miller3-13/+15
2005-07-24[SPARC64]: Privatize sun5_timer.David S. Miller1-41/+0
2005-07-24[SPARC64]: Kill totally unused inline functions from asm/spitfire.hDavid S. Miller1-130/+0
2005-07-24[SPARC64]: Simplify asm/rwsem.h slightly.David S. Miller1-44/+4
2005-07-24[SPARC64]: Non-atomic bitops do not need volatile operationsDavid S. Miller1-28/+28
2005-07-24[W1]: Do not use NFLOG netlink number.David S. Miller1-1/+1
2005-07-24[PATCH] ARM SMP: Fix ARMv6 spinlock and semaphore implementationsRussell King2-18/+21
2005-07-23Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds1-0/+2
2005-07-23Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-0/+1
2005-07-22x86: use alternative instructions for fnsave/fxsave tooLinus Torvalds1-8/+7
2005-07-22Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds6-15/+12
2005-07-22[PKT_SCHED]: em_meta: Kill TCF_META_ID_{INDEV,SECURITY,TCVERDICT}David S. Miller1-3/+0
2005-07-22x86: make restore_fpu() use alternative assembler instructionsLinus Torvalds1-1/+12
2005-07-22[PKT_SCHED]: Kill TCF_META_ID_REALDEV from meta ematch.David S. Miller1-1/+0
2005-07-21[NETFILTER]: ip_conntrack_expect_related must not free expectationRusty Russell2-3/+7
2005-07-19[NET]: Make ipip/ip6_tunnel independant of XFRMPatrick McHardy1-1/+1
2005-07-18[SCTP]: Fix potential null pointer dereference while handling an icmp errorSridhar Samudrala1-5/+2
2005-07-18[NET]: Fix "nocast type" warnings in skbuff.hVictor Fusco1-1/+2
2005-07-18[PKT_SCHED]: Kill TCF_META_ID_TCCLASSID.Patrick McHardy1-1/+0
2005-07-18[PATCH] Serial: Add support for SIIG Quartet serial cardAndrey Panin1-0/+2
2005-07-17[PATCH] ARM: 2687/1: i.MX framebuffer: make dmacr register platform configurableSascha Hauer1-0/+1
2005-07-16Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds3-5/+7
2005-07-16[PATCH] ARM: 2815/1: Shark: new defconfig, fixes with __io and serial portsAlexander Schulz1-146/+1
2005-07-16[PATCH] Serial: Remove linux/version.hOlaf Hering1-1/+0
2005-07-16[PATCH] Serial: Move deprecation of register_serial forward to SeptemberRussell King2-4/+7
2005-07-15[PATCH] md/raid1: clear bitmap when fullsync completesNeilBrown1-1/+1
2005-07-14[SCSI] fix function prototype warningJames Bottomley1-1/+1
2005-07-14[PATCH] uml: consolidate modify_ldtPaolo 'Blaisorblade' Giarrusso1-0/+5
2005-07-14[SCSI] add int_to_scsilun() functionJames.Smart@Emulex.Com1-0/+1
2005-07-14[SCSI] qla2xxx: Add pci ids for new ISP types.Andrew Vasquez1-0/+9
2005-07-13Merge master.kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds5-10/+10
2005-07-13Auto merge with /home/aegl/GIT/linusTony Luck90-2627/+2689
2005-07-13[PATCH] ppc64: kill bitfields in ppc64 hash codeDavid Gibson3-64/+36
2005-07-13[PATCH] s390: fadvise hint values.Martin Schwidefsky1-0/+10
2005-07-13[PATCH] ppc32: fix destroy_context() race conditionGuillaume Autran1-0/+2
2005-07-13[PATCH] Fix soft lockup due to NTFS: VFS part and explanationAnton Altaparmakov1-0/+3
2005-07-13[PATCH] inotify: event orderingRobert Love1-1/+1
2005-07-13[PATCH] inotify: move sysctlRobert Love1-6/+6
2005-07-13Merge /home/torvalds/linux-2.6-armLinus Torvalds1-3/+0
2005-07-12[PATCH] inotifyRobert Love6-3/+379
2005-07-12reiserfs: run scripts/Lindent on reiserfs codeLinus Torvalds5-1241/+1207
2005-07-12[IA64] Altix pcibus_to_node implementationChristoph Lameter2-2/+3
2005-07-12Merge master.kernel.org:/pub/scm/linux/kernel/git/lenb/linux-2.6Linus Torvalds52-1251/+957
2005-07-12[PATCH] v4l: I2C TunerMauro Carvalho Chehab1-30/+21
2005-07-12[PATCH] v4l: I2C MiscelaneousMauro Carvalho Chehab1-2/+1
2005-07-12[PATCH] v4l: SAA7134 hybrid DVBMauro Carvalho Chehab1-49/+0
2005-07-12[PATCH] hardirq uses preemptRandy Dunlap1-0/+1
2005-07-12[PATCH] kexec-ppc: fix for ksysfs crash_notesAlbert Herranz1-0/+2
2005-07-12[PATCH] tlb.h warning fixAndrew Morton1-0/+2
2005-07-12[PATCH] ext3: fix options parsingJan Kara1-0/+14
2005-07-12[PATCH] uml: tlb flushing fixBenjamin LaHaise1-0/+4
2005-07-12[PATCH] alpha: pgprot_uncached() commentAndrew Morton1-0/+4
2005-07-12[PATCH] pcmcia: fix pcmcia-cs compilationDominik Brodowski1-1/+4
2005-07-12[PATCH] name_to_dev_t warning fixAndrew Morton1-0/+2
2005-07-12[ACPI] merge acpi-2.6.12 branch into latest Linux 2.6.13-rc...Len Brown52-1251/+957
2005-07-12[IA64] remove CONFIG_IA64_SGI_SN_SIMGreg Edwards1-8/+1
2005-07-12Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds11-38/+48
2005-07-12[NET]: __be'ify *_type_trans()Alexey Dobriyan5-8/+6
2005-07-12[PATCH] USB: another cdc descriptordavid-b@pacbell.net1-0/+13
2005-07-12[PATCH] USB: Fix kmalloc's flags type in USBOlav Kongas2-10/+10
2005-07-12[IA64] pcibus_to_node implementation for IA64Christoph Lameter2-0/+6
2005-07-12[ACPI] increase MAX_IO_APICS to 64 on i386Len Brown1-5/+1
2005-07-12[ACPI] enable C2 and C3 idle power states on SMPVenkatesh Pallipadi4-14/+67
2005-07-12ACPICA 20050408 from Bob MooreRobert Moore27-1213/+830
2005-07-12[ACPI] PNPACPI vs sound IRQDavid Shaohua Li15-15/+15
2005-07-12[ACPI] Evaluate CPEI Processor Override flagAshok Raj2-1/+13
2005-07-11[SCTP]: __nocast annotationsAlexey Dobriyan5-30/+41
2005-07-11[ACPI] Bind PCI devices with ACPI devicesDavid Shaohua Li2-2/+25
2005-07-11[ACPI] generic Hot Key supportLuming Yu1-0/+5
2005-07-11[ACPI] ACPI poweroff fixAlexey Starikovskiy1-1/+1
2005-07-11Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-0/+21
2005-07-11[NETLINK]: Reserve NETLINK_NETFILTER.David S. Miller1-0/+1
2005-07-11Merge master.kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds2-2/+0
2005-07-11[SPARC64]: Add missing asm-sparc64/seccomp.h file.David S. Miller1-0/+21
2005-07-11[SCSI] add TYPE_RBC to our type tableJames Bottomley1-2/+2
2005-07-11[IA64] assign_irq_vector() should not panicKenji Kaneshige1-1/+0
2005-07-11[PATCH] v850: Update mmu.h header to match implementation changesMiles Bader1-14/+3
2005-07-11[PATCH] v850: Update checksum.h to match changed function signaturesMiles Bader1-5/+6
2005-07-11Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6Linus Torvalds13-54/+321
2005-07-11Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds5-10/+13
2005-07-11[IA64] remove linux/version.h include from arch/ia64Olaf Hering1-1/+0
2005-07-11[PATCH] ARM SMP: Rename cpu_present_mask to cpu_possible_mapRussell King1-3/+0
2005-07-10[SPARC64]: Add syscall auditing support.David S. Miller2-4/+6
2005-07-10[SPARC64]: Add SECCOMP support.David S. Miller1-1/+2
2005-07-10[SPARC64]: Add __read_mostly support.David S. Miller1-1/+1
2005-07-10[SPARC]: Add ioprio system call support.David S. Miller2-4/+4
2005-07-10Merge master.kernel.org:~rmk/linux-2.6-arm.gitLinus Torvalds12-37/+136
2005-07-10[PATCH] remove asm-xtensa/ipc.hStephen Rothwell1-16/+0
2005-07-10[PATCH] ARM: 2804/1: OMAP update 9/11: Update OMAP arch filesTony Lindgren2-10/+19
2005-07-10[PATCH] ARM: 2802/1: OMAP update 8/11: Update OMAP arch filesTony Lindgren1-0/+36
2005-07-10[PATCH] ARM: 2797/1: OMAP update 1/11: Update include filesTony Lindgren8-27/+80
2005-07-10[PATCH] ARM: 2793/1: platform serial support for ixp2000Lennert Buytenhek1-0/+1
2005-07-09Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-2/+3
2005-07-08[SCTP]: Use struct list_head for chunk lists, not sk_buff_head.David S. Miller1-13/+7
2005-07-08[IPV4]: multicast API "join" issuesDavid L Stevens1-1/+0
2005-07-08[SPARC64]: Support CONFIG_HZDavid S. Miller1-2/+3
2005-07-08[NET]: Fix sparse warningsVictor Fusco3-19/+31
2005-07-08[NET]: Transform skb_queue_len() binary tests into skb_queue_empty()David S. Miller2-2/+2
2005-07-07[PATCH] m32r: framebuffer device supportHirokazu Takata1-0/+199
2005-07-07[PATCH] nfsd4: check lock type against openmode.NeilBrown1-0/+5
2005-07-07[PATCH] nfsd4: return better error on io incompatible with open modeNeilBrown1-0/+1
2005-07-07[PATCH] nfsd4: seqid commentsNeilBrown1-1/+3
2005-07-07[PATCH] nfsd4: fix sync'ing of recovery directoryNeilBrown1-0/+1
2005-07-07[PATCH] pcmcia: remove client services versionPavel Roskin3-12/+1
2005-07-07[PATCH] pcmcia: reduce client_handle_t usageDominik Brodowski1-19/+15
2005-07-07[PATCH] pcmcia: remove client_t usageDominik Brodowski2-11/+5
2005-07-07[PATCH] pcmcia: move event handlerDominik Brodowski1-4/+4
2005-07-07[PATCH] namespace: rename _mntput to mntput_no_expireMiklos Szeredi1-2/+2
2005-07-07[PATCH] namespace: rename mnt_fslink to mnt_expireMiklos Szeredi1-1/+1
2005-07-07[PATCH] namespace.c: fix race in mark_mounts_for_expiry()Miklos Szeredi1-1/+2
2005-07-07[PATCH] alpha(): pgprot_noncachedAndrew Morton1-0/+2
2005-07-07[PATCH] mostly_read data sectionChristoph Lameter1-0/+6
2005-07-07[PATCH] propagate __nocast annotationsAlexey Dobriyan3-5/+5
2005-07-07[PATCH] page_uptodate locking scalabilityNick Piggin1-0/+3
2005-07-07[PATCH] xtensa: remove old syscallsArnd Bergmann1-98/+0
2005-07-07[PATCH] uml: skas0 - separate kernel address space on stock hostsJeff Dike1-3/+3
2005-07-07[PATCH] pm: fix u32 vs. pm_message_t confusion in cpufreqBernard Blackham1-1/+1
2005-07-07[PATCH] Fix up non-NUMA breakage in mmzone.hDave Jones1-2/+2
2005-07-07[PATCH] Clean up numa defines in mmzone.hDave Jones1-11/+9
2005-07-07[PATCH] MTRR suspend/resume cleanupShaohua Li2-0/+15
2005-07-07[PATCH] ppc64: Make idle_loop a ppc_md functionMichael Ellerman1-0/+5
2005-07-07[PATCH] hvc_console: Register ops when setting up hvc_consoleMilton Miller1-2/+7
2005-07-07[PATCH] hvc_console: Separate hvc_console and vio code 2Milton Miller1-1/+8
2005-07-07[PATCH] hvc_console: Separate hvc_console and vio codeMilton Miller1-4/+1
2005-07-07[PATCH] ppc64: remove duplicate syscall reservationAnton Blanchard2-2/+2
2005-07-07[PATCH] ppc64: add ioprio syscallsAnton Blanchard1-1/+3
2005-07-07[PATCH] move ioprio syscalls into syscalls.hAnton Blanchard2-3/+3
2005-07-07[PATCH] ppc64: Turn runlatch on in exception entryAnton Blanchard1-0/+9
2005-07-07[PATCH] ppc64: Fix runlatch code to work on pseries machinesAnton Blanchard2-7/+13
2005-07-07[PATCH] print order information when OOM killingMarcelo Tosatti1-1/+1
2005-07-07[PATCH] export generic_drop_inode() to modulesMark Fasheh1-0/+1
2005-07-07Merge master.kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds8-36/+707
2005-07-07[MTD] XIP cleanupThomas Gleixner4-18/+102
2005-07-06Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-2/+2
2005-07-06[IA64] fix generic/up buildsTony Luck2-5/+1
2005-07-06Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+33
2005-07-06[SPARC64]: Fix enable_dma() in asm-sparc64/parport.hEddie C. Dost1-2/+2
2005-07-06Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+175
2005-07-06Auto merge with /home/aegl/GIT/linusTony Luck22-282/+115
2005-07-06[IA64] hotplug/ia64: SN Hotplug Driver - PREEMPT/pcibus_info fixPrarit Bhargava1-1/+2
2005-07-06[IA64] hotplug/ia64: SN Hotplug Driver - SN Hotplug Driver codePrarit Bhargava2-0/+10
2005-07-06[IA64] hotplug/ia64: SN Hotplug Driver - new SN PROM version codePrarit Bhargava1-27/+12
2005-07-06[IA64] hotplug/ia64: SN Hotplug Driver: moving of header filesPrarit Bhargava4-1/+676
2005-07-06[PATCH] ARM: 2792/1: IXP4xx iomap API implementationDeepak Saxena1-1/+175
2005-07-06[IA64] hotplug/ia64: SN Hotplug Driver: SN IRQ FixesPrarit Bhargava2-3/+7
2005-07-06[CRYPTO] Ensure cit_iv is aligned correctlyHerbert Xu1-0/+5
2005-07-06[CRYPTO] Add alignmask for low-level cipher implementationsHerbert Xu1-0/+1
2005-07-06[CRYPTO] Add support for low-level multi-block operationsHerbert Xu1-1/+27
2005-07-06[PATCH] openfirmware: generate device table for userspaceJeff Mahoney3-18/+18
2005-07-06Merge with rsync://fileserver/linuxArtem B. Bityuckiy146-1385/+2577
2005-07-05[PATCH] kprobes: fix namespace problem and sparc64 buildRusty Lynch1-1/+1
2005-07-05[PATCH] ppc32: add Freescale MPC885ADS board supportAndrei Konovalov1-0/+4