aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2006-12-07[PATCH] ext4: uninline large functionsAndrew Morton1-59/+17
2006-12-07[PATCH] ext3: uninline large functionsAndrew Morton1-59/+17
2006-12-07[PATCH] Exar quad port serialPaul B Schroeder1-0/+1
2006-12-07[PATCH] Compile-time check re world-writeable module paramsAlexey Dobriyan1-0/+3
2006-12-07[PATCH] taskstats: cleanup ->signal->stats allocationOleg Nesterov1-24/+0
2006-12-07[PATCH] taskstats: cleanup do_exit() pathOleg Nesterov1-15/+2
2006-12-07[PATCH] probe_kernel_address() needs to do set_fs()Andrew Morton1-0/+8
2006-12-07[PATCH] parport_pc: Add support for OX16PCI952 parallel portRyan Underwood1-0/+1
2006-12-07[PATCH] pull in necessary header files for cdev.hJan Engelhardt1-0/+4
2006-12-07[PATCH] SysRq-X: show blocked tasksIngo Molnar1-1/+10
2006-12-07[PATCH] fuse: add DESTROY operationMiklos Szeredi1-0/+1
2006-12-07[PATCH] fuse: add bmap supportMiklos Szeredi1-0/+11
2006-12-07[PATCH] fuse: update userspace interface to version 7.8Miklos Szeredi1-3/+9
2006-12-07[PATCH] constify inode accessorsJan Engelhardt1-3/+3
2006-12-07[PATCH] lockdep: annotate nfs/nfsd in-kernel socketsPeter Zijlstra1-0/+19
2006-12-07[PATCH] serial uartlite driverPeter Korsgaard1-0/+2
2006-12-07[PATCH] cciss: add support for 1024 logical volumesMike Miller1-1/+1
2006-12-07[PATCH] fix v850 compilationAdrian Bunk1-2/+0
2006-12-07[PATCH] Support for freezeable workqueuesRafael J. Wysocki1-3/+5
2006-12-07[PATCH] swsusp: Untangle thaw_processesRafael J. Wysocki1-5/+1
2006-12-07[PATCH] swsusp: Support i386 systems with PAE or without PSERafael J. Wysocki1-12/+1
2006-12-07[PATCH] swsusp: thaw userspace and kernel space separatelyNigel Cunningham1-1/+8
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham2-81/+84
2006-12-07[PATCH] swsusp: Improve handling of highmemRafael J. Wysocki1-3/+6
2006-12-07[PATCH] swsusp: use block device offsets to identify swap locationsRafael J. Wysocki1-2/+1
2006-12-07[PATCH] swsusp: use partition device and offset to identify swap areasRafael J. Wysocki1-1/+1
2006-12-07[PATCH] radix-tree: RCU lockless readsideNick Piggin1-0/+101
2006-12-07[PATCH] Save some bytes in struct mm_structArnaldo Carvalho de Melo1-1/+2
2006-12-07[PATCH] mm: make compound page destructor handling explicitAndy Whitcroft1-0/+18
2006-12-07[PATCH] slab: deprecate kmem_cache_tAndrew Morton1-8/+9
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter21-28/+28
2006-12-07[PATCH] slab: remove SLAB_DMAChristoph Lameter1-3/+0
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter4-4/+3
2006-12-07[PATCH] slab: remove SLAB_ATOMICChristoph Lameter2-2/+1
2006-12-07[PATCH] slab: remove SLAB_USERChristoph Lameter1-1/+0
2006-12-07[PATCH] slab: remove SLAB_NOFSChristoph Lameter1-1/+0
2006-12-07[PATCH] slab: remove SLAB_NOIOChristoph Lameter1-1/+0
2006-12-07[PATCH] slab: remove SLAB_LEVEL_MASKChristoph Lameter1-2/+0
2006-12-07[PATCH] slab: remove SLAB_NO_GROWChristoph Lameter1-2/+0
2006-12-07[PATCH] silence unused pgdat warning from alloc_bootmem_node and friendsAndy Whitcroft1-7/+20
2006-12-07[PATCH] numa node ids are int, page_to_nid and zone_to_nid should return intAndy Whitcroft2-4/+4
2006-12-07[PATCH] Remove uses of kmem_cache_t from mm/* and include/linux/slab.hChristoph Lameter1-15/+18
2006-12-07[PATCH] Move names_cachep to linux/fs.hChristoph Lameter2-3/+2
2006-12-07[PATCH] Move fs_cachep to linux/fs_struct.hChristoph Lameter2-1/+2
2006-12-07[PATCH] Move filep_cachep to include/file.hChristoph Lameter2-1/+2
2006-12-07[PATCH] Move files_cachep to include/file.hChristoph Lameter2-1/+2
2006-12-07[PATCH] Move vm_area_cachep to include/mm.hChristoph Lameter2-1/+2
2006-12-07[PATCH] Move sighand_cachep to include/signal.hChristoph Lameter2-1/+2
2006-12-07[PATCH] Remove bio_cachep from slab.hChristoph Lameter1-1/+0
2006-12-07[PATCH] node-aware skb allocationChristoph Hellwig1-3/+3
2006-12-07[PATCH] add numa node information to struct deviceChristoph Hellwig1-0/+22
2006-12-07[PATCH] leak tracking for kmalloc_nodeChristoph Hellwig1-0/+23
2006-12-07[PATCH] mm: k{,um}map_atomic() vs in_atomic()Peter Zijlstra2-5/+13
2006-12-07[PATCH] mm: pagefault_{disable,enable}()Peter Zijlstra11-26/+58
2006-12-07[PATCH] shared page table for hugetlb pageChen, Kenneth W1-0/+1
2006-12-07[PATCH] mm: add arch_alloc_pageNick Piggin1-0/+3
2006-12-07[PATCH] new scheme to preempt swap tokenAshwin Chaugule2-4/+10
2006-12-07[PATCH] memory page_alloc zonelist caching reorder structurePaul Jackson1-1/+1
2006-12-07[PATCH] memory page_alloc zonelist caching speedupPaul Jackson2-5/+82
2006-12-07[PATCH] Get rid of zone_table[]Christoph Lameter1-21/+36
2006-12-07[PATCH] add bottom_half.hAndrew Morton3-6/+12
2006-12-06Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds3-13/+34
2006-12-06x86[-64]:Remove 'volatile' from atomic_tLinus Torvalds2-2/+2
2006-12-06[PATCH] Remove 'volatile' from spinlock_typesArt Haas2-4/+4
2006-12-06[MIPS] Import updates from i386's i8259.cAtsushi Nemoto1-8/+29
2006-12-06[MIPS] pte_offset(dir,addr): parenthesis fixFranck Bui-Huu2-5/+5
2006-12-06Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds38-1913/+869
2006-12-06Merge git://git.infradead.org/users/dhowells/workq-2.6Linus Torvalds25-63/+171
2006-12-06[PATCH] m68knommu: remove FP conditionals in ucontext structGavin Lambert1-6/+0
2006-12-06[PATCH] m68knommu: implement irq_canonicalize()Greg Ungerer1-0/+1
2006-12-06[PATCH] m68knommu: create rtc.hGreg Ungerer1-0/+1
2006-12-06Actually update the fixed up compile failures.David Howells1-1/+1
2006-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells9-25/+291
2006-12-06sh: sh775x/titan fixes for irq header changes.Jamie Lenehan2-33/+31
2006-12-06sh: Fixup pte_mkhuge() build failure.Paul Mundt1-0/+8
2006-12-06sh: stacktrace/lockdep/irqflags tracing support.Paul Mundt3-101/+150
2006-12-06sh: Fixup movli.l/movco.l atomic ops for gcc4.Paul Mundt1-24/+24
2006-12-06sh: dyntick infrastructure.Paul Mundt1-0/+21
2006-12-06sh: Clock framework tidying.Paul Mundt1-10/+2
2006-12-06sh: Fixup various PAGE_SIZE == 4096 assumptions.Paul Mundt3-11/+6
2006-12-06sh: dma-api channel capability extensions.Mark Glaisher1-11/+29
2006-12-06sh: KSTK_EIP/KSTK_ESP consistency.Stuart Menefy1-2/+2
2006-12-06sh: TLB miss fast-path optimizations.Stuart Menefy1-3/+3
2006-12-06sh: generic push-switch framework.Paul Mundt1-0/+28
2006-12-06sh: pmd rework.Stuart Menefy2-31/+27
2006-12-06sh: Use MMU.TTB register as pointer to current pgd.Stuart Menefy1-21/+23
2006-12-06sh: Set up correct siginfo structures for page faults.Stuart Menefy1-9/+3
2006-12-06sh: Preliminary support for SH-X2 MMU.Paul Mundt4-144/+324
2006-12-06sh: Hook SH7785 in to the build system.Paul Mundt2-1/+4
2006-12-06sh: Drop CPU subtype IRQ headers.Paul Mundt6-1754/+1
2006-12-06sh: SE7206 build fixes.Paul Mundt3-1/+20
2006-12-06sh: Add SH-2A platform headers.Yoshinori Sato19-9/+415
2006-12-05Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds8-23/+288
2006-12-05Merge master.kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds1-2/+3
2006-12-05WorkQueue: Fix up arch-specific work items where possibleDavid Howells2-2/+2
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells114-1704/+3078
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells278-2574/+4186
2006-12-04[PATCH] Centralise definitions of sector_t and blkcnt_tMatthew Wilcox9-69/+9
2006-12-04Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds8-211/+288
2006-12-04Merge master.kernel.org:/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds58-1204/+2556
2006-12-04[PATCH] pcmcia: multifunction card handling fixesDominik Brodowski1-2/+3
2006-12-04[MIPS] Cleanup memory barriers for weakly ordered systems.Ralf Baechle6-209/+218
2006-12-04[MIPS] Fix atomic.h build errors.Ralf Baechle1-1/+1
2006-12-04[MIPS] Use SYSVIPC_COMPAT to fix various problems on N32Atsushi Nemoto1-0/+68
2006-12-04[MIPS] klconfig add missing bracketMariusz Kozlowski1-1/+1
2006-12-04Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds4-39/+53
2006-12-04[PATCH] fix fallout from header dependency trimmingAl Viro3-1/+2
2006-12-04netfilter.h needs rcuupdate.h for RCU locking functionsLinus Torvalds1-0/+1
2006-12-04Merge branch 'for-linus4' of master.kernel.org:/pub/scm/linux/kernel/git/viro...Linus Torvalds20-67/+24
2006-12-04Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds12-111/+132
2006-12-04[PATCH] m68knommu: fix missing bracket in scatterlist.hGreg Ungerer1-1/+1
2006-12-04[PATCH] m68knommu: fix dma-mapping.hGreg Ungerer1-1/+2
2006-12-04[PATCH] m68knommu: memory register defines for 520x ColdFire CPU'sGreg Ungerer1-1/+11
2006-12-04[S390] Memory detection fixes.Heiko Carstens1-3/+12
2006-12-04[S390] cio: Make ccw_dev_id_is_equal() more robust.Cornelia Huck1-1/+4
2006-12-04[S390] pfault code cleanup.Heiko Carstens1-0/+10
2006-12-04[S390] Cleanup memory_chunk array usage.Heiko Carstens1-3/+12
2006-12-04[S390] cpu shutdown reworkHeiko Carstens1-0/+8
2006-12-04[S390] cpcmd <-> __cpcmd calling issuesHeiko Carstens1-7/+3
2006-12-04[S390] Bad kexec control page allocation.Heiko Carstens1-1/+1
2006-12-04[S390] Reset infrastructure for re-IPL.Heiko Carstens3-4/+31
2006-12-04[S390] termio <-> termios conversion error handling.Heiko Carstens1-33/+1
2006-12-04[S390] update interface notes in zcrypt.hRalph Wuerthner1-50/+41
2006-12-04[S390] Add __must_check to uaccess functions.Heiko Carstens1-9/+9
2006-12-04[POWERPC] ppc: m48t35 add missing bracketMariusz Kozlowski1-1/+1
2006-12-04[POWERPC] Fix cputable.h for combined buildStephen Rothwell1-10/+3
2006-12-04[POWERPC] Add common routines for 52xx support in arch/powerpcGrant Likely1-0/+4
2006-12-04[POWERPC] Separate IRQ config / register set from main headerSylvain Munaut1-37/+0
2006-12-04[POWERPC] Provide dummy hard_irq_enable/disable() for PPC32Michael Ellerman1-0/+3
2006-12-04[POWERPC] include/asm-powerpc/: "extern inline" -> "static inline"Adrian Bunk3-6/+6
2006-12-04[POWERPC] fix building without PCIArnd Bergmann1-0/+7
2006-12-04[POWERPC] ps3: multiplatform build fixesArnd Bergmann1-2/+11
2006-12-04[POWERPC] ps3: Missed renames of CONFIG_PS3 to CONFIG_PPC_PS3Geert Uytterhoeven1-2/+2
2006-12-04[POWERPC] cell: fix building without spufsArnd Bergmann1-1/+1
2006-12-04[POWERPC] ps3: add ps3 platform system bus supportGeoff Levand1-0/+73
2006-12-04[POWERPC] ps3: add lpar addressingGeoff Levand1-0/+6
2006-12-04[POWERPC] ps3: add repository supportGeoff Levand1-0/+139
2006-12-04[POWERPC] ps3: add feature bitsGeoff Levand1-0/+8
2006-12-04[POWERPC] ps3: add lv1 hvcallsGeoff Levand1-0/+345
2006-12-04[POWERPC] ps3: add support for ps3 platformGeoff Levand1-0/+250
2006-12-04[POWERPC] cell: abstract spu management routinesGeoff Levand2-9/+36
2006-12-04[POWERPC] add virq_to_hw accessor routineGeoff Levand1-0/+4
2006-12-04[POWERPC] Make 64-bit cpu features defined on 32-bitMichael Ellerman1-2/+2
2006-12-04[POWERPC] coredump: Add SPU elf notes to coredump.Dwayne Grant McConnell3-0/+30
2006-12-04[POWERPC] Distinguish POWER6 partition modes and tell userspacePaul Mackerras1-2/+11
2006-12-04[POWERPC] cell: Add oprofile supportMaynard Johnson3-0/+22
2006-12-04[POWERPC] cell: Add routines for managing PMU interruptsKevin Corry1-0/+5
2006-12-04[POWERPC] cell: Move PMU-related stuff to include/asm-powerpc/cell-pmu.hKevin Corry1-0/+90
2006-12-04[POWERPC] spufs: Add /lslr, /dma_info and /proxydma filesDwayne Grant McConnell2-0/+55
2006-12-04[POWERPC] Change ppc_rtas declaration to weakGeoff Levand1-10/+2
2006-12-04[POWERPC] Xserve cpu-meter driverBenjamin Herrenschmidt1-1/+7
2006-12-04[POWERPC] Wrap cpu_die() with CONFIG_HOTPLUG_CPULinas Vepstas1-2/+0
2006-12-04[POWERPC] Make soft_enabled irqs preempt safeHugh Dickins1-5/+15
2006-12-04[POWERPC] Fix IDE build with ARCH=ppcBenjamin Herrenschmidt1-0/+8
2006-12-04[POWERPC] Fix __raw* accessorsBenjamin Herrenschmidt1-47/+45
2006-12-04[POWERPC] Merge 32 and 64 bits asm-powerpc/io.hBenjamin Herrenschmidt5-147/+254
2006-12-04[POWERPC] Cell iommu supportJeremy Kerr1-3/+3
2006-12-04[POWERPC] Add an optional offset to direct DMA on 64 bitsBenjamin Herrenschmidt1-0/+2
2006-12-04[POWERPC] Allow hooking of PCI MMIO & PIO accessors on 64 bitsBenjamin Herrenschmidt6-361/+477
2006-12-04[POWERPC] Generic OF platform driver for PCI host bridges.Benjamin Herrenschmidt2-6/+10
2006-12-04[POWERPC] Add "parent" struct device for PCI host bridgesBenjamin Herrenschmidt2-0/+2
2006-12-04[POWERPC] Refactor 64 bits DMA operationsBenjamin Herrenschmidt9-59/+180
2006-12-04[PATCH] severing poll.h -> mm.hAl Viro2-1/+3
2006-12-04[PATCH] severing skbuff.h -> mm.hAl Viro9-1/+8
2006-12-04[PATCH] severing skbuff.h -> poll.hAl Viro3-1/+2
2006-12-04[PATCH] severing skbuff.h -> highmem.hAl Viro1-19/+0
2006-12-04[PATCH] severing uaccess.h -> sched.hAl Viro1-1/+0
2006-12-04[PATCH] severing fs.h, radix-tree.h -> sched.hAl Viro2-31/+7
2006-12-04[PATCH] severing module.h->sched.hAl Viro4-13/+4
2006-12-04[POWERPC] Souped-up of_platform_device supportBenjamin Herrenschmidt2-32/+62
2006-12-04[POWERPC] Improve MPIC driver auto-configuration from DTBenjamin Herrenschmidt1-2/+2
2006-12-04[POWERPC] Support for DCR based MPICBenjamin Herrenschmidt1-4/+31
2006-12-04[POWERPC] Generic DCR infrastructureBenjamin Herrenschmidt3-0/+132
2006-12-04[POWERPC] Remove ppc_md.pci_map_irq & ppc_swizzle for ARCH=powerpcBenjamin Herrenschmidt1-4/+0
2006-12-04[POWERPC] Make pci_read_irq_line the defaultBenjamin Herrenschmidt2-2/+1
2006-12-04Merge branch 'linux-2.6' into for-linusPaul Mackerras424-2973/+5640
2006-12-03Remove long-unmaintained ftape driver subsystem.Jeff Garzik5-551/+0
2006-12-03[SCSI] scsi tgt: SCSI RDMA Protocol library functionsFUJITA Tomonori1-0/+77
2006-12-03[PATCH] libata: always use polling IDENTIFYTejun Heo1-3/+1
2006-12-03[PATCH] libata: implement ATA_FLAG_SETXFER_POLLING and use it in pata_via, ta...Tejun Heo1-0/+1
2006-12-03[PATCH] libata: remove unused HSM_ST_UNKNOWNTejun Heo1-1/+0
2006-12-02[XFRM]: Fix aevent structuring to be more complete.Jamal Hadi Salim1-0/+2
2006-12-02[NETFILTER]: nf_conntrack/nf_nat: add TFTP helper portPatrick McHardy1-0/+20
2006-12-02[NETFILTER]: nf_conntrack/nf_nat: add SIP helper portPatrick McHardy1-0/+41
2006-12-02[NETFILTER]: nf_conntrack/nf_nat: add PPTP helper portPatrick McHardy6-0/+447
2006-12-02[NETFILTER]: nf_conntrack/nf_nat: add IRC helper portPatrick McHardy1-0/+15
2006-12-02[NETFILTER]: nf_conntrack/nf_nat: add H.323 helper portPatrick McHardy7-8/+113
2006-12-02[NETFILTER]: nf_conntrack/nf_nat: add amanda helper portPatrick McHardy1-0/+10
2006-12-02[NETFILTER]: nf_conntrack: add helper function for expectation initializationPatrick McHardy2-7/+7
2006-12-02[NETFILTER]: nf_nat: add FTP NAT helper portJozsef Kadlecsik3-12/+50
2006-12-02[NETFILTER]: Add NAT support for nf_conntrackJozsef Kadlecsik9-16/+278
2006-12-02[NETFILTER]: nf_conntrack: automatic helper assignment for expectationsPatrick McHardy1-0/+3
2006-12-02[NETFILTER]: nf_conntrack: endian annotationsPatrick McHardy1-9/+9
2006-12-02[NETFILTER]: nf_conntrack: fix helper structure alignmentPatrick McHardy1-0/+1
2006-12-02[NET]: Accept wildcard delimiters in in[46]_ptonPatrick McHardy1-2/+2
2006-12-02[GENETLINK]: Add cmd dump completion.Jamal Hadi Salim1-0/+2
2006-12-02[EBTABLES]: Split ebt_replace into user and kernel variants, annotate.Al Viro1-1/+18
2006-12-02[IPSEC]: Add encapsulation family.Miika Komu1-0/+2
2006-12-02[NET_SCHED]: Fix endless loops caused by inaccurate qlen counters (part 1)Patrick McHardy1-0/+2
2006-12-02[NET_SCHED]: Set parent classid in default qdiscsPatrick McHardy1-1/+1